/*
 Theme Name: Lighthouse Leadership Services
 Theme URI: https://www.lighthouseleadershipservices.com/
 Author: Kousik Manna
 Author URI: https://example.com/
 Description: A custom WordPress theme designed for Lighthouse Leadership Services.
 Version: 1.0
 */

/* ========================================== */

.navbar {
    padding: 0 !important;
}

.navbar-brand {
    background: #fff;
    padding: 20px 40px;
    margin-right: 50px;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}

.navbar-brand::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 50px;
    height: 100%;
    background: #fff;
    transform: skewX(-25deg);
}

.logo-img {
    height: 80px;
    width: auto;
}

@media (max-width: 991.98px) {
    .logo-img {
        height: 45px;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    .navbar-brand {
        height: 70px;
        padding: 10px 20px;
        margin-right: 25px;
    }

    .navbar-brand::after {
        right: -15px;
        width: 30px;
    }

    .navbar-brand img {
        height: 45px !important;
        width: auto;
    }
}

.nav-link {
    font-size: 18px !important;
}

a.nav-link.active {
    color: #ffc107 !important;
}


/* ================================ */
/* ================================ */
.hero-section {
    overflow: hidden;
}

.hero-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}


/* ================================ */
/* ================================ */
.services-section {
    background: linear-gradient(180deg, #ffffff 0%, #fff3cd 100%);
}

.service-img {
    height: 250px;
    object-fit: cover;
}

.service-card {
    background: #fff;
    transition: .3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-card .btn:hover {
    color: #fff;
}

/* ================================ */
/* ================================ */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.658);
}

/* ================================ */
/* ================================ */
.blog-section {
    background: linear-gradient(180deg, #ffffff 0%, #fff3cd 100%);
}

.blog-section .card {
    transition: all .3s ease;
}

.blog-section .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12) !important;
}

.blog-section .card-img-top {
    height: 240px;
    object-fit: cover;
}

.blog-section .btn-outline-warning:hover {
    color: #fff;
}

/* ================================ */
/* ================================ */

.testimonial-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
    transition: .35s;
    border: 1px solid #f2f2f2;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.quote-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff8e1;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card p {
    color: #555;
    line-height: 1.9;
}

.testimonial-card hr {
    margin: 30px 0;
}

/* ================================ */
/* ================================ */

.cta-footer {
    background: linear-gradient(180deg, #ffffff 0%, #fff3cd 100%);
}

/* ================================ */
/* ================================ */

.breadcrumb-section {
    min-height: 350px;
}

.breadcrumb-overlay {
    background: rgba(0, 0, 0, 0.466);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    font-weight: 600;
}

/* ================================ */
/* ================================ */
.credentials-section {
    background: linear-gradient(180deg, #ffffff 0%, #fff3cd 100%);
}

.credential-box {
    transition: all 0.3s ease;
}

.credential-box:hover {
    transform: translateY(-8px);
}

.client-list {
    max-width: 1200px;
    margin: 0 auto;
}

.client-list li {
    margin: 0;
}

.client-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #ffc107;
    border-radius: 50px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    transition: all .3s ease;
}

.client-pill:hover {
    background: #ffc107;
    color: #000;
}

.custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.custom-breadcrumb li,
.custom-breadcrumb span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.custom-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-breadcrumb a:hover {
    color: #ffc107;
}

.custom-breadcrumb .current-item {
    color: #ffc107;
}

/* NavXT separator */
.custom-breadcrumb .separator {
    color: #ffc107;
    margin: 0 10px;
}

.custom-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

.custom-breadcrumb li {
    display: flex;
    align-items: center;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: .75rem;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 18px;
    transition: .3s;
}

.footer-menu li a::before {
    content: ">";
    position: absolute;
    left: 0;
    color: #ffc107;
    font-weight: 700;
}

.footer-menu li a:hover {
    color: #ffc107;
}

.policy-menu {
    margin: 0;
    padding: 0;
}

.policy-menu li {
    display: inline-block;
    margin-left: 1rem;
}

.policy-menu li:first-child {
    margin-left: 0;
}

.policy-menu a {
    color: #fff;
    text-decoration: none;
}

.policy-menu a:hover {
    color: #ffc107;
}

/* ======================== */
.contact-section {
    background: #fff;
}

.section-title h2 {
    color: #111;
}

.contact-box,
.info-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%;

    background: #fff;
    border-radius: 24px;
    padding: 45px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
    transition: all .35s ease;
}

.contact-box:hover,
.info-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .12);
}

.premium-input {
    border-radius: 14px;
    border: 1px solid #ececec;
    padding: 15px 18px;
    min-height: 55px;
    background: #fafafa;
    transition: .3s;
}

textarea.premium-input {
    min-height: 160px;
}

.premium-input:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .15);
    background: #fff;
}

.form-label {
    font-weight: 600;
    margin-bottom: 10px;
}

.info-item {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff8e1;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: .3s;
}

.info-item:hover .icon-circle {
    background: #ffc107;
    color: #fff;
    transform: rotate(-8deg);
}

.info-item small {
    display: block;
    color: #888;
    margin-bottom: 4px;
}

.info-item h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.info-item a {
    color: #212529;
    text-decoration: none;
}

.info-item a:hover {
    color: #ffc107;
}

.btn-warning {
    padding: 14px 36px;
    font-weight: 600;
    transition: .3s;
}

.btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 193, 7, .35);
}

.icon-box {
    min-width: 60px;
    height: 60px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #000;
}


.consulting-item {
    padding: 20px;
    border-radius: 20px;
    transition: .3s;
}


.consulting-item:hover {
    background: #f8f9fa;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}