@charset "UTF-8";

/*
Theme Name: Kinship
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
body { background: var(--surface-color) !important;}
#masthead {display: none;}

.content-area{color: #ffffff;}
.widget-area section{color: #ffffff;}
.site-footer{color: #ffffff;}
.entry-title {    
    font-size: 30px;
    margin: 0 0 15px;
    font-family: 'Poppins';
    font-weight: 700;
}
.entry-title {    
   padding: 0 20px;
}

.entry-content{
     padding: 0 20px;
}

.entry-footer {
     padding: 0 20px;
}

.post-thumbnail .wp-post-image {max-width: 100% !important; margin: 0 0 25px; height:auto !important;object-Fit:cover;border-radius:20px}

.entry-title{
    max-width: 1112px !important; 
    margin: auto !important;
    text-align: center !important;
      background: linear-gradient(to right, #FFFFFF, #FFFFFF88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
  font-family: Poppins;
font-weight: 700;
font-size: 45px;
line-height: 60px;
}

.beyond_the_alogorith p{
color: rgba(217, 217, 217, 0.9);    
}

.wp-block-uagb-container{
margin-top: 30px !important;    
}

.uagb-post__image a img{
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
     border-radius: 20px !important;
}

.uagb-post__title{
    font-size: 20px;
    font-weight: 500;
}

.uagb-post__excerpt{
    font-size: 14px;
    font-weight: 300;
    color: rgba(200, 200, 200, 0.9);
}

.uagb-post__inner-wrap{
    padding: 10px 10px 20px 10px !important;
    border-radius: 21px;
    border:1px solid rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(12.156224250793457px) !important;
    position: relative !important;
   background: linear-gradient(282.36deg, rgba(13,19,49,0.15) 0%, rgba(13,237,237,0.15) 100%) !important;
    text-align:left;
}

.uagb-post__inner-wrap h4 {
    font-size:16px !important;
    font-weight: bold !important;
    color: rgba(255, 255, 255, 0.9) !important;
    padding-bottom: 0 !important;
}

.uagb-post__text:has(time) {
    display: none;
}

.uagb-post__inner-wrap .uagb-post__cta .wp-block-button__link{
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    color: #ffffff;
    font-family: Avenir;
}

.uagb-post__inner-wrap .uagb-post__cta:has(.wp-block-button__link){
     position: absolute;
    bottom: 20px;
}

.uagb-post__author a{
    text-decoration: underline !important;
}

/* Container background */
.uagb-block-bdf0419b {
    background-color: var(--surface-color); /* Dark maroon background */
    color: #ffffff; /* Default text color */
    padding-top: 50px;
    padding-bottom: 50px;
}

/* General paragraph styling for advanced headings */
.uagb-advanced-heading p.uagb-heading-text {
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 20px;
}

/* Subtle heading emphasis */
.uagb-advanced-heading p.uagb-heading-text:first-child {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Blockquote styling */
.uagb-blockquote__skin-border {
    border-left: 4px solid #ff6f61; /* Accent color for quote */
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px 30px;
    margin: 50px 0 !important;
    border-radius: 5px;
}
.uagb-blockquote__skin-border Blockquote{
border-left-style:none !important;
}

.uagb-blockquote__content {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    font-style: italic;
}

.uagb-blockquote__author {
    color: #fff !important; /* Accent color for author */
    font-style: italic;
    margin-top: 10px;
}

.from_inner_section > p:empty {
  display: none !important;
}

.grid > p:empty {
    display: none !important;
}

ul > br:empty {
    display: none !important;
}

.testimonial_card > p:last-child:empty {
    display: none !important;
}

.testimonials_card_des > p:last-child:empty {
    display: none !important;
}

.testimonial_card{
    max-height: 100%;
    height: 100%;
}

/* ===== NOPTIN FORM CUSTOM DESIGN ===== */
#noptin-form-1__wrapper {
    display: flex;
    justify-content: center;
    padding: 0px;
    background: transparent;
    border-radius: 10px;
    width:100%;
    max-width:300px;
    margin: auto;
}

/* Form box */
#noptin-form-1__wrapper .noptin-optin-form-wrapper {
    margin: 0;
    min-height: 0 !important;
    border-radius: 10px;
    border: none !important;
    padding: 0px !important;
    background-color: transparent !important;
}

#noptin-form-1__wrapper .noptin-optin-form-wrapper form .noptin-form-footer .noptin-form-fields{
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
}

#noptin-form-1__wrapper .noptin-optin-form-wrapper form .noptin-form-footer .noptin-form-fields::after{
    display: none !important;
}

#noptin-form-1__wrapper .noptin-optin-form-wrapper form .noptin-form-footer{
    padding: 0 !important;
    margin-top: 10px !important;
}

#noptin-form-1__wrapper .noptin-optin-field-email{
    width: 100% !important;
}

/* Email input */ 
#noptin-form-1__wrapper input[type="email"] {
    width: 100%;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 130%;
    color: #e8e0dd;

    border: 0.5px solid rgba(255, 255, 255, 0.56);
    border-radius: 8px;

    background: linear-gradient(282.36deg, rgba(55, 25, 29, 0.15) 0%, rgba(237, 88, 22, 0.15) 100%);
    /* Light blur effect like your design */
    backdrop-filter: blur(12.16px);
    -webkit-backdrop-filter: blur(12.16px);
    transition: 0.25s ease;
}

/* Soft placeholder EXACT match */
#noptin-form-1__wrapper input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.32);
    font-weight: 300;
}

/* Input hover / focus effect */
#noptin-form-1__wrapper input[type="email"]:focus {
    box-shadow: 0 0 6px rgba(63, 81, 181, 0.2);
}

/* Button styling */
#noptin-form-1__wrapper input[type="submit"] {
    width: 100%;
    padding: 12px 17px;
    line-height: 130%;
    font-size: 12px;
    font-weight: bold;
   background: linear-gradient(to right, var(--primary-bg), var(--secondary-bg)) !important;
    color: #37191D;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.25s ease;
}

/* Hover effect */
#noptin-form-1__wrapper input[type="submit"]:hover {
    background: FF710F !important;
}

/* Notice / response box */
#noptin-form-1__wrapper .noptin-form-notice {
    margin-top: 15px;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 5px;
}

/* Remove inner unwanted background */
.noptin-form-id-3895 .noptin-optin-form-wrapper * {
    background-color: transparent !important;
}

.remove-br br{
    display: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .adventure-post-grid {
        column-gap: 20px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}


/* Responsive padding for mobile */
@media (max-width: 768px) {
    .post-thumbnail .wp-post-image {
        height:400px !important;;border-radius:0px
    }
    
    .entry-title {    
        margin: 0 0 15px;
    }
    
    .uagb-block-bdf0419b {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .uagb-advanced-heading p.uagb-heading-text {
        font-size: 16px;
    }

    .uagb-blockquote__content {
        font-size: 16px;
    }

    .uagb-post__image a img{
        height: 100% !important;
    }
    
    /* Email input */ 
#noptin-form-1__wrapper input[type="email"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
}

    /* Button styling */
    #noptin-form-1__wrapper input[type="submit"] {
        width: 100%;
        padding: 8px 13px;
        font-size: 13px;
    }
    
    .privacy_terms_para p{
        text-align: start;
    }
    
    .uagb-post__inner-wrap{
    padding: 15px 15px 20px 15px !important;
}

.entry-title{
    font-weight: 700;   
font-size: 20px;
line-height: 30px;
}
}
.uagb-block-c3c5e18d.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{
    margin-right: 0;
}

