/*
Theme Name: Caption Please
Theme URI: https://captionplease.softstore.app/
Author: SoftCrunch
Author URI: https://softcrunch.com/
Description: A lightweight and modern theme for Softstore app - Caption Please.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: softstore, captionplease
*/

:root {
    --theme-color: #004E9C;
}

body {
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: var(--theme-color);
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav .nav-link {
    color: white !important;
}

.hero-section {
    background-color: var(--theme-color);
    color: white;
    padding: 50px 20px;
}

.hero-section .description h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-section .description p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.screenshot-gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.blog-section {
    padding: 50px 20px;
    background-color: #f8f9fa;
}

.blog-section h2 {
    color: var(--theme-color);
    text-align: center;
    margin-bottom: 30px;
}

.blog-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-card img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.blog-card-body {
    padding: 15px;
}

.features-section {
    padding: 50px 20px;
    background-color: #f4f4f4;
}

.features-section h2 {
    color: var(--theme-color);
    text-align: center;
    margin-bottom: 30px;
}

.features-list {
    margin-top: 20px;
}

.feature-card {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    text-align: center;
}

.feature-card i {
    font-size: 2rem;
    color: var(--theme-color);
}

.cta-section {
    text-align: center;
    padding: 50px 20px;
    background-color: var(--theme-color);
    color: white;
}

.cta-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.footer {
    background-color: var(--theme-color);
    color: white;
    padding: 20px;
    text-align: center;
}

.footer a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.ss-thumb img{
    height: 60vh;
    object-fit: contain;
    width: 100%;
}
