.about-page-section{
    padding:100px 0;
    background:#f8f9fb;
}

.about-page-section {
    width:100%;
   
    margin:auto;
}

/* CARD */

.single-page-card{
    /* background:#fff; */
    padding:60px;
    border-radius:30px;
    /* box-shadow:0 10px 40px rgba(0,0,0,0.06); */
}

/* TAGLINE */

.s-eyebrow{
    margin-bottom:20px;
}

.s-eyebrow span{
    color:#b68d40;
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

/* TITLE */

.s-title{
    font-size:52px;
    line-height:1.3;
    margin-bottom:25px;
    color:#111;
    font-weight:700;
}

/* DIVIDER */

.divider{
    width:80px;
    height:4px;
    background:#b68d40;
    margin-bottom:30px;
}

/* SUBTITLE */

.s-sub{
    font-size:19px;
    line-height:1.9;
    color:#666;
    margin-bottom:30px;
}

/* DESCRIPTION */

.about-pts{
    margin-bottom:35px;
    font-size:17px;
    line-height:1.9;
    color:#555;
}

/* FEATURE IMAGE */

.page-feature-image{
    margin-bottom:40px;
}

.page-feature-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

/* CONTENT */

.page-content{
    font-size:17px;
    line-height:1.9;
    color:#444;
}

.page-content p{
    margin-bottom:25px;
}

.page-content h2,
.page-content h3,
.page-content h4{
    margin:35px 0 20px;
    color:#111;
}

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

.page-content li{
    margin-bottom:10px;
}

.page-content img{
    width:100%;
    height:auto;
    border-radius:18px;
    margin:30px 0;
}

/* RESPONSIVE */

@media(max-width:991px){

    .single-page-card{
        padding:40px;
    }

    .s-title{
        font-size:40px;
    }

}

@media(max-width:767px){

    .about-page-section{
        padding:70px 0;
    }

    .single-page-card{
        padding:25px;
    }

    .s-title{
        font-size:30px;
    }

    .s-sub{
        font-size:17px;
    }

}

.wpcf7-form-control{
    width:100%;
}

.wpcf7-spinner{
    display:none;
}

.form .btn-gold{
    width:100%;
    padding:16px;
    border:none;
    cursor:pointer;
    font-size:.7rem;
    letter-spacing:2.5px;
}

/* ================= BLOG PAGE ================= */

.blog-listing-page{
    padding:100px 0;
}

.blog-card{
    overflow:hidden;
}

.blog-thumb{
    margin:-40px -40px 25px;
    overflow:hidden;
}

.blog-thumb img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover .blog-thumb img{
    transform:scale(1.05);
}

.blog-category{
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#c8a45d;
}

.blog-category a{
    color:#c8a45d;
}

.blog-date{
    font-size:13px;
    opacity:.7;
    margin:15px 0;
}

.blog-pagination{
    margin-top:60px;
    text-align:center;
}

.blog-pagination .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:45px;
    height:45px;
    border:1px solid #ddd;
    margin:0 5px;
    text-decoration:none;
    color:#111;
    transition:.3s;
}

.blog-pagination .current,
.blog-pagination .page-numbers:hover{
    background:#c8a45d;
    color:#fff;
    border-color:#c8a45d;
}


/* ================= SINGLE BLOG ================= */

.single-blog-banner{
    position:relative;
    overflow:hidden;
}

.single-blog-banner .page-banner-overlay img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.blog-meta-top{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:20px;
    color:#fff;
    font-size:14px;
}

.blog-single-modern{
    padding:100px 0;
}

.blog-layout{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:50px;
}

.blog-content-card{
    background:#fff;
    padding:40px;
    border-radius:10px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.single-feature-image{
    margin-bottom:30px;
}

.single-feature-image img{
    width:100%;
    border-radius:10px;
}

.blog-content p{
    margin-bottom:20px;
    line-height:1.9;
}

.blog-content h2,
.blog-content h3,
.blog-content h4{
    margin-top:35px;
    margin-bottom:15px;
}

.blog-tags{
    margin-top:40px;
}

.blog-tags a{
    display:inline-block;
    padding:8px 15px;
    border:1px solid #ddd;
    margin:5px;
    text-decoration:none;
    transition:.3s;
}

.blog-tags a:hover{
    background:#c8a45d;
    color:#fff;
    border-color:#c8a45d;
}

.blog-navigation{
    display:flex;
    justify-content:space-between;
    margin-top:40px;
    gap:20px;
}

.blog-navigation a{
    display:inline-block;
    padding:15px 25px;
    background:#111;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.blog-navigation a:hover{
    background:#c8a45d;
}

.blog-sidebar{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.sidebar-widget{
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.sidebar-widget h3{
    margin-bottom:20px;
}

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

.sidebar-widget ul li{
    margin-bottom:15px;
}

.sidebar-widget ul li a{
    text-decoration:none;
    color:#111;
    transition:.3s;
}

.sidebar-widget ul li a:hover{
    color:#c8a45d;
}

.sidebar-tags a{
    display:inline-block;
    margin:5px;
}

@media(max-width:991px){

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

}

/* ================================
   MAIN MENU
================================ */

.desk-nav {
    display: flex;
    align-items: center;
    gap: 35px;
}

.desk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.desk-nav li {
    position: relative;
    list-style: none;
}

.desk-nav li a {
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    transition: 0.3s;
}

/* Hover */
.desk-nav li:hover > a {
    color: #c59d5f;
}

/* ================================
   SUB MENU
================================ */

.desk-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;

    background: #fff;
    padding: 12px 0;

    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: all 0.3s ease;
    z-index: 999;
}

/* Show submenu on hover */
.desk-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu links */
.desk-nav .sub-menu li {
    width: 100%;
}

.desk-nav .sub-menu li a {
    padding: 12px 20px;
    color: #222;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.desk-nav .sub-menu li:last-child a {
    border-bottom: none;
}

.desk-nav .sub-menu li a:hover {
    background: #f8f8f8;
    color: #c59d5f;
    padding-left: 25px;
}

/* ================================
   MENU ARROW
================================ */

.menu-item-has-children > a::after {
    content: "▼";
    font-size: 10px;
    margin-left: 7px;
    position: relative;
    top: -1px;
}

/* =========================================
   MODERN COMMENTS
========================================= */

.modern-comments{
    margin-top:60px;
    padding:40px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.modern-comments h2,
.modern-comments h3,
.modern-comments .comments-title{
    font-size:32px;
    margin-bottom:30px;
    color:#111;
    font-family:'Playfair Display', serif;
    font-weight:600;
}

.comment-list{
    list-style:none;
    margin:0;
    padding:0;
}

.comment-list li{
    margin-bottom:30px;
}

.comment-body{
    background:#f8f8f8;
    padding:25px;
    border-radius:16px;
    position:relative;
    border:1px solid #eee;
}

.comment-author{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.comment-author img{
    border-radius:50%;
    width:55px;
    height:55px;
}

.comment-author .fn{
    font-weight:700;
    color:#111;
    font-size:16px;
    font-style:normal;
}

.comment-metadata{
    margin-bottom:15px;
}

.comment-metadata a{
    color:#777;
    font-size:14px;
    text-decoration:none;
}

.comment-content p{
    margin:0;
    line-height:1.8;
    color:#444;
    font-size:15px;
}

.reply{
    margin-top:15px;
}

.reply a{
    display:inline-block;
    padding:8px 18px;
    background:#c8a45d;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.3s;
}

.reply a:hover{
    background:#111;
}

.children{
    margin-top:20px;
    margin-left:40px;
    padding-left:20px;
    border-left:2px solid #ddd;
}

/* =========================================
   COMMENT FORM
========================================= */

.comment-respond{
    margin-top:50px;
}

.comment-reply-title{
    font-size:28px;
    margin-bottom:10px;
    color:#111;
}

.comment-notes{
    margin-bottom:20px;
    color:#777;
}

.comment-form{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.comment-form p{
    width:100%;
    margin:0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width:calc(33.333% - 14px) !important;
}

.comment-form input,
.comment-form textarea{
    width:100%;
    padding:14px 18px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:15px;
    background:#fff;
    transition:.3s;
}

.comment-form input:focus,
.comment-form textarea:focus{
    border-color:#c8a45d;
    outline:none;
}

.comment-form textarea{
    min-height:180px;
    resize:vertical;
}

.form-submit{
    margin-top:10px !important;
}

.form-submit .submit{
    background:#c8a45d;
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:50px;
    cursor:pointer;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:.3s;
}

.form-submit .submit:hover{
    background:#111;
}

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

@media(max-width:768px){

    .modern-comments{
        padding:25px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url{
        width:100% !important;
    }

    .children{
        margin-left:15px;
        padding-left:15px;
    }

}

/* =========================================
AUTHOR BOX
========================================= */

.author-box{
    display:flex;
    align-items:center;
    gap:30px;
    background:#fff;
    border:1px solid #e5e5e5;
    padding:35px;
    margin-top:50px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    position:relative;
    overflow:hidden;
}

.author-box::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:100%;
    background:#c8a45d;
}

.author-avatar img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #c8a45d;
    box-shadow:0 10px 20px rgba(0,0,0,0.12);
}

.author-info{
    flex:1;
}

.author-label{
    display:inline-block;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#c8a45d;
    font-weight:700;
    margin-bottom:10px;
}

.author-name{
    font-size:30px;
    margin:0 0 12px;
    color:#111;
    font-weight:700;
}

.author-desc{
    font-size:15px;
    line-height:1.9;
    color:#666;
    margin-bottom:18px;
}

.author-meta{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.author-meta span{
    background:#f7f7f7;
    padding:10px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    color:#333;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:768px){

    .author-box{
        flex-direction:column;
        text-align:center;
        padding:25px;
    }

    .author-meta{
        justify-content:center;
    }

    .author-name{
        font-size:24px;
    }

}