:root {
    --primary-color: #6B3F2D;
    --secondary-color: #A56649;
    --bg-light: #F7F2ED;
    --text-dark: #2A2A2A;
    --text-muted: #777777;
    --white: #FFFFFF;
    --border-color: #E2D9D2;
    --shadow-soft: 0 15px 35px rgba(107, 63, 45, 0.08);
    --input-bg: #F8F6F3;
}

body {
    background-color: var(--bg-light);
}

.creative-contact-section {
    padding: 80px 0;
}

.custom-badge {
    color: var(--secondary-color);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    background: rgba(165, 102, 73, 0.12);
    padding: 6px 18px;
    border-radius: 20px;
    display: inline-block;
}

.main-heading {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 800;
    margin-top: 10px;
}

/* --- Cards Styling --- */
.info-card {
    background: var(--white);
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(107, 63, 45, 0.15);
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.info-card h4 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.info-sub {
    color: var(--text-muted);
    font-size: 13px;
    margin-bottom: 15px;
}

.info-link {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
    word-break: break-all;
    font-size: 16px;
}

.address-featured-card {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    position: relative;
    overflow: hidden;
    border: none;
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.featured-icon {
    background: var(--white);
    color: var(--primary-color);
    width: 70px;
    height: 70px;
    font-size: 28px;
}

.address-featured-card h3 {
    color: var(--white);
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 12px;
}

.address-text {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
    max-width: 85%;
}

.pincode-pill {
    background: rgba(255, 255, 255, 0.18);
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 14px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

/* --- Clean & Modern Contact Form --- */
.contact-form .modern-form-card {
    background: var(--white);
    padding: 50px 45px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(107, 63, 45, 0.08);
    border: 1px solid var(--border-color);
}

.contact-form .form-title-area h2 {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 8px;
}

.contact-form .form-title-area p {
    color: var(--text-muted);
    font-size: 15px;
}

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

.contact-form .input-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.contact-form .input-label .req {
    color: #D9534F;
}

.contact-form .input-wrapper {
    display: flex;
    align-items: center;
    background: var(--input-bg) !important;
    border: 1.5px solid var(--border-color);
    border-radius: 12px;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-form .input-wrapper:focus-within {
    border-color: var(--secondary-color);
    background: var(--white) !important;
    box-shadow: 0 0 0 4px rgba(165, 102, 73, 0.12);
}

.contact-form .input-icon {
    padding: 0 0 0 16px;
    color: var(--secondary-color);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.contact-form .textarea-wrapper {
    align-items: flex-start;
}

.contact-form .textarea-icon {
    padding-top: 16px;
}

.contact-form .form-control-custom {
    width: 100%;
    border: none !important;
    background: transparent !important;
    padding: 14px 16px;
    font-size: 15px;
    color: var(--text-dark);
    outline: none !important;
    box-shadow: none !important;
}

.contact-form .form-control-custom::placeholder {
    color: #9E9893;
}

.contact-form .form-control-custom:-webkit-autofill,
.contact-form .form-control-custom:-webkit-autofill:hover,
.contact-form .form-control-custom:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--input-bg) inset !important;
    -webkit-text-fill-color: var(--text-dark) !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Phone Field Special Styling */
.contact-form .phone-wrapper {
    padding-left: 5px;
}

.contact-form .code-input {
    width: 75px !important;
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
    border-right: 1.5px solid var(--border-color) !important;
    padding: 14px 10px !important;
}

.contact-form .phone-input {
    padding-left: 15px !important;
}

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

/* Dropdown Select (1 Arrow Fix & Clean Dropdown) */
.contact-form .select-wrapper {
    position: relative;
    cursor: pointer;
    overflow: visible !important;
    z-index: 1;
}

.contact-form .select-custom {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background: transparent !important;
    padding-right: 45px !important;
    position: relative;
    z-index: 2;
    width: 100%;
}

.select-custom::-ms-expand {
    display: none !important;
}

.contact-form .select-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    font-size: 13px;
    pointer-events: none;
    transition: transform 0.3s ease;
    z-index: 1;
}

.contact-form .select-wrapper:focus-within .select-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.contact-form .select-custom option {
    background-color: var(--white) !important;
    color: var(--text-dark) !important;
    padding: 12px;
}

.contact-form .nice-select {
    height: 40px;
    line-height: 34px;
    min-height: 32px;
}

/* Submit Button */
.contact-form .premium-submit-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    padding: 16px 50px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(107, 63, 45, 0.25);
}

.contact-form .premium-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(107, 63, 45, 0.35);
}

.contact-form .nice-select::after {
   display: none;
}

.contact-form .phone-wrapper {
    display: flex;
    align-items: center;
}

.contact-form .code-input {
    width: 85px !important;
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
    border-right: 1.5px solid var(--border-color) !important;
    padding: 14px 8px !important;
    background: transparent !important;
}

.contact-form .code-input:focus {
    color: var(--secondary-color);
}

.contact-form .phone-input {
    padding-left: 15px !important;
    width: 100%;
}

/* Map Section */
.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
}

.map-title-bar {
    background: var(--primary-color);
    color: var(--white);
    padding: 12px 25px;
    font-weight: 600;
    font-size: 14px;
}

.map-wrapper iframe {
    display: block;
}

.plant .sp-service-item .xb-item--img {
     max-width: 100%;
     padding-left: 50px;
}
.plant .sp-service-item .xb-item--img img{
    border-radius: 20px;
}

.plant .sp-service-item .xb-item--content {
    max-width: 100%;
}

.plant .xb-item--left_content h3{
   position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 1px solid #dddbdb;
    top: -15px;
    left: -15px;
    text-align: center;
    background: #f7f2ed;
    font-size: 30px;
}
.plant .sp-service-item:nth-child(2n) .xb-item--left_content h3 {
    left: auto;
    right: -15px;
}
.plant .sp-service-item:nth-child(2n){
    background: #f1ece7;
}
.plant .sp-service-item .xb-item--title{
    font-size: 40px;
}
