/*!
Theme Name: Prabhu Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prabhu-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Prabhu Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

        .contact-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: start;
        }

        .form-section h1 {
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 30px;
            font-weight: 400;
        }

        .form-section h1 .highlight {
            color: #E53935;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 0px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #333;
            font-size: 1rem;
            font-weight: 500;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.3s ease;
            background: white;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #E53935;
        }

        .form-group input::placeholder,
        .form-group textarea::placeholder {
            color: #ccc;
        }

        .form-group textarea {
            min-height: 280px;
            resize: vertical;
        }

        .form-group select {
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23999' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            padding-right: 40px;
        }

        .submit-btn {
            background: #E53935;
            color: white;
            padding: 15px 45px;
            border: none;
            border-radius: 4px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .submit-btn:hover {
            background: #c62828;
        }

        .map-section {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        }

        .map-container {
            width: 100%;
            height: 300px;
            background: #e0e0e0;
            position: relative;
        }

        .map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        .contact-info {
            padding: 30px;
        }

        .contact-info h2 {
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .contact-info p {
            color: #666;
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 10px;
        }

        .contact-info p strong {
            color: #333;
            font-weight: 600;
        }
.form-row p{
	margin: 0;
}
        /* Tablet */
        @media (max-width: 1024px) {
            .contact-grid {
                gap: 40px;
            }

            .form-section h1 {
                font-size: 2.2rem;
            }

            .contact-info h2 {
                font-size: 1.35rem;
            }
        }

        /* Mobile */
        @media (max-width: 768px) {
            

            .contact-wrapper {
                padding: 0 15px;
            }

            .contact-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .form-row {
                grid-template-columns: 1fr;
                gap: 0;
                margin-bottom: 0;
            }

            .form-row .form-group {
                margin-bottom: 25px;
            }

            .form-section h1 {
                font-size: 1.8rem;
                margin-bottom: 25px;
            }

            .form-group textarea {
                min-height: 200px;
            }

            .submit-btn {
                width: 100%;
                padding: 14px;
            }

            .map-container {
                height: 250px;
            }

            .contact-info {
                padding: 25px 20px;
            }

            .contact-info h2 {
                font-size: 1.25rem;
            }

            .contact-info p {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .form-section h1 {
                font-size: 1.5rem;
            }

            .form-group input,
            .form-group select,
            .form-group textarea {
                padding: 11px 13px;
                font-size: 0.95rem;
            }

            .contact-info {
                padding: 20px 15px;
            }
        }

		  .download-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }

        .download-item {
            background: white;
            padding: 0;
        }

        .download-title {
            font-size: 24px;
            color: #e63946;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .download-meta {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 10px;
        }

        .file-size {
            font-size: 14px;
            color: #666;
        }

        .download-icon {
            width: 24px;
            height: 24px;
            background: #999;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        /* .download-icon::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 6px solid white;
            position: absolute;
            top: 7px;
        }

        .download-icon::after {
            content: '';
            width: 2px;
            height: 8px;
            background: white;
            position: absolute;
            top: 5px;
        } */

        .download-link {
            font-size: 16px;
            color: #e63946;
            text-decoration: none;
            font-weight: 500;
        }

        .download-link:hover {
            text-decoration: underline;
        }

        .download-description {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-top: 10px;
        }

        @media (max-width: 768px) {
            .download-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .download-title {
                font-size: 20px;
            }

        }

        @media (max-width: 480px) {
            .download-title {
                font-size: 18px;
            }

            .download-meta {
                gap: 10px;
            }

            .file-size {
                font-size: 13px;
            }

            .download-link {
                font-size: 15px;
            }
        }
		.faq-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .close-button {
            position: absolute;
            top: -50px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 50px;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background-color 0.3s ease;
            border: none;
        }

        .close-button:hover {
            background-color: rgba(0, 0, 0, 0.7);
        }

        .close-button::before,
        .close-button::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 2px;
            background-color: white;
        }

        .close-button::before {
            transform: rotate(45deg);
        }

        .close-button::after {
            transform: rotate(-45deg);
        }

        .faq-container {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        }

        .faq-item {
            border-bottom: 1px solid #e0e0e0;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            width: 100%;
            padding: 20px 60px 20px 25px;
            background: white;
            border: none;
            text-align: left;
            font-size: 1rem;
            color: #E53935;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
            position: relative;
            font-weight: 500;
        }

        .faq-question:hover {
            background-color: #fafafa;
        }

        .faq-question::after {
            content: '+';
            position: absolute;
            right: 25px;
            font-size: 1.5rem;
            color: #E53935;
            font-weight: 300;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
        }

        .faq-question.active::after {
            transform: rotate(135deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
            background-color: #fafafa;
            opacity: 0;
			            padding: 0 25px;

        }

        .faq-answer.active {
            max-height: 600px;
            padding: 20px 25px;
            opacity: 1;
        }

        .faq-answer.closing {
            max-height: 0;
            padding: 0 25px;
            opacity: 0;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.25s ease;
        }

        .faq-answer p {
            color: #555;
            line-height: 1.8;
            font-size: 0.95rem;
        }
.additional-search-controls{
    display:flex;
    justify-content:space-between;
}
.d-flex{
    display:flex;
    gap:4px;
}
.align-items-center{
    align-items:center;
}
        /* Tablet */
        @media (max-width: 1024px) {
            .faq-question {
                padding: 18px 55px 18px 22px;
                font-size: 0.98rem;
            }

            .faq-answer p {
                font-size: 0.93rem;
            }

            .close-button {
                width: 45px;
                height: 45px;
            }
        }

        /* Mobile */
        @media (max-width: 768px) {
            

            .faq-question {
                padding: 16px 50px 16px 20px;
                font-size: 0.95rem;
            }

            .faq-question::after {
                right: 20px;
                font-size: 1.4rem;
            }

            .faq-answer.active {
                padding: 18px 20px;
            }

            .faq-answer p {
                font-size: 0.9rem;
            }

            .close-button {
                width: 40px;
                height: 40px;
                top: -45px;
            }

            .close-button::before,
            .close-button::after {
                width: 18px;
            }
        }

        @media (max-width: 480px) {

            .faq-question {
                padding: 15px 45px 15px 18px;
                font-size: 0.9rem;
                line-height: 1.5;
            }

            .faq-question::after {
                right: 18px;
                font-size: 1.3rem;
            }

            .faq-answer.active {
                padding: 16px 18px;
            }

            .faq-answer p {
                font-size: 0.85rem;
            }

            .close-button {
                width: 35px;
                height: 35px;
                top: -40px;
            }

            .close-button::before,
            .close-button::after {
                width: 16px;
            }
        }