.elementor-13 .elementor-element.elementor-element-b02fee0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-d444cf8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-13 .elementor-element.elementor-element-0007cf0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-0007cf0{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-f46f890 *//* मुख्य सेक्शन कंटेनर */
.contact-section-wrapper {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8fafc; /* हलका राखाडी बॅकग्राउंड */
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* रिस्पॉन्सिव्ह ग्रिड लेआउट (2x2) */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1140px;
    width: 100%;
}

/* पांढरे प्रिमियम कार्ड डिझाइन */
.info-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.01);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 300px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* कार्ड होव्हर इफेक्ट */
.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(3, 43, 83, 0.08);
}

/* नेव्ही ब्लू आयकॉन सर्कल */
.icon-circle {
    background-color: #002e5b; /* इमेज २ मधील गहरा निळा */
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    box-shadow: 0 8px 20px rgba(0, 46, 91, 0.15);
}

/* गोल्डन आयकॉन्स */
.icon-circle i {
    color: #d4af37; /* इमेज २ मधील गोल्डन रंग */
    font-size: 26px;
}

/* कार्डचा मधला भाग */
.card-content-mid {
    width: 100%;
    margin-bottom: 25px;
}

/* कार्डचे मुख्य शीर्षक */
.card-title {
    color: #002e5b;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 12px;
}

/* कार्डमधील मजकूर आणि लिंक्स */
.card-details {
    color: #64748b;
    font-size: 15.5px;
    line-height: 1.6;
    font-weight: 500;
    max-width: 90%;
    margin: 0 auto;
    word-break: break-word;
}

.card-details a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-details a:hover {
    color: #002e5b;
}

/* ॲक्शन बटन्सची कॉमन स्टाईल */
.card-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

/* १. व्हॉट्सॲप बटन */
.btn-whatsapp {
    background-color: #eaf7ed;
    color: #1e7e34;
}
.btn-whatsapp:hover {
    background-color: #1e7e34;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(30, 126, 52, 0.3);
}

/* २. सेंड मेल बटन */
.btn-email {
    background-color: #f3effc;
    color: #6236b3;
}
.btn-email:hover {
    background-color: #6236b3;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(98, 54, 179, 0.3);
}

/* ३. ऑनलाईन स्टेटस इंडिकेटर */
.status-online {
    font-size: 14px;
    font-weight: 700;
    color: #00bfa5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #e6f9f6;
    border-radius: 30px;
}
.status-online::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #00bfa5;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.8s infinite;
}

/* ४. गेट डायरेक्शन्स बटन */
.btn-directions {
    background-color: #fff8e7;
    color: #bfa000;
}
.btn-directions:hover {
    background-color: #bfa000;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(191, 160, 0, 0.3);
}

/* ऑनलाईन डॉट ब्लिंकिंग ॲनिमेशन */
@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 191, 165, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(0, 191, 165, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 191, 165, 0); }
}

/* --- Responsive Media Queries --- */

/* टॅबलेट स्क्रीनसाठी */
@media (max-width: 991px) {
    .contact-grid {
        gap: 25px;
        padding: 0 10px;
    }
    .info-card {
        padding: 35px 25px;
        min-height: 280px;
    }
}

/* मोबाईल स्क्रीनसाठी (Responsive) */
@media (max-width: 767px) {
    .contact-grid {
        grid-template-columns: 1fr; /* एकाखाली एक कार्ड्स */
        gap: 20px;
    }
    .info-card {
        padding: 35px 20px;
        min-height: auto;
    }
    .card-title {
        font-size: 16px;
    }
    .card-details {
        font-size: 15px;
        max-width: 100%;
    }
}/* End custom CSS */