/* Start custom CSS for html, class: .elementor-element-e6b6179 */.gpx-contact{background:#ffffff;padding:50px 20px;}
    .gpx-contact-wrap{max-width:980px;margin:0 auto;}
    .gpx-contact-head{text-align:center;max-width:560px;margin:0 auto 48px;}
    .gpx-contact-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#135DA8;background:rgba(19,93,168,0.08);padding:6px 14px;border-radius:20px;margin-bottom:18px;}
    .gpx-contact-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#135DA8;}
    .gpx-contact-head h2{ font-size:32px;color:#135DA8;margin:0 0 12px;font-weight:800;line-height:1.3;}
    .gpx-contact-head p{font-size:15.5px;color:#4D4D4D;margin:0;line-height:1.65;}
    .gpx-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
    .gpx-contact-card{
      background:#F7FAFC;
      border:1px solid #E3EAF0;
      border-radius:18px;
      padding:34px 30px;
      display:flex;
      flex-direction:column;
      transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;
    }
    .gpx-contact-card:hover{
      transform:translateY(-4px);
      box-shadow:0 16px 34px rgba(19,93,168,.1);
      border-color:#C7DAF0;
      background:#ffffff;
    }
    .gpx-contact-icon{
      width:50px;height:50px;border-radius:13px;
      background:#0F2B5B;
      display:flex;align-items:center;justify-content:center;
      margin-bottom:22px;
    }
    .gpx-contact-icon svg{ width:23px; height:23px; }
    .gpx-contact-card h3{
       
      font-size:19px; color:#101418; margin:0 0 10px; font-weight:700; line-height:1.4;
    }
    .gpx-contact-card p{
      font-size:14.5px; color:#5A6472; margin:0 0 24px; line-height:1.7; flex-grow:1;
    }
    .gpx-contact-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      background:#ffffff;
      border:1px solid #D7E4F0;
      color:#135DA8;
      text-decoration:none;
      font-size:14.5px;
      font-weight:700;
      padding:11px 18px;
      border-radius:10px;
      width:fit-content;
      transition:background .2s ease,border-color .2s ease,transform .2s ease;
    }
    .gpx-contact-link:hover{
      background:#135DA8;
      border-color:#135DA8;
      color:#ffffff;
      transform:translateX(2px);
    }
    .gpx-contact-link svg{ width:15px; height:15px; flex:0 0 auto; }
    @media(max-width:768px){
      .gpx-contact{padding:56px 16px;}
      .gpx-contact-head h2{font-size:24px;}
      .gpx-contact-grid{grid-template-columns:1fr;gap:18px;}
      .gpx-contact-card{padding:28px 24px;}
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f876c07 */.gpx-esc{background:#ffffff;padding:7px 20px;}
    .gpx-esc-wrap{max-width:1140px;margin:0 auto;}

    .gpx-esc-tabs{display:flex;gap:32px;border-bottom:1px solid #E3EAF0;margin-bottom:40px;}
.gpx-esc-tab{
    appearance:none;
    -webkit-appearance:none;
    background:transparent;
    border:none;
    outline:none;
    box-shadow:none;

    cursor:pointer;
    padding:0 0 16px;
    margin:0;

    color:#8A93A0;
    font-size:15.5px;
    font-weight:700;
    line-height:1.2;
    position:relative;

    transition:color .25s ease;
}
.gpx-esc-tab:hover{
    background:transparent;
    color:#135DA8;
}
    .gpx-esc-tab::after{
      content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;
      background:#135DA8;transform:scaleX(0);transition:transform .2s ease;
    }
    .gpx-esc-tab.is-active{color:#135DA8;}
    .gpx-esc-tab.is-active::after{transform:scaleX(1);}

    .gpx-esc-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;}

    .gpx-esc-panel{display:none;}
    .gpx-esc-panel.is-active{display:block;}
    .gpx-esc-panel h2{font-size:30px;color:#135DA8;margin:0 0 14px;font-weight:800;}
    .gpx-esc-panel p.gpx-esc-desc{font-size:15.5px;color:#5A6472;line-height:1.7;margin:0 0 28px;}

    .gpx-esc-note{
      background:#F7FAFC;
      border:1px solid #E3EAF0;
      border-left:4px solid #135DA8;
      border-radius:12px;
      padding:22px 24px;
    }
    .gpx-esc-note-title{display:flex;align-items:center;gap:10px;margin:0 0 12px;}
    .gpx-esc-note-title strong{font-size:17px;color:#101418;font-weight:800;}
    .gpx-esc-pill{
      font-size:12px;font-weight:700;color:#135DA8;
      background:rgba(19,93,168,0.08);
      padding:4px 10px;border-radius:100px;
    }
    .gpx-esc-note p{font-size:14px;color:#4D5560;line-height:1.7;margin:0;}

    /* Form card wrapper — CF7 shortcode renders inside this */
    .gpx-esc-form{
      background:#ffffff;border:1px solid #E3EAF0;border-radius:18px;
      padding:34px;box-shadow:0 20px 44px rgba(15,43,91,0.06);
    }

    /* Basic CF7 field styling so it matches the site's look */
    .gpx-esc-form .wpcf7-form p{margin:0 0 22px;}
    .gpx-esc-form .wpcf7-form label{display:block;font-size:14px;font-weight:700;color:#101418;margin-bottom:8px;}
    .gpx-esc-form .wpcf7-form input[type="text"],
    .gpx-esc-form .wpcf7-form input[type="email"],
    .gpx-esc-form .wpcf7-form input[type="tel"],
    .gpx-esc-form .wpcf7-form textarea{
      width:100%;box-sizing:border-box;
      background:#ffffff;
      border:1px solid #DCE4EC;border-radius:10px;
      padding:13px 15px;font-size:14.5px;color:#101418;font-family:inherit;
      transition:border-color .2s ease,box-shadow .2s ease;
    }
    .gpx-esc-form .wpcf7-form textarea{min-height:120px;resize:vertical;}
    .gpx-esc-form .wpcf7-form input:focus,
    .gpx-esc-form .wpcf7-form textarea:focus{
      outline:none;border-color:#B7C1CC;box-shadow:0 0 0 3px rgba(16,20,24,0.05);
    }
    .gpx-esc-form .wpcf7-form input[type="submit"]{
      width:100%;background:#ffffff;color:#101418;border:1.5px solid #101418;
      font-size:15.5px;font-weight:700;border-radius:10px;
      cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease;
      font-family:inherit;
    }
    .gpx-esc-form .wpcf7-form input[type="submit"]:hover{background:#101418;color:#ffffff;transform:translateY(-2px);}
    .gpx-esc-form .wpcf7-spinner{margin-left:10px;}

    @media(max-width:900px){
      .gpx-esc-grid{grid-template-columns:1fr;gap:36px;}
    }
    @media(max-width:600px){
      .gpx-esc{padding:48px 16px;}
      .gpx-esc-tabs{gap:22px;}
      .gpx-esc-tab{font-size:14px;padding-bottom:14px;}
      .gpx-esc-panel h2{font-size:24px;}
      .gpx-esc-form{padding:24px 20px;}
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6728ce9 */.gpx-faqblog{background:#F7FAFC;padding:50px 20px;}
    .gpx-faqblog-wrap{max-width:1200px;margin:0 auto;}
    .gpx-faqblog-head{text-align:center;max-width:1080px;margin:0 auto 44px;}
    .gpx-faqblog-head h2{ 
      font-size:30px;color:#135DA8
;margin:0 0 14px;font-weight:800;line-height:1.4;
    }
    .gpx-faqblog-head p{
      font-size:15.5px;color:#5A6472;margin:0;line-height:1.7;
    }
    .gpx-faqblog-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
    .gpx-faqblog-card{
      background:#ffffff;border:1px solid #E3EAF0;border-radius:18px;
      padding:32px 30px;display:flex;flex-direction:column;
      box-shadow:0 16px 34px rgba(15,43,91,0.05);
      transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    }
    .gpx-faqblog-card:hover{
      transform:translateY(-4px);
      box-shadow:0 18px 40px rgba(15,43,91,0.1);
      border-color:#C7DAF0;
    }
    .gpx-faqblog-card h3{
      font-size:19px;color:#135DA8
;margin:0 0 12px;font-weight:700;line-height:1.4;
    }
    .gpx-faqblog-card p{
      font-size:15px;color:#5A6472;line-height:1.7;margin:0 0 26px;flex-grow:1;
    }
    .gpx-faqblog-link{
      display:inline-flex;align-items:center;gap:6px;
      color:#135DA8;text-decoration:none;font-size:15px;font-weight:700;
      width:fit-content;
      transition:gap .2s ease,color .2s ease;
    }
    .gpx-faqblog-link svg{width:15px;height:15px;transition:transform .2s ease;}
    .gpx-faqblog-link:hover{color:#0e4a86;}
    .gpx-faqblog-link:hover svg{transform:translate(2px,-2px);}
    @media(max-width:768px){
      .gpx-faqblog{padding:56px 16px;}
      .gpx-faqblog-head h2{font-size:22px;}
      .gpx-faqblog-head p{font-size:14.5px;}
      .gpx-faqblog-grid{grid-template-columns:1fr;gap:18px;}
      .gpx-faqblog-card{padding:26px 24px;}
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa39581 */.gpx-git{background:#ffffff;padding:50px 20px;}
    .gpx-git-wrap{max-width:1180px;margin:0 auto;}
    .gpx-git-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:60px;align-items:start;}

    .gpx-git-head h2{
      font-size:32px;color:#135DA8;
      margin:0 0 16px;font-weight:800;line-height:1.3;
    }
    .gpx-git-head p{font-size:15.5px;color:#5A6472;line-height:1.75;margin:0 0 36px;}

    .gpx-git-locations{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;}
    .gpx-git-loc{
      display:flex;gap:16px;background:#F7FAFC;border:1px solid #E3EAF0;
      border-radius:14px;padding:20px 22px;
    }
    .gpx-git-loc-icon{
      flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:#0F2B5B;
      display:flex;align-items:center;justify-content:center;
    }
    .gpx-git-loc-icon svg{width:18px;height:18px;}
    .gpx-git-loc-text h3{
       font-size:15.5px;color:#101418;
      margin:0 0 6px;font-weight:700;line-height:1.4;
    }
    .gpx-git-loc-text p{font-size:13.5px;color:#5A6472;margin:0;line-height:1.65;}
    .gpx-git-loc-text .gpx-git-managed{
      display:block;font-size:12px;color:#135DA8;font-weight:700;margin-bottom:4px;
    }

    .gpx-git-contact{
      border-top:1px solid #E3EAF0;padding-top:28px;
    }
    .gpx-git-contact h4{
      font-size:12.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;
      color:#8A93A0;margin:0 0 16px;
    }
    .gpx-git-contact-row{
      display:flex;align-items:center;gap:14px;margin-bottom:14px;
    }
    .gpx-git-contact-row:last-child{margin-bottom:0;}
    .gpx-git-contact-icon{
      flex:0 0 auto;width:38px;height:38px;border-radius:10px;
      background:rgba(19,93,168,0.08);
      display:flex;align-items:center;justify-content:center;
    }
    .gpx-git-contact-icon svg{width:17px;height:17px;}
    .gpx-git-contact-link{
      font-size:15.5px;font-weight:700;color:#101418;text-decoration:none;
      transition:color .2s ease;
    }
    .gpx-git-contact-link:hover{color:#135DA8;}

    /* Right: form card with CF7 */
    .gpx-git-form{
      background:#ffffff;border:1px solid #E3EAF0;border-radius:18px;
      padding:34px;box-shadow:0 20px 44px rgba(15,43,91,0.06);
    }
    .gpx-git-form .wpcf7-form p{margin:0 0 22px;}
    .gpx-git-form .wpcf7-form label{display:block;font-size:14px;font-weight:700;color:#101418;margin-bottom:8px;}
    .gpx-git-form .wpcf7-form input[type="text"],
    .gpx-git-form .wpcf7-form input[type="email"],
    .gpx-git-form .wpcf7-form input[type="tel"],
    .gpx-git-form .wpcf7-form textarea{
      width:100%;box-sizing:border-box;background:#ffffff;
      border:1px solid #DCE4EC;border-radius:10px;
      padding:13px 15px;font-size:14.5px;color:#101418; 
      transition:border-color .2s ease,box-shadow .2s ease;
    }
    .gpx-git-form .wpcf7-form textarea{min-height:120px;resize:vertical;}
    .gpx-git-form .wpcf7-form input:focus,
    .gpx-git-form .wpcf7-form textarea:focus{
      outline:none;border-color:#135DA8;box-shadow:0 0 0 3px rgba(19,93,168,0.12);
    }
    .gpx-git-form .wpcf7-form input[type="submit"]{
      width:100%;background:#135DA8;color:#ffffff;border:none;
      font-size:15.5px;font-weight:700; border-radius:10px;
      cursor:pointer;transition:background .2s ease,transform .2s ease; 
    }
    .gpx-git-form .wpcf7-form input[type="submit"]:hover{background:#0e4a86;transform:translateY(-2px);}

    @media(max-width:960px){
      .gpx-git-grid{grid-template-columns:1fr;gap:40px;}
    }
    @media(max-width:600px){
      .gpx-git{padding:56px 16px;}
      .gpx-git-head h2{font-size:24px;}
      .gpx-git-loc{flex-direction:column;}
      .gpx-git-form{padding:24px 20px;}
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77b3539 */.gpx-social-section{
    padding:20px 20px;
    background:#f8fbff;
}

.gpx-social-container{
    max-width:1200px;
    margin:0 auto;
}

.gpx-social-content{
    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
}

.gpx-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#eaf7f8;
    color:#6BB5B8;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.gpx-social-content h2{
  
    font-size:32px;
    font-weight:800;
    line-height:1.4;
    color:#135da8;
    margin:0 0 18px;
}

.gpx-social-content h2 span{
    color:#6BB5B8;
}

.gpx-social-content p{
    max-width:1260px;
    margin:0 auto;
    font-size:17px;
    line-height:1.8;
    color:#5d6472;
}

/*==========================
SOCIAL GRID
==========================*/

.gpx-social-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.social-card{
    position:relative;
    overflow:hidden;
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:22px;
    padding:28px 16px;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:14px;
    transition:.35s ease;
}

.social-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#135da8,#6BB5B8);
    opacity:0;
    transition:.35s ease;
}

.social-card>*{
    position:relative;
    z-index:2;
}

.social-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(19,93,168,.12);
}

.social-card:hover::before{
    opacity:1;
}

/*==========================
ICON
==========================*/

.social-icon{
    width:62px;
    height:62px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
    transition:.35s ease;
}

/* Brand Colors */

.instagram .social-icon{
    background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

.facebook .social-icon{
    background:#1877F2;
}

.linkedin .social-icon{
    background:#0077B5;
}

.youtube .social-icon{
    background:#FF0000;
}

.twitter .social-icon{
    background:#000;
}

/*==========================
TEXT
==========================*/

.social-card h4{
    font-family:MT,sans-serif;
    font-size:18px;
    color:#135da8;
    margin:0 0 4px;
    transition:.35s;
}

.social-card span{
    display:block;
    font-size:13px;
    color:#7a8394;
    transition:.35s;
}

.social-card svg{
    width:22px;
    height:22px;
    color:#135da8;
    transition:.35s;
}

/*==========================
HOVER
==========================*/

.social-card:hover h4,
.social-card:hover span,
.social-card:hover svg{
    color:#fff;
}

.social-card:hover .social-icon{
    background:#fff;
}

.instagram:hover .social-icon i{
    color:#E1306C;
}

.facebook:hover .social-icon i{
    color:#1877F2;
}

.linkedin:hover .social-icon i{
    color:#0077B5;
}

.youtube:hover .social-icon i{
    color:#FF0000;
}

.twitter:hover .social-icon i{
    color:#000;
}

/*==========================
TABLET
==========================*/

@media (max-width:1024px){

    .gpx-social-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/*==========================
MOBILE
==========================*/

@media (max-width:767px){

    .gpx-social-section{
        padding:60px 20px;
    }

    .gpx-social-content{
        margin-bottom:40px;
    }

    .gpx-social-content h2{
        font-size:28px;
    }

    .gpx-social-content p{
        font-size:15px;
    }

    .gpx-social-grid{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
    }

    .social-card{
        padding:22px 15px;
        border-radius:18px;
    }
 
    .social-icon{
        width:56px;
        height:56px;
        font-size:24px;
    }

    .social-card h4{
        font-size:17px;
    }

}/* End custom CSS */