/**
 * Theme Name:     Punelabs Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   punelabs-child
 * Description:    Punelabs Child 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.
 */
.postid-1718 .footer-section{
display:none;
}
li.menu-item:hover, li.menu-item a:focus, 
li.menu-item a:focus-visible, li.menu-item:focus,
li.menu-item:focus-visible {
    outline: unset !important;
    border: unset !important;
}
h3.elementor-heading-title a {
    font-weight: 600 !important;
}
/* Single post ke andar sabhi headings ke size chote karne ke liye */
 .elementor-counter-title {
    text-align: center;
}
.type-post h1 {
    font-size: 40px !important;
    margin-bottom: 15px;
	line-height: normal !important;
}
.type-post h2 {
    font-size: 32px !important;
    margin-top: 25px;
    margin-bottom: 15px;
	line-height: normal !important;
}
h4.wp-block-heading {
    color: #002057 !important;
}
.type-post h3 {
    font-size: 28px !important;
    margin-top: 20px;
    margin-bottom: 10px;
	line-height: normal !important;
}

.type-post h4 {
    font-size: 24px !important;
    margin-top: 15px;
	line-height: normal !important;
    margin-bottom: 10px;
}
.type-post h5 {
    font-size: 20px !important;
    margin-top: 15px;
	font-weight: 600 !important;
	line-height: normal !important;
    margin-bottom: 10px;
	color: #002057 !important;
}

/* Contact Form CSS */
.pp-contact-form {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 35px;
    max-width: 100%;
    margin: 0 auto;
}

.pp-contact-form label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #222;
	margin-bottom: 8px !important;
    text-transform: uppercase;
}

.pp-contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.form-col br {
    display: none;
}
.pp-contact-form .form-col {
    flex: 1;
}

.pp-contact-form .full-width {
    width: 100%;
}

.pp-contact-form input, .pp-contact-form select, .pp-contact-form textarea {
    width: 100% !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    font-size: 15px;
    height: 50px;
    background: #fff;
    box-sizing: border-box;
}

.pp-contact-form textarea {
    height: 80px;
    resize: none;
}

.pp-contact-form input:focus,
.pp-contact-form select:focus,
.pp-contact-form textarea:focus {
    outline: none;
    border-color: #4a90e2;
}

.pp-contact-form input[type="submit"] {
    background: #4a90e2;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    min-width: 180px;
}

.pp-contact-form input[type="submit"]:hover {
    opacity: 0.9;
}

/* Newsletter Form CSS */
.newsletter-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2f4f7f;
    margin-bottom: 15px;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.newsletter-form input[type="email"] {
    flex: 1;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.newsletter-form input[type="email"]:focus {
    border-color: var(--e-global-color-accent);
}

.newsletter-form button {
    height: 48px;
    min-width: 130px;
    padding: 0 24px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(
        90deg,
        var(--e-global-color-accent) 6%,
        var(--e-global-color-c5e89b0) 100%
    );
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}


/* Mobile */
@media (max-width: 768px) {
    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter-form button {
        width: 100%;
    }
	
    .pp-contact-form .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .pp-contact-form {
        padding: 20px;
    }
}
