/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749652647
Updated: 2025-06-11 14:37:27

*/


/* base css  */
body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    font-size: 18px;
    background-color: #F6F1E8;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Playfair Display", serif;
}

a {
    transition: .3s;
}

.primary-color {
    color: #DAE167;
}

.primary-btn {
    display: block;
    background: #3B2F2F;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 5px solid #fff;
    padding: 20px 30px;
    box-shadow: 0 4px 4px hwb(0deg 0% 100% / 10%) !important;
    max-width: 400px;
    color: #fff;
    text-align: center;
}

.primary-btn:hover {
    background: #fff;
    border-color: #3B2F2F;
    color: #3B2F2F;
}

.slick-arrow {
    height: 60px;
    width: 60px;
    background: transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    z-index: 9;
    border: 1px solid hwb(0deg 9% 91% / 20%);
    font-size: 18px;
    background: #F5F5F5;
}

.slick-arrow:hover {
    background: #3B2F2F;
    border-color: #3B2F2F;
    color: #fff;
}

.slick-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.slick-dots button {
    text-indent: -9999px;
    height: 12px;
    width: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
}

.slick-dots li.slick-active button {
    background: #3B2F2F;
}

.programs-slider-trigger .slick-dots {
    justify-content: center;
}

/* Start Header area style
============================================================================================ */
.header-area {
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    width: 100%;
    padding: 20px 0;
    top: 0;
}

.header-area .offcanvas-toggler-wrap {
    display: none;
}

.header-area .offcanvas-toggler-wrap .offcanvas-toggler {
    display: flex;
    align-items: center;
    background: #BF9972;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 20px;
    border: none;
}

.header-grid {
    display: grid;
    grid-template-columns: 3fr 7fr 3fr;
    gap: 15px;
    align-items: center;
}

.header-grid .nav-menu {
    display: flex;
    gap: 15px 30px;
    margin: 0;
    padding: 11px;
    list-style: none;
    border: 1px solid #F1F0F0;
    justify-content: center;
    border-radius: 1000px;
}

.header-grid .nav-menu .nav-item a {
    position: relative;
    font-size: 16px;
    color: #3B2F2F;
    font-weight: 600;
    padding: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.header-grid .nav-menu .nav-item:hover>a,
.header-grid .nav-menu .nav-item.active a {
    color: #BF9972;
}

.header-grid .logo-wrap img {
    max-width: 135px;
}

.header-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-meta a,
.header-meta .search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    background: hwb(0deg 18% 77% / 7%);
    color: #3B2F2F;
    border-radius: 8px;
    border: none;
}

.header-meta a:hover {
    color: #BF9972;
}

.offcanvas-wraper {
    position: fixed;
    width: 300px;
    background: #FFFFFF;
    height: 100%;
    top: 0;
    padding-top: 50px;
    z-index: 999;
    left: -300px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offcanvas-wraper .offcanvas-close {
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.offcanvas-wraper .header-meta {
    margin-top: 15px;
}

.offcanvas-wraper.active {
    left: 0;
}

.offcanvas-wraper .navbar-nav .nav-item a {
    color: #3B2F2F;
}


.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.search-popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    padding-top: 40px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
}

.search-popup-close {
    cursor: pointer;
    position: absolute;
    background: transparent !important;
    color: #3B2F2F;
    padding: 0;
    top: 7px;
    right: 15px;
    font-size: 22px;
    border: none;
}

.search-popup-close:hover {
    color: #3B2F2F;
}

.search-popup-inner form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.search-popup-inner form label {
    width: 100%;
}

.search-submit {
    display: block;
    background: #3B2F2F;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 20px;
    max-width: 400px;
    color: #fff;
    text-align: center;
    border: none;
    width: 100%;
    max-width: 100%;
}

.search-popup-inner form input[type="search"] {
    padding: 12px 15px;
    border-radius: 0;
    border-color: #3B2F2F;
}

.search-popup-inner form input[type="search"]:focus {
    outline: none;
    box-shadow: none;
}



/* newsletter  */
.form-group {
    position: relative;
    z-index: 1;
}

.form-group p {
    margin: 0;
}

.form-group span {
    display: block;
}

.form-group i {
    position: absolute;
    left: 0;
    top: 5px;
}

.form-group br {
    display: none;
}

.newsletter input {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    padding-left: 30px;
}

.newsletter input:focus {
    outline: none;
    box-shadow: none;
}

.newsletter input::placeholder {
    color: #747474;
    font-size: 16px;
}

.newsletter i {
    color: #747474;
}

.newsletter {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    padding-left: 16px;
}

.newsletter input[type="submit"] {
    background: #000000;
    color: #fff;
    padding: 12px 26px;
    font-size: 16px;
    font-weight: 500;
}

.newsletter .wpcf7-spinner {
    display: none;
}


/* blog post  */
.single-blog-item {
    display: flex;
    align-items: flex-end;
    height: 540px;
    padding: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.blog-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blog-thumbnail:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    content: "";
    background-image: linear-gradient(0, #09090B 5%, transparent 58%);
    z-index: 0;
}

.blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.featured-badge {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    background: #C19A5B;
    padding: 4px 14px;
    color: #fff;
    margin-bottom: 20px;
}

.single-blog-item .cat-badge {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    background: #662E20;
    border: 1px solid #fff;
    padding: 4px 14px;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 20px;
}

.single-blog-item.featured-post .blog-content {
    max-width: 350px;
}

.blog-content {
    position: relative;
    z-index: 1;
}

.blog-content .post-title {
    font-size: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-content .post-desc {
    font-size: 16px;
    font-weight: 500;
}

.view-more-btn-wrap .primary-btn {
    margin: 0 auto;
}

.blog-content .date {
    display: none;
    font-size: 16px;
    margin-bottom: 5px;
}

.single-blog-item.style2 .featured-badge {
    display: none;
}

.single-blog-item.style2 .blog-thumbnail {
    position: inherit;
    height: auto;
}

.single-blog-item.featured-post.style2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: normal;
}

.single-blog-item.style2 .blog-thumbnail:before {
    display: none;
}

.single-blog-item.featured-post.style2 .blog-thumbnail img {
    height: 460px;
}

.single-blog-item.style2 .blog-content-wrap {
    padding: 24px 20px;
    background: #fff;
}

.single-blog-item.style2 .blog-content {
    padding: 0;
    background: #fff;
    max-width: 100%;
}

.single-blog-item.style2 {
    padding: 0;
    color: #000;
    height: auto;
}

.single-blog-item.style2 .blog-content .date {
    display: block;
}

.single-blog-item.style2 .cat-badge {
    display: none;
}

.single-blog-item.style2 {
    flex-direction: column;
}

.single-blog-item.style2 .blog-thumbnail img {
    height: 365px;
}

.single-blog-item.style2 .primary-btn {
    color: #C19A5B;
    border-color: #C19A5B;
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
}

.single-blog-item.style2 .primary-btn:hover {
    background: #C19A5B;
    border-color: #3B2F2F;
    color: #3B2F2F;
}

.single-blog-item.featured-post.style2 .blog-content .post-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.single-blog-item.featured-post.style2 .blog-content-wrap {
    display: flex;
    align-items: center;
    padding: 24px 40px;
}

.blog-content-wrap .primary-btn {
    display: none;
}

.single-blog-item.style2 .blog-content-wrap .primary-btn {
    display: block;
}


/* single post area  */
.single-blog-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 520px;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.single-post-banner-content .post-title {
    font-size: 40px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}

.single-post-banner-content {
    display: flex;
    align-items: flex-end;
    height: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.single-post-banner-content .post-meta {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.single-post-banner-content .post-meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.single-blog-banner:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(0, #09090B 0%, transparent 100%);
    z-index: -1;
}

.single-blog-content h2 {
    font-size: 42px;
}

.single-blog-content h3 {
    font-size: 32px;
}

.single-blog-content h4 {
    font-size: 24px;
}

.single-blog-content h5 {
    font-size: 20px;
}

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
    color: #000;
}


.blog-toc h5 {
    font-size: 16px;
    font-weight: 500;
    color: #0B0B0B;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.blog-toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
    max-height: 300px;
    overflow-y: auto;
    direction: rtl;
}

.blog-toc li {
    direction: ltr;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.single-blog-sidebar {
    position: sticky;
    top: 100px;
}

.blog-toc li a {
    font-size: 14px;
    font-weight: 500;
    color: hwb(0deg 4% 96% / 60%);
    font-family: "Montserrat", sans-serif;
}

.blog-toc a.active {
    color: #0B0B0B;
}

.single-blog-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.share-post {
    margin-top: 40px;
}

.share-post h5 {
    font-size: 18px;
    color: #0B0B0B;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
}

.social-share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-share li a {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    border: 1px solid #6C6A7B;
    color: #6C6A7B;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
}

.social-share li a:hover {
    background: #0B0B0B;
    color: #fff;
}

.single-blog-content-wrap {
    padding: 60px 0 120px;
}

.related-blog-slider .slick-arrow {
    position: absolute;
    right: 0;
    top: -120px;
}

.related-blog-slider .slick-arrow.prev {
    right: auto;
    right: 80px;
}

.related-blog-slider {
    margin: 0 -15px;
}

.related-blog-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

/* contact form  */
.contact-form .form-group label {
    font-size: 18px;
    color: #2B2B2B;
    margin-bottom: 5px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #D0D0D2;
    border-radius: 0;
    color: #EBB262;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
    outline: none;
    box-shadow: none;
    border-color: #EBB262;
}

.contact-form input[type="submit"] {
    background: #DDC5A6;
    width: 100%;
    color: #543131;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 1000px;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.contact-form .submit {
    margin-bottom: 0;
}

.container {
    max-width: 100%;
}

.post-title a {
    color: #000;
}

.blogs-area.archive-page {
    padding: 80px 0;
}

/* archive page  */
.inner-banner {
    background: #2D2424;
    padding: 60px 0;
}

.inner-banner h1 {
    color: #fff;
}

@media(min-width: 1024px) {
    .container {
        max-width: 1140px;
    }
}

@media(min-width: 1199px) {
    .container {
        max-width: 1200px;
    }
}


@media(min-width: 1367px) {
    .container {
        max-width: 1220px;
    }
}

@media(max-width: 1366px) {

    .single-blog-item.featured-post.style2 .blog-content .post-title {
        font-size: 36px;
    }

    .single-blog-content h2 {
        font-size: 32px;
    }

    .single-blog-content h3 {
        font-size: 28px;
    }

    .single-blog-content h4 {
        font-size: 24px;
    }

    .single-blog-content h5 {
        font-size: 20px;
    }

    .single-blog-content-wrap {
        padding: 60px 0 80px;
    }

    .single-post-banner-content .post-title {
        font-size: 36px;
    }

    .single-post-banner-content .post-meta span {
        font-size: 16px;
    }
}

@media(max-width: 1199px) {
    .header-grid .nav-menu {
        display: none;
    }

    .header-grid .header-meta {
        display: none;
    }

    .header-area .offcanvas-toggler-wrap {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
    }

    .header-grid {
        grid-template-columns: 1fr 1fr;
    }

    .header-area .cart-btn {
        height: 40px;
        width: 40px;
    }

    .header-area .cart-btn img {
        transition: .3s;
        max-width: 20px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 50px;
        color: #ffffffc2;
        display: block;
        padding: 0;
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #9f9f9f3b;
    }

    .navbar-nav .nav-item {
        position: relative;
        line-height: inherit;
    }

    .navbar-nav .nav-item:not(:last-child):after {
        display: none;
    }

    .header-area .navbar-nav {
        display: none;
    }

    .header-area .header-btns {
        display: none !important;
    }


    .single-blog-banner {
        height: 420px;
        padding: 50px 0;
    }

    .single-blog-item.featured-post.style2 .blog-content .post-title {
        font-size: 28px;
    }
}

@media(max-width: 991px) {
    .blogs-area.archive-page {
        padding: 50px 0;
    }

    .single-blog-item.featured-post.style2 .blog-content-wrap {
        padding: 24px 20px;
    }

    .single-blog-item {
        height: 400px;
    }

    .single-post-banner-content .post-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .single-post-banner-content .post-title {
        font-size: 28px;
    }

    .single-post-banner-content .post-meta {
        gap: 10px;
        flex-wrap: wrap;
    }

    .single-blog-banner {
        height: 350px;
        padding: 50px 0;
    }

    .share-post {
        margin-top: 20px;
    }

    .single-blog-item {
        padding: 20px;
        height: 400px;
    }

    .primary-btn {
        font-size: 18px;
        border-bottom: 3px solid #fff;
        padding: 16px 30px;
    }

    .single-blog-item.featured-post.style2 {
        display: flex;
    }

    .single-blog-item.featured-post.style2 .blog-thumbnail img {
        height: 365px;
    }

    .single-blog-content-wrap {
        padding: 50px 0 50px;
    }
}

.comment-respond h2 {
    font-size: 30px;
    font-weight: bold;
}

form#commentform input, form#commentform textarea {
    margin-top: 5px;
    border: 1px solid brown;
}

p.form-submit input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: none!important;
    border-radius: 0;
    padding: 10px 20px;
}