/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/


/* ==========================================
   SINGLE POST WRAPPER
========================================== */

.clement-single-post {
    background: #ffffff;
        padding: 170px 20px 70px !important;

}

.clement-post-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


/* ==========================================
   TWO COLUMN GRID
========================================== */

.clement-post-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(280px, 0.8fr);
    gap: 50px;
    align-items: start;
}


/* ==========================================
   MAIN POST
========================================== */

.clement-post-main {
    min-width: 0;
}

.clement-post-header {
    margin-bottom: 30px;
}

.clement-post-title {
    margin: 0 0 18px;
    font-size: 40px !important;
    line-height: 1.15;
    font-weight: 700 !important;
    color: #063b70 !important;
}

.clement-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #777;
}


/* ==========================================
   FEATURED IMAGE
========================================== */

.clement-featured-image {
    margin-bottom: 35px;
}

.clement-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* ==========================================
   POST CONTENT
========================================== */

.clement-post-content {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.clement-post-content p {
    margin: 0 0 22px;
}

.clement-post-content h2 {
    margin: 40px 0 18px;
    font-size: 32px;
    line-height: 1.3;
    color: #063b70;
}

.clement-post-content h3 {
    margin: 32px 0 15px;
    font-size: 25px;
    line-height: 1.35;
    color: #063b70;
}

.clement-post-content img {
    max-width: 100%;
    height: auto;
}

.clement-post-content ul,
.clement-post-content ol {
    margin-bottom: 25px;
    padding-left: 25px;
}

.clement-post-content li {
    margin-bottom: 8px;
}


/* ==========================================
   CATEGORIES
========================================== */

.clement-post-categories {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.clement-post-categories a {
    color: #063b70;
    text-decoration: none;
}


/* ==========================================
   PREVIOUS / NEXT
========================================== */

.clement-post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.clement-post-navigation a {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px;
    background: #f6f8fa;
    border-radius: 8px;
    text-decoration: none;
    color: #222;
}

.clement-post-navigation span {
    font-size: 13px;
    color: #777;
}

.clement-post-navigation strong {
    font-size: 15px;
    line-height: 1.4;
}

.clement-nav-next {
    text-align: right;
}


/* ==========================================
   SIDEBAR
========================================== */

.clement-post-sidebar {
    min-width: 0;
    position: sticky;
    top: 110px;
}

.clement-sidebar-widget {
    margin-bottom: 25px;
    padding: 25px;
    background: #f7f9fb;
    border: 1px solid #e4eaf0;
    border-radius: 10px;
}

.clement-widget-title {
    margin: 0 0 18px;
    padding-bottom: 12px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    color: #063b70;
    border-bottom: 2px solid #063b70;
}


/* Sidebar Lists */

.clement-sidebar-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clement-sidebar-widget li {
    padding: 11px 0;
    border-bottom: 1px solid #e2e6ea;
}

.clement-sidebar-widget li:last-child {
    border-bottom: 0;
}

.clement-sidebar-widget a {
    color: #333;
    text-decoration: none;
    transition: 0.2s ease;
}

.clement-sidebar-widget a:hover {
    color: #063b70;
}


/* ==========================================
   SEARCH
========================================== */

.clement-sidebar-widget .search-form {
    display: flex;
}

.clement-sidebar-widget .search-field {
    width: 100%;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #d7dde3;
    border-radius: 5px 0 0 5px;
}

.clement-sidebar-widget .search-submit {
    padding: 12px 16px;
    border: 0;
    background: #063b70;
    color: #fff;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}


/* ==========================================
   ENQUIRY BOX
========================================== */

.clement-enquiry-box {
    background: #063b70;
    color: #fff;
    border: 0;
}

.clement-enquiry-box h3 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.clement-enquiry-box p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.85);
}

.clement-enquiry-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #fff;
    color: #063b70 !important;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .clement-post-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .clement-post-sidebar {
        position: static;
    }

    .clement-post-title {
        font-size: 40px;
    }

}


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

@media (max-width: 767px) {

    .clement-single-post {
        padding: 40px 16px;
    }

    .clement-post-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .clement-post-content {
        font-size: 16px;
    }

    .clement-post-content h2 {
        font-size: 25px;
    }

    .clement-post-content h3 {
        font-size: 21px;
    }

    .clement-post-navigation {
        grid-template-columns: 1fr;
    }

    .clement-nav-next {
        text-align: left;
    }

}
.clement-blog-archive {
    padding: 140px 20px 70px;
    background: #fff;
}

.clement-archive-container {
    max-width: 1280px;
    margin: 0 auto;
}

.clement-archive-header h1 {
    font-size: 40px !important;
    margin-bottom: 40px;
    color: #1f2933;
}

.clement-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.clement-blog-card {
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.clement-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.clement-blog-img img {
    width: 100%;
    display: block;
}

.clement-blog-content {
    padding: 24px;
}

.clement-blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.clement-blog-content h2 {
    font-size: 23px !important;
    line-height: 1.35 !important;
    margin-bottom: 14px;text-transform:none !important;
}

.clement-blog-content h2 a {
    color: #063b70;text-transform:none !important;
    text-decoration: none;
}

.clement-blog-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.clement-read-more {
    display: inline-block;
    margin-top: 12px;
    padding: 11px 20px;
    background: #063b70;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
}

.clement-pagination {
    margin-top: 45px;
}

@media (max-width: 991px) {
    .clement-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .clement-blog-archive {
        padding: 110px 16px 50px;
    }

    .clement-archive-header h1 {
        font-size: 36px;
    }

    .clement-blog-grid {
        grid-template-columns: 1fr;
    }
}
.clement-blog-archive {
    padding: 140px 20px 70px;
    background: #fff;
}

.clement-archive-container {
    max-width: 1280px;
    margin: 0 auto;
}

.clement-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.clement-blog-card {
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 12px;
    overflow: hidden;
} 
 
.clement-blog-img {
    display: block;
 
}

.clement-blog-img img {
    width: 100%;
    
}

.clement-blog-content {
    padding: 24px;
}

.clement-blog-content h2 {
    font-size: 23px;
    line-height: 1.35;
    margin: 0 0 14px;
}

.clement-blog-content h2 a {
    color: #063b70;
    text-decoration: none;
}

.clement-read-more {
    display: inline-block;
    margin-top: 12px;
    padding: 11px 20px;
    background: #063b70;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .clement-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .clement-blog-archive {
        padding: 110px 16px 50px;
    }

    .clement-blog-grid {
        grid-template-columns: 1fr;
    }
}