/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.image-slider-name img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
}


/* rohit kumar developer css add */

.image-slider-name img {
	width: 100%;
	height: 530px;
	object-fit: cover;
}

.Miller_Esq_Container {
	position: sticky;
	top: 50px;
}



.contact-body-pg {
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}

.contact-body-pg:after {
	content: '';
	display: block;
	background-color: #d9b99b;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
}


.contact-uspg {
	display: flex;
	max-width: 1200px;
	width: 100%;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.contact-uspg .left-panel {
	background-color: #1a1a1a;
	color: white;
	padding: 60px 40px;
	width: 45%;
	display: flex;
	flex-direction: column;
}

.contact-uspg .left-panel h1 {
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.2;
}

.contact-uspg .left-panel .subtitle {
	font-size: 18px;
	margin-bottom: 60px;
	opacity: 0.9;
}

.contact-uspg .contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

.contact-uspg .contact-icon {
	width: 24px;
	height: 24px;
	margin-right: 20px;
	margin-top: 5px;
	flex-shrink: 0;
}

.contact-uspg .contact-details h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0;
	opacity: 0.8;
	color: #fff;
}

.contact-uspg .contact-details p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
}

.contact-uspg .right-panel {
	padding: 60px 40px;
	width: 55%;
}

.contact-uspg .form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}

.contact-uspg .form-group {
	flex: 1;
}

.contact-uspg .form-group.full-width {
	flex: none;
	width: 100%;
}

.contact-uspg label {
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
	font-weight: 500;
}

.contact-uspg input,
.contact-uspg select,
.contact-uspg textarea {
	width: 100% !important;
	padding: 15px !important;
	border: none !important;
	border-bottom: 2px solid #e0e0e0 !important;
	background-color: transparent !important;
	font-size: 18px !important;
	color: #000;
	transition: border-color 0.3s ease;
	outline: none;
}

.contact-uspg input:focus,
.contact-uspg select:focus,
.contact-uspg textarea:focus {
	border-bottom-color: #333;
}

.contact-uspg input::placeholder,
.contact-uspg textarea::placeholder {
	color: #999;
}

.contact-uspg select {
	cursor: pointer;
	appearance: none;
	background-image: url('../images/chevron-down.svg');
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-right: 40px;
}

.contact-uspg textarea {
	resize: vertical;
	min-height: 120px;
	font-family: inherit;
}

.contact-uspg .send-button {
	background-color: #1a1a1a;
	color: white;
	padding: 18px 40px;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
	float: right;
	margin-top: 20px;
}

.contact-uspg .send-button:hover {
	background-color: #333;
}

@media (max-width: 768px) {
	.contact-uspg {
		flex-direction: column;
	}

	.contact-uspg .left-panel,
	.contact-uspg .right-panel {
		width: 100%;
		padding: 40px 30px;
	}

	.contact-uspg .form-row {
		flex-direction: column;
		gap: 0;
	}

	.contact-uspg .left-panel h1 {
		font-size: 2rem;
	}
}
 

/* rohit kumar developer css end */
