/*
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.1749690523
Updated: 2025-06-12 01:08:43

*/
@import url('https://fonts.cdnfonts.com/css/poppins');

html,
body {
    min-width: 1200px;
    overflow-x: hidden;
    width: 100%;
}

.current-menu-item a {
    font-weight: 700 !important;
}

a,
a:hover {
    color: unset;
}

.tnp.tnp-subscription {
    margin: 0 auto;
}

.about-span {
    line-height: normal;
    display: block !important
}

/* HOME PAGE - Blog Post Carousel */
#post-carousel .bdpp-post-title {
    font-family: 'Nourd';
    color: #333;
    font-size: 187.5%;
    line-height: 1.4;
    font-weight: 700;
}

#post-carousel .bdpp-post-desc {
    font-family: 'Poppins';
    color: #333333;
    font-size: 125%;
    line-height: 1.3;
    letter-spacing: -1px;
    font-weight: 400;
}

#post-carousel .bdpp-post-img-bg {
    height: 320px;
}

#post-carousel .bdpp-post-img-bg img {
    object-fit: cover;
}

.owl-next,
.owl-prev {
    background: #00A3D9 !important;
    border-radius: 12px !important
}

.bdpp-rdmr-btn {
    font-family: "Proxima Nova", Sans-serif;
    font-size: 17px;
    font-weight: 900;
    fill: #12224D;
    color: #12224D;
    border: solid 3px #12224D !important;
    border-radius: 50px;
    padding: 15px 40px;
}

.bdpp-rdmr-btn:hover {
    background-color: #12224D;
}

/* BLOG PAGE */
.page-id-65 .bdpp-post-grid-content {
    border: solid 1px #eee;
    padding: 0 0 40px 0;
    border-radius: 30px;
}

.page-id-65 .bdpp-post-content {
    padding: 0 20px;
}

.page-id-65 .bdpp-post-img-bg {
    border-radius: 30px 30px 0 0 !important;
}

.page-id-65 .bdpp-post-feat-img {
    height: 300px !important;
    object-fit: cover;
    width: 100%;
}

.page-id-65 .bdpp-post-title {
    font-family: 'Nourd';
    font-weight: 700;
    font-size: 23px !important;
    padding: 0 20px
}

.page-id-65 .bdpp-post-desc {
    font-family: 'Poppins';
}

input.tnp-submit {
    font-size: 25px ! IMPORTANT;
    font-family: 'Poppins';
    font-weight: bold;
    display: block !important;
    margin: 20px auto 0 !important;
    border-radius: 50px;
    padding: 10px 5% !important;
    max-width: 280px !important;
    width: 100% !important;
}

input#tnp-1 {
    font-family: 'Proxima Nova';
    font-size: 14px;
    background-color: #DDDDDD;
    padding: 17px;
    max-width: 300px;
    margin: 0 auto;
}

div#gallery-1,
div#gallery-2 {
    display: flex;
    align-items: center;
}

figure.gallery-item {
    padding: 0 !important;
}

.small {
    height: 530px !important;
}

.n2-ss-layer-row-inner {
    align-items: center;
}

.form label {
    font-size: 14px;
}

.form .btn {
    border: none;
    font-family: "Proxima Nova", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    background-color: #12224D;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px 15px 50px;
    color: white;
    display: block;
    margin: 20px auto 0;
}

.form input[type='text'],
.form textarea {
    padding: 12px;
}

.form input[type='email'],
.form input[type='text'],
.form input[type='tel'] {
    margin-bottom: 10px;
}

.form {
    font-family: 'Poppins';
}


@media(max-width:1024px) {

    html,
    body {
        min-width: 320px;
    }

    .small {
        height: auto !important;
    }
}



@media (max-width: 768px) {
    .small {
        height: auto !important;
    }
}