/*!
Theme Name: Alma sourcing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alma-sourcing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Alma sourcing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



.about-image-right{
    float:right;
    width:400px;
    height:600px;
    object-fit:contain;
    object-position:center;
    margin:0 0 20px 30px;
    border-radius:12px;
    background:#fff;
}

.company-content p{
    text-align: justify;
    line-height: 1.9;
    margin-bottom: 18px;
}

.company-content::after{
    content: "";
    display: block;
    clear: both;
}

@media (max-width:991px){
    .about-image-right{
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
}
.site-footer {
    padding: 60px 0 20px;
    background-color: #fff;
    color: #00205b;
}

.footer-heading {
    color: #00205b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-about-text {
    font-size: 14px;
    line-height: 1.6;
    color: #00205b;
    margin-bottom: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #00205b;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #001640;
    color: #fff;
}

.footer-quick-links li,
.footer-legal-links li,
.footer-contact-info li {
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-quick-links a,
.footer-legal-links a {
    color: #00205b;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-quick-links a:hover,
.footer-legal-links a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #00205b;
}

.footer-contact-info a {
    color: #00205b;
    text-decoration: none;
}

.footer-contact-info a:hover {
    text-decoration: underline;
}

.footer-contact-info i {
    color: #00205b;
    font-size: 16px;
    margin-top: 2px;

    
}

.single-post-main {
    padding: 60px 0;
}

.single-post-thumb {
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}

.single-post-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.entry-title {
    font-size: 32px;
    font-weight: 700;
    color: #00205b;
    margin-bottom: 16px;
    line-height: 1.3;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #666;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.entry-content h2,
.entry-content h3 {
    color: #00205b;
    margin-top: 30px;
    margin-bottom: 15px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.post-tags {
    margin-bottom: 30px;
}

.post-tags a {
    display: inline-block;
    background: #f2f2f2;
    color: #00205b;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 8px;
    text-decoration: none;
}

.author-bio {
    display: flex;
    gap: 16px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.author-avatar img {
    border-radius: 50%;
}

.author-info h4 {
    margin: 0 0 8px;
    color: #00205b;
}

.author-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.nav-links a {
    flex: 1;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.3s ease;
}

.nav-links a:hover {
    border-color: #00205b;
}

.nav-subtitle {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.nav-title {
    display: block;
    color: #00205b;
    font-weight: 600;
    margin-top: 4px;
}

/* Sidebar */
.blog-sidebar .widget {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #00205b;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #00205b;
}

.recent-post-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
}

.recent-post-thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-title {
    display: block;
    font-size: 14px;
    color: #00205b;
    font-weight: 500;
    line-height: 1.4;
}

.recent-post-date {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.widget-categories ul,
.widget-categories li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-categories li {
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2;
}

.widget-categories a {
    color: #333;
    text-decoration: none;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-link {
    background: #f2f2f2;
    color: #00205b;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .single-post-main {
        padding: 30px 0;
    }

    .entry-title {
        font-size: 24px;
    }

    .nav-links {
        flex-direction: column;
    }
}

.contact-checkboxes .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
    border: none;
    border-bottom: none;
}

.contact-checkboxes .wpcf7-list-item label {
    display: flex;
    align-items: center;
    border: none;
    box-shadow: none;
}

.contact-checkboxes input[type="checkbox"] {
    margin-right: 8px;
    width: auto;
}
.contact-checkboxes .wpcf7-form-control-wrap {
    display: block;
    border: none;
    line-height: normal;
}

.contact-checkboxes span {
    border: none;
    box-shadow: none;
}

.contact-checkboxes .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
    border: none;
}

.contact-checkboxes .wpcf7-list-item label {
    display: flex;
    align-items: center;
    border: none;
    box-shadow: none;
}

.contact-checkboxes input[type="checkbox"] {
    margin-right: 8px;
    width: auto;
}

/* ==========================
   TOP UTILITY BAR
========================== */

.utility-bar{
    background:#002b6b;
    padding:10px 0;
}

.utility-inner{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
}

.utility-item{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    white-space:nowrap;
}

.utility-item:hover{
    color:#fff;
    text-decoration:none;
}

.utility-item i{
    font-size:16px;
}

.divider{
    width:1px;
    height:18px;
    background:rgba(255,255,255,.35);
}

/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

    .utility-bar{
        background:#002b6b;
        padding:8px 15px;
        overflow-x:auto;
        overflow-y:hidden;
        -webkit-overflow-scrolling:touch;
    }

    .utility-inner{
        display:flex;
        align-items:center;
        justify-content:center;
        flex-wrap:nowrap;
        min-width:max-content;
        gap:15px;
    }

    .utility-item{
        font-size:13px;
        color:#fff;
        white-space:nowrap;
    }

    .utility-item span{
        display:inline !important;
    }

    .divider{
        display:block;
    }

    /* Hide Scrollbar */

    .utility-bar::-webkit-scrollbar{
        display:none;
    }

    .utility-bar{
        scrollbar-width:none;
    }
}
/* Force White Text in Utility Bar */
.utility-bar,
.utility-bar a,
.utility-bar a:link,
.utility-bar a:visited,
.utility-bar a:hover,
.utility-bar a:focus,
.utility-bar span,
.utility-bar i{
    color:#fff !important;
}

.utility-bar svg{
    fill:#fff !important;
    stroke:#fff !important;
}
.utility-item i{
    color:#fff !important;
    font-size:15px;
}
