/*
Theme Name: ISarva Theme
Theme URI: https://isarvait.com
Description: ISarva Theme is simple theme mainly used in Elementor based theme
Version: 1.0
*/

* {
  margin:0px;
  padding:0px;
}

body {
  margin: 0;
  box-sizing: border-box;
}



.buy-sell-buttons-wrapper {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap:20px;
    padding:20px 0;
}

/* Contact form7  */

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
	margin-bottom: -25px;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-weight: bold;
	Line-height:36px;
	font-family: 'Josefin Sans';
    font-weight: 600;
	color: #464545;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

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

.contact-form .full-width {
    grid-column: span 2;
}

.contact-form .btn {
    width: 100%;
    background: #045cb4;
    color: white;
    border: none;
    padding: 12px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
	border: 1px solid #045cb4;
}

.contact-form .btn:hover {
    background: white;
	color: #045cb4;
	border: 1px solid #045cb4;
	transition: 0.5s;
}

@media (max-width: 768px) {
    .contact-form {
        grid-template-columns: 1fr; /* Stack fields in a single column */
    }
    
    .contact-form .full-width {
        grid-column: span 1;
    }
}

/* Responisve */

@media (max-width: 480px) {
    .contact-form input,
    .contact-form textarea {
        font-size: 13px;
    }
    
    .contact-form label {
        font-size: 14px;
        line-height: 30px;
    }
    
    .contact-form .btn {
        font-size: 16px;
        padding: 10px;
    }
}


/* =========================================================== Home page tab filetr style start ========================================================================= */

 .tab-filter {
        margin-bottom: 20px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tab-btn {
        padding: 8px 16px;
        border: 1px solid #ccc;
        background: #f2f2f2;
        color: #333;
        cursor: pointer;
        border-radius: 4px;
        transition: 0.3s;
    }
    .tab-btn.active,
    .tab-btn:hover {
        background-color: #0073aa;
        color: #fff;
        border-color: #0073aa;
    }
/* =========================================================== Home page tab filetr style end ========================================================================= */


/* ************************************************* property Registration form style start **************************************************************** */
/* Reset and base styles */
/* Overall form container */
.pr-main-sec {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

/* Label styling */
.pr-main-sec label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 20px;
  color: #333;
}

/* Text, email, number, tel, select, and textarea fields */
.pr-main-sec input[type="text"],
.pr-main-sec input[type="email"],
.pr-main-sec input[type="tel"],
.pr-main-sec input[type="number"],
.pr-main-sec select,
.pr-main-sec textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

/* Focus state */
.pr-main-sec input:focus,
.pr-main-sec select:focus,
.pr-main-sec textarea:focus {
  border-color: #0073e6;
  outline: none;
}

/* File field container */
.pr-image-sec {
  margin-top: 20px;
  padding: 15px;
  border: 1px dashed #ccc;
  border-radius: 6px;
  background: #f9f9f9;
}

/* File input fields */
.pr-image-sec input[type="file"] {
  margin-bottom: 10px;
  display: block;
}

/* Submit button */
.pr-main-sec input[type="submit"] {
  margin-top: 25px;
  background-color: #0073e6;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pr-main-sec input[type="submit"]:hover {
  background-color: #005bb5;
}

/* Responsive file label spacing */
.pr-image-sec label {
  font-weight: 500;
  margin-top: 10px;
}

/* Small screen adjustments */
@media screen and (max-width: 600px) {
  .pr-main-sec {
    padding: 0px;
  }

  .pr-image-sec {
    padding: 10px;
  }
}


/* ************************************************* property Registration form style End **************************************************************** */




/* =============================================property post style======================================================================= */

/* .custom-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3,  1fr);
    gap: 30px;
    margin-top: 30px;
}

.custom-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.card-image {
    position: relative;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.badge-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
}

.badge {
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.badge.green {
    background: #28a745;
}

.badge.dark {
    background: #333;
}

.property-type {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: bold;
}

.card-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    font-size: 16px;
}

.card-content {
    padding: 15px;
}

.property-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.property-address {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.property-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}

.property-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.agent-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.agent-info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.property-price {
    font-size: 16px;
    font-weight: bold;
    color: #e63946;
} */



/* Modern Property Grid Design */
.aia-grid-sec , .aia-grid{
   
    margin: auto;
}
.aia-filters{
    display:flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    margin-top:20px;
   
}
.aia-grid-sec .ajax-load p{
    margin: 20px;
    text-align: center;
    width: 100%;
}
.aia-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 40px 0;
   
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.custom-card {
    background: #ffffff !important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
    position: relative;
    overflow: hidden;
    height: 280px;
   
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-card:hover .card-image img {
    transform: scale(1.05);
}

.badge-wrapper {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2;
}

.badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}

.badge:hover {
    transform: scale(1.05);
}

.badge.green {
    background: linear-gradient(135deg, #00c851 0%, #007e33 100%);
    box-shadow: 0 2px 10px rgba(0, 200, 81, 0.3);
}

.badge.dark {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    box-shadow: 0 2px 10px rgba(44, 62, 80, 0.3);
}

.badge.for-sale {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    box-shadow: 0 2px 10px rgba(231, 76, 60, 0.3);
}

.badge.for-rent {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3);
}

.property-type {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: #2c3e50;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.prop-heading a{
      color: #2c3e50 !important;
}
.property-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property-address {
    color: #7f8c8d;
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.4;
}

.property-address:before {
    content: "📍";
    font-size: 12px;
}

.property-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.property-details span {
    font-size: 13px;
    font-weight: 600;
    color: #495057 !important;
    display: flex;
    align-items: center;
    gap: 4px;
}

.property-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 2px solid #f1f3f4;
    margin-top: auto;
}

.agent-info {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 44%;
height: auto;

}

.agent-info img {
    width: 100%;
    height: 45px;
    /* border-radius: 50%; */
    object-fit: cover;
    /* border: 2px solid #e9ecef; */
    transition: border-color 0.2s ease;
}

.custom-card:hover .agent-info img {
    border-color: #667eea;
}

.custom-card {
    min-height: 570px;
}
.property-price {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.property-price small {
    font-size: 12px;
    color: #7f8c8d;
    font-weight: 500;
    -webkit-text-fill-color: #7f8c8d;
}

/* Loading Animation */
.custom-card {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.custom-card:nth-child(1) { animation-delay: 0.1s; }
.custom-card:nth-child(2) { animation-delay: 0.2s; }
.custom-card:nth-child(3) { animation-delay: 0.3s; }
.custom-card:nth-child(4) { animation-delay: 0.4s; }
.custom-card:nth-child(5) { animation-delay: 0.5s; }
.custom-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
/* @media (max-width: 1200px) {
    .custom-grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 20px;
        padding: 0 16px;
    }
} */
@media (max-width: 1023px) {
 .aia-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin: 20px 0;
        /* padding: 0 12px; */
    }
}
@media (max-width: 767px) {
    .aia-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        margin: 20px 0;
        /* padding: 0 12px; */
        padding: 0 !important;
    }
    .agent-info {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: auto;
    justify-content: center;

    }
    
    .custom-card {
        border-radius: 12px;
    }
    
    .card-image {
        height: 240px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .property-title {
        font-size: 18px;
    }
    
    .property-details {
        flex-direction: row;
        gap: 12px;
        padding: 12px;
    }
    
    .property-details span {
        justify-content: center;
    }
    
    .property-footer {
        flex-direction: column;
        gap: 12px;
        align-items: center;
        text-align: center;
    }
    
    .property-price {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .custom-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
        /* padding: 0 8px; */
    }
    
    .card-image {
        height: 200px;
    }
    
    .card-content {
        padding: 16px;
    }
    
    .badge-wrapper {
        top: 12px;
        left: 12px;
    }
    
    .property-type {
        bottom: 12px;
        left: 12px;
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .custom-card {
        background: #1a1a1a;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }
    
    .property-title {
        color: #ffffff;
    }
    
    .property-address {
        color: #b0b0b0;
    }
    
    .property-details {
        background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
        border-color: #333;
    }
    
    .property-details span {
        color: #e0e0e0;
    }
    
    .property-footer {
        border-top-color: #333;
    }
}

/* Print styles */
@media print {
    .custom-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .custom-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .custom-card:hover {
        transform: none;
    }
}




/* ===============================================================================Single posts style======================================================================================================= */

  * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        line-height: 1.6;
        color: #2c3e50;
        background: #f8fafc;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header Section */
    .property-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 60px 0 40px;
        position: relative;
        overflow: hidden;
    }

    .property-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
        z-index: 1;
    }

    .header-content {
        position: relative;
        z-index: 2;
    }

    .breadcrumb {
        font-size: 14px;
        margin-bottom: 20px;
        opacity: 0.9;
    }

    .breadcrumb a {
        color: white;
        text-decoration: none;
    }

    .property-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 16px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }

    .property-location {
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
        opacity: 0.95;
    }

    .header-badges {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .badge {
        padding: 8px 16px;
        border-radius: 25px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .badge.featured {
        background: linear-gradient(135deg, #00c851 0%, #007e33 100%);
    }

    .badge.for-sale, .badge.sale {
        background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    }

    .badge.for-rent, .badge.rent {
        background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    }

    .badge.dark {
        background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    }

    .property-category {
        background: rgba(255, 255, 255, 0.2);
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 500;
    }

    /* Main Content */
    .main-content {
        padding: 40px 0;
    }

    .content-grid {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    /* Image Gallery */
    .image-gallery {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        margin-bottom: 30px;
    }

    .main-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .main-image:hover {
        transform: scale(1.02);
    }

    .no-image-placeholder {
        width: 100%;
        height: 400px;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #7f8c8d;
        font-size: 1.2rem;
        border: 2px dashed #dee2e6;
    }

    /* Property Details Card */
    .details-card {
        background: white;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        height: fit-content;
        position: sticky;
        top: 20px;
    }

    .price-section {
        text-align: center;
        padding: 24px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 12px;
        color: white;
        margin-bottom: 30px;
    }

    .price {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .price-period {
        font-size: 0.9rem;
        opacity: 0.9;
    }

    .property-specs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 30px;
    }

    .spec-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px;
        background: #f8f9fa;
        border-radius: 12px;
        border-left: 4px solid #667eea;
    }

    .spec-icon {
        font-size: 1.5rem;
    }

    .spec-text {
        flex: 1;
    }

    .spec-label {
        font-size: 0.85rem;
        color: #7f8c8d;
        font-weight: 500;
    }

    .spec-value {
        font-size: 1.1rem;
        font-weight: 600;
        color: #2c3e50;
    }

    .contact-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 12px;
        padding: 24px;
        text-align: center;
    }

    .agent-avatar {
        width: 100%;
        height:auto;
        margin: 0 auto 16px;
        object-fit: cover;
    }

    .contact-btn {
        width: 100%;
        padding: 14px 24px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.2s ease;
        margin-top: 16px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }

    .contact-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        color: white;
        text-decoration: none;
    }

    .contact-btn.secondary {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        margin-top: 8px;
    }

    /* Property Description */
    .description-section {
        background: white;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        color: #2c3e50;
        position: relative;
        padding-bottom: 12px;
    }

    .section-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 2px;
    }

    .description-text {
        font-size: 1rem;
        line-height: 1.7;
        color: #5a6c7d;
    }

    /* Property Meta Info */
    .property-meta {
        background: white;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        margin-bottom: 30px;
    }

    .meta-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .meta-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px;
        background: #f8f9fa;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

    .meta-item:hover {
        background: #e9ecef;
        transform: translateX(8px);
    }

    .meta-icon {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
    }

    .no-data {
        color: #7f8c8d;
        font-style: italic;
        text-align: center;
        padding: 40px;
        background: #f8f9fa;
        border-radius: 12px;
        border: 2px dashed #dee2e6;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .content-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .details-card {
            position: static;
        }
    }

    @media (max-width: 768px) {
        .container {
            padding: 0 16px;
        }

        .property-title {
            font-size: 2rem;
        }

        .property-specs {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .meta-grid {
            grid-template-columns: 1fr;
        }

        .main-content {
            padding: 20px 0;
        }

        .content-grid {
            gap: 20px;
        }
    }

    @media (max-width: 480px) {
        .property-header {
            padding: 40px 0 30px;
        }

        .property-title {
            font-size: 1.5rem;
        }

        .price {
            font-size: 1.8rem;
        }
    }

/* ===============================================================================Single posts End======================================================================================================= */



/* =============================== Enquiry form  style start======================================================= */

.custom-popup-form {
  max-width: 600px;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  font-family: 'Segoe UI', Tahoma, sans-serif;
}

.custom-popup-form .form-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
  text-align: center;
}

.custom-popup-form .form-row {
  margin-bottom: 20px;
}

.custom-popup-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.custom-popup-form input[type="text"],
.custom-popup-form input[type="email"],
.custom-popup-form input[type="tel"],
.custom-popup-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border 0.3s ease;
}

.custom-popup-form input:focus,
.custom-popup-form textarea:focus {
  border-color: #e6228c;
  outline: none;
}

.custom-popup-form textarea {
  resize: vertical;
  min-height: 100px;
}

.custom-popup-form .submit-row {
  text-align: left;
}

.custom-popup-form input[type="submit"] {
  background-color: #e6228c;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-popup-form input[type="submit"]:hover {
  background-color: #c61d76;
}


.custom-popup-form .form-row textarea{
    height:50px;
}
@media(max-width:1024px){
.hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active{
  top: calc(100% + 39px) !important;
}
}
@media(max-width:767px){
.hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active{
    top: calc(100% + 17px) !important;
}
}
.pr-main-sec br{
    display:none;
}
.pr-image-sec input{
    width:100%;
}
/* =============================== Enquiry form  style end ======================================================= */