/*
Theme Name: AppDevelopers.mobile
Description: Professional responsive WordPress theme for AppDevelopers.mobile.
Version: 1.1
Text Domain: appdevelopers-mobile
*/
:root{--blue:#1463ff;--dark:#101828;--text:#344054;--light:#f6f8fc;--border:#e6eaf0;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{width:min(calc(100% - 36px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:9999;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 4px 18px rgba(16,24,40,.06)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:27px;font-weight:800;letter-spacing:-1px;color:var(--dark)}.brand span{color:var(--blue)}.nav ul{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}.nav a{font-weight:700;color:#344054}.nav .current-menu-item>a,.nav a:hover{color:var(--blue)}.menu-toggle{display:none;border:0;background:none;font-size:28px}.btn{display:inline-block;padding:13px 22px;border-radius:7px;font-weight:700}.btn-primary{background:var(--blue);color:#fff}.btn-secondary{border:1px solid #cfd6e4;color:var(--dark);background:#fff}.hero{padding:76px 0;background:linear-gradient(135deg,#f6f9ff,#fff)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:52px;align-items:center}.eyebrow{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:1px;font-size:13px}.hero h1{font-size:52px;line-height:1.08;color:var(--dark);margin:12px 0 20px}.hero p{font-size:18px;max-width:700px}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.stats{display:flex;gap:30px;margin-top:38px;flex-wrap:wrap}.stat strong{display:block;color:var(--dark);font-size:26px}.stat span{font-size:13px}.hero-card,.card{background:#fff;border:1px solid var(--border);box-shadow:0 20px 50px rgba(16,24,40,.08);border-radius:12px;padding:30px}.hero-card h3{margin-top:0;color:var(--dark);font-size:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .full{grid-column:1/-1}input,textarea{width:100%;padding:13px;border:1px solid #d5dbe7;border-radius:7px;font:inherit}textarea{min-height:110px}.section{padding:76px 0}.section.alt{background:var(--light)}.section-title{text-align:center;max-width:760px;margin:0 auto 42px}.section-title h2{color:var(--dark);font-size:38px;margin:0 0 10px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service h3,.card h3{color:var(--dark);margin:0 0 10px}.icon{width:50px;height:50px;border-radius:12px;background:#edf3ff;color:var(--blue);display:grid;place-items:center;font-size:24px;margin-bottom:18px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{padding:25px;background:#fff;border:1px solid var(--border);border-radius:12px}.step b{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;margin-bottom:14px}.portfolio{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project{min-height:220px;padding:28px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#1463ff,#102a60);display:flex;flex-direction:column;justify-content:end}.project:nth-child(2n){background:linear-gradient(135deg,#12a150,#0d5030)}.project:nth-child(3n){background:linear-gradient(135deg,#7a42e8,#31205f)}.project h3{margin:0;color:#fff}.cta{background:var(--dark);color:#fff;border-radius:14px;padding:50px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{margin:0;color:#fff;font-size:34px}.faq{max-width:850px;margin:auto}.faq details{background:#fff;border:1px solid var(--border);padding:18px 20px;margin-bottom:10px;border-radius:8px}.faq summary{cursor:pointer;font-weight:700;color:var(--dark)}.page-hero{padding:62px 0;background:var(--light);text-align:center}.page-hero h1{color:var(--dark);font-size:46px;margin:0}.content{padding:32px 0 70px}.content article{width:100%;max-width:none;margin:0}.content h2,.content h3{color:var(--dark)}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.post-card{height:100%;min-height:510px;padding:0;border:1px solid var(--border);border-radius:12px;background:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(16,24,40,.04);transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(16,24,40,.09)}.post-thumb{height:180px;flex:0 0 180px;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:8px}.post-thumb img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;background:#fff}.post-thumb-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#eef4ff,#f7f9fc);color:#7a8798;font-size:13px;font-weight:700}.post-card-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1;min-height:0}.post-card h2{font-size:22px;line-height:1.3;color:var(--dark);margin:14px 0 12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.post-card h2 a{color:inherit}.post-card h2 a:hover{color:var(--blue)}.post-card .meta{font-size:13px;color:#667085;min-height:21px}.post-card .excerpt{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.post-card .post-action{margin-top:auto;padding-top:20px}.post-card .btn{min-width:138px;text-align:center}.site-footer{background:#101828;color:#c9d0dd;padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px}.site-footer h3{color:#fff}.site-footer ul{list-style:none;padding:0}.site-footer li{margin:8px 0}.copyright{border-top:1px solid #344054;margin-top:30px;padding-top:20px;font-size:13px}.aligncenter{display:block;margin:auto}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.grid-3,.portfolio,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-card{min-height:500px}.process{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:42px}.nav{display:none}.menu-toggle{display:block}.nav.open{display:block;position:absolute;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border)}.nav.open ul{display:block;padding:14px 18px}.nav.open li{padding:10px 0}.cta{display:block}.cta .btn{margin-top:20px}}@media(max-width:600px){.hero,.section{padding:55px 0}.content{padding:20px 0 55px}.hero h1{font-size:34px}.section-title h2,.page-hero h1{font-size:32px}.grid-3,.portfolio,.blog-grid,.process,.footer-grid{grid-template-columns:1fr}.post-card{min-height:0}.post-thumb{height:200px;flex-basis:200px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.stats{gap:18px}.brand{font-size:22px}.hero-card{padding:22px}.cta{padding:32px 24px}}

/* FINAL BLOG FEATURED IMAGE FIX: always show the complete image, never crop */
.post-card .post-thumb{height:190px!important;min-height:190px!important;flex:0 0 190px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:#fff!important;padding:8px!important}
.post-card .post-thumb img,.post-card .post-thumb .wdc-featured-image{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;object-position:50% 50%!important;margin:0 auto!important;padding:0!important;transform:none!important}
@media(max-width:600px){.post-card .post-thumb{height:210px!important;min-height:210px!important;flex-basis:210px!important}}


/* =========================================================
   FOOTER UPDATE – Appearance > Footer Update
   ========================================================= */
.site-footer{
    background:#101828;
    color:#e8edf5;
    padding:46px 0 24px;
}
.footer-update{
    text-align:center;
}
.footer-update-title{
    margin:0 auto 28px;
    color:#fff;
    font-size:32px;
    line-height:1.25;
    font-weight:800;
    letter-spacing:-.4px;
}
.footer-update-title:after{
    content:"";
    display:block;
    width:110px;
    height:3px;
    margin:16px auto 0;
    background:var(--blue);
}
.footer-keywords{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:0;
    max-width:1320px;
    margin:0 auto;
    font-size:17px;
    font-weight:700;
    line-height:1.7;
}
.footer-keywords a,
.footer-keywords span{
    display:inline-flex;
    align-items:center;
    color:#e8edf5;
    white-space:nowrap;
}
.footer-keywords a:hover{
    color:#5d92ff;
}
.footer-keywords a:not(:last-child):after,
.footer-keywords span:not(:last-child):after{
    content:"/";
    margin:0 8px;
    color:#aeb8c7;
}
.footer-socials{
    display:flex;
    justify-content:center;
    gap:18px;
    margin:32px 0 28px;
}
.footer-social{
    width:58px;
    height:58px;
    border:1px solid #607086;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#fff;
    transition:transform .2s ease,border-color .2s ease,color .2s ease,background .2s ease;
}
.footer-social svg{
    width:28px;
    height:28px;
}
.footer-social:hover{
    transform:translateY(-3px);
    border-color:#fff;
    background:#17253a;
}
.footer-social-instagram:hover{color:#ff4f8b;}
.footer-social-facebook:hover{color:#69a7ff;}
.footer-social-linkedin:hover{color:#36a8e8;}
.footer-social-x:hover{color:#fff;}
.footer-social-youtube:hover{color:#ff3b3b;}
.site-footer .copyright{
    max-width:none;
    width:100%;
    margin:0;
    padding:22px 0 0;
    border-top:1px solid #344054;
    text-align:center;
    color:#c9d0dd;
    font-size:14px;
}
@media(max-width:900px){
    .footer-update-title{font-size:27px;}
    .footer-keywords{font-size:16px;}
}
@media(max-width:600px){
    .site-footer{padding:38px 0 20px;}
    .footer-update-title{font-size:23px;margin-bottom:24px;}
    .footer-update-title:after{width:80px;margin-top:13px;}
    .footer-keywords{font-size:15px;line-height:1.75;}
    .footer-keywords a:not(:last-child):after,
    .footer-keywords span:not(:last-child):after{margin:0 6px;}
    .footer-socials{gap:11px;margin:26px 0 24px;}
    .footer-social{width:46px;height:46px;}
    .footer-social svg{width:23px;height:23px;}
}
/* FOOTER SOCIAL EXPANSION */
.footer-socials{flex-wrap:wrap;max-width:900px;margin-left:auto;margin-right:auto;}
.footer-social-mark{display:grid;place-items:center;width:28px;height:28px;font-size:15px;font-weight:800;line-height:1;text-align:center;}
.footer-social-threads:hover{color:#fff}.footer-social-pinterest:hover{color:#e60023}.footer-social-tiktok:hover{color:#5ee8ff}.footer-social-snapchat:hover{color:#ffe600}.footer-social-whatsapp:hover{color:#42d36a}.footer-social-telegram:hover{color:#29a9e0}.footer-social-reddit:hover{color:#ff5b22}.footer-social-discord:hover{color:#7f8cff}.footer-social-github:hover{color:#fff}.footer-social-dribbble:hover{color:#ea4c89}.footer-social-behance:hover{color:#7a9cff}.footer-social-medium:hover{color:#fff}.footer-social-tumblr:hover{color:#9db7d0}.footer-social-quora:hover{color:#c9362b}.footer-social-vimeo:hover{color:#28b6eb}.footer-social-spotify:hover{color:#38d860}.footer-social-twitch:hover{color:#b98cff}.footer-social-mastodon:hover{color:#8c9eff}.footer-social-bluesky:hover{color:#69b8ff}.footer-social-google-business:hover{color:#7ea6ff}
.site-footer .copyright a{color:#fff;text-decoration:underline;text-underline-offset:3px}.site-footer .copyright a:hover{color:#76a5ff}

/* PAGE READING WIDTH — all normal Pages use a slightly narrower, readable content width. Blog/posts are unchanged. */
body.page .content > .container{
    width:min(calc(100% - 48px),1080px)!important;
    max-width:1080px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
body.page .content article{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
}
body.page .content article > *{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
}
@media(max-width:900px){
    body.page .content > .container{
        width:calc(100% - 40px)!important;
    }
}
@media(max-width:600px){
    body.page .content > .container{
        width:calc(100% - 32px)!important;
    }
}

/* MOBILE HORIZONTAL OVERFLOW FIX — preserve sticky header */
@media (max-width: 600px){
  html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
  body{position:relative;}
  .site-header{left:0;right:0;width:100%;max-width:100%;}
  .site-header .container,
  body.page .content > .container{
    width:calc(100% - 32px)!important;
    max-width:calc(100% - 32px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.page .content,
  body.page .content article{width:100%!important;max-width:100%!important;min-width:0!important;}
  body.page .content article > *{width:auto!important;max-width:100%!important;min-width:0!important;}
  body.page .content .wp-block-group,
  body.page .content .wp-block-columns,
  body.page .content .wp-block-column,
  body.page .content .wp-block-cover,
  body.page .content .card{max-width:100%!important;min-width:0!important;}
  body.page .content .wp-block-group.alignwide,
  body.page .content .wp-block-group.alignfull,
  body.page .content .alignwide,
  body.page .content .alignfull{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;}
  .header-inner,.hero-grid,.grid-3,.portfolio,.blog-grid,.process,.footer-grid,.form-grid{min-width:0!important;}
  h1,h2,h3,h4,p,a,span,li{overflow-wrap:anywhere;word-break:normal;}
}

/* MOBILE PAGE LAYOUT RESET — fix pages that are shifted horizontally off-screen */
@media (max-width: 600px){
  html{overflow-x:clip!important;}
  body{margin-left:0!important;margin-right:0!important;overflow-x:clip!important;}

  /* Keep the fixed/sticky header exactly inside the visible mobile viewport. */
  .site-header,
  .site-header .header-inner{max-width:100vw!important;min-width:0!important;}
  .site-header .container{
    width:calc(100vw - 32px)!important;
    max-width:calc(100vw - 32px)!important;
    min-width:0!important;
    margin-left:16px!important;
    margin-right:16px!important;
    transform:none!important;
  }

  /* Reset WordPress page content positioning before applying readable width. */
  body.page .content{
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:none!important;
  }
  body.page .content > .container{
    width:calc(100vw - 32px)!important;
    max-width:calc(100vw - 32px)!important;
    min-width:0!important;
    margin-left:16px!important;
    margin-right:16px!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:none!important;
  }
  body.page .content article{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }
  body.page .content article > *,
  body.page .content article .wp-block-group,
  body.page .content article .wp-block-columns,
  body.page .content article .wp-block-column,
  body.page .content article .card{
    box-sizing:border-box!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }
  body.page .content article > .card,
  body.page .content article > .wp-block-group,
  body.page .content article > .wp-block-columns{
    width:100%!important;
  }
  body.page .content .alignwide,
  body.page .content .alignfull{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:none!important;
  }
}


/* Custom logo support: uploaded logo replaces text brand */
.site-branding{display:flex;align-items:center;min-width:0}
.site-branding .custom-logo-link{display:block;line-height:0}
.site-branding .custom-logo{display:block;max-width:100%;height:auto;width:auto;max-height:58px}
@media(max-width:768px){
  .site-branding{max-width:calc(100vw - 90px);overflow:hidden}
  .site-branding .custom-logo{max-height:46px;max-width:100%}
}

/* KEEP HEADER FIXED AFTER CUSTOM LOGO UPDATE */
:root{--wdc-header-height:76px}
body{padding-top:var(--wdc-header-height)}
.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:99999!important}
@media screen and (min-width:783px){body.admin-bar .site-header{top:32px!important}}
@media screen and (max-width:782px){body.admin-bar .site-header{top:46px!important}}
@media(max-width:600px){:root{--wdc-header-height:70px}.site-header .custom-logo{max-height:38px!important;width:auto!important;display:block}.site-header .site-branding{min-width:0;max-width:none;flex:0 1 auto;overflow:hidden}.site-header .header-widgets{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex:1 1 auto}.site-header .header-widgets .widget{margin:0!important}.site-header .header-widgets p{margin:0!important}.site-header .header-widgets a,.site-header .header-widgets button{white-space:nowrap}.site-header .header-inner{gap:8px}.site-header .menu-toggle{flex:0 0 44px}}

/* WORDPRESS ADMIN BAR COMPATIBILITY — keep WP menus/logout above fixed theme header */
body.admin-bar{padding-top:calc(var(--wdc-header-height) + 32px)!important}
@media screen and (max-width:782px){body.admin-bar{padding-top:calc(var(--wdc-header-height) + 46px)!important}}
#wpadminbar{z-index:100000!important}
#wpadminbar .ab-sub-wrapper,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
#wpadminbar .quicklinks .menupop ul.ab-submenu{z-index:100001!important}
.site-header{z-index:9999!important}


/* MOBILE MENU TOGGLE — hamburger becomes close icon while menu is open */
@media(max-width:900px){
  .menu-toggle{width:44px;height:44px;line-height:1;font-size:30px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 44px;}
}

/* COMPACT PAGE & HOME SPACING — restore reduced top gaps */
.page-hero{padding:34px 0!important;}
.content{padding:18px 0 60px!important;}
.hero{padding:48px 0!important;}
.section{padding:52px 0!important;}
@media(max-width:600px){
  .page-hero{padding:22px 0!important;}
  .content{padding:14px 0 45px!important;}
  .hero{padding:36px 0!important;}
  .section{padding:40px 0!important;}
}

/* FINAL TOP GAP FIX — only reduce the empty space below the fixed header */
.hero{padding-top:10px!important;padding-bottom:28px!important;}
.page-hero{padding-top:10px!important;padding-bottom:22px!important;}
body.page .content{padding-top:8px!important;}
@media(max-width:600px){
  .hero{padding-top:8px!important;padding-bottom:22px!important;}
  .page-hero{padding-top:8px!important;padding-bottom:14px!important;}
  body.page .content{padding-top:6px!important;}
}


/* HEADER WIDGETS — place Contact / Live Chat or other widgets beside the logo */
.header-widgets{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0;margin-left:auto}
.header-widgets .widget{margin:0!important}
.header-widgets p{margin:0!important}
.header-widgets a,.header-widgets button{white-space:nowrap}
@media(max-width:900px){.header-widgets{flex:1 1 auto;overflow:hidden}.header-widgets .widget{min-width:0}.header-widgets .widget-title{display:none}}
.wdc-phone-row{display:flex;gap:8px;width:100%}.wdc-phone-row select{flex:0 0 145px}.wdc-phone-row input{flex:1;min-width:0}@media(max-width:480px){.wdc-phone-row{gap:4px}.wdc-phone-row select{flex-basis:78px;font-size:0}.wdc-phone-row select option{font-size:12px}}
.wdc-phone-row{display:flex;gap:8px;width:100%;align-items:stretch}.wdc-phone-row select{flex:0 0 155px}.wdc-phone-row input{flex:1;min-width:0}@media(max-width:480px){.wdc-phone-row{gap:4px}.wdc-phone-row select{flex-basis:58px;font-size:11px}.wdc-phone-row select option{font-size:12px}}

/* BLOG: keep the featured-image box blank when a post has no featured image */
.post-thumb-placeholder.post-thumb-blank{display:block!important;width:100%!important;height:100%!important;min-height:100%!important;background:#fff!important;color:transparent!important;font-size:0!important;line-height:0!important;}

/* Hero position: move slightly down on desktop and mobile */
body.home .hero{position:relative!important;top:auto!important;transform:none!important;margin-top:3px!important;}
@media(max-width:600px){body.home .hero{margin-top:3px!important;}}


/* Contact Update — responsive automatic header button */
.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto;min-width:0}
.wdc-header-contact-button{display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap!important;background:#1565c0!important;color:#fff!important;text-decoration:none!important;font-weight:700!important;font-size:15px!important;line-height:1!important;padding:12px 16px!important;min-height:44px!important;border-radius:5px!important;box-sizing:border-box!important;transition:background .2s ease!important}
.wdc-header-contact-button:hover{background:#0d47a1!important;color:#fff!important}
@media(max-width:900px){.header-inner{gap:10px}.site-branding{flex:1 1 auto;min-width:0}.header-actions{margin-left:0;flex:0 0 auto}.wdc-header-contact-button{padding:11px 14px!important;min-height:42px!important;font-size:14px!important}}
@media(max-width:600px){.site-header .header-inner{min-height:70px;gap:6px}.site-header .site-branding{flex:1 1 auto;min-width:0;overflow:hidden}.site-header .custom-logo{max-width:100%;height:auto;width:auto;max-height:38px!important}.site-header .header-actions{flex:0 0 auto;gap:4px}.site-header .wdc-header-contact-button{font-size:13px!important;padding:10px 12px!important;min-height:40px!important;border-radius:5px!important}.site-header .header-widgets{display:none!important}.site-header .menu-toggle{flex:0 0 42px;width:42px;height:42px}}
@media(max-width:380px){.site-header .wdc-header-contact-button{font-size:12px!important;padding:10px 9px!important}.site-header .custom-logo{max-height:34px!important}.site-header .menu-toggle{flex-basis:40px;width:40px}}


/* FINAL CONTACT UPDATE FIX — force the header link to render as a real button */
.site-header .header-actions .wdc-header-contact-button,
.site-header a.wdc-header-contact-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  background:#1565c0!important;
  background-color:#1565c0!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none!important;
  border:0!important;
  font-weight:700!important;
  line-height:1!important;
  padding:12px 16px!important;
  min-height:44px!important;
  border-radius:5px!important;
}
.site-header .header-actions .wdc-header-contact-button:hover{background:#0d47a1!important;color:#fff!important}
@media(max-width:600px){
  .site-header .header-actions .wdc-header-contact-button{font-size:13px!important;padding:10px 12px!important;min-height:40px!important}
}


/* PERFORMANCE: reduce off-screen layout/paint work without changing the design. */
@supports (content-visibility:auto){
  .adm-homepage > section:not(:first-child),
  .content > .container,
  .site-footer{content-visibility:auto;contain-intrinsic-size:auto 900px;}
}
