* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --grey-25: #FCFCFD;
    --grey-50: #F9FAFB;
    --grey-100: #F4F4F5;
    --grey-200: #EAECF0;
    --grey-300: #D4D8E0;
    --grey-400: #A9AFBB;
    --grey-500: #667085;
    --grey-600: #475467;
    --grey-700: #394355;
    --grey-800: #1D2939;
    --grey-900: #101828;
    --bg-light: #F8FAFC;
    --primary-sky: #209CEB;
    --secondary-sky: #166DDA;
    --royal-blue: #0754A3;
}

/* For each font weight you want to use */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Improves loading performance */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap; /* Improves loading performance */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: medium;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: medium;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: bold;
    font-display: swap;
}

/* Fixed Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 2;
    border-bottom: 1px solid var(--grey-200);
    box-shadow: 0px 7px 11px 0px #00000008;
}

.ss-drop-menu {
    display: flex;
    flex-direction: column;
}

.ssdm-a-container:not(ul.hc-sm-ul .ssdm-a-container) {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    gap: 4px;
}

ul.hc-sm-ul .ssdm-a-container {
    display: flex;
    flex-direction: column;
    background: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    gap: 12px;
    margin-right: -8px;
    margin-top: 16px;
}

.ss-drop-menu a {
    min-width: 164px;
    display: block;
    color: var(--grey-500);
    border-radius: 8px;
    padding: 10px 16px;
}

.ss-drop-menu a:hover, .sm-ss-drop-menu a:hover {
    background: var(--grey-50);
    color: var(--grey-700);
}

.grey-500 {
    color: var(--grey-500);
}

.grey-700 {
    color: var(--grey-700);
}

.grey-900 {
    color: var(--grey-900);
}

button.btn {
    cursor: pointer;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.16px;
    border: none;
}

button.pri-btn {
    background: var(--primary-sky);
    color: white;
}

button.sec-btn-black {
    background: white;
    color: var(--grey-900);
}

button.sec-btn-blue {
    background: white;
    color: var(--primary-sky);
    border: 1px solid #166DDA70;
}

button.btn.flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

h1 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 63px;
    line-height: 108%;
    letter-spacing: -1px;
}

h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
}

h3 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
}

h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 32px;
    line-height: 108%;
    letter-spacing: -1px;
}

h5 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0px;
}

.h-display {
    font-family: Inter;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -1.6px;
}

p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: -0.1px;
}


main.main-content {
    padding-top: 88px;
}

.header-content {
    height: 88px;
}

.header-content .hc-lac-logo {
    width: 209px;
    height: 44px;
}

.header-content {
    margin: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content nav ul.hc-xl-ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 32px;
}

.res-drop-border {
    width: 130px;
}
.prod-drop-border {
    width: 119px;
}

.header-content nav ul.hc-sm-ul li {
    width: 100%;
    padding: 16px 20px 16px 16px;
}

.header-content nav.hc-sm-nav {
    border-top: 1px solid var(--grey-200);
    display: none;
}

.header-content nav.hc-sm-nav.active {
    display: block;
}

.header-content nav .hc-sm-flex {
    display: none;
}

.header-content nav a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.16px;
}

.header-content nav a:hover {
    opacity: 0.8;
}

.header-content .ss-drop-menu {
    top: 85px;
}

.header-content #hc-sm-menu-btn {
    display: none;
}

footer {
    border-top: 1px solid var(--grey-200);
    padding: 55px 113px 29px 112px;
}

footer a {
    text-decoration: none;
}

footer .ftr-cont-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 57px;
}

footer .ftr-cont-1 .cont-1 {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

footer .ftr-cont-1 .cont-1 img {
    width: 290px;
    height: 61px;
}

footer .ftr-cont-1 .cont-1 .flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer .ftr-label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4%;
    color: var(--grey-900);
}

footer .txt-1 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--grey-800);
}

footer .txt-loc {
    line-height: 24px;
}

footer .txt-2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4%;
    color: var(--grey-800);
}

footer .txt-sm {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4%;
    color: var(--grey-600);
}

footer .ftr-cont-1 .cont-2 .ftr-label {
    margin-bottom: 36px;
}

footer .ftr-cont-1 .cont-2 .flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer .ftr-cont-1 .cont-2 .flex img {
    width: 205px;
}

footer .ftr-cont-1 .cont-3 {
    display: flex;
    gap: 32px;
}

footer .ftr-cont-1 .cont-3 .ftr-label {
    margin-bottom: 12px;
}

footer .ftr-cont-1 .cont-3 .flex {
    min-width: 176px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .ftr-cont-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .ftr-cont-2 img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
}

.alerts-container .alert {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
}

.alerts-container .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alerts-container .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Laptop */
@media (min-width: 930px) and (max-width: 1365px) {
    main.main-content {
        padding-top: 76px;
    }

    .header-content {
        height: 76px;
        margin: 0 32px;
    }

    .header-content .ss-drop-menu {
        top: 73px;
    }

    .header-content .hc-lac-logo {
        width: 160px;
        height: 34px;
    }

    .header-content nav ul.hc-xl-ul {
        gap: 16px;
    }

    .res-drop-border {
        width: 114px;
    }
    .prod-drop-border {
        width: 103px;
    }

    .header-content nav a {
        font-size: 15px;
    }
    
    footer {
        padding: 22px 32px 28px 42px;
    }

    footer .txt-loc {
        max-width: 286px;
    }

    footer .ftr-cont-1 {
        margin-bottom: 42px;
    }

    footer .ftr-cont-1 .cont-1 {
        gap: 32px;
    }

    footer .ftr-cont-1 .cont-1 img {
        width: 290px;
        height: 61px;
    }

    footer .ftr-cont-1 .cont-1 .flex {
        gap: 16px;
    }

    footer .ftr-cont-1 .cont-2 .ftr-label {
        margin-bottom: 36px;
    }

    footer .ftr-cont-1 .cont-2 .flex {
        gap: 28px;
    }

    footer .ftr-cont-1 .cont-2 .flex img {
        width: 180px;
    }

    footer .ftr-cont-1 .cont-3 .flex {
        min-width: 156px;
    }

    footer .ftr-cont-1 .cont-3 {
        gap: 0;
    }

    p {
        font-size: 16px;
        line-height: 23px;        
    }

    .h-display {
        font-size: 39px;
        line-height: 49px;
    }

    h1 {
        font-size: 51px;
    }

    h2 {
        font-size: 41px;
    }

    h3 {
        font-size: 36px;
        line-height: 42px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 20px;
    }
}

/* iPad/Tab */
@media (min-width: 768px) and (max-width: 959px) {
    main.main-content {
        padding-top: 76px;
    }

    .header-content {
        height: 76px;
        margin: 0 40px;
    }

    .header-content .hc-lac-logo {
        width: 160px;
        height: 34px;
    }

    .header-content nav ul.hc-xl-ul {
        display: none;
    }

    .header-content nav a {
        font-size: 17px;
    }

    .header-content #hc-sm-menu-btn {
        display: block;
    }

    .header-content nav.hc-sm-nav {
        top: 76px;
    }
    
    footer {
        padding: 45px 32px 22px 40px;
    }

    footer .ftr-label {
        font-size: 14px;
    }

    footer .txt-1 {
        font-size: 14px;
    }

    footer .txt-2 {
        font-size: 14px;
    }

    footer .txt-sm {
        font-size: 13px;
    }

    footer .ftr-cont-1 {
        margin-bottom: 55px;
    }

    footer .ftr-cont-1 .cont-1 {
        gap: 32px;
    }

    footer .ftr-cont-1 .cont-1 img {
        width: 232px;
        height: 50px;
    }

    footer .ftr-cont-1 .cont-1 .flex {
        gap: 12px;
    }

    footer .ftr-cont-1 .cont-2 .ftr-label {
        margin-bottom: 28px;
    }

    footer .ftr-cont-1 .cont-2 .flex {
        gap: 28px;
    }

    footer .ftr-cont-1 .cont-2 .flex img {
        width: 179px;
    }

    footer .ftr-cont-1 .cont-3 {
        gap: 24px;
    }

    footer .ftr-cont-1 .cont-3 .flex {
        min-width: 93px;
    }

    footer .ftr-cont-2 img {
        width: 32px;
        height: 32px;
    }

    p {
        font-size: 16px;
        line-height: 23px;        
    }

    .h-display {
        font-size: 32px;
        line-height: 44px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 29px;
        line-height: 37px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }
}

/* Mobile */
@media (min-width: 360px) and (max-width: 640px) {
    main.main-content {
        padding-top: 68px;
    }

    .header-content {
        height: 68px;
        margin: 0 16px;
    }

    .header-content .hc-lac-logo {
        width: 160px;
        height: 34px;
    }

    .header-content nav ul.hc-xl-ul {
        display: none;
    }

    .header-content nav a {
        font-size: 17px;
    }

    .header-content :is(.hc-book-demo-btn, .hc-iso-img) {
        display: none !important;
    }

    .header-content #hc-sm-menu-btn {
        display: block;
    }

    .header-content nav .hc-sm-flex {
        display: flex;
    }

    .header-content nav.hc-sm-nav {
        top: 68px;
    }
    
    footer {
        padding: 24px 16px;
    }

    footer .ftr-label {
        font-size: 14px;
    }

    footer .txt-1 {
        font-size: 12px;
    }

    footer .txt-2 {
        font-size: 14px;
    }
    
    footer .txt-sm {
        font-size: 12px;
    }

    footer .ftr-cont-1 {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    footer .ftr-cont-1 .cont-1 {
        gap: 16px;
    }

    footer .ftr-cont-1 .cont-1 img {
        width: 224px;
        height: 47px;
    }

    footer .ftr-cont-1 .cont-1 .flex {
        gap: 16px;
    }

    footer .ftr-cont-1 .cont-2 .ftr-label {
        margin-bottom: 12px;
    }

    footer .ftr-cont-1 .cont-2 .flex {
        gap: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    footer .ftr-cont-1 .cont-2 .flex img {
        width: 156px;
    }

    footer .ftr-cont-1 .cont-3 .ftr-label {
        margin-bottom: 4px;
    }

    footer .ftr-cont-1 .cont-3 {
        gap: 0;
    }

    footer .ftr-cont-1 .cont-3 .flex {
        min-width: 50%;
    }

    footer .ftr-cont-2 {
        flex-direction: column;
        gap: 12px;
    }

    footer .ftr-cont-2 img {
        width: 24px;
        height: 24px;
        border-radius: 3px;
    }

    p {
        font-size: 14px;
        line-height: 21px;        
    }

    .h-display {
        font-size: 21px;
        line-height: 29px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 19px;
        line-height: 100%;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }
}
