/* Theme Name: Pro-Porters theme
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Andrew Chapman Exite Business Development
Author URI: https://e-bd.co.uk
Description: Bespoke theme for Pro-Porters Logistics Ltd
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: One column, two column, custom colours
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. */
.fa-quote-left:before {
    content: "\f10d";
    color: #feb50e!important;
}

.bg-secondary {
    background-color: #142866 !important;
}

text-muted {
    color: #ededed !important;
}

.h1 {
    font-size: 1.2em;
}

.h1 {
}

h2,
.h2 {
    font-size: 1.6em;
    color: #142766;
    font-weight: normal;
}

.sr-only {
}

.active .nav-link {
    color: #ffc107 !important;
}

nav .nav-link {
    color: #ffffff !important;
}

.body {
}

#pp_lead {
    background-color: rgba(24, 42, 107, 0.7);
    max-width: 450px;
}

h5.card-title {
    background-image: url('assets/media/stripe-bg2.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 24px;
}

nav .nav-item {
    background-image: url('assets/media/stripe-bg2.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 12px;
}

#pp-nav {
    height: 50px;
    z-index: 200;
}

.navbar ul {
    margin-left: auto;
    margin-right: auto;
}

#pp-post-content img {
}

#pp-pagnation .pagination {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#main {
    background-image: url('https://pro-porters.co.uk/wp-content/uploads/2022/04/vehicles2.jpg');
    background-position: center bottom!important;
    background-size: cover;
    background-repeat: no-repeat;
}

#pphp {
    background-position: center bottom;
    background-size: cover;
    background-image: url('');
    background-repeat: no-repeat;
}

ul li {
    font-weight: 300;
    list-style-type: square;
    font-size: 0.9em;
    padding-top: 8px;
}

h3 {
    color: #0881fe;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: capitalize;
}

h4 {
    font-size: 1.1em;
    text-align: center;
    color: #0c1944;
}

#footer li {
    list-style-type: none;
    color: #ffffff !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

#footer li a {
    color: #d8d1d1 !important;
}

#footer h2 {
    background-color: #ffc107;
    padding-left: 8px;
    font-size: 1.6em !important;
    width: 80%;
    border-radius: 4px;
    color: #142766!important;
}

#footer ul {
    padding-inline-start: 0px!important;
}

/* Custom CSS for animations and hover effects */
.btn-hover-scale {
    transition: transform 0.3s ease;
}

.btn-hover-scale:hover {
    transform: scale(1.05);
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.hero-overlay {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
}