@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;&display=swap');
@import url("https://use.typekit.net/tfc7obv.css");

:root{
    /* --primary : #1B3275; */
    --primary: #069244;
    /* --secondary : #D90B71; */
    --secondary: #0f5647;
    /* --tertiary : #FF5FAE; */
    --tertiary: #ffd55a;
    --primary-light : #E2E9FF;
    --primary-dark : #8AAEE5;
    --secondary-light : #FFE731;
    --secondary-dark : #BCF0FF;
    --tertiary-light : #00C2F3;
    --tertiary-dark : #49648E;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #F8F8F8;
}

body, p, .p-description {
    font-family: 'Poppins';
}

h1, h2, h3, h4, h5, h6, a, button, span{
    font-family: "degular", sans-serif!important;
}

h1{
    font-size: 28px!important;
    color: #fff;
    font-weight: 600;
    line-height: 35px!important;
}

h2 {
    font-weight: 600;
    font-size: 25px!important;
    line-height: 30px!important;
}

h3 {
    font-weight: 600;
    font-size: 22px!important;
    line-height: 25px!important;
    color: #2E2E2E;
}

h4 {
    /* font-weight: 600!important; */
    font-size: 20px;
    line-height: 1.3;
}

h5 {
    font-weight: 600;
    font-size: 19px!important;
}

h6 {
    font-weight: 600;
    font-size: 18px!important;
}

.fs-12 {
    font-size: 12px!important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-50 {
    font-size: 50px!important;
    line-height: 67px !important;
}

.text-poppins {
    font-family: "Poppins"!important;
}

/* Line height */

.lh-18 {
    line-height: 18px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.gap-10 {
    gap: 10px;
}

.sharer-container {
    justify-content: end;
}

/* Font Weight */
.fw-600 {
    font-weight: 600;
}

/* Font Family & Weight */
.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}


.text-decoration-none {
    text-decoration: none !important;
}

/* Line heights */

.lh-27 {
    line-height: 27px !important;
}

p, ul, li {
    font-size: 16px !important;
    /* line-height: 28px!important; */
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #2E2E2E;
}

a, button {
    font-weight: 500!important;
    cursor: pointer!important;
}

.bg-primary {
    background-color: var(--primary)!important;
}

.bg-secondary {
    background-color: var(--secondary)!important;
}

.text-primary, a:hover {
    color: var(--primary)!important;
}

a:hover {
    text-underline-offset: 5px;
    font-weight: 600!important;
}

.text-secondary {
    color: var(--secondary)!important;
}

.text-tertiary {
    color: var(--tertiary)!important;
}

.text-primary-light {
    color: var(--primary-light)!important;
}

.text-primary-dark {
    color: var(--primary-dark)!important;
}

.text-secondary-light {
    color: var(--secondary-light)!important;
}

.text-secondary-dark {
    color: var(--secondary-dark)!important;
}

.text-tertiary-light {
    color: var(--tertiary-light)!important;
}

.text-tertiary-dark {
    color: var(--tertiary-dark)!important;
}

.container {
    max-width: 1400px!important;
}

button {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

button:focus {
    outline: none;
}

.border-white {
    border: 1px solid #fff;
}

.border-r-5 {
    border-radius: 5px!important;
}

.no-border {
    border: none!important;
}

.cont {
    display: flex;
}

main {
    margin-top: -1px;
}

/* .main {
    flex: 1;
    padding-right: 0;
} */

#advertisement-side {
    /* margin-left: 10px;
    border-left: 1px solid #e5e5e5;
    padding: 10px 0 10px 10px;
    flex: 0 0 210px; */
    padding-top: 15px;
}

#advertisement-side .ads {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.ads img {
    margin-bottom: 5px;
    object-fit: contain;
    width: 100%;
    max-width: 270px !important;
}

/* HEADER */

.header-container {
    position: sticky;
    top: 0;
    width: 100%;
}

.announcement-bar {
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.announcement-bottom {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto !important;
    z-index: 999;
}

.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.demo-timer {
    display: block;
    place-items: center;
}

.cta-timer {
    box-shadow: 0 20px 20px 8px #000000;
    padding: 6px 15px;
}

#countdown-type {
    font-size: 14px !important;
}

.cta-timer span, .cta-timer p{
    font-family: 'Poppins'!important;
    font-size: 16px!important;
    font-weight: 500!important;
}

/* .cta-timer p.demo-timer span#demo .bold-cta span {
    text-transform: uppercase;
} */

#demo {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

#demo span {
    font-weight: 700 !important;
}

span#demo div {
    display: flex;
    gap: 5px;
    margin-bottom: 0;
}

p.cta-text {
    line-height: 1!important;
}

#header .menu-links {
    justify-content: left;
    display: flex;
    position: unset;
}

.navbar {
    display: flex;
    position: unset;
    color: #fff!important;
    place-self: center;
    justify-content: unset;
    gap: 10px;
    padding-left: 0;
    padding-right: 0;
    /* margin-left: 35px; */
}

.navbar a, .dropbtn {
    padding: 14px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight:500 !important;
    line-height: 23px !important;
}

.dropdown {
    position: unset;
    display: inline-block;
}

.dropbtn {
    color: #fff!important;
    border: none;
    cursor: pointer;
    background: none;
}

.dropdown-content {
    background: #F8FAFF;
    display: none;
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 0 22px 0 rgb(0 0 0 / 8%);
    z-index: 1;
    padding: 20px 0;
}
.show {
    display: block;
}

.dropdown-content .header {
    padding: 10px;
    text-align: center;
}

/* .dropdown-content .row {
    display: flex;
    justify-content: space-between;
} */

.inner-column {
    gap: 55px;
    align-items: baseline;
    display: flex;
}

.dropdown-content .column {
    width: 100%;
    padding: 0;
}

.column-1 {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.column-1 a{
    font-size: 18px!important;
}

.first-menu-1 .col-sm-3 {
    border-left: 1px solid #c4c4c4;
}

.first-menu-1 img {
    width: 100%;
    max-width: 360px;
    height: 85px;
    object-fit: cover;
    margin-bottom: 15px;
}

.first-menu-1 p {
    font-size: 14px !important;
}

.dropdown-content a {
    margin-bottom: 0;
    padding: 15px 0 0 0;
    text-align: left;
    color: #2e2e2e;
}

#header .dropdown-content a:hover {
    font-weight: 600!important;
    text-decoration: underline!important;
}

.dropdown-content .column h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.dropdown-content .column a {
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

#dropdown-icon {
    font-size: 13px;
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.second-menu h4, .second-menu h3, .second-menu p, .second-menu a {
    font-weight: 600!important;
}

.second-menu .col-sm-4:first-child {
    padding: 0 40px 0 15px;
    /* border-right: 1px solid #000; */
}

.second-menu .col-sm-4 {
    padding: 0 30px;
}

.dropdown-content .second-menu h3 {
    font-size: 23px !important;
    margin-bottom: 20px;
}

.second-menu img {
    border-radius: 5px;
    height: 130px;
    max-width: 130px;
    object-fit: cover;
}

.second-card {
    align-items: end;
    gap: 15px;
    display: flex;
    justify-content: space-between;
}

.third-card {
    padding-top: 20px;
    display: flex;
    gap: 70px;
}

.third-card p a {
    font-weight: 600!important;
}

.cont.row .main {
    /* border-right: 1px solid rgba(112, 112, 112, 0.32); */
    border-right: 1px solid #EFEFEF;
}

#header {
    padding: 5px;
    position: relative;
    align-content: center;
    min-height: 108px;
    /* width: 100%;
    position: fixed;
    box-shadow: 0px 3px 5px 1px #00000096; */
    transition: height 1.5s ease-in-out, min-height 1.5s ease-in-out;
}

#header.shrink {
    min-height: auto;
}

#header.shrink .header-logo img {
    max-width: 155px;
    min-height: 60px;
    transition: all 0.3s ease-in-out;
}

#sticky-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 20px 20px -27px #000000;
}

/* .header-logo {
    width: 120px;
} */

.header-logo img {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    border-radius: 5px;
    max-height: 120px;
}

#header a:hover {
    text-decoration: none;
    text-underline-offset: 5px;
    color: #ffffff !important;
}

/* #header a, #header p {
    font-size: 14px!important;
} */

#header h4 a {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 600!important;
}

.header-btn img {
    max-width: 23px;
    height: 23px;
    object-fit: contain;
}

.header-btn .border-r-5 {
    border: 1px solid #fff;
}

.header-btn {
    display: flex;
    justify-content: end;
    gap: 5px;
    width: 100%;
    max-width: 320px;
}

.header-btn a:hover {
    font-weight: 500 !important;
}

.header-btn button {
    padding: 7px 20px;
    font-size: 16px;
}

.header-btn button:last-child {
    padding: 0 20px 4px 20px;
}

.dropdown-content .first-menu-1 h3 {
    font-size: 26px !important;
}

.mainmenu {
    margin: 0;
    gap: 30px;
    font-size: 14px;
    padding: 0;
    display: flex;
    list-style: none;
}

.menu-container {
    position: relative;
}

.hamburger-menu {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}

.mainmenu {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

.hero-section {
    height: 500px;
    /* background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(https://businessriver.s3.eu-west-1.amazonaws.com/site_contents/CMS-7906-1711111643-ICIA.jpg) !important; */
    background: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
}

.description {
    padding: 50px 0 30px 0;
}

.description .col{
    padding: 0;
}

.description a {
    font-family: 'Poppins'!important;
    font-weight: 400!important;
}

.description p {
    text-align: left !important;
}

.p-description {
    max-width: 1400px;
    width: 100%;
    margin-bottom: 20px !important;
}

.menu-gap {
    gap: 40px;
}

@media screen and (max-width: 1250px) {
    .navbar .dropdown button, .navbar a {
        font-size: 14px !important;
    }

    #header button {
        padding: 5px 10px;
        font-size: 14px !important;
    }

    .header-btn img {
        max-width: 20px;
        height: 20px;
    }
}


@media screen and (max-width: 1298px){
    .dropbtn, #header a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1255px){
    .dropbtn, #header a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1105px){
    h1 {
        font-size: 28px!important;
        margin-bottom: 15px!important;
    }

    h2 {
        font-size: 25px!important;
        margin-bottom: 15px!important;
    }

    h3 {
        font-size: 20px!important;
        margin-bottom: 15px!important;
    }

    h4 {
        font-size: 18px!important;
        margin-bottom: 15px!important;
    }

    h5 {
        font-size: 14px!important;
        margin-bottom: 15px!important;
    }

    p, a, span, button, ul, li {
        font-size: 14px!important;
    }

    .cont {
        display: block!important;
        margin-bottom: 20px!important;
    }

    #advertisement-side {
        margin: 0;
        border-left: none;
        padding: 15px;
    }

    #advertisement-side .ads {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        place-items: center;
    }

    #header .menu-logo,
    #header .menu-links,
    #header .col-lg-2 {
        flex: 1;
    }

    #header {
        position: relative;
    }

    #header .menu-logo {
        flex-basis: 60%;
        max-width: 60%;
        order: 1;
        padding: 0;
    }

    #header .menu-links {
        flex: 0 0 10%;
        order: 3;
        padding: 0 20px 0 20px;
        text-align: right;
        display: block;
    }

    #header .menu-btn {
        flex-basis: 30%;
        max-width: 30%;
        order: 2;
        padding: 0;
    }

    #header .first-menu-1 h4 a {
        font-size: 18px !important;
        padding: 0;
    }

    /* #header button:first-child {
        max-width: 30%;
    } */

    /* #header button:last-child {
        max-width: 80%;
    } */

    .header-btn {
        display: block;
        max-width: 100%;
        width: 100%;
        justify-content: flex-end;
    }

    #header .row {
        flex-direction: row;
    }

    .navbar.responsive {
        box-shadow: 0px -5px 18px -3px rgba(0, 0, 0, 0.2);
        background: #F8FAFF;
        color: #2e2e2e!important;
        z-index: 9999;
        width: 100%;
        /* top: 104px; */
        top: 132px;
        right: 0;
        left: 0;
        padding: 20px;
        position: absolute;
        display: block;
        margin: 0;
    }

    .navbar {
        padding: 0;
        gap: 0;
    }

    #header .navbar a:hover {
        text-underline-offset: 5px;
        color: #000 !important;
    }

    #header .navbar button {
        padding: 0;
        max-width: 100%;
    }

    .dropdown {
        display: block;
    }

    .navbar.responsive button {
        color: #2e2e2e!important;
    }

    .navbar a, .dropdown .dropbtn {
        display: none;
    }

    .navbar .hamburger, .hamburger {
        display: block!important;
        color: #fff!important;
        cursor: pointer;
        /* position: absolute;
        top: -60px;
        right: 20px; */
    }

    .navbar.responsive .dropdown .dropbtn, .navbar.responsive a {
        display: block;
        text-align: left;
        /* width: 100%; */
    }

    .responsive a, .responsive button {
        padding: 0 0 15px 0;
    }

    .dropdown-content {
        position: static;
    }

    .dropdown-content a {
        padding: 16px;
        text-align: left;
    }

    .dropdown a {
        padding: 0;
    }

    .first-menu {
        display: block !important;
    }

    .first-menu-1 .col-sm-3 {
        text-align: left;
    }

    .dropdown-content .column {
        width: 100%;
        padding: 0;
    }

    .second-card {
        align-items: self-start;
        gap: 10px;
    }

    .first-menu,
    .second-menu,
    .third-menu,
    .fourth-menu {
        text-align: left;
    }

    .first-menu a,
    .second-menu a,
    .third-menu a,
    .fourth-menu a  {
        padding: 0;
    }

    .second-menu .col-sm-4{
        padding: 0 15px;
    }


    .column-1 {
        margin-top: 0;
    }

    .third-card {
        padding-top: 0;
    }

    .dropdown-content {
        padding: 15px 0;
    }

    .second-menu p {
        margin: 0;
    }

    .dropdown-content .first-menu-1 h3 {
        margin-bottom: 0!important;
    }


    #header .dropdown .dropdown-content h3 {
        font-size: 20px !important;
    }

    .third-menu p,
    .fourth-menu p {
        margin-bottom: 0;
    }

    #footer {
        padding: 20px 0 0 0!important;
    }

    .social-btn {
        margin: 0!important;
    }

    #footer h4 {
        margin-bottom: 15px;
    }

    #event-ads img {
        width: 100%!important;
    }

    #event-ads {
        padding: 15px;
    }

    #event-ads .col-lg-12{
        padding: 0;
    }
}

@media screen and (max-width: 1009px) {
    #header .menu-links {
        max-width: 10%;
    }

    .navbar {
        gap:0;
    }
}

@media screen and (max-width: 992px) {
    #header button {
        padding: 5px 20px;
    }
}

@media screen and (max-width: 980px) {
    .cta-timer span,
    .cta-timer p{
        font-size: 14px !important;
        margin-bottom: 20px;
    }

    #demo {
        justify-content: center;
        margin-bottom: 0;
    }

    #demo div span {
        margin-bottom: 0;
    }

    .fs-30 {
        font-size: 30px !important;
        line-height: 33px !important;
    }

    #sticky-header {
        position: unset;
    }

    .inner-column {
        text-align: left;
        display: block;
    }

    .column-1 {
        display: block;
        padding-top: 20px;
    }

    .navbar {
        margin-left: 0;
    }

    .first-menu-1 .col-sm-3 {
        text-align: left;
        border-top: 1px solid #c4c4c4;
        border-left: none;
        padding-top: 20px;
    }

    .inner-column a,
    .column-1 a {
        padding: 0!important;
    }

    .first-menu,
    .first-menu-1 .col-sm-3{
        max-width: 100%;
    }

    .first-menu-1 img {
        max-width: 100%;
    }

    .first-menu-1 {
        display: block;
    }

    .second-menu {
        display: block;
    }

    .second-menu .col-sm-4:first-child {
        padding: 0 40px 0 15px;
        border-bottom: none;
        border-right: none;
    }

    .second-menu .col-sm-4 {
        max-width: 100%;
        text-align: left;
    }

    .second-card {
        justify-content: normal;
    }

    .second-menu .col-sm-4:first-child .second-card {
        display: block;
        padding: 0;
    }

    .second-menu .col-sm-4 {
        padding: 10px 15px 0 15px;
    }

    .third-card {
        display: block;
    }

    #header .menu-logo {
        flex-basis: 90%;
        max-width: 90%;
        order: 1;
    }

    #header .menu-links {
        display: flex;
        flex: 0 0 10%;
        order: 2;
        justify-content: flex-end;
        padding: 0;
    }

    #header .menu-btn {
        flex-basis: 100%;
        max-width: 100%;
        order: 3;
    }

    .header-btn {
        padding: 10px 0 0 0;
        gap: 20px;
        display: flex;
    }

    .header-btn button {
        width: 100%;
    }

    /* .navbar.responsive {
        top: 170px;
    } */

    #header {
        padding: 15px 15px;
    }

    .hero-section {
        height: 350px;
        padding: 30px 20px;
    }

    .description {
        padding: 30px 20px;
    }

    .menu-gap {
        display: block;
    }

    #testimonials .row, #green-testimonials .row {
        display: block;
    }
    
    #testimonials button {
        width: 100%;
    }

    section#testimonials {
        padding: 30px 15px!important;
        margin-bottom: 0 !important;
    }

    .col.sliders {
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    .header-logo img {
        max-width: 230px!important;
        min-height: 60px!important;
    }

    #header.shrink {
        min-height: unset!important;
    }
}

.hamburger {
    font-size: 24px;
    cursor: pointer;
    display: none;
}

/* FOOTER */

#footer {
    padding: 30px 0 10px 0;
    background-color: #f5f5f5;
}

.footer-menu {
    padding: 0;
    list-style: none;
}

#footer h3 {
    margin-bottom: 15px;
    font-weight: 700;
}

.social-btn {
    margin: 20px 0 0 0;
}

.social-btn img {
    margin-right: 12px;
    max-width: 30px!important;
}

.first-col img {
    max-width: 170px;
    margin-bottom: 10px;
}

.first-col h3 {
    margin: 0;
}

#footer h5 {
    margin-bottom: 20px;
}

.footer-menu li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-menu li a{
    font-family: 'Poppins'!important;
    font-size: 16px;
    font-weight: 400 !important;
}

/* ADVERTISEMENT */

#event-ads {
    padding: 15px;
}




/* AWARD HEADER */
/* AWARD HEADER */
/* AWARD HEADER */
.award-header .header-btn {
    gap: 12px;
    align-items: center;
    position: relative;
}

.award-header .header-btn button {
    padding: 7px 25px;
    border-radius: 3px;
}

.award-header #header .header-btn a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--secondary-dark)!important;
}

.award-header #header .header-btn button a {
    color: #fff;
    text-decoration: none!important;
}

.award-header #header .header-btn button a:hover {
    color: #fff!important;
}


.award-header .header-btn button:last-child {
    padding: 8px 12px 6px 12px;
}

.award-header .column-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    margin-top: 0;
}

.recent-news {
    gap: 20px;
    display: flex;
}

.recent-news a  {
    font-family: "degular", sans-serif!important;
    font-weight: 500!important;
    color: #2e2e2e!important;
}

.recent-news a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--primary)!important;
}

.award-header .first-menu-1 img {
    border-radius: 5px;
    max-width: 265px;
    height: 115px;
    margin-bottom: 0;
}

.award-header .dropdown-content .first-menu-1 h3 {
    margin-bottom: 20px;
}

.balloon {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    background: #fff;
    padding: 8px 15px 6px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: var(--primary);
    font-weight: 500;
    box-shadow: 0 -5px 30px -7px #00000073;
}

.balloon .tip {
    width: 0;
    height: 0;
    position: absolute;
    top: -18px;
    right: 0;
    transform: translateX(-50%);
    border: solid 10px;
    border-color: transparent transparent #fff transparent;
}

.award-header .header-btn .entry-guide {
    background: none;
    padding: 5px 10px 7px 10px;
    border-radius: 3px!important;
}

.entry-guide:hover + .balloon {
    display: none;
}

.award-header .header-btn i.fa-chevron-right {
    font-size: 11px;
}
/* END AWARD HEADER */
/* END AWARD HEADER */
/* END AWARD HEADER */

/* AWARD FOOTER */
/* AWARD FOOTER */
/* AWARD FOOTER */
.first-row img {
    max-width: 120px;
    width: 100%;
}

.second-row .social-btn {
    text-align: center;
    margin-top: 0;
}

.first-row {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B1B1B1;
}

.award-footer {
    background: #f8f8f8 !important;
}

.award-footer h2 {
    font-size: 24px ! Important;
}

.award-footer .first-col h3 {
    font-size: 20px !important;
}

.award-footer p {
    font-family: "degular", sans-serif!important;
}

.first-row .footer-links a {
    font-weight: 600!important;
}

.footer-links a {
    margin-left: 30px;
}

.award-footer .social-btn a img {
    max-width: 24px !important;
}

.social-btn a:last-child img {
    margin-right: 0;
}

/* Global Newsletter */

#explore-newsletter {
    border-top: 10px solid var(--primary) !important;
    padding: 0 0 0 60px;
    border: 1px solid #e5e5e5;
}

#explore-newsletter .col-lg-9 {
    padding: 30px 40px 20px 0;
    border-right: 1px solid #e5e5e5;
    flex: 0 0 70%;
    max-width: 70%;
}

#explore-newsletter .newsletter-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    min-height: 30px;
}

.row-card {
    gap: 10px;
    display: flex;
    padding-bottom: 20px;
}

.newsletter-card {
    min-height: 280px;
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
}

.newsletter-card p {
    font-family: "degular", sans-serif;
    line-height: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Limits text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Hides overflowing text */
    text-overflow: ellipsis; /* Adds '...' at the end of text */
}

.explore-newsletter-title {
    margin-bottom: 25px;
}

#explore-newsletter .newsletter-btn .btn {
    padding-bottom: 10px;
}

#explore-newsletter .newsletter-info p {
    font-size: 14px !important;
}

.newsletter-btn {
    display: flex;
    margin-bottom: 10px;
}

.newsletter-btn input {
    border: 1px solid #069244 !important;
    width: 70%;
}

.newsletter-btn .btn {
    background-color: #fff;
    border: 1px solid #fff!important;
    color: var(--primary);
    width: 30%;
    box-shadow: none;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.newsletter-btn input, .newsletter-btn .btn {
    border-radius: 5px;
}

/* End of Global Newsletter */

/* Global Artcle */

#hero-single p span, #hero-single li span {
    font-size: 18px !important;
}

.new-menu-link {
    display: flex;
    justify-content: right;
    gap: 90px;
}


@media only screen and (min-width: 981px) {
    #explore-newsletter {
        margin-right: -15px;
    }
}
@media screen and (max-width: 1024px){
    .footer-links {
        display: block;
    }

    .newsletter-btn {
        display: block;
    }

    .newsletter-btn .btn {
        font-size: 14px !important;
    }

    .newsletter-btn .btn {
        width: 100%;
        margin-top: 15px;
    }

    .newsletter-btn input {
        width: 100%;
    }

    .stay-ahead {
        padding: 30px 0!important;
    }

    #discover-latest-news .stay-ahead p {
        max-width: 100%!important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px){
    .award-header .navbar.responsive {
        top: 150px;
    }

    .award-header .header-btn button {
        padding: 5px 10px!important;
    }
}

@media screen and (max-width: 980px){
    .award-header .dropdown {
        margin-bottom: 10px;
    }

    .award-header #header .header-btn a.text-tertiary-light {
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 5px;
    }

    .award-header .header-btn button,
    .award-header .header-btn a {
        width: 100%;
        flex: 1 1 calc(50% - 8px);
    }

    .award-header .column-1, .recent-news {
        display: block;
    }

    .award-header .column-1 {
        padding-top: 5px;
        margin-bottom: 15px;
    }

    .award-header .first-menu-1 img {
        max-width: 100%;
        height: auto;
        margin: 15px 0;
    }

    .award-header #header .header-btn a:hover {
        text-decoration: none;
        color: #fff!important;
    }

    .award-header #header .header-btn a{
        color: #fff!important;
    }

    .award-header .header-btn {
        display: flex;
        /* flex-wrap: wrap; */
    }

    .entry-guide {
        width: 5%;
        max-width: 12%;
    }

    .balloon {
        top: 55px;
        z-index: 99;
    }

    .award-header .navbar.responsive {
        /* top: 171px; */
    }

    .footer-links {
        display: flex;
        text-align: center;
        flex-direction: column;
        row-gap: 10px;
        margin: 20px 0;
    }

    .award-footer {
        text-align: center;
    }

    .footer-links a {
        margin-left: 0;
    }

    .new-menu-link {
        display: block;
    }

    #footer {
        text-align: center;
    }
    
    #demo {
        flex-wrap: wrap;
        line-height: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
/* END AWARD FOOTER */
/* END AWARD FOOTER */
/* END AWARD FOOTER */

/* Discover section */

#discover-events .row {
    gap: 5px;
}

#discover-events .col:last-child {
    max-width: 29%;
}

#discover-events {
    padding: 20px 15px 50px 15px!important;
}

#discover-events .row {
    border-top: 1px solid rgb(229, 229, 229);
    padding-top: 20px;
}

#discover-events h2 {
    font-size: 30px!important;
    font-family: 'Poppins'!important;
    line-height: 40px!important;
}

#discover-events .col:last-child p a {
    font-weight: 600 !important;
    font-size: 22px;
}

.discover-card h4 {
    font-family: 'Poppins'!important;
    font-size: 25PX;
    margin-bottom: 20px;
    color: var(--primary-light) !important;
}

#discover-events h3 {
    font-size: 25px!important;
    font-weight: 700;
    line-height: 40px !important;
}

#discover-events p {
    font-size: 20px !important;
}

#discover-events .discover-card p {
    font-size: 16px!important;
    line-height: 25px !important;
}


.discover-card img {
    height: 80px;
    max-width: 150px;
    object-fit: contain;
    filter: drop-shadow(0 0 11px #fff);
    margin-bottom: 10px;
}

.discover-card {
    background: linear-gradient(0deg, #2e2e2ee0, #2e2e2ee0), url(https://businessriver.s3.eu-west-1.amazonaws.com/media_library/FM/93/BRE-6419-1745295450.jpg)!important;
    background-size:cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    height: 455px;
    /* padding: 20px; */
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.discover-card.gta {
    background: linear-gradient(0deg, #2e2e2ee0, #2e2e2ee0), url(/assets/media/images/gta-image.jpg);
}

.discover-card:hover .card-content {
    opacity: 0;
    visibility: hidden;
}

.discover-card:hover .hover-card {
    background: #2e2e2eb5;
    opacity: 1;
    visibility: visible;
}

.card-content,
.hover-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
}

.card-content {
    opacity: 1;
}

.hover-card hr {
    float: left;
    width: 85%;
    border: 1px solid;
}

.hover-card {
    opacity: 0;
    padding: 50px 20px 0 20px;
    visibility: hidden;
}

.become-sponsor p,
.become-sponsor button {
    font-size: 18px !important;
}

.become-sponsor p:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.become-sponsor {
    right: 0;
    left: 0;
    background: var(--primary);
    padding: 15px 20px;
    bottom: 0;
    position: absolute;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.become-sponsor button {
    padding: 0 20px;
}

.discover-width {
    max-width: 28%;
}

/* Newsletter */
#discover-latest-news .sub-heading {
    font-weight: 500;
    font-family: 'Poppins' !important;
}

#discover-latest-news .stay-ahead {
    /* padding: 60px 40px 60px 40px; */
    padding: 60px 0;
}

#discover-latest-news h2 {
    font-size: 30px !important;
    margin-bottom: 25px;
}

#discover-latest-news .stay-ahead p {
    max-width: 75%;
    margin-bottom: 30px;
    line-height: 26px !important;
}

#discover-latest-news .discover-row {
    /* max-width: 1400px; */
    margin: auto;
}

#discover-latest-news {
    position: relative;
    overflow: hidden;
}

#discover-latest-news .container {
    position: relative;
    padding: 0 0 0 40px;
}

#discover-latest-news .cta-img {
    display: none;
}

@media only screen and (min-width: 981px) {
    #discover-latest-news .cta-img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        /* opacity: 0.4; */
        width: 100%;
        max-width: 536px;
    }
}

@media screen and (max-width: 1024px) {
    #discover-events .row {
        display: block;
    }

    #discover-events .col:last-child {
        max-width: 100%;
    }

    #discover-events .col,
    #discover-events {
        padding: 0 !important;
    }

    #discover-events h2 {
        font-size: 25px !important;
        line-height: 27px !important;
    }

    #discover-events .discover-card p {
        font-size: 14px !important;
        line-height: 27px !important;
    }
    
    .discover-card {
        height: 300px;
        margin-bottom: 15px;
    }

    #discover-events {
        padding: 10px 20px !important;
    }
    
    .hover-card hr {
        width: 100%;
    }
    
    .become-sponsor p, .become-sponsor button {
        font-size: 14px !important;
    }

    .discover-width {
        max-width: 100%;
    }

    #discover-latest-news .container {
        padding: 15px;
    }
}
