/*---- eb edits - beginning -----*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; /* For future browsers */
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgba(111, 140, 199, 0.2);
}

::-webkit-scrollbar-thumb {
    background: #193B83;;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    font-family: 'Helvetica', sans-serif; 
    background-image: url(../../assets/media/image/background.png);
    background-color: #FFF;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #193B83;
    scroll-behavior: smooth;
}

/*--- loading Overlay ---*/

#loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transition: opacity 0.5s ease-in-out;
    }

.spinner {
        width: 50px;
        height: 50px;
        border: 2px solid rgba(111, 140, 199, 0.2);
        border-top: 2px solid #193B83;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

tg {
    display: inline-flex;
    background: #C898FF;
    padding: 3px 7px;
    color: #FFF;
    border-radius: 2px;
    margin: 3px 1px 3px 1px;
}

p {
    font-weight: 100;
}

h4 {
    font-weight: 100;
}

b {
    font-weight: 600;
}

.disabled {
    border-style: none;
}

.disabled:focus {
    outline: 0px;
}

.Q-logo {
    opacity: 0;
}

.Q-logo img {
    width: 80%;
    max-width: 400px;
}

.W-text {
    opacity: 0;
}

.WelText {
    padding-top: 50px;
    font-size: 45px;
    font-weight: 100;
    color: #193B83;
}

.Hspacer {
        height: 80px;
    }

.sexion {
    padding: 100px 0px 100px 0px;
}

.Hstyle {
    font-size: 40px; 
    font-weight: 600;
}

.Hstyle2 {
    font-size: 40px; 
    font-weight: 600; 
}

.SubHStyle {
    font-size: 26px; 
    font-weight: 100; 
    max-width: 800px;
}

.Quote {
    font-size: 50px;
    text-align: center;
    margin: 75px 0px 75px 0px;
    max-width: 1000px;
}

.GenButton {
    border: 1px solid #C898FF;
    box-shadow: 0px 0px 25px -10px #193B83;
    border-radius: 5px;
    background: rgb(152,185,255);
    background: linear-gradient(270deg, rgba(152,185,255,1) 0%, rgba(200,152,255,1) 100%);
    color: #FFF;
}

.GenButton:hover {
    border: 1px solid #F398FF;
    box-shadow: 0px 0px 12px -2px #F398FF;
    cursor: pointer;
    color: #FFF;
}

#navbar {
    top:0;
    transition: top 0.5s;
}

.paddingNav {
    margin-top: 50px;
}

.fixed {
    position:fixed;
    top:0;
    width: 100%;
}

.nav-item {
    padding-left: 30px;
}

.nav-link {
    color: #193B83;
}

.nav-link:hover {
    color: #F398FF;
}

.navbarCustom {
    background-color: none; 
    padding: 4px;
    font-weight: 100;
    z-index: 1000;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
} 

.navBarCol {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    animation: fadeIn 1.5s ease-in-out alternate;
}

@keyframes fadeIn {
    0% {
        background-color: rgba(255, 255, 255, 0);
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}

.navOpen {
    background: #FFF;
}

.collapseNavSpac {
        padding-left: 00px;
    }

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(25, 59, 131, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} 

.navBack {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 59, 131, 0.9);
    z-index: 1000;    
}

.navbar-collapse {
    margin: -25px -16px 0px -16px;
    padding: 30px 30px 5px 15px;
    border-radius: 0px 0px 15px 15px;
    z-index: -10;
}

.contBox {
    width: 100%;
    min-height: 350px;
    border: 1px solid #C898FF;
    box-shadow: 0px 0px 25px -10px #C898FF;
    border-radius: 20px;
    background: #FFF;
}

.contBox2 {
    width: 100%;
    border: 1px solid #C898FF;
    box-shadow: 0px 0px 25px -10px #C898FF;
    border-radius: 20px;
    background: #FFF;
}

.contBox:hover {
    border: 1px solid #F398FF;
    box-shadow: 0px 0px 12px -2px #F398FF;
    cursor: pointer;
}

.contBox2:hover {
    border: 1px solid #F398FF;
    box-shadow: 0px 0px 12px -2px #F398FF;
    cursor: pointer;
}

.txtCont {
    display: inline-flex;
    padding: 30px;
    margin-bottom: 20px;
}

.DSinlineImg {
    flex: 0.3;
}

.DSinlineCont {
    flex: 0.7;
    padding: 0px 0px 0px 30px;
}

.bordR {
    padding-left: 60px;
    border-left: 1px solid #CEDEFF;
}

.Agvencha {
    position: relative;
    background-image: url(../../assets/media/image/Gradient_colour.png);
    background-position: center;
    background-size: cover;
}

.Provelup {
    position: relative;
    background-image: url(../../assets/media/webp/splashImage.webp);
    background-position: center;
    background-size: cover;
}

.QuickCard {
    position: relative;
}

.b2b::after {
    content:'Business to Business';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -15px;
    margin-right: -15px;
    border: 1px solid #F398FF;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 6px 12px;
    background: #4d22db;
    font-weight: 600;
    font-size: 0.8em;
    color: #FFF;
}

.b2c::after {
    content:'Business to Customer';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -15px;
    margin-right: -15px;
    border: 1px solid #F398FF;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 6px 12px;
    background: #ab4cfc;
    font-weight: 600;
    font-size: 0.8em;
    color: #FFF;
}

.Aglogo {
    padding: 40px;
}

.Provlogo {
    padding: 40px;
    text-align: right
}

.Aglogo img {
    max-width: 350px;
}

.Provlogo img {
    width: 100%;
    max-width: 250px;
}

.AgTab {
    padding: 20px 5% 0px 0px;
    height: 100%;
}

.AgTab img {
    height: 350px;
    float: right;
}

.provTab {
    position: relative;
    padding: 0px 40px;
}

.provTab img {
    width: 100%;
}

.contBox.Provelup {
    --bg-color: #211e57;
    background-color: var(--bg-color);
}

.contBox.Agvencha {
    --bg-color: #366590;
    background-color: var(--bg-color);
}

.contBox.QuickCard {
    --bg-color: #F75F60;
    background-color: var(--bg-color);
}

.Fmore {
    width: 130px;
    background: #FFF;
    padding: 6px 10px;
    border-radius: 5px;
    color: var(--bg-color)!important;
    font-weight: 600;
    margin-left: 0px;
    text-decoration: none!important;
}

#wel {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.siteMap {
    position: absolute;
    background: rgb(152,185,255);
    background: linear-gradient(270deg, rgba(152,185,255,1) 0%, rgba(200,152,255,1) 100%);
    margin: -25px 0px;
    z-index: -10;
    padding: 20px 40px 40px 40px;
    width: 100%;
}

.footerLogo {
    position: absolute;
    text-align: right;
    z-index: -10;
    right: 0;
    color: #FFF;
}

.footerLogo p {
    padding-right: 20px;
}

/*--- Forms ---*/
    
form input:focus, form textarea:focus, form select:focus {

border: 1px solid #C898FF !important;

box-shadow: 0 0 3px #C898FF !important;

-moz-box-shadow: 0 0 3px #C898FF !important;

-webkit-box-shadow: 0 0 3px #C898FF !important;

}

input:focus, textarea:focus, select:focus {

outline-offset: 0px !important;

outline: none !important;

}

/*--- modals ---*/

/*--- failure modals ---*/

#FContLbox {
    display: none;
    position: fixed;
    z-index: 3000;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 2500;
}

.FailCont {
    border: 1px solid #f83b22;
    background: #FFF;
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 0px 0px 45px -10px #f83b22;
}

/*--- success modals ---*/

#ContLbox {
    display: none;
    position: fixed;
    z-index: 3000;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 2500;
}

.SucCont {
    border: 1px solid #C898FF;
    background: #FFF;
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 0px 0px 45px -10px #C898FF;
}

/*--- mobile devices----*/

@media (max-width: 1200px) {
    .provTab {

    } 
    
    .provTab img {
        width: 125%;
    } 
}

@media (max-width: 992px) {
    
    body {
        background-image: url(../../assets/media/image/background_m.png);
    }
 
    .Hstyle {
        font-size: 25px; 
        font-weight: 600; 
    }

    .Hstyle2 {
        font-size: 35px; 
        font-weight: 600; 
    }

    .SubHStyle {
        font-size: 28px; 
        font-weight: 100; 
        max-width: 800px;
    }
    
    .collapseNavSpac {
        padding-left: 40px;
    }
    
    .nav-item {
        padding-left: 0px;
    }

    .WelText {
        font-size: 35px;
        padding-top: 30px;
        font-weight: 100;
    }
    
    .Hspacer {
        height: 45px;
    }
    
    .SucCont {
        width: 80%;
    }
    
    .FailCont {
        width: 80%;
    }
    
    .provTab img {
        position: absolute;
        width: 135%;
        margin-top: 1em;
        margin-left: -1em;
    } 
    
}

@media (max-width: 768px) {
    
    .sexion {
        padding: 50px 0px 50px 0px;
    }
    
    .bordR {
        padding-left: 15px;
        border-left: none;
    }
    
    .WelText {
        font-size: 35px;
    }
    
    #wel {
        padding: 0px 15px 30px 15px;
    }
    
    .Agvencha {
        background-image: url(../../assets/media/image/Gradient_colour_v.png);
        background-size: cover;
    }
    
    .Aglogo {
        padding: 25px;
    }
    
    .AgTab {
        padding: 0px;
        height: 100%;
        text-align: center;
    }
    
    .AgTab img {
        float:none;
        height: 250px;
    }
    
    .footerLogo {
        padding-right: 0px;
        width: 200px;
    }
    
    .footerLogo figure img {
        width: 150px;
        padding-right: 20px;
    }
    
    .SubHStyle {
        font-size: 20px;
        font-weight: 100;
        max-width: 800px;
    }
    
    .provTab img {
        position: relative;
        width: 100%;
        margin-top: -3em;
        margin-left: 0em;
        margin-bottom: 1em
    } 
    
}

.siteMap {
    font-size: 12px;
    font-weight: 100;
    margin: -25px 0px;
    padding: 20px 20px 20px 20px;
}

.footerLogo {
    position: absolute;
    text-align: right;
    z-index: -10;
}

.footerLogo img {
    width: 200px;
    padding-right: 20px;
}