.elementor-1427 .elementor-element.elementor-element-709292e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1427 .elementor-element.elementor-element-2d637a8{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1427 .elementor-element.elementor-element-2d637a8:not(.elementor-motion-effects-element-type-background), .elementor-1427 .elementor-element.elementor-element-2d637a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FB;}.elementor-1427 .elementor-element.elementor-element-b96621e{width:var( --container-widget-width, 36% );max-width:36%;--container-widget-width:36%;--container-widget-flex-grow:0;}.elementor-1427 .elementor-element.elementor-element-b96621e.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}.elementor-1427 .elementor-element.elementor-element-b8302a6{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1427 .elementor-element.elementor-element-b8302a6:not(.elementor-motion-effects-element-type-background), .elementor-1427 .elementor-element.elementor-element-b8302a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1427 .elementor-element.elementor-element-750e8cf{text-align:start;}.elementor-1427 .elementor-element.elementor-element-750e8cf .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:700;color:#1E2020;}.elementor-1427 .elementor-element.elementor-element-0ac508c{width:100%;max-width:100%;}.elementor-1427 .elementor-element.elementor-element-a5103a1{--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-1427 .elementor-element.elementor-element-2d637a8{--content-width:1280px;}.elementor-1427 .elementor-element.elementor-element-b8302a6{--width:65%;}}/* Start custom CSS for html, class: .elementor-element-7c533a4 *//* FULL WIDTH CONTACT HERO */

body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}

.gla-contact-banner{

    width:100vw;
    min-height:320px;

    margin-left:calc(-50vw + 50%);

    background:
    url('https://goleadautomate.in/wp-content/uploads/2026/05/Cotact-1.png');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* TABLET */

@media(max-width:1024px){

    .gla-contact-banner{
        min-height:260px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .gla-contact-banner{
        min-height:180px;

        background-position:center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b96621e *//* LEFT CONTACT CARD */

.contact-info-box{
    width:100%;
    min-height:920px;
    background:linear-gradient(135deg,#02152d,#001f4d,#003b8e);
    padding:35px 32px 30px;
    border-radius:24px;
    color:#fff;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.whatsapp-btn{
    margin-top:25px;
}

/* CIRCLE EFFECT */

.contact-info-box::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    top:-90px;
    right:-90px;
}

/* TITLE */

.contact-info-box h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
    color:#ffffff;
    position:relative;
    z-index:2;
}

/* BLUE LINE */

.line{
    width:70px;
    height:4px;
    background:#1ea0ff;
    border-radius:10px;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

/* INFO ITEM */

.info-item{
    display:flex;
    gap:18px;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,0.12);
    position:relative;
    z-index:2;
}

.info-item:last-of-type{
    border-bottom:none;
}

/* ICON */

.icon{
    min-width:55px;
    width:55px;
    height:55px;
    border-radius:50%;
    background:linear-gradient(135deg,#1ea0ff,#0066ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    box-shadow:0 10px 20px rgba(0,0,0,0.25);
}

/* TEXT */

.info-content h4{
    margin:0 0 8px;
    font-size:21px;
    font-weight:600;
    color:#fff;
}

.info-content p{
    margin:0;
    line-height:1.8;
    font-size:15px;
    color:rgba(255,255,255,0.88);
}

/* LINKS */

.contact-link{
    color:#ffffff;
    text-decoration:none;
    transition:0.3s ease;
}

.contact-link:hover{
    color:#4db7ff;
}

/* WHATSAPP BUTTON */

.whatsapp-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    margin-top:auto;

    background:transparent;
    border:2px solid #0ea5ff;
    color:#fff;
    text-decoration:none;
    padding:15px;
    border-radius:14px;
    font-size:17px;
    font-weight:600;
    transition:0.4s ease;
    position:relative;
    z-index:2;
}

.whatsapp-btn:hover{
    background:#0ea5ff;
    transform:translateY(-3px);
}

/* MOBILE */

@media(max-width:991px){

    .contact-info-box{
        min-height:auto;
        padding:28px 24px;
    }

    .contact-info-box h2{
        font-size:28px;
    }

    .info-item{
        gap:14px;
        padding:16px 0;
    }

    .icon{
        width:50px;
        height:50px;
        min-width:50px;
        font-size:20px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b8302a6 *//* RIGHT FORM CONTAINER */

.elementor-1427 .elementor-element.elementor-element-b8302a6{
    background:#ffffff;
    padding:32px;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* FORM FIELD SPACING */

.elementor-1427 .elementor-element.elementor-element-b8302a6 .wpforms-field{
    margin-bottom:16px !important;
}

/* LABELS */

.elementor-1427 .elementor-element.elementor-element-b8302a6 .wpforms-field-label{
    font-size:15px !important;
    font-weight:600 !important;
    margin-bottom:6px !important;
    color:#111827 !important;
}

/* INPUTS */

.elementor-1427 .elementor-element.elementor-element-b8302a6 input,
.elementor-1427 .elementor-element.elementor-element-b8302a6 textarea,
.elementor-1427 .elementor-element.elementor-element-b8302a6 select{
    width:100% !important;
    background:#f8fbff !important;
    border:1px solid #dbe4f0 !important;
    border-radius:14px !important;
    padding:12px 16px !important;
    font-size:15px !important;
    transition:0.3s ease;
}

/* FOCUS */

.elementor-1427 .elementor-element.elementor-element-b8302a6 input:focus,
.elementor-1427 .elementor-element.elementor-element-b8302a6 textarea:focus,
.elementor-1427 .elementor-element.elementor-element-b8302a6 select:focus{
    border-color:#0f7bff !important;
    box-shadow:0 0 0 4px rgba(15,123,255,0.10);
}

/* TEXTAREA */

.elementor-1427 .elementor-element.elementor-element-b8302a6 textarea{
    min-height:120px !important;
}

/* RECAPTCHA */

.elementor-1427 .elementor-element.elementor-element-b8302a6 .grecaptcha-badge,
.elementor-1427 .elementor-element.elementor-element-b8302a6 .wpforms-recaptcha-container{
    margin-top:10px !important;
    margin-bottom:10px !important;
}

/* SUBMIT BUTTON */

.elementor-1427 .elementor-element.elementor-element-b8302a6 button{
    width:100% !important;
    height:54px;
    border:none !important;
    border-radius:14px !important;
    background:linear-gradient(90deg,#0f7bff,#0047c7) !important;
    color:#fff !important;
    font-size:16px !important;
    font-weight:700 !important;
    transition:0.4s ease;
    margin-top:8px !important;
}

/* BUTTON HOVER */

.elementor-1427 .elementor-element.elementor-element-b8302a6 button:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(0,71,199,0.25);
}

/* MOBILE */

@media(max-width:767px){

    .elementor-1427 .elementor-element.elementor-element-b8302a6{
        padding:24px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2d637a8 */.elementor-1427 .elementor-element.elementor-element-2d637a8{
    max-width:1280px;
    margin:auto;
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:25px;
    padding:10px 15px;
    width:100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-991e347 *//* MAIN MAP SECTION */

.map-section{
    width:100%;
    padding:70px 20px;
    background:#f8fafc;
}

/* HEADING AREA */

.map-heading{
    text-align:center;
    margin-bottom:45px;
}

.map-heading h2{
    font-size:48px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:18px;
    line-height:1.1;
}

.map-heading p{
    max-width:850px;
    margin:auto;
    font-size:22px;
    line-height:1.8;
    color:#64748b;
}

/* MAP BOX */

.map-box{
    max-width:1280px;
    margin:auto;
    background:#ffffff;
    padding:18px;
    border-radius:28px;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.08),
    0 0 0 1px rgba(15,123,255,0.08);

    overflow:hidden;
    transition:0.4s ease;
}

/* HOVER EFFECT */

.map-box:hover{
    transform:translateY(-4px);

    box-shadow:
    0 28px 60px rgba(0,0,0,0.12),
    0 0 0 1px rgba(15,123,255,0.12);
}

/* MAP */

.map-box iframe{
    width:100%;
    height:520px;
    border:none;
    border-radius:20px;
    display:block;
    filter:grayscale(5%);
}

/* RESPONSIVE */

@media(max-width:991px){

    .map-section{
        padding:50px 15px;
    }

    .map-heading{
        margin-bottom:30px;
    }

    .map-heading h2{
        font-size:38px;
    }

    .map-heading p{
        font-size:17px;
        line-height:1.7;
    }

    .map-box{
        padding:12px;
        border-radius:22px;
    }

    .map-box iframe{
        height:380px;
        border-radius:16px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a5103a1 */.elementor-1427 .elementor-element.elementor-element-a5103a1{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}/* End custom CSS */