/*
Theme Name: Chai Ki Baat – Twenty Twenty-Five Child
Theme URI: https://chaikibaat.com/
Description: A warm, content-first child theme of Twenty Twenty-Five for ChaiKiBaat.com
Author: Debarshi Mukherjee
Version: 0.1.0
Template: twentytwentyfive
Text Domain: chai-tt5-child
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Minimal tweaks can go here if needed. Prefer theme.json for design tokens. */

/* Home Page Custom Styles */
.home-main-content {
	background: var(--wp--preset--color--chai-cream);
}
.latest-story-card, .category-card {
	transition: box-shadow 0.2s;
}
.latest-story-card:hover, .category-card:hover {
	box-shadow: 0 4px 16px rgba(111,78,55,0.10);
}
.wp-block-columns {
	gap: 2rem;
}
.post-form-group fieldset input,.post-form-group fieldset select, .post-form-group fieldset textarea {
    height: 40px;
    width: 100% !important;
    padding: 10px;
    background: #eaeaea;
    box-shadow: none;
    border: none;
    font-size: 14px;
    color: #000000 !important;
    border-radius: 10px;
}
.post-form-group fieldset textarea {
    min-height: 100px !important;
    padding-top: 10px;
}

.post-form-group fieldset label {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.page-id-2 h1.wp-block-post-title {
    display: none;
}
div#user-submitted-posts fieldset input.usp-input.usp-clone {
    margin: 10px 0 0 0;
    font-size: 14px !important;
}
div#usp-upload-message
 {
    display: none;
}
.post-form-group .usp-submit
 {
    width: 150px;
    height: 50px;
    background: #6f4e37;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}
.style-class p {
    font-size: 20px !important;
}

.style-class h2 {
    font-size: 27px;
}
.ckb-contat-form label {
    width: 100% !important;
    display: block;
    font-size: 18px;
}

.ckb-contat-form input {
    width: 100%;
    height: 40px;
    background: #f1eade;
    border: none;
    border-radius: 10px;
    padding: 0 10px;
}
.ckb-contat-form textarea {
    width: 100%;
    min-height: 120px;
    background: #f1eade;
    border: none;
    border-radius: 10px;
    padding: 10px;
}   
.ckb-contat-form p {
    margin: 0;
    margin-bottom: 12px;
}

.ckb-contat-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    height: 50px;
    font-size: 18px;
    max-width: 150px;
    background: #f5e6cc;
}
.tell-story-sec,.reach-out-sec {
    background: #fef5e6;
    border-radius: 10px;
}


a:focus, a:hover {
    border: none !important;
    outline: none !important;
	text-decoration: none !important;
}
.video-group {
    position: relative;
    margin-top: 0;
}

.video-group-text {
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: 99;
}

.video-group:after {
    content: '';
    background: #000;
    opacity: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.video-container {
    margin-top: 0 !important;
}
.quote-of-the-day {
    padding: 80px 15px;
    background: #fef5e6;
    border-radius: 23px;
    margin: 45px 0 !important;
}
.whats-app-icon {
    font-size: 104px;
}





@media (max-width: 900px) {
	/* .wp-block-columns {
		flex-direction: column !important;
		gap: 1.5rem;
	} */
	.category-blocks {
		max-width: 100% !important;
		padding: 0 1rem;
	}
}
@media (max-width: 600px) {
    
	.home-main-content {
		padding: 1rem 0 0.5rem 0 !important;
	}
	.latest-stories, .quote-highlight {
		padding: 0 1rem;
	}
    .video-container video {
    height: 480px;
    width: 208vw;
}

.video-container {
    min-height: 480px;
    width: 100%;
    overflow: hidden;
}
}