/*!
 * Start Bootstrap - Modern Business HTML Template
 * Modernized & Clean styling for Aspiring Apps
 */

/* Global Styles */
html,
body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
}

body {
    padding-top: 60px;
}

a {
    color: #287bb7;
    text-decoration: none;
    transition: color 0.15s ease;
}

a:hover {
    color: #1a5695;
    text-decoration: underline;
}

/* Portfolio & App Cards - Wider Card & Tighter Grid Gap */
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.img-portfolio {
    margin-bottom: 34px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.content-div {
    width: 100%;
    max-width: 235px;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transition: transform 0.18s ease;
}

.content-div:hover {
    transform: translateY(-3px);
}

.content-img {
    width: 200px;
    height: 180px;
    min-width: 200px;
    min-height: 180px;
    max-width: 100%;
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    background: transparent;
    padding: 0;
}

.content-img img,
.img-inner,
.img-fluid.img-inner {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: fill !important;
    display: block !important;
    border-radius: 26px;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.content-div:hover .img-inner {
    transform: scale(1.03);
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.14));
}

.content-div a {
    text-decoration: none;
}

.content-div a:hover h4 {
    color: #1a5695;
    text-decoration: underline;
}

.content-div h4 {
    font-size: 15.5px;
    font-weight: 700;
    color: #287bb7;
    margin-top: 6px;
    margin-bottom: 4px;
    line-height: 1.35;
    text-align: left;
}

.content-desc {
    font-size: 12.5px;
    color: #374151;
    line-height: 1.45;
    margin-top: 0;
    text-align: left;
}

.content-desc p {
    margin-bottom: 0;
    color: #4b5563;
}

.content-desc b {
    color: #111827;
    font-weight: 700;
    display: inline-block;
    margin-top: 3px;
}

.breadcrumb {
    background-color: #f1f5f9;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 28px;
    font-size: 13.5px;
}

.breadcrumb a,
.breadcrumb-item a {
    color: #287bb7;
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb-item a:hover {
    color: #1a5695;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #64748b;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding: 0 8px;
    color: #94a3b8;
}

/* Page Headers */
.page-header {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    padding-bottom: 12px;
    margin: 36px 0 20px;
    border-bottom: 2px solid #e2e8f0;
    letter-spacing: -0.02em;
}

/* App Store Action Buttons */
.visit-store {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #334155;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 14px;
    text-align: center;
    transition: all 0.15s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
    display: block;
}

.visit-store:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

/* Carousel */
header.carousel {
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

header.carousel .carousel-item,
header.carousel .carousel-item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Footer Styles - Exact Theme & Alignment Match */
footer {
    margin: 50px 0 0 0;
    padding-top: 20px;
    padding-bottom: 60px;
    border-top: none;
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    background: transparent;
}

footer .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

footer .copyright-text {
    font-size: 14px;
    color: #333333;
    margin-right: 8px;
}

footer p,
footer .footer-info-line {
    margin-bottom: 6px;
    color: #333333;
    font-size: 14px !important;
    line-height: 1.6;
    display: flex;
    align-items: center;
    padding-left: 0;
}

footer abbr[title] {
    text-decoration: underline dotted;
    text-decoration-color: #888;
    font-size: 14px !important;
    color: #333333;
    border-bottom: 1px dotted #888;
    cursor: help;
}

footer i.fa {
    font-size: 15px;
    color: #222222;
    margin-right: 6px;
    width: 16px;
    text-align: center;
    display: inline-block;
}

footer a {
    color: #287bb7;
    font-size: 14px !important;
    text-decoration: none;
}

footer a:hover {
    color: #1a5695;
    text-decoration: underline;
}

.list-social-icons {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 8px;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.list-social-icons li,
.list-social-icons .list-inline-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-right: 0 !important;
    padding: 0;
}

.list-social-icons li.copyright-text {
    margin-right: 8px !important;
}

/* Social Buttons - Tight Spacing */
.footer-social-btn,
.footer-connect,
.list-social-icons a {
    font-size: 17px !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    padding: 0 1px;
    margin: 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
    text-decoration: none !important;
}

.footer-social-btn:hover,
.footer-connect:hover,
.list-social-icons a:hover {
    opacity: 0.85;
    transform: scale(1.08);
}

.fa-twitter-square,
.fa-facebook-square,
.fa-youtube-square,
.fa-pinterest-square,
.fa-google-plus-square,
.fa-linkedin-square {
    color: #287bb7 !important;
}

.fa-skype {
    color: #222222;
}

.btn-primary {
    background-color: #287bb7;
    border-color: #246e9f;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #1a5695;
    border-color: #154577;
    color: #ffffff;
}

.col-md-4 .list-social-icons a {
    font-size: 26px;
    margin-right: 4px;
}

/* Bootstrap compatibility */
.btn-default {
    color: #334155;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #0f172a;
    background-color: #f1f5f9;
    border-color: #94a3b8;
}

.btn-block {
    display: block;
    width: 100%;
}
