﻿html {
    font-size: 15px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    letter-spacing: .5px;
    color: #DDE0E3 !important;
    background-color: #293849 !important;
}

h1 {
    color: white;
}

.hero{
    background-image: url('../img/video-bg-img.jpg' ) ;  
    background-size: cover;
}


h2,
.h2 {
    font-weight: 400;
}

h4,
.h4 {
    font-weight: 300;
}

.section-title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
}

.section-title::before {
    width: 5px;
    height: 1.6rem;
    margin-right: 12px;
    display: inline-block;
    top: 3px;
    position: relative;
}

.section-title.blue::before {
    content: '';
    background: #1F2C3B;
}

.section-title.alga::before {
    content: '';
    background: #268597;
}

.page-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 90px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0 10000px rgba(31, 43, 59, 0.9) inset;
}

.page-header h2 {
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 30px;
}

.page-header .btn {
    color: #fff;
}


.input-group input,
.input-group  textarea{
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 97% center;
    padding-left: 26px;
    color: #29394b;
    font-weight: inherit;   
}


input.form-control::placeholder, 
#hs_numemployees::placeholder {
    font-size: 1em; 
    color: #293849 ;
}


#hs_numemployees {
    font-size: 1em; 
    color: #293849 ;
}

.input-group  textarea{
    background-position: 97.5% 9.5%;
}



.error-message{
    color: #ff022f;
    font-size: .9em;
    margin-bottom: 15px;
    
}


@media (min-width: 768px) {
    .page-header {
        height: 700px;
    }

    .page-header.page-header__tp{
        height: 93vh;

    } 

    .page-header h2 {
        font-size: 2.4rem;
    }
}


@media (max-width: 780px) {
    input, texttarea, select {
        font-size: 1em;
    }

}

@media (max-width: 680px) {
    /*
    video{
         display: none; 
    }
    */

    .hero {
        background-image: url(../img/video-bg-img-mob.jpg); 
        background-position: center;
    }
    

}

@media (max-width: 680px){ 
    .hero video{
        height: 100% !important;
    }
}

.section-dark-blue {
    background-color: #1F2C3B;
}

.card {
    background: #293A4F;
    border-color: #293A4F;
    border-radius: 0;
}

.form-control {
    border-color: #fff;
    padding: 10px 15px;
    border-radius: 0;
}

.form-control.placeholder {
    font-size: 0.8rem;
    color: #ccc;
}

.form-control:-moz-placeholder {
    font-size: 0.8rem;
    color: #ccc;
}

.form-control::-moz-placeholder {
    font-size: 0.8rem;
    color: #ccc;
}

.form-control::-webkit-input-placeholder {
    font-size: 0.8rem;
    color: #ccc;
}

.btn {
    font-weight: 400;
    padding: 10px 20px;
}

.btn.btn-primary {
    background: #268597;
    border-color: #268597;
    border-radius: 0;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus {
    background: #1c616e;
    border-color: #1c616e;
}

#mainNav {
    padding: 25px 0 30px;
    transition: .3s;
}

#mainNav.nav--on {
    background: rgba(31, 44, 59, 0.97);
    padding: 20px 0;
}

#mainNav .container {
    position: relative;
}

#mainNav .navbar-toggler {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    margin-left: 15px;
    border-radius: 0;
    box-shadow: none;
}

#mainNav .navbar-toggler:focus,
#mainNav .navbar-toggler:active,
#mainNav .navbar-toggler:active:focus {
    box-shadow: none;
    outline: 0 none !important;
}

#mainNav .navbar-brand {
    background: url("../img/virket-logo-white.svg") no-repeat center/100%;
    font-size: 0;
    color: transparent;
    width: 110px;
    height: 30px;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

#mainNav .navbar-collapse {
    background: #1F2C3B;
    padding: 10px;
    top: 60px;
    left: 0;
    right: 0;
    position: absolute;
}

#mainNav .navbar-nav .nav-item {
    align-items: center;
    display: flex;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    padding: 10px 25px;
    letter-spacing: 1px;
    position: relative;
}

#mainNav .navbar-nav .nav-item .nav-link::before {
    content: '';
    background: #268597;
    width: 4px;
    height: 0;
    left: 15px;
    bottom: 12px;
    position: absolute;
    transition: .3s;
}

#mainNav .navbar-nav .nav-item .nav-link.active::before,
#mainNav .navbar-nav .nav-item .nav-link:hover::before,
#mainNav .navbar-nav .nav-item .nav-link:focus::before,
#mainNav .navbar-nav .nav-item .nav-link:active:focus::before {
    height: 17px;
}

#mainNav .navbar-nav .lang-select {
    position: relative;
}

#mainNav .navbar-nav .lang-select button {
    background: transparent;
    border: none;
    display: block !important;
}

#mainNav .navbar-nav .lang-select button:focus,
#mainNav .navbar-nav .lang-select button:active {
    box-shadow: none;
    outline: 0 none;
}

#mainNav .navbar-nav .lang-select>.nav-link {
    height: 32px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

#mainNav .navbar-nav .lang-select>.nav-link::before {
    display: none;
}

#mainNav .navbar-nav .lang-select .svg-icon {
    height: 100%;
    margin-right: 10px;
    display: inline-block;
}

#mainNav .navbar-nav .lang-select span {
    display: inline-block;
}

#mainNav .navbar-nav .lang-select .dropdown-menu {
    background: #1F2C3B;
    border-radius: 0;
    padding: 5px;
    margin-top: 8px;
    left: 0;
    position: absolute;
}

#mainNav .navbar-nav .lang-select .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1;
    padding: 10px;
    transition: .3s;
}

#mainNav .navbar-nav .lang-select .dropdown-menu .dropdown-item:hover,
#mainNav .navbar-nav .lang-select .dropdown-menu .dropdown-item:active,
#mainNav .navbar-nav .lang-select .dropdown-menu .dropdown-item:focus,
#mainNav .navbar-nav .lang-select .dropdown-menu .dropdown-item:focus:active {
    background: #31455c;
}

#mainNav.navbar--agency .navbar-brand.tkp {
    background: url("../img/virket-logo-white.svg") no-repeat center/100%;
    width: 126px ;
    height: 30px;
}

#mainNav.navbar--agency .navbar-brand {
    background: url("../img/logo-agency.svg") no-repeat center/100%;
    width: 210px;
    height: 40px;
}


#mainNav.navbar--agency .navbar-nav .nav-item .nav-link::before {
    background: #268597;
}

#mainNav.navbar--boxx .navbar-brand {
    background: url("../img/logo-boxx.svg") no-repeat center/100%;
    width: 210px;
    height: 40px;
}

#mainNav.navbar--boxx .navbar-nav .nav-item .nav-link::before {
    background: #0D6759;
}

#mainNav.navbar--local .navbar-brand {
    background: url("../img/logo-local.svg") no-repeat center/100%;
    width: 210px;
    height: 40px;
}

#mainNav.navbar--local .navbar-nav .nav-item .nav-link::before {
    background: #D94323;
}

@media (min-width: 768px) {
    #mainNav {
        padding-top: 50px;
    }

    #mainNav .navbar-brand {
        width: 126px;
    }
}

@media (min-width: 992px) {
    #mainNav .navbar-collapse {
        background: transparent;
        padding: 0;
        top: auto;
        left: auto;
        right: auto;
        position: relative;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 0.8rem;
    }
}

.hero {
    height: 80vh;
    min-height: 25rem;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hero video {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.hero .header-overlay {
    background-color: #1F2C3B;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero .headline {
    color: #fff;
}

.hero .headline h1 {
    font: normal 400 1.7rem/1.4 "Montserrat", sans-serif;
    margin: 0;
}

@media (min-width: 768px) {
    .hero {
        height: 700px;
        margin-bottom: 0;
    }

    .hero .headline h1 {
        font-size: 2.4rem;
    }
}

.bunits {
    background-color: #1F2C3B;
    position: relative;
    padding-bottom: 40px;
    z-index: 2;
}

.bunits .container {
    max-width: 100%;
}

.bunits [class^=col-] {
    margin-bottom: 30px;
}

.bunits-cards {
    background-color: #293A4F;
    padding: 30px 20px 20px 20px;
}

.bunits-text {
    padding-bottom: 20px;
    line-height: 1.5;
}

.bunits-logo {
    background-repeat: no-repeat;
    background-position: center;
    max-width: 320px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.bunits-logo-agency {
    background-image: url("../img/logo-agency.svg");
    background-size: 79%;
}

.bunits-logo-boxx {
    background-image: url("../img/logo-boxx.svg");
    background-size: 73%;
}

.bunits-logo-local {
    background-image: url("../img/logo-local.svg");
    background-size: 76%;
}

.bunits .btn.btn-outline {
    width: 80%;
}

@media (min-width: 768px) {
    .bunits [class^=col-] {
        margin-top: -100px;
    }
}

.btn.btn-outline {
    color: #DDE0E3 !important;
    background-color: transparent !important;
    border: solid 1.5px !important;
    font-size: .8rem !important;
    font-weight: 500 !important;
    padding: 12px !important;
    border-radius: 1000px !important;
}

.btn.btn-outline.btn-agency {
    border-color: #268597 !important;
}

.btn.btn-outline.btn-agency:hover {
    background-color: #268597 !important;
}

.btn.btn-outline.btn-boxx {
    border-color: #0D6759 !important;
}

.btn.btn-outline.btn-boxx:hover {
    background-color: #0D6759 !important;
}

.btn.btn-outline.btn-local {
    border-color: #D94323 !important;
}

.btn.btn-outline.btn-local:hover {
    background-color: #D94323 !important;
}

.stats {
    background-color: #293A4F;
    padding: 60px 0 50px;
}

.stats .fas {
    color: #33B3CC;
    font-size: 40px;
    line-break: 40px;
    margin-bottom: 20px;
}

.stats .num {
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 5px;
}

.stats .text {
    color: rgba(255, 255, 255, 0.7);
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: 1px;
}

#section-agency {
    background: #1F2C3B url("../img/texture.png") repeat center bottom;
    padding: 100px 0 80px;
}

#section-agency .logo {
    width: 340px;
    max-width: 100%;
    margin-bottom: 40px;
}

#section-agency .h4 {
    margin-bottom: 80px;
    position: relative;
}

#section-agency .h4::after {
    content: '';
    background: #268597;
    height: 5px;
    width: 140px;
    right: 0;
    bottom: -40px;
    position: absolute;
}

#section-agency .h5 {
    font-size: 1.7rem;
    font-weight: 400;
}

#section-agency ul li {
    /*background: url("../img/bullet-agency.svg") no-repeat center left/30px;
    padding: 20px 0 15px 45px;
    font-weight: 500;*/

    background-image: url(../img/bullet-agency.svg);
    padding: 20px 0 15px 45px;
    font-weight: 500;
    background-size: 25px 25px ;
    background-repeat: no-repeat;
    background-position: center left;
}

#section-boxx {
    background: #293A4F url("../img/texture.png") repeat center bottom;
    padding: 100px 0 80px;
}

#section-boxx .logo {
    width: 340px;
    max-width: 100%;
    margin-bottom: 40px;
}

#section-boxx .h4 {
    margin-bottom: 80px;
    position: relative;
}

#section-boxx .h4::after {
    content: '';
    background: #0D6759;
    height: 5px;
    width: 140px;
    right: 0;
    bottom: -40px;
    position: absolute;
}

#section-boxx .h5 {
    font-size: 1.7rem;
    font-weight: 400;
}

#section-boxx ul li {
    /* background: url("../img/bullet-boxx.svg") no-repeat center left/30px;
    padding: 20px 0 15px 45px;
    font-weight: 500; */

    background-image:  url("../img/bullet-boxx.svg") ;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 25px 25px;

    padding: 20px 0 15px 45px;
    font-weight: 500;

}

#section-local {
    background: #1F2C3B url("../img/texture.png") repeat center bottom;
    padding: 100px 0 80px;
}

#section-local .logo {
    width: 340px;
    max-width: 100%;
    margin-bottom: 40px;
}

#section-local .h4 {
    margin-bottom: 80px;
    position: relative;
}

#section-local .h4::after {
    content: '';
    background: #D94323;
    height: 5px;
    width: 140px;
    right: 0;
    bottom: -40px;
    position: absolute;
}

#section-local .h5 {
    font-size: 1.7rem;
    font-weight: 400;
}

#section-local ul li {
    /* background: url("../img/bullet-local.svg") no-repeat center left/30px; */ 

    background-image: url("../img/bullet-local.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 25px 25px;
    padding: 20px 0 15px 45px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .bunits [class^=col-] {
        margin-top: -100px;
        margin-bottom: 0;
    }

    .bunits [class^=col-]-logo {
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .bunits .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .bunits .container {
        max-width: 1140px !important;
    }
}

#headerAgency {
    background-image: url("../img/header-agency.jpg");
    box-shadow: 0 0 0 10000px rgba(41, 56, 73, 0.75) inset;
}

.counter-cards {
    padding: 60px 0 100px;
}

.counter-cards .card .counter {
    text-align: center;
    padding: 30px 0 0;
    position: relative;
}

.counter-cards .card .counter-inner {
    background: #1F2C3B;
    color: #fff;
    font-size: 36px;
    width: 92px;
    height: 92px;
    margin-left: -46px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 39px;
    position: absolute;
    border-radius: 1000px;
}

.section-dots {
    background: rgba(38, 45, 64, 0.96) url("../img/texture.png") repeat center;
    padding: 80px 0;
}

#timelineSection {
    background: url("../img/bg-section-local.jpg") no-repeat center/auto 100%;
}

#timelineSection .top {
    background: rgba(31, 44, 59, 0.95);
    padding: 80px 0 30px;
}

#timelineSection .section-title {
    margin-bottom: 20px;
    position: relative;
}

#timelineSection .section-title::after {
    content: '';
    background: #268597;
    height: 5px;
    width: 120px;
    margin-top: 15px;
    display: block;
}

.timeline {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
}

.timeline .col {
    position: relative;
    z-index: 2;
}

.timeline .col.active {
    color: #fff;
}

.timeline header {
    height: 86px;
}

.timeline .h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
}

.timeline .h4+span {
    font-size: 0.9rem;
    padding-bottom: 10px;
    display: block;
}

.timeline .icon {
    background: #1F2C3B;
    border: solid 3px #293A4F;
    color: #33B3CC;
    font-size: 30px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 1000px;
}

.timeline ul {
    font-size: 0.9rem;
    line-height: 2;
}

@media (min-width: 1200px) {
    .timeline [class^=col-] {
        position: relative;
        z-index: 2;
    }

    .timeline::after {
        content: '';
        background: #293A4F;
        width: calc(100% - 40px);
        height: 4px;
        left: 20px;
        top: 124px;
        position: absolute;
        border-radius: 100px;
        z-index: 1;
    }
}

#cardsRail {
    padding: 60px 0 80px;
}

#cardsRail .section-title {
    margin-bottom: 20px;
    position: relative;
}

#cardsRail .section-title::after {
    content: '';
    background: #268597;
    height: 5px;
    width: 120px;
    margin: 15px auto 35px;
    display: block;
}

#cardsRail .card {
    background: #305A6F;
    border: none;
    height: 300px;
}

#cardsRail .card ul {
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

#cardsRail .card ul li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
}

#cardsRail .card ul li::before {
    content: '•';
    margin-right: 8px;
    display: inline-block;
}

#cardsRail .card ul li:last-child {
    margin-bottom: 0;
}

#cardsRail .card .card-footer {
    border-top: solid 10px #1F2C3B;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

#cardsRail .card.active {
    background: #268597;
    border-color: #268597;
}

@media (min-width: 1200px) {
    #cardsRail .card {
        height: 100%;
    }
}

#headerBoxx {
    background-image: url("../img/header-boxx.jpg");
    box-shadow: 0 0 0 10000px rgba(41, 56, 73, 0.75) inset;
}

#featuredCards {
    padding: 60px 0;
}

#featuredCards [class^=col-] {
    padding-top: 40px;
}

#featuredCards .card {
    height: 300px;
    margin-bottom: 40px;
}

#featuredCards .card .icon {
    background: #1F2C3B;
    color: #fff;
    border: solid 4px #318876;
    font-size: 40px;
    width: 90px;
    height: 90px;
    margin: -40px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
}

#featuredCards .card .card-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
}

#featuredCards .card .card-text {
    line-height: 1.4;
}

@media (min-width: 1200px) {
    #featuredCards .card {
        height: 100%;
        margin-bottom: 0;
    }
}

#boxxContent {
    background: url("../img/texture.png") repeat center, url("../img/bg-section-local.jpg") no-repeat center top/cover;
    padding: 120px 0;
    position: relative;
}

#boxxContent::after {
    content: '';
    background: url("../img/texture.png") repeat center, rgba(34, 42, 59, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

#boxxContent>div {
    z-index: 2;
    position: relative;
}

#boxxContent .section-title {
    padding-bottom: 80px;
}

#boxxContent .card {
    height: 100%;
    padding: 50px 0;
    box-shadow: 0 8px 0 0 #318876;
}

#boxxContent .card .h4 {
    text-align: center;
    padding: 0 15% 40px;
}

#threeIcons {
    background: #263048;
    padding: 60px 0 40px;
}

#threeIcons .far {
    color: #318876;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
}

#threeIcons .h3 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
}

#bottomCards {
    padding-bottom: 100px;
}

#bottomCards .section-title {
    font-size: 1.5rem;
}

#bottomCards .card {
    background: #263048;
    border: none;
}

#bottomCards .card .card-head {
    background: #2D394E;
    padding: 20px 0 10px;
}

#bottomCards .card .card-head .h4 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
}

#bottomCards .card .card-head .h5 {
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}

#bottomCards .card .list-group {
    color: #fff;
    text-align: initial;
    padding: 30px 0;
}

#bottomCards .card .list-group .list-group-item {
    background: transparent;
    border: none;
    padding: 12px 50px;
    display: flex;
    align-items: center;
    border-radius: 0;
}

#bottomCards .card .list-group .list-group-item i {
    color: #318876;
    font-size: 20px;
    text-align: center;
    width: 20px;
    margin-right: 15px;
    display: inline-block;
}

#bottomCards .card .list-group .list-group-item span {
    display: inline-block;
}

#headerLocal {
    background-image: url("../img/header-local.jpg");
    box-shadow: 0 0 0 10000px rgba(41, 56, 73, 0.75) inset;
}

#sectionTop {
    padding: 80px 0 60px;
}

#sectionTop .section-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    position: relative;
}

#sectionTop .section-title::after {
    content: '';
    background: #D94323;
    height: 6px;
    width: 200px;
    margin: 30px auto 60px;
    display: block;
}

#sectionTop .card {
    height: 100%;
}

#sectionTop .card img {
    width: 70%;
    margin: 0 auto;
}

#sectionTop .card .card-body {
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    padding: 0 40px 50px;
}

#localContent {
    background: url("../img/texture.png") repeat center, url("../img/bg-section-local.jpg") no-repeat center top/cover;
    padding: 100px 0;
    position: relative;
}

#localContent::after {
    content: '';
    background: url("../img/texture.png") repeat center, rgba(34, 42, 59, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

#localContent>div {
    z-index: 2;
    position: relative;
}

#localContent .section-title {
    padding-bottom: 80px;
}

#localContent .card {
    height: 400px;
    margin-bottom: 30px;
    display: block;
}

#localContent .card i {
    color: #D94323;
    font-size: 26px;
    line-height: 1;
}

#localContent .card .card-title {
    font-weight: 500;
    font-size: 1.2rem;
    height: 52px;
    margin: 0;
}

#localContent .card .card-body {
    font-size: 0.9rem;
    line-height: 1.3;
}

#graphicTable {
    background: #1f2b3b;
    padding: 80px 0 60px;
}

#clients {
    background: #ffffff;
    color: #1F2C3B;
    padding: 70px 0;
}

#clients img {
    max-width: 100%;
    width: auto;
    max-height: 104px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

#clients .owl-item {
    padding: 0 4px;
}

#about {
    background: url("../img/bg-about.jpg") no-repeat center/cover;
    padding: 50px 0;
    box-shadow: 0 0 0 10000px rgba(31, 43, 59, 0.9) inset;
}

#awards {
    background: #ffffff;
    color: #1F2C3B;
    padding: 70px 0 50px;
}

#awards img {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
}

#contact {
    background: url("../img/bg-contact.jpg") no-repeat center/cover;
    padding: 80px 0;
    box-shadow: 0 0 0 10000px rgba(34, 49, 71, 0.93) inset;
}

#contact .h4 {
    font-size: 1.1rem;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}

#contact .h4 i {
    font-size: 1.2rem;
    margin-right: 5px;
    display: inline-block;
    left: 0;
    position: absolute;
}

#contact .address-info {
    font-size: 0.9rem;
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 50px;
}

#contact a {
    color: #fff;
}

#map {
    background: #ccc;
    height: 500px;
    width: 100% ;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

/* Páginas genéricas (sin hero propio): offset para el navbar fijo */
.generic-page {
    padding-top: 90px;
    padding-bottom: 60px;
    min-height: 60vh;
    background: #1F2C3B;
    color: #ffffff;
}

/* Tipografía base para páginas genéricas */
.generic-page h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #33B3CC;
    color: #ffffff;
}

.generic-page h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #33B3CC;
}

.generic-page p,
.generic-page li {
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.75rem;
}

.generic-page ul,
.generic-page ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.generic-page a {
    color: #33B3CC;
    text-decoration: none;
}

.generic-page a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.generic-page hr {
    border-color: rgba(255,255,255,0.15);
    margin: 2rem 0;
}

/* Tabla resumen del aviso de privacidad */
.generic-page table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.generic-page table th,
.generic-page table td {
    border: 1px solid rgba(255,255,255,0.15);
    padding: 0.85rem 1rem;
    vertical-align: top;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
}

.generic-page table th {
    background: rgba(0,0,0,0.25);
    color: #33B3CC;
    font-weight: 700;
    width: 28%;
    white-space: normal;
}

.generic-page table tr:nth-child(even) td {
    background: rgba(0,0,0,0.15);
}

.generic-page table p {
    margin-bottom: 0.4rem;
}

.generic-page table ul {
    margin: 0.4rem 0 0;
    padding-left: 1.25rem;
}

#main-footer {
    background: #1F2C3B;
    padding: 20px 0;
}

/* Logo + link de privacidad en línea */
.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#main-footer .brand {
    width: 100px;
    flex-shrink: 0;
}

.footer-privacy-link,
.footer-privacy-link a,
.footer-privacy-link a:visited,
#main-footer .privacy-policy-link,
#main-footer .privacy-policy-link:visited {
    color: #ffffff !important;
    font-size: 0.85rem;
    opacity: 0.8;
    text-decoration: none !important;
}

.footer-privacy-link a:hover,
.footer-privacy-link a:focus,
#main-footer .privacy-policy-link:hover,
#main-footer .privacy-policy-link:focus {
    color: #ffffff !important;
    opacity: 1;
    text-decoration: underline !important;
}

#main-footer .copy {
    font-size: 0.9rem;
    color: #999;
}

.form-control{
    border: none !important; 
}


#hs_numemployees{
    padding: 5px ; 
    padding-left: 26px; 
}
@media (min-width: 992px) {
    #contact form {
        padding-right: 50px ;
    }
}

.banner-singularity {
    padding: 100px;
    background-image: url("../img/bg-sumit.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .banner-singularity img {
    width: 80%;
  }
  
  @media screen and (max-width: 960px) {
    /* line 269, C:/Work/Virket/Web/virket-home/scss/styles.scss */
    .banner-singularity img {
      width: 100%;
    }
  }
  
  .btn-singularity {
    color: #DDE0E3 !important;
    background-color: transparent !important;
    border-radius: 1.25rem !important;
    border: solid 1.2px !important;
    font-size: .75rem !important;
    font-weight: 500 !important;
    padding: 1vh 5vw 1vh 5vw !important;
    border-color: #E40D8E !important;
  }
  
  .btn-singularity:hover {
    background-color: #E40D8E !important;
  }


  .owl-nav{
      display:  none ;
  }

/*# sourceMappingURL=styles.css.map */