.elementor-1352 .elementor-element.elementor-element-bdf7a21{--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;--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-1352 .elementor-element.elementor-element-18ea62c{--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-1352 .elementor-element.elementor-element-e33047e{--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:flex-start;}.elementor-1352 .elementor-element.elementor-element-465fa57{--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:stretch;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--flex-wrap:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}.elementor-1352 .elementor-element.elementor-element-f538a81{--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:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1352 .elementor-element.elementor-element-5b9dc46{--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-1352 .elementor-element.elementor-element-465fa57{--content-width:1400px;}.elementor-1352 .elementor-element.elementor-element-f538a81{--content-width:1450px;}}/* Start custom CSS for html, class: .elementor-element-29d8f19 *//* RESET */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* HERO SECTION */

.gla-hero-section{

    position:relative;

    width:100%;

    height:620px;
    filter:brightness(1.12);

    background:
    linear-gradient(
90deg,
rgba(2,10,28,0.42) 0%,
rgba(2,10,28,0.22) 12%,
rgba(2,10,28,0.10) 28%,
rgba(2,10,28,0.03) 52%,
rgba(2,10,28,0.00) 100%
),


    url('https://goleadautomate.in/wp-content/uploads/2026/03/Gla-team-photo.png');

    background-position:center center;

    background-size:cover;

    background-repeat:no-repeat;

    background-color:#071327;

    display:flex;

    align-items:flex-end;

    overflow:hidden;
}

/* MAIN CONTAINER */

.gla-container{

    position:relative;

    z-index:2;

    width:100%;

    max-width:1400px;

    margin:auto;

    padding:35px 45px;

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    gap:25px;
}

/* LEFT CONTENT */

.gla-left-content{

    width:27%;

    padding-top:55px;

    padding-bottom:12px;
}

/* SMALL TAG */

.gla-tag{

    color:#4DA3FF;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    display:block;

    margin-bottom:14px;
}

/* HEADING */

.gla-left-content h1{

    color:#ffffff;

    font-size:36px;

    line-height:1.05;

    font-weight:800;

    margin-bottom:16px;
}

/* BLUE TEXT */

.gla-left-content h1 span{

    color:#2E8BFF;
}

/* PARAGRAPH */

.gla-left-content p{

    color:#d7dce5;

    font-size:14px;

    line-height:1.8;
}

/* RIGHT CARDS */

.gla-right-cards{

    width:54%;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:10px;

    align-items:end;

    padding-bottom:8px;
}

/* CARD */

.gla-card{

    background:rgba(10,18,35,0.58);

    border:1px solid rgba(255,255,255,0.10);

    backdrop-filter:blur(10px);

    border-radius:14px;

    padding:16px 8px;

    text-align:center;

    transition:0.4s ease;

    min-height:135px;

    display:flex;

    flex-direction:column;

    justify-content:center;
}

/* CARD HOVER */

.gla-card:hover{

    transform:translateY(-5px);

    background:rgba(255,255,255,0.12);
}

/* ICON */

.gla-icon{

    width:40px;

    height:40px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto auto 10px;

    border:1px solid rgba(255,255,255,0.10);

    background:rgba(255,255,255,0.04);

    color:#4DA3FF;

    font-size:18px;
}

/* NUMBER */

.gla-card h2{

    color:#ffffff;

    font-size:32px;

    font-weight:800;

    margin-bottom:5px;
}

/* CARD TEXT */

.gla-card p{

    color:#d7d7d7;

    font-size:12px;

    line-height:1.5;
}

/* RESPONSIVE */

@media(max-width:1100px){

.gla-hero-section{

    height:auto;

    padding:70px 0 40px;

    background-size:cover;
}

.gla-container{

    flex-direction:column;

    align-items:flex-start;
}

.gla-left-content{

    width:100%;
}

.gla-right-cards{

    width:100%;

    grid-template-columns:1fr 1fr;

    margin-top:25px;
}

.gla-left-content h1{

    font-size:42px;
}

}

@media(max-width:768px){

.gla-container{

    padding:30px 20px;
}

.gla-left-content h1{

    font-size:34px;
}

.gla-left-content p{

    font-size:14px;
}

.gla-right-cards{

    grid-template-columns:1fr;
}

.gla-card{

    min-height:120px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c79589d *//* ====================================
GLOBAL
==================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    overflow-x:hidden;
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
    overflow-x:hidden;
    color:#071b3b;
}

/* ====================================
SECTION
==================================== */

.gla-about-section{
    width:100%;
    padding:80px 40px;
    overflow:hidden;
    background:#ffffff;
}

/* ====================================
TOP WRAPPER
==================================== */

.gla-about-wrapper{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:46% 54%;
    gap:45px;
    align-items:start;
}

/* ====================================
LEFT SIDE
==================================== */

.gla-left{
    width:100%;
}

/* MAIN IMAGE */

.gla-main-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:28px;
    display:block;
    transition:0.4s ease;
}

.gla-main-image img:hover{
    transform:scale(1.01);
}

/* SMALL IMAGES */

.gla-small-images{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:18px;
}

.gla-small-images img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:22px;
    display:block;
    transition:0.4s ease;
}

.gla-small-images img:hover{
    transform:translateY(-4px);
}

/* ====================================
RIGHT SIDE
==================================== */

.gla-right{
    width:100%;
}

/* TAG */

.gla-tag{
    color:#1d6dff;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    display:block;
    margin-bottom:16px;
    text-transform:uppercase;
}

/* HEADING */

.gla-right h2{
    font-size:62px;
    line-height:1.08;
    color:#071b3b;
    font-weight:800;
    margin-bottom:22px;
}

/* BLUE LINE */

.gla-line{
    width:85px;
    height:5px;
    background:#1d6dff;
    border-radius:50px;
    margin-bottom:28px;
}

/* PARAGRAPH */

.gla-right p{
    color:#5c6678;
    font-size:18px;
    line-height:1.9;
    margin-bottom:18px;
}

/* ====================================
DIRECTORS SECTION
==================================== */

.gla-directors-box{
    max-width:1400px;
    margin:50px auto 0;
    background:linear-gradient(135deg,#001a4d,#002f7b);
    border-radius:34px;
    padding:45px 35px;
    overflow:hidden;
}

/* TITLE */

.gla-title-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:35px;
}

.gla-title-row span{
    width:120px;
    height:2px;
    background:rgba(255,255,255,0.25);
}

.gla-title-row h3{
    color:#ffffff;
    font-size:32px;
    font-weight:700;
    letter-spacing:1px;
}

/* DIRECTOR GRID */

.gla-director-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}

/* CARD */

.gla-card{
    background:rgba(255,255,255,0.08);
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.4s ease;
    display:flex;
    flex-direction:column;
    height:100%;
}

.gla-card:hover{
    transform:translateY(-8px);
}

/* CARD IMAGE */

.gla-card img{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
}

/* CARD CONTENT */

.gla-card-content{
    padding:22px 18px 26px;
    text-align:center;
    display:flex;
    flex-direction:column;
    flex-grow:1;
    justify-content:space-between;
}

/* NAME */

.gla-card h4{
    color:#ffffff;
    font-size:20px;
    font-weight:700;
    line-height:1.5;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:14px;
}

/* ROLE */

.gla-card p{
    color:#dbe7ff;
    font-size:17px;
    margin:0;
}

/* ====================================
BOTTOM SECTION
==================================== */

.gla-bottom-section{
    max-width:1400px;
    margin:55px auto 0;
    background:#f8fbff;
    border:1px solid #dfe9ff;
    border-radius:30px;
    padding:45px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

/* BOTTOM CARD */

.gla-bottom-card{
    position:relative;
    display:flex;
    gap:22px;
    align-items:flex-start;
}

/* DIVIDER */

.gla-bottom-card:not(:last-child)::after{
    content:'';
    position:absolute;
    right:-18px;
    top:0;
    width:1px;
    height:100%;
    background:#d8e4ff;
}

/* ICON */

.gla-icon{
    width:78px;
    height:78px;
    min-width:78px;
    border-radius:50%;
    background:#1d6dff;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

/* CONTENT */

.gla-bottom-content h3{
    color:#1d6dff;
    font-size:28px;
    margin-bottom:14px;
    font-weight:700;
}

.gla-bottom-content p,
.gla-bottom-content li{
    color:#5c6678;
    font-size:18px;
    line-height:1.9;
}

.gla-bottom-content ul{
    padding-left:20px;
}

/* ====================================
LAPTOP
==================================== */

@media(max-width:1400px){

.gla-right h2{
    font-size:54px;
}

.gla-card h4{
    font-size:18px;
}

}

/* ====================================
TABLET
==================================== */

@media(max-width:1100px){

.gla-about-wrapper{
    grid-template-columns:1fr;
}

.gla-right h2{
    font-size:48px;
}

.gla-director-grid{
    grid-template-columns:1fr 1fr;
}

.gla-bottom-section{
    grid-template-columns:1fr;
}

.gla-bottom-card:not(:last-child)::after{
    display:none;
}

}

/* ====================================
MOBILE
==================================== */

@media(max-width:768px){

.gla-about-section{
    padding:60px 20px;
}

.gla-about-wrapper{
    gap:35px;
}

.gla-main-image img{
    height:320px;
}

.gla-small-images{
    grid-template-columns:1fr;
}

.gla-small-images img{
    height:220px;
}

.gla-right h2{
    font-size:38px;
    line-height:1.2;
}

.gla-right p{
    font-size:16px;
}

.gla-line{
    margin-bottom:22px;
}

.gla-directors-box{
    padding:30px 20px;
    border-radius:24px;
}

.gla-title-row span{
    width:40px;
}

.gla-title-row h3{
    font-size:22px;
}

.gla-director-grid{
    grid-template-columns:1fr;
}

.gla-card img{
    height:320px;
}

.gla-card h4{
    white-space:normal;
    font-size:20px;
}

.gla-bottom-section{
    padding:30px 22px;
}

.gla-bottom-card{
    flex-direction:column;
}

.gla-bottom-content h3{
    font-size:24px;
}

.gla-bottom-content p,
.gla-bottom-content li{
    font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1aeb1f *//* ====================================
WHY GO LEAD AUTOMATE
==================================== */

.gla-why-section{
    width:100%;
    padding:90px 40px;
    background:
    linear-gradient(rgba(0,18,55,0.92),rgba(0,18,55,0.94)),
    url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?q=80&w=1600&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.gla-why-container{
    max-width:1450px;
    margin:auto;
}

/* ====================================
HEADING
==================================== */

.gla-why-heading{
    text-align:center;
    margin-bottom:55px;
}

.gla-why-heading h2{
    color:#ffffff;
    font-size:46px;
    font-weight:800;
    letter-spacing:1px;
}

/* ====================================
GRID
==================================== */

.gla-why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

/* ====================================
CARD
==================================== */

.gla-why-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:28px;
    padding:38px 30px;
    transition:0.4s ease;
    backdrop-filter:blur(5px);
}

.gla-why-card:hover{
    transform:translateY(-8px);
    border-color:#1d6dff;
    background:rgba(255,255,255,0.09);
}

/* ====================================
ICON
==================================== */

.gla-why-icon{
    width:78px;
    height:78px;
    border-radius:20px;
    background:linear-gradient(135deg,#1d6dff,#3d8bff);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:34px;
    margin-bottom:28px;
}

/* ====================================
TITLE
==================================== */

.gla-why-card h3{
    color:#ffffff;
    font-size:28px;
    line-height:1.4;
    margin-bottom:18px;
    font-weight:700;
}

/* ====================================
TEXT
==================================== */

.gla-why-card p{
    color:rgba(255,255,255,0.78);
    font-size:17px;
    line-height:1.9;
}

/* ====================================
TABLET
==================================== */

@media(max-width:1200px){

.gla-why-grid{
    grid-template-columns:1fr 1fr;
}

}

/* ====================================
MOBILE
==================================== */

@media(max-width:768px){

.gla-why-section{
    padding:70px 20px;
}

.gla-why-heading h2{
    font-size:32px;
}

.gla-why-grid{
    grid-template-columns:1fr;
}

.gla-why-card{
    padding:32px 24px;
}

.gla-why-card h3{
    font-size:24px;
}

.gla-why-card p{
    font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-871f77b *//* ====================================
FACILITY SECTION
==================================== */

/* FACILITY SECTION */

.gla-facility-section{
    width:100%;
    padding:70px 30px 20px;
    background:#ffffff;
}

/* HOW WE WORK */

.gla-work-section{
    width:100%;
    padding:25px 30px 40px;
    background:#ffffff;
}

.gla-facility-container{
    max-width:1500px;
    margin:auto;
}

/* ====================================
TOP
==================================== */

.gla-facility-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-bottom:45px;
}

.gla-facility-top h2{
    color:#071b3b;
    font-size:48px;
    font-weight:800;
    line-height:1.1;
    letter-spacing:-1px;
}

/* BUTTON */

.gla-facility-btn{
    padding:15px 30px;
    border:2px solid #1d6dff;
    border-radius:16px;
    text-decoration:none;
    color:#1d6dff;
    font-weight:600;
    font-size:16px;
    transition:0.35s ease;
}

.gla-facility-btn:hover{
    background:#1d6dff;
    color:#ffffff;
    transform:translateY(-2px);
}

/* ====================================
GRID
==================================== */

.gla-facility-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
    align-items:stretch;
}

/* ====================================
CARD
==================================== */

.gla-facility-card{
    background:#ffffff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #e8eefc;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
    transition:0.4s ease;
    display:flex;
    flex-direction:column;
    height:100%;
}

.gla-facility-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,0.08);
}

/* ====================================
IMAGE
==================================== */

.gla-facility-card img{
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
}

/* ====================================
CONTENT
==================================== */

.gla-facility-content{
    padding:22px;
    display:flex;
    align-items:center;
    gap:14px;
    flex:1;
}

/* ICON */

.gla-facility-content span{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:16px;
    background:#1d6dff;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

/* TITLE */

.gla-facility-content h3{
    color:#071b3b;
    font-size:22px;
    font-weight:700;
    line-height:1.3;
    margin:0;
}

/* ====================================
TABLET
==================================== */

@media(max-width:1200px){

.gla-facility-grid{
    grid-template-columns:repeat(2,1fr);
}

.gla-facility-top h2{
    font-size:38px;
}

}

/* ====================================
MOBILE
==================================== */

@media(max-width:768px){

.gla-facility-section{
    padding:60px 20px 40px;
}

.gla-facility-top{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
}

.gla-facility-top h2{
    font-size:30px;
}

.gla-facility-grid{
    grid-template-columns:1fr;
}

.gla-facility-card img{
    height:230px;
}

.gla-facility-content{
    padding:20px;
}

.gla-facility-content h3{
    font-size:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbb0f97 *//* ====================================
HOW WE WORK SECTION
==================================== */

.gla-work-section{
    width:100%;
    padding:80px 30px;
    background:#ffffff;
}

/* CONTAINER */

.gla-work-container{
    max-width:1450px;
    margin:auto;
}

/* ====================================
HEADING
==================================== */

.gla-work-heading{
    text-align:center;
    margin-bottom:55px;
}

.gla-work-heading h2{
    color:#0a1c3b;
    font-size:42px;
    font-weight:800;
    letter-spacing:1px;
}

/* ====================================
TIMELINE
==================================== */

.gla-work-timeline{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

/* LINE */

.gla-work-line{
    position:absolute;
    top:28px;
    left:10%;
    width:80%;
    height:2px;
    background:#2f74ff;
    z-index:1;
}

/* ITEM */

.gla-work-item{
    position:relative;
    text-align:center;
    z-index:2;
}

/* NUMBER */

.gla-step-circle{
    width:56px;
    height:56px;
    background:#2f74ff;
    color:#ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:700;
    margin:0 auto 22px;
    box-shadow:0 10px 25px rgba(47,116,255,0.25);
}

/* ICON */

.gla-step-icon{
    width:70px;
    height:70px;
    background:#f5f8ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:32px;
}

/* TITLE */

.gla-work-item h3{
    color:#071b3b;
    font-size:22px;
    line-height:1.4;
    margin-bottom:15px;
    font-weight:700;
}

/* TEXT */

.gla-work-item p{
    color:#5d6779;
    font-size:16px;
    line-height:1.8;
    max-width:240px;
    margin:auto;
}

/* ====================================
TABLET
==================================== */

@media(max-width:1200px){

.gla-work-timeline{
    grid-template-columns:1fr 1fr;
}

.gla-work-line{
    display:none;
}

}

/* ====================================
MOBILE
==================================== */

@media(max-width:768px){

.gla-work-section{
    padding:70px 20px;
}

.gla-work-heading h2{
    font-size:32px;
}

.gla-work-timeline{
    grid-template-columns:1fr;
    gap:45px;
}

.gla-work-item h3{
    font-size:20px;
}

.gla-work-item p{
    font-size:15px;
}

}/* End custom CSS */