/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
:root {
	--primary-color: #7E6AB1;
	--secondary-color: #7E828B;
	--third-color: #C7C1DD;
	
	--old-primary-color: #707174;
	--old-secondary-color: #9C86AB;
	--old-third-color: #D0C6DB;
	
	---cs-primary-color: #77787C;
	--cs-secondary-color: #7A6D9B;
	--cs-third-color: #B0A9C8;
	
	--black-color: #000000;
	--white-color: #ffffff;
	
	--bg-color-purple: #634E77;
	
	--gradient-primary: linear-gradient(135deg, var(--cs-secondary-color), var(--secondary-color), var(--third-color));
	--gradient-bg: linear-gradient(135deg, var(--cs-secondary-color) 0%, #8A7CC3 100%);
}

/* ================================ Global classes =============================== */
.light-purple {
	color: var(--third-color) !important;
}

.text-purple {
	color: var(--primary-color) !important;
}

.text-grey {
	color: var(--secondary-color) !important;
}

.text-white {
	color: var(--white-color) !important;
}

.text-dark {
	color: var(--black-color) !important;
}

.bg-purple {
	background-color: var(--bg-color-purple) !important;
}
.hover\:text-white:hover {
	color: var(--white-color) !important;
}
.hover-bg-purple {
	background-color: var(--white-color);
}
.hover\:text-white:hover .hover-bg-purple {
	background-color: var(--old-secondary-color);
}
.team-link {
    color: var(--third-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.mb-0 {
	margin-bottom: 0 !important;	
}

.mr-0 {
	margin-right: 0 !important;	
}

.mt-0 {
	margin-top: 0 !important;	
}

.ml-0 {
	margin-left: 0 !important;	
}

.mb-1 {
	margin-bottom: 0.975rem !important;	
}

.mr-1 {
	margin-right: 0.975rem !important;	
}

.mt-1 {
	margin-top: 0.975rem !important;	
}

.ml-1 {
	margin-left: 0.975rem !important;	
}

.mb-2 {
	margin-bottom: 1.2rem !important;	
}

.mr-2 {
	margin-right: 1.2rem !important;	
}

.mt-2 {
	margin-top: 1.2rem !important;	
}

.ml-2 {
	margin-left: 1.2rem !important;	
}

.mb-3 {
	margin-bottom: 1.75rem !important;	
}

.mr-3 {
	margin-right: 1.75rem !important;	
}

.mt-3 {
	margin-top: 1.75rem !important;	
}

.ml-3 {
	margin-left: 1.75rem !important;	
}

.ml-auto {
	margin-left: auto;	
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.h-100 {
	height: 100% !important;
}

.fw-500 {
	font-weight: 500;	
}

.fw-600 {
	font-weight: 600;	
}

.fw-700 {
	font-weight: 700;	
}

.fw-800 {
	font-weight: 800;	
}

.fw-900 {
	font-weight: 900;	
}

.max-width-700 {
	max-width: 700px !important;
}

.max-width-900 {
	max-width: 900px !important;
}

.of-hidden {
	overflow: hidden !important;
}

.text-lg {
	font-size: 1.4em;
}
.text-md {
	font-size: 14px;
}

/* ================================ Global classes =============================== */
.backtotop{
	color: var(--third-color);
}

.page-template-template-home-full-width .site-content .martfury-container {
    width: 100%;
    margin: 0 auto;
	padding: 0 !important;
}
.page-template-template-home-full-width .site-content .martfury-container .row {
	margin-left: 0;
	margin-right: 0;
}
.site-header .primary-nav > ul > li.menu-item {
	padding: 15px 13px;
}
.site-header .col-header-menu {
	justify-content: center;
}
.site-header .martfury-container .header-extras, .site-header .martfury-container .mr-header-menu {
	width: 100%
}
.site-header .primary-nav > ul > li > a {
	color: var(--primary-color);
}
.site-header .primary-nav > ul > li:hover > a,
.site-header .primary-nav > ul > li > a:hover {
    color: var(--white-color);
}
.site-header .primary-nav > ul > li:hover {
	background-color: var(--cs-secondary-color);	
}
.subtitle {
	font-family: "DM Serif Display", Sans-serif;
	font-size: clamp(1.8rem, 2vw, 3rem);
}
.has-text-align-center {
	text-align: center;
}
.wp-block-heading {
	color: var(--primary-color);
}
.widget_text {
	color: var(--white-color);
}
.widget_text  p {
	margin-bottom: 0;
	font-size: 14px;
}
.footer-layout-1 .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-copyright {
	text-align: center;
}
.footer-2 .widget_text  p {
	margin-bottom: 0;
	font-size: 16px;
	color: var(--secondary-color);
}
.footer-2 .wp-block-heading {
	color: #7A6D9B;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
}
.nre-footer-row {
    position: relative;
    z-index: 1;
	background-color: #7A6D9B;
}
/* .nre-footer-row:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 185px;
    background-color: var(--primary-color);
    z-index: -1;
} */
/* .nre-footer-row:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	max-width: 320px;
    height: 100%;
	max-height: 313px;
    background-image: url(/wp-content/uploads/2026/01/image.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    z-index: -1;	
} */

#block-7 .wp-block-heading {
	color: var(--white-color);
	margin-top: 16px;
    margin-bottom: 5px;
	font-size: 1.4em;
	font-weight: 600;
}
.site-footer .footer-links .widget {
    margin-bottom: 0;
}
.site-footer .footer-links {
	padding-bottom: 15px;
	padding-top: 15px;
}
.footer-links .is-layout-flex {
    align-items: center;
    justify-content: center;
}
.footer-links .wp-block-columns .wp-block-column {
	flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
}
.footer-links .wp-block-columns .wp-block-column:nth-child(2) {
	flex: 0 0 21%;
	max-width: 21%;
	width: 100%;
}
.footer-links .wp-block-columns .wp-block-column .wp-block-heading {
	color: var(--primary-color);
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 22px;
}
.footer-links .wp-block-columns .wp-block-column p{
	font-size: 16px;
}
.footer-links .wp-block-columns .wp-block-column .wp-block-image.size-full img {
	width: 100%;
}
.elementor-popup-modal .dialog-widget-content {
	background-color: transparent;
}
.footer-sidebar.footer-3 .wp-block-list .wp-block-list li {
	font-size: 16px;
	font-weight: 600;
}
.footer-sidebar.footer-3 .wp-block-list li::first-letter {
    color: #7A6D9B;
    font-weight: 800;
    margin-right: 8px;
}
/* .footer-sidebar.footer-3 .wp-block-list li:last-child {
    color: #7A6D9B;
    font-weight: 800;
    margin-right: 8px;
} */
.footer-links .wp-block-columns .wp-block-column .wp-block-list li:last-child a {
	color: var(--secondary-color);
}
#block-15 p {
	color: var(--bg-color-purple);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
#block-16 p {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
#block-18 .wp-block-gallery {
    justify-content: center;
	margin: 0;
	background-color: var(--white-color);
}
.site-footer {
    border-top: 1px solid var(--secondary-color);
}
.site-footer .footer-links {
	border-bottom: 0 solid var(--secondary-color);
}

.primary-mobile-nav .mobile-nav-header {
	background-color: var(--cs-secondary-color);
}
.primary-mobile-nav .mobile-nav-header h2, .primary-mobile-nav .mobile-nav-header .mobile-nav-header__title{
	color: var(--white-color);
}
.contact-button .elementor-button-text {
	white-space: nowrap;
}
.contact-menu-buton{
	padding: 13px 18px;
	background: var(--cs-secondary-color);
	color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px -4px #00000080;
	white-space: nowrap;
}
.contact-menu-buton:hover,
.contact-menu-buton:focus {
	color: var(--white-color);
}
.lh-2 {
	line-height: 2;
}
.wpcf7 input[type="submit"]{
	background-color: var(--cs-secondary-color);
	color: var(--white-color);
}
.wpcf7-spinner{
	position: absolute;
}
.elementor-popup-modal .dialog-close-button{
	display: inline-block;
    background-color: var(--third-color);
    top: 0;
    right: 0;
    padding: 10px;
    border-top-right-radius: 20px;
    transform: translate(0px, 0px);
}
.page-header-page .entry-title {
	display: none !important;
}
.section-title:after {
	content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: var(--bg-color-purple);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.feature {
    transition: transform 0.3s;
}
.feature:hover {
    transform: translateY(-5px);
}
.service-card {
	background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}
.service-card:hover {
    transform: translateY(-10px);
}
.service-card .elementor-image-box-content {
    padding: 0 25px 25px;
}

.elementor-popup-modal .dialog-close-button svg {
	fill: var(--bg-color-purple);
	background-color: var(--third-color);
}
/* ============================ Our People ===============================*/
.our-people-header {
	background: linear-gradient(135deg, var(--primary-color) 0%, #5a5b5e 100%);
    color: white;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}
.header-pattern {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.1;
    width: 40%;
    background-image: radial-gradient(var(--third-color) 2px, transparent 2px);
    background-size: 20px 20px;
}
.our-header-content {
    position: relative;
    z-index: 2;
}
.our-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.our-logo-icon {
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
}
.tagline {
    font-size: 1.6rem;
    opacity: 0.9;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.our-heading {
	font-size: 3.5rem;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: 15px;
}
.page-title {
    position: relative;
}
.page-title .our-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.page-title .our-title::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.staff-card {
    background-color: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.4s, box-shadow 0.4s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-header {
    padding: 25px;
    position: relative;
    overflow: hidden;
}
.card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: rotate(30deg);
    transition: all 0.5s;
}
.staff-name {
    position: relative;
    z-index: 2;
}
.staff-role {
    position: relative;
    z-index: 2;
}
.card-content p {
    margin-bottom: 20px;
    color: var(--light-text);
    line-height: 1.6;
	font-size: 16px;
}
.expertise {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.expertise h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.expertise h4::before {
    content: '';
    width: 20px;
    height: 3px;
    background-color: var(--secondary-color);
    display: inline-block;
}
.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tag {
    background-color: var(--third-color);
    color: var(--dark-text);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}
.view-more {
    display: inline-block;
    margin-top: 20px;
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    align-self: flex-start;
}
.view-more:hover {
    text-decoration: underline;
    transform: translateX(5px);
	color: var(--secondary-color);
}
.detail-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--cd-secondary-color);
}
.detail-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
}
.detail-title h4 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 5px;
}
.detail-title p {
    color: var(--secondary-color);
    font-weight: 600;
}
.motoring-hero {
    background: linear-gradient(rgba(99, 78, 119, 0.9), rgba(208, 198, 219, 0.8)), url(https://images.unsplash.com/photo-1589829545856-d10d557cf95f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.motoring-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.success-rate a {
    display: inline-flex;
    align-items: center;
    backdrop-filter: blur(5px);
}
.header-bg {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.1;
}
.header-bg i {
    font-size: 300px;
    color: white;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.rate-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(126, 106, 177, 0.1);
	background-color: var(--white-color);
}
.rate-table th {
    background-color: var(--primary-color);
    color: white;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.rate-table tbody tr:is(:not:last-child) {
	background-color: rgba(126, 130, 139, 0.05);
	border-bottom: 1px solid var(--secondary-color);
}
.rate-table td {
    padding: 15px;
	border: 0;
}
.site-footer .footer-info {
	justify-content: center;
	border-bottom: 0px solid #e1e1e1;
	padding: 0;
	background-color: #7A6D9B;
}
.site-footer .footer-info .info-item {
    max-width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.site-footer .footer-widgets {
	justify-content: center;
	padding-top: 15px;
    padding-bottom: 10px;
}
.site-footer .footer-widgets:after {
	display: none;
}
.site-footer .footer-widgets .widget {
	margin-bottom: 0;
}

.footer-sidebar.footer-1 {
	max-width: 285px;
    width: 100%;
}
.martfury-container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.martfury-container .row,
.site-footer .footer-widgets,
.site-footer .footer-info {
	margin-left: 0!important;
	margin-right: 0!important;
}
.timeline {
    position: relative;
    padding-left: 30px;
    margin: 25px 0;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--third-color);
    border-radius: 3px;
}
.timeline-item {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -36px;
    top: 2px;
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 3px var(--third-color);
}
.timeline-title {
    font-weight: 600;
    margin-bottom: 5px;
	font-size: 18px;
    color: var(--primary-color);
}
.timeline-title p {
	font-size: 15px;
}
.gov-link {
    display: inline-flex !important;
    align-items: center !important;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 12px 25px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
	width: auto !important;
}
.gov-link:hover {
	color: var(--white-color);
    background-color: #6A5A9B;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(126, 106, 177, 0.2);
}
.gov-link i {
	margin-right: 5px;
}
.sub-list {
    list-style-type: disc;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 30px;
    color: var(--secondary-color);
}
.sub-list li {
    padding: 5px 0;
    border-bottom: none;
}
a:hover, a:focus {
    color: var(--white-color);
    text-decoration: none;
}
.site-footer .footer-links {
    padding-top: 0;
}
.privacy-links{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.privacy-links .privacy-link {
	display: inline-flex;
	color: var(--white-color);
	white-space: nowrap;
}

.privacy-links .privacy-item .privacy-link {
	padding: 0 8px;
	position: relative;
}
.privacy-links .privacy-item:not(:last-child) .privacy-link:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 12px;
	background-color: var(--white-color);
	transform: translateY(-50%);
}

.privacy-links .privacy-item .privacy-link:before:last-child {
   display: none;
}

.privacy-links .privacy-link:hover {
	color: var(--white-color);
	text-decoration: underline;
}
#block-7,
#block-8,
#block-9 {
    padding-left: 20px;
    padding-right: 20px;
}
.page-id-5733 #content, .page-id-5738 #content, .page-id-5743 #content, .page-id-5748 #content
{
/* 	background-color: #F5F7FA !important; */
	background-color: #D0C6DB;
}
.site-header .header-row {
    justify-content: center;
}
.cost-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(126, 130, 139, 0.1);
}
.cost-item:last-child {
    border-bottom: none;
}
.of-x-auto {
	overflow-x: auto;
}
.d-flex{
	display: flex !important;
}
.align-items-center {
	align-items: center !important;
}
.justify-content-start {
	justify-content: start !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.profile-points .elementor-inline-item .elementor-icon-list-text {
	padding: 6px 14px;
    border-radius: 15px;
    background-color: var(--third-color);
    color: var(--primary-color);
    font-size: 14px !important;
}
.case-list {
	background-color: #f9f9f9;
	border-radius: 8px;
}

.case-item {
	padding: 12px 15px;
	margin-bottom: 10px;
	background-color: white;
	border-left: 4px solid var(--cs-secondary-color);
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.case-year {
	color: #1a1a1a;
	font-weight: 600;
}

.case-desc {
	color: #555;
	margin-top: 5px;
}
.case-result {
	color: #2d7d46;
	font-weight: 500;
	margin-top: 5px;
	font-style: italic;
}
.circle-icon .elementor-icon {
    padding: 20px;
    border-radius: 50%;
    background-color: var(--third-color);
}
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
	border: 0;
}
.pricing-table th {
    background-color: #1a3a5f;
    color: white;
}
.pricing-table th, .pricing-table td {
    padding: 1rem;
    text-align: left;
    border: 0px solid #e1e8ed;
}
.pricing-table tr {
    border-bottom: 1px solid #e1e8ed;
}
.content-section ul {
    padding-left: 1.5rem;
}
.pricing-table tr:nth-child(even) {
    background-color: #f8f9fa;
}
.content-section li {
    margin-bottom: 0.5rem;
}
.fixed-fee-table {
	border: 1px solid #f9f9f9;
	width: 100%;
	border-collapse: collapse;
}
.fixed-fee-table th, .fixed-fee-table td {
    border: 0px solid #d1d1d1;
}
.fixed-fee-table tr {
	border-bottom: 1px solid #e1e1e1;
}
.fixed-fee-table tr td {
	padding: 10px;
}
.fixed-fee-table thead tr  {
	background-color: var(--old-secondary-color);
}
.fixed-fee-table thead th {
	color: #fff;
}
.application-type {
    font-weight: 600;
	color: #000;
}
.fee-col {
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
	text-align: left;
}
.sub-item {
    padding: 5px !important;
    margin-left: 20px;
    font-size: 1em;
    border-bottom: 1px solid #c1c1c1;
}
.sub-item:last-child {
    border-bottom: 0px solid #c1c1c1;
}

.fee-col .sub-item {
	margin-left: 0px;
}









/* ======================= Responsive Style ========================= */


@media(min-width: 992px) {
	.d-inline-block-lg{
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.site-footer .footer-widgets.columns-4 .footer-sidebar {
		max-width: 19%;
	}
	.footer-2, .footer-3 {
		padding-top: 25px !important;
	}
}

/* 
@media(max-width: 1630px) {
	.nre-footer-row:before {
		height: calc(100% - 185px);
	}
}

@media(max-width: 1629px) {
	.nre-footer-row:before {
		height: calc(100% - 190px);
	}
}
 */
@media(max-width: 1880px) and (min-width: 1091px) {
	.site-header .primary-nav > ul > li.menu-item {
		padding: 15px clamp(4px, 0.8vw, 13px);
	}
	.site-header .primary-nav > ul > li > a {
		font-size: clamp(11px, 0.8vw, 16px);
	}
}

/*@media(max-width: 1480px) {
	.site-header .primary-nav > ul > li.menu-item {
		padding: 15px 10px;
	}
	.site-header .primary-nav > ul > li > a {
		font-size: 14px;
	}
}

@media(max-width: 1340px) {
	.site-header .primary-nav > ul > li.menu-item {
		padding: 15px 4px;
	}
	.site-header .primary-nav > ul > li > a {
		font-size: 14px;
	}
}

@media(max-width: 1199px) {
	.site-header .primary-nav > ul > li.menu-item {
		padding: 15px 5px;
	}
	.site-header .primary-nav > ul > li > a {
		font-size: 13px;
	}
}

@media(max-width: 1145px) {
	.site-header .primary-nav > ul > li > a {
		font-size: 12px;
	}
}
*/
/* @media (max-width: 1295px) {
    .nre-footer-row:before {
        height: calc(100% - 210px);
    }
}

@media (max-width: 1235px) {
    .nre-footer-row:before {
        height: calc(100% - 415px);
    }
} */

@media (max-width: 1199px) {
    .footer-layout .footer-info .info-item {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
}

@media(max-width: 1090px) {
	.site-header .primary-nav > ul > li.menu-item {
		padding: 15px 3px;
	}
	.site-header .primary-nav > ul > li > a {
		font-size: 11px;
		font-weight: 600;
	}
}

@media(max-width: 1024px) {
	.nre-footer-row:after {
		display: none;
	}
	.site-header .primary-nav > ul > li.menu-item {
		padding-left: 3px;
		padding-right: 3px;
	}
	.site-header .primary-nav > ul > li > a {
		font-size: 11px;
		font-weight: 600;
	}
	.site-footer .footer-widgets {
		justify-content: start;
		padding-left: 20px;
        padding-right: 20px;
	}
}

@media(max-width: 992px) {
	.footer-links .wp-block-columns .wp-block-column,
	.footer-links .wp-block-columns .wp-block-column:nth-child(2) {
		flex: 0 0 48%;
		max-width: 48%;
		width: 100%;
	}
	.footer-links .wp-block-columns .wp-block-column:nth-child(3) {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.footer-links .wp-block-columns.is-layout-flex {
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 20px;
	}
}

@media(max-width: 991px) {
	.contact-col {
		display: flex;
		align-items: center;
		justify-content: end;
	} 
	.site-header .mobile-menu {
        padding: 0;
    }
	.contact-menu-buton{
		color: #fff;
		border-radius:0;
	}
	.contact-menu-buton a {
		color: #fff !important;
	}
}

/* @media(max-width: 887px) {
	.nre-footer-row:before {
		height: calc(100% - 415px);
	}
}

@media (max-width: 814px) {
    .nre-footer-row:before {
        height: calc(100% - 405px);
    }
} */
@media(max-width: 767px){
	#elementor-popup-modal-4649 .dialog-message {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
	.elementor-popup-modal .dialog-close-button{
		transform: translate(-15px, 0px);
	}
}
@media(max-width: 560px) {
	.info-content .text-lg,
	#block-7 .wp-block-heading {
		font-size: 1em;
	}
	.info-content .text-md,
	#footer-links p.has-text-align-center {
		font-size: 13px;
	}
	.site-footer .footer-widgets {
		padding-top: 0px;
		padding-bottom: 0;
	}
	.footer-copyright {
		font-size: 12px;
	}
	.site-footer .footer-widgets .footer-sidebar {
		margin-bottom: 15px;
	}
	.privacy-links {
		margin-top: 0;
	}
	.privacy-links .privacy-item {
		margin-bottom: 0;
	}
}


















