﻿/* General */
img {
    max-width: 100%;
}

html:not([dir=rtl]) .cta {
    padding-right: 0 !important;
}

.h-text-gradient {
    background-image: linear-gradient(to right, #9d22a5, #0e73d3);
    color: transparent;
    background-clip: text;
}

.border-round {
    border-radius: 18px;
}

.big-text {
    font-size: 1.8rem;
    line-height: 2.2rem;
}

@media (max-width: 1399px) {
    .big-text {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
}

@media (max-width: 1083px) {
    .big-text {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .big-text {
        text-align: left;
    }
}

.envelope, .magnifier {
    display: block;
    max-width: 400px;
    margin: auto;
    width: 100%;
}

@media (max-width: 1083px) {
    .envelope, .magnifier {
        max-width: 200px;
        margin: 30px auto;
    }
}
   




/* CTA with arrow */
.custom-cta {
    margin-left: 1.6rem;
    padding-right: 10px !important;
    gap: 0 !important;
}

.btn .glyph.special-glyph-btn:before {
    left: -0.8em;
    right: inherit !important;
    background: #007de6;
    color: white;
    padding: 4px;
    border-radius: 4px;
    margin-top: -10px !important;
    margin-left: -10px;
    transform: translate(-.25em, 0);
}

a.btn:hover .glyph.special-glyph-btn:before {
    transform: translate(-.25em, 0);
}

/* Main Banner */
.main-banner-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/main-banner-bg.jpg);
}

.main-banner .content {
    padding: 40px;
}

.main-banner img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.main-banner h1 {
    font-size: 6rem;
    line-height: 6.2rem;
}

.main-banner p {
    font-size: 1.8rem;
    line-height: 2.2rem;
}

@media (max-width: 1399px) {
    .main-banner h1 {
        font-size: 4.5rem;
        line-height: 4.7rem;
    }

    .main-banner p {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
}

@media (max-width: 1083px) {
    .main-banner h1 {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }

    .main-banner p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .main-banner h1, .main-banner p {
        text-align: left;
    }
}

.page-nav li a {
    text-decoration: none;
}

.page-nav li a:hover {
    text-decoration: underline;
}

.page-nav li:last-child a {
    color: #fff;
    background-color: #0067b8;
}

@media (max-width: 1083px) {
    .page-nav li {
        margin: 0 0 15px 0;
    }
}

/* Accenture */
.accenture-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/blue-gradient-bg.jpg);
}

.accenture .content img {
    max-width: 150px;
}


.get-inspired .card {
    height: 100%;
    background-color: #fee189;
}

/*  */
.two-column-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ramp-bg {
    background-image: url(../images/yellow-gradient-bg.jpg);
}

.azure-bg {
    background-image: url(../images/purple-gradient-bg.jpg);
}

/* Social Icons */
.social-media ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.social-media ul li a img {
    max-width: 30px;
    width: 100%;
}


@media (forced-colors: active) and (prefers-color-scheme: dark) {
    .contrast-bg {
        padding: 5px;
        background-color: Highlight;
    }
}