/* *************** Global style and reset starts ************** */
html{
    width:100%;
    min-height:100%;
    background:#fff;
    scroll-behavior:smooth;
}

body{
    width:100%;
    min-height:100%;
    background:#fff;
    margin:0 auto;
    font:100% 'Roboto', sans-serif;
    line-height:1.5;
    color:#252525;
    position:relative;
    font-weight:normal;
    font-style:normal;
}

button,
a{
    -webkit-tap-highlight-color:transparent;
}

button{
    font:inherit;
}

.cf:before,
.cf:after{
    content:" ";
    display:table;
}

.cf:after{
    clear:both;
}

/* Main style */
main#id-main{
    width:100%;
    max-width:960px;
    min-height:100vh;
    background:#fff;
    position:relative;
    margin:0 auto;
    padding:86px 0 76px 0;
}

.class-section-titles,
.class-logo-text,
.class-website-text-tagline,
.class-sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

/* Header style */
header#id-page-header{
    width:100%;
    height:76px;
    position:fixed;
    top:0;
    left:0;
    z-index:900;
    background:#fff;
    border-bottom:1px solid #e5e5e5;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
}

#id-header-child{
    width:100%;
    max-width:960px;
    height:76px;
    position:relative;
    margin:0 auto;
    padding:12px 20px;
}

.class-menu-toggle{
    position:absolute;
    top:17px;
    left:18px;
    width:42px;
    height:42px;
    padding:0;
    border:0;
    background:transparent;
    color:#666;
    cursor:pointer;
    border-radius:6px;
}

.class-menu-toggle:hover,
.class-menu-toggle:focus{
    background:#f1f4f7;
    color:#0069ce;
}

#id-header-hamburger-menu-icon{
    font-size:24px;
}

#id-header-logo-text-and-image-container{
    width:230px;
    margin:0 auto;
    text-align:center;
}

.class-logo-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:52px;
    color:#222;
    text-decoration:none;
}

.class-logo-symbol{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:10px;
    background:#0069ce;
    color:#fff;
    font-family:'Roboto Condensed', sans-serif;
    font-size:18px;
    font-weight:700;
}

.class-logo-name{
    font-family:'Roboto Condensed', sans-serif;
    font-size:25px;
    font-weight:700;
    letter-spacing:-.5px;
}

/* Navigation */
.class-main-nav-menu{
    position:fixed;
    left:-250px;
    top:0;
    width:250px;
    height:100vh;
    overflow-y:auto;
    background:#1a1a1a;
    transition:left .3s ease, box-shadow .3s ease;
    z-index:1000;
}

.class-main-nav-menu.class-menu-open{
    left:0;
    box-shadow:4px 0 16px rgba(0,0,0,.35);
}

.class-main-nav-menu ul{
    min-height:100%;
    padding:58px 0 0 0;
    margin:0;
    background:#1a1a1a;
}

.class-main-nav-menu a{
    display:block;
    padding:14px 18px;
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid #383838;
}

.class-main-nav-menu li:first-child a{
    border-top:1px solid #383838;
}

.class-main-nav-menu a:hover,
.class-main-nav-menu a:focus{
    background:#333;
    text-decoration:underline;
}

.class-menu-close{
    position:absolute;
    right:8px;
    top:8px;
    width:42px;
    height:42px;
    border:0;
    background:transparent;
    color:#fff;
    font-size:22px;
    cursor:pointer;
    z-index:1001;
}

.class-menu-close:hover,
.class-menu-close:focus{
    background:#333;
}

.class-backdrop{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    background:rgba(0,0,0,.68);
    cursor:pointer;
    z-index:950;
}

body.class-menu-is-open{
    overflow:hidden;
}

/* Page content */
.class-hero-section,
.class-content-section{
    padding:48px 24px;
}

.class-hero-section{
    min-height:430px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:linear-gradient(135deg, #f4f8fc 0%, #eaf4ff 100%);
}

.class-hero-section h2,
.class-content-section h2{
    max-width:720px;
    margin:0 0 16px 0;
    font-family:'Roboto Condensed', sans-serif;
    font-size:clamp(32px, 7vw, 54px);
    line-height:1.05;
    font-weight:700;
    color:#17212b;
}

.class-content-section h2{
    font-size:clamp(28px, 5vw, 42px);
}

.class-hero-section > p:not(.class-eyebrow-text),
.class-content-section > p:not(.class-eyebrow-text){
    max-width:680px;
    margin:0 0 22px 0;
    color:#555;
    font-size:18px;
}

.class-eyebrow-text{
    margin:0 0 10px 0;
    color:#0069ce;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:13px;
}

.class-primary-button{
    display:inline-block;
    align-self:flex-start;
    padding:13px 20px;
    border-radius:6px;
    background:#0069ce;
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.class-primary-button:hover,
.class-primary-button:focus{
    background:#0057aa;
}

.class-grey-section{
    background:#f6f7f8;
}

.class-project-card,
.class-service-card{
    padding:24px;
    margin:22px 0;
    background:#fff;
    border:1px solid #e1e4e8;
    border-radius:10px;
    box-shadow:0 6px 20px rgba(0,0,0,.05);
}

.class-project-card > .fa,
.class-service-card > .fa{
    font-size:30px;
    color:#0069ce;
}

.class-project-card h3,
.class-service-card h3{
    margin:12px 0 7px 0;
    font-size:21px;
    font-weight:700;
}

.class-project-card p,
.class-service-card p{
    margin:0;
    color:#5b5b5b;
}

.class-services-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
}

/* Share sections */
.class-portfolio-share-section,
.class-service-share-section{
    display:flex;
    align-items:center;
    min-height:55px;
    padding:10px 8px;
    margin:40px 0 0 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.class-share-icon{
    width:24px;
    margin:0 9px 0 0;
    color:#777;
    font-size:22px;
}

.class-share-text{
    margin:0 18px 0 0;
    color:#0069ce;
    text-transform:uppercase;
    font-size:15px;
}

.class-social-media-share-icons{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    padding:0;
}

.class-social-media-share-icons li{
    margin:0;
}

.class-social-media-share-icons a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#707070;
    color:#fff;
    text-decoration:none;
    transition:transform .15s ease, background .15s ease;
}

.class-social-media-share-icons a:hover,
.class-social-media-share-icons a:focus{
    background:#0069ce;
    transform:translateY(-2px);
}

.class-share-button-icons{
    font-size:16px;
}

.class-contact-section{
    min-height:270px;
}

.class-page-footer{
    padding:28px 24px 42px 24px;
    background:#20252a;
    color:#ddd;
    text-align:center;
}

.class-page-footer p{
    margin:0;
}

/* Bottom contact bar */
.class-bottom-bar-section{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:64px;
    background:#fff;
    border-top:1px solid #d9d9d9;
    box-shadow:0 -4px 15px rgba(0,0,0,.08);
    z-index:850;
}

#id-bottom-bar-child{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    width:100%;
    max-width:960px;
    height:64px;
    margin:0 auto;
}

.class-bottom-contact-button{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    border:0;
    border-right:1px solid #eee;
    background:#fff;
    color:#555;
    cursor:pointer;
    font-size:12px;
}

.class-bottom-contact-button:last-child{
    border-right:0;
}

.class-bottom-contact-button .fa{
    color:#0069ce;
    font-size:20px;
}

.class-bottom-contact-button:hover,
.class-bottom-contact-button:focus{
    background:#f0f6fc;
    color:#0069ce;
}

@media (min-width:700px){
    .class-services-grid{
        grid-template-columns:repeat(3, 1fr);
    }

    .class-hero-section,
    .class-content-section{
        padding:64px 54px;
    }
}
