/* Quicksand */
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('../fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gil Sans */
@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Light.woff2') format('woff2'),
        url('../fonts/GillSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-LightItalic.woff2') format('woff2'),
        url('../fonts/GillSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans.woff2') format('woff2'),
        url('../fonts/GillSans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Italic.woff2') format('woff2'),
        url('../fonts/GillSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Medium.woff2') format('woff2'),
        url('../fonts/GillSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/GillSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Bold.woff2') format('woff2'),
        url('../fonts/GillSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/GillSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Heavy.woff2') format('woff2'),
        url('../fonts/GillSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-HeavyItalic.woff2') format('woff2'),
        url('../fonts/GillSans-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Condensed';
    src: url('../fonts/GillSans-CondensedRegular.woff2') format('woff2'),
        url('../fonts/GillSans-CondensedRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Condensed';
    src: url('../fonts/GillSans-CondensedBold.woff2') format('woff2'),
        url('../fonts/GillSans-CondensedBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --container-max-width: 1440px;
    --container-padding: 2rem;
    --root-announcement-position: relative;
    --root-header-position: sticky;
    --root-header-color: var(--color-black);
    --root-navbar-toggler-color: var(--color-black);

    /* COLORS */
    --color-primary: #006FB0;
    --color-secondary: #545B61;
    --color-success: #3084B6;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-light: #F3F3F3;

    /* Backgrounds */
    /* --grad1: linear-gradient(45deg, #F0F0F0 15.96%, #FFF 84.04%); */
    /* --grad2: linear-gradient(320deg, #F0F0F0 8.13%, #FFF 54.72%); */
    /* --grad2: linear-gradient(90deg, #FFF 9.8%, #f0f0f0 77.7%); */

    /* Breakpoints */
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
}
@media screen and (max-width: 575px) {
    :root{
        --container-padding: 0.85rem;
    }
}
@media screen and (min-width: 576px) {
    :root{
        --container-padding: 1.25rem;
    }
}
@media screen and (min-width: 992px) {
    :root{
        --container-padding: 2rem;
    }
}
@view-transition {
  navigation: auto;
}
html,
body {
    font-family: "Gill Sans";
    font-weight: 400;
    font-size: 16px;
    color: var(--color-secondary);
    font-optical-sizing: auto;
    font-style: normal;
    -moz-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0px !important; /* Fixes a bug when a Bootstrap modal opens */
    scroll-behavior: smooth;
    --root-header-position: static;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    transition: top 0.15s ease;
    padding-top: 24px;
    padding-bottom: 15px;
    z-index: 10;
    transition: all 0.3s;
}
@media screen and (max-width: 1199px){
    header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
header:hover, header.scroll:hover {
    background: var(--color-white);
}
header.scroll {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}
header .navbar-brand .logo-primary {
    height: 121px;
    object-fit: cover;
    object-position: top;
    transition: all 0.15s ease;
    overflow: visible;
}
/* @media screen and (max-width: 991px){
    header .navbar-brand .logo-primary {
        width: 150px;
    }
} */
header .navbar-nav {
    padding-left: 40px;
    padding-bottom: 32px;
    gap: 2.25rem;
}
@media screen and (max-width: 991px){
    header .navbar-nav {
        padding-top: 20px;
        padding-left: 10px;
        padding-bottom: 20px;
        gap: 0;
    }
}
header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
header .navbar-nav .nav-item a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2.4px;
    color: var(--color-secondary);
    transition: color 0.15s ease;
}
header .navbar-nav .nav-item a:hover {
    color: var(--color-primary);
}
/* custom class */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand";
    font-weight: 300;
    color: var(--color-secondary);
    text-transform: uppercase;
}
.ls-1{
    letter-spacing: 5.75px;
}
.btn-link{
    font-size: 0.875rem;
    letter-spacing: 2.52px;
    padding: 14px 18px;
}
.btn-outline-primary{
    font-size: 0.875rem;
    letter-spacing: 2.52px;
    padding: 14px 18px;
    --bs-btn-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: var(--color-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: var(--color-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-primary);
    --bs-gradient: none;
}

.btn-outline-secondary{
    font-size: 0.875rem;
    letter-spacing: 2.52px;
    padding: 14px 18px;
    --bs-btn-color: var(--color-secondary);
    --bs-btn-border-color: var(--color-secondary);
    --bs-btn-hover-color: var(--color-white);
    --bs-btn-hover-bg: var(--color-secondary);
    --bs-btn-hover-border-color: var(--color-secondary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-secondary);
    --bs-btn-active-border-color: var(--color-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-secondary);
    --bs-gradient: none;
}

.btn-outline-light{
    font-size: 0.875rem;
    letter-spacing: 2.52px;
    padding: 14px 18px;
    --bs-btn-color: var(--color-white);
    --bs-btn-border-color: var(--color-white);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.3);
    --bs-btn-hover-border-color: var(--color-white);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-white);
    --bs-btn-active-border-color: var(--color-white);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-white);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-white);
    --bs-gradient: none;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-success {
    color: var(--color-success) !important;
}

.bg-secondary{
    background-color: #BCC1C6 !important;
}

/* Industry Cards */

.industry-card{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.industry-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Dark overlay */
.industry-card__overlay{
    position:absolute;
    inset:0;
    background:rgba(5, 40, 70, .45);
    transition:.4s ease;
}

/* Icon */
.industry-card .industry-card__content .industry-card__icon{
    position: absolute;
    left: 30px;
    top: -60px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    padding: 14px;
    transition: all .4s ease;
}

.industry-card .industry-card__content .industry-card__icon .lucide{
    stroke: var(--color-white);
    width: 30px;
    height: 30px;
}

.industry-card .industry-card__content .industry-card__icon img{
    width: 40px;
    height: auto;
}

.industry-card .industry-card__content{
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    background: transparent;
    padding: 24px 30px;
    transition: all .4s ease;
    z-index: 1;
}

.industry-card .industry-card__content .industry-card__title{
    margin-bottom: 20px;
    letter-spacing: 4.34px;
    line-height: 28.8px;
    color: var(--color-white);
}

.industry-card .industry-card__content p{
    margin: 0;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4; 
    -webkit-box-orient: vertical;
    color: transparent;
}

/* Hover */
.industry-card:hover .industry-card__icon{
    top: -80px;
}
.industry-card:hover .industry-card__title{
    color: var(--color-primary);
}
.industry-card:hover .industry-card__content{
    background: var(--color-white);
    bottom: 0;
}
.industry-card:hover .industry-card__content p{
    color: var(--color-secondary);
}
.industry-card:hover .industry-card__overlay{
    background: rgba(5, 40, 70, .25);
}

.section-cover{
    position: relative;
    padding-top: 250px;
    padding-bottom: 60px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .section-cover{
        padding-top: 150px;
        padding-bottom: 60px;
    }
}
.section-cover::before {
    content: "";
    display: block;
    position: absolute;
    top: 180px;
    left: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    width: 19vw;
    height: calc(100% - 60px);
    z-index: 1;
    opacity: 0.4;
    background: linear-gradient(120deg, #fafdff 0%, #fdfdfdb5 70%, #fdfdfda6 100%);
    clip-path: polygon(
    0 0,
    100% 22%,
    100% 100%,
    0 100%
  );
}
.section-cover .container-fluid{
    position: relative;
    z-index: 1;
}
.section-cover .section-cover-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-cover .section-cover-bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F4F4;
    background: linear-gradient(119deg,rgba(244, 244, 244, 1) 0%, rgba(250, 253, 255, 0.63) 45%, rgba(250, 253, 255, 0.64) 100%);
}
.section-cover .section-cover-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.6;
}
.section-cover .heading-content .text {
    margin-bottom: 30px;
}

.section-cover .heading-content .btn.btn-link {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .section-cover .heading-content .btn.btn-link {
        margin-top: 30px;
    }
}