/* ========================================
   CONTACT PAGE COMPLETE STYLES
   ======================================== */

/* Hero/Breadcrumb Section */
.contact-hero-section {
    position: relative;
    padding: 120px 0 80px;
    min-height: 350px;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width:500px){
    .contact-hero-section {
        min-height: 250px;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-content {
    max-width: 800px;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #4CAF50;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-current {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

/* Contact Section */
/* ===== Contact Section ===== */
.contact-section-new {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.contact-container-new {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header-new {
    text-align: center;
    margin-bottom: 50px;
}

.section-label {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-heading {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

.contact-grid-new {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

/* ===== Contact Info Left ===== */
.contact-info-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-box {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 20px;
}

.info-icon {
    flex-shrink: 0;
    width: 29px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-content {
    flex: 1;
}

.info-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.info-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.5;
}

.info-text a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-text a:hover {
    color: #74DF23;
}

/* ===== Contact Form Right ===== */
.contact-form-right {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.alert-success-new,
.alert-error-new {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success-new {
    background-color: #d4edda;
    color: #155724;
}

.alert-error-new {
    background-color: #f8d7da;
    color: #721c24;
}

.discussion-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.form-group-new {
    position: relative;
}

.form-input-new,
.form-textarea-new {
    width: 100%;
    padding: 16px 50px 16px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: none;
}

.form-input-new::placeholder,
.form-textarea-new::placeholder {
    color: #999;
}

.form-input-new:focus,
.form-textarea-new:focus {
    border-color: #74DF23;
    box-shadow: 0 0 0 3px rgba(123, 150, 48, 0.1);
}

.form-textarea-new {
    resize: vertical;
    min-height: 150px;
}

.input-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.textarea-icon {
    top: 20px;
    transform: none;
}

.btn-send-new {
  /*display: inline-flex; */
    /* align-items: center; */
    padding: 16px 40px;
    background-color: #74DF23;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 250px;
    /* margin-top: 10px; */
    /* margin-right: 403px;*/
}

.btn-send-new:hover {
    background-color: #f4f6f8;
    color: #000;
    border:2px solid  #74DF23;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

/* ===== Map Section ===== */
.map-fullwidth-section {
    padding: 0;
    line-height: 0;
}

.map-fullwidth-container iframe {
    width: 100%;
    height: 500px;
    border: 0;
    display: block;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .contact-grid-new {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .form-row-new {
        grid-template-columns: 1fr;
    }
    
    .section-heading {
        font-size: 32px;
    }
}

/* Mobile View Fix for Contact Form */
@media (max-width: 768px) {
    .contact-form-right {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px 15px !important;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .contact-grid-new {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .contact-container-new {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    /* Form fields fix */
    .contact-form-right input,
    .contact-form-right textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}


@media (max-width: 576px) {
    .contact-form-right {
        padding: 15px 10px !important;
    }
    
    .contact-container-new {
        padding: 0 10px;
    }
}
/* Mobile View - Button Fix */
@media (max-width: 768px) {
    .btn-send-new {
        /* margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important; */
        max-width: 100% !important;
        padding: 16px 20px !important;
        text-align: center !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 576px) {
    .btn-send-new {
        padding: 14px 15px !important;
        font-size: 15px !important;
    
      
    }
}