﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
    --offwhite: rgba(255,255,255,0.8);
    --offwhite2: #f2f2f2;
    --excel-dark: #185c37;
    --excel-mid: #107c41;
    --excel-light: #21A366;
    --excel-lighter: #33C481;
    --header-colour: #0C243C;
    --header-font: white;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.nav-link-button{
    background:none;
    border:none;
}

.link-button{
    color:white !important;
    text-decoration: none !important;
}

.user-tier-badge{
    width:50px;
    display:block;
    text-align:center;
    border-radius: 2px;
    color:white;
}

.tier-pro {
    background-color: #4C467F;
}

.tier-basic {
    background-color: #358ab5;
}

.tier-free{
    background-color: var(--excel-mid);
}

.tier-plus {
    background-color: #ab2b6d;
}

.username{
    margin-bottom:0px !important;
    margin-right:5px;
}

.tier-badge-container{
    width:100%;
    height:100%;
    display: flex;
    align-items:center;
    justify-content: left;
}

html {
    position: relative;
    min-height: 100%;
}

.blue-background {
    background-color: #358ab5 !important;
}

.d-none{
    display:none !important;
}

.navbar{
    background: var(--header-colour) !important;
    color: white !important;
    z-index:4;
    margin-bottom: 0px !important;
    border-bottom: none !important;
}

.title-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid var(--excel-light);
    padding: 10px;
    background-color: var(--offwhite2);
    color: var(--bs-gray-900);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.17);
}

.title{
    font-size: 2.5rem;
}

.subtitle{
    font-size: 1.5rem;
    margin-top: 2px;
}

.site-white-container {
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
    padding-bottom: 5%;
    padding-top:5%;
    z-index: 3;
    position: relative;
}

.navbar-nav{
    gap:30px;
    color: white !important;
}

.steps-row{
    display: flex;
}

.white-hover{
    transition:0.2s;
}
.white-hover:hover {
    opacity:1;
}


.nav-link {
    font-weight: 100 !important;
}
    .navbar-brand,.nav-link{
    color:white !important;
    font-family: Roboto;
}

.navbar-brand {
    margin-right: 50px;
    font-size: 25px;
}

.bottom-section {
    background-color: var(--offwhite2);
    color: var(--bs-gray-900);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Roboto;
    box-shadow: 0px 10px 10px -5px rgba(255, 255, 255, 0.4);
    position:relative;
}

.info-list {
    align-items: center;
    display: flex;
    gap:50px;
    flex-wrap:wrap;
}


.excel-creator-div {
    margin-top: 100px;
}

.info-list-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 25px;
    font-size: 1.3em;
    align-items: center;
}

.info-list-item {
    margin-bottom: 0px;
}

.dropdown-menu {
    background: var(--header-colour);
    color:white  !important;
}

.tier-badge-container{
    color: white !important;
    text-decoration: none !important;
}

.dropdown-menu > li{
    width:150px;
}

    .dropdown-menu > li {
        width: 160px;
        padding:5px;
        text-align:left;
    }

    .dropdown-menu > li:hover {
        background:rgba(255,255,255,0.2);
    }

    .dropdown-button{
        width:100%;
        text-align:left;
        background:none;
        color:white;
        padding:0px;
        border:none !important;
    }


.info-list-num {
    /* Add some left padding so the bullet doesn't overlap the text */
    position: relative;
    padding-right: 0em;
    color: var(--excel-mid);
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 0px;
}

    .site-table-container{
        max-width:1600px;
        width:80%;
        height:750px;
        margin-bottom:50px;
    }

.advert-section {
    background: var(--header-colour);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Roboto;
    padding-bottom: 75px;
    padding-top: 75px;
    gap: 125px;
    position: relative;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.4);
}

.error{
    color:red;
}

.create-error{

}

.update-file {
    background-color: #3c3d6dff !important;
}

.advert-title {
    font-size: 2.5em;
    font-weight: 100 !important;
    font-family: Roboto;
    opacity:0.6;
}

.filter-image {
    max-width: 100px;
    max-height:100px;
    opacity: 0.7;
    transition: 0.2s;
    filter: brightness(0) saturate(100%) invert(63%) sepia(30%) saturate(892%) hue-rotate(100deg) brightness(95%) contrast(90%);
}

.icon-row {
    display: flex;
    gap: 50px;
    cursor: default;
    width: 800px;
}

    .icon-row:hover > .filter-image, .icon-row:hover >div> .filter-image {
        opacity: 1;
        transform: scale(1.02);
    }

.top-white {
    box-shadow: 0px -10px 10px -5px rgba(255, 255, 255, 0.4);
}

.footer-image {
    width: 75px;
    height: 75px;
    filter: brightness(1.4);
}

.mytables-image{
    max-width:100vw;
    width: 2000px;
    margin-top:50px;
    margin-bottom:150px;
}

.footer-container {
    padding: 30px;
    background: var(--header-colour);
    color: white;
    font-family: Roboto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.navbar-toggler-icon{
    color:white;
    filter: invert() brightness(100);

}

.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(101%);
}

.testimonials {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 5px 20px;
    z-index: 1000;
    background: var(--excel-light);
    color: white;
    box-shadow: 0px 3px 10px 0px rgba(51, 196, 129, 0.3);
    font-family: Roboto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 10px;
}

.testimonials-container {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin-bottom: 40px;
    margin-left:auto;
    margin-right:auto;
}

.faq-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: Roboto;
}

.video-container {
    width: 100vw;
    height: 800px;
    padding: 50px;
    padding-top:0px;
}

.video-iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 720px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    aspect-ratio: 16/9 !important;
    box-shadow: 0px 0px 20px 0px rgba(255,255,255, 0.5);
    border-radius: 10px;
}

.faq-section h2 {
    margin-bottom: 40px;
    text-align: center;
}

    .faq-section details {
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px 20px;
        margin-bottom: 12px;
        cursor: pointer;
    }

    .faq-section summary {
        font-weight: 500;
        font-size: 1.2em;
        list-style: none;
        display:flex;
        align-items:center;
    }

        .faq-section summary::before {
            content: '▸'; /* Right-pointing arrow */
            color: #4CAF50; /* Change this to any color you want */
            font-size: 1.9em;
            display: inline-block;
            width: 1.2em;
            margin-right: 0px;
            margin-top:-5px;
            transition: transform 0.2s ease;
        }

    /* Rotate arrow when open */
    .faq-section details[open] summary::before {
        transform: translateX(-5px);
    }


.faq-section p {
    margin-top: 10px;
    line-height: 1.5;
}

.navbar-toggler {
    border: none!important;
    outline:none !important;
    border-color:white !important;
    box-shadow:none !important;
}

.d-mobile {
    display: none;
}

.home-icon{
    width:30px;
    filter: brightness(1.3);
    cursor:pointer;
}

.home-excel-row {
    display: flex;
    justify-content: center;
    gap:5%;
}

.html-filter {
    filter: brightness(0) saturate(100%) invert(26%) sepia(97%) saturate(1271%) hue-rotate(203deg) brightness(92%) contrast(86%);
}

.arrow-background{
    width:10%;
    opacity: 0.2;
}

.file-background {
    width: 10%;
    opacity: 0.2;
}


@media screen and (max-width: 1550px) {
    .site-table-container{
        width:100%;
    }

    .home-background-icons{
        display:none;
    }
}

    @media screen and (max-width: 1000px) {
        .d-mobile {
            display: block;
        }

        .advert-section{
            padding-top:50px;
            padding-bottom:50px;
        }

        .video-iframe {
            max-width: 560px;
            max-height: 315px;
        }
        .video-container {
            height:400px;
        }
        .d-desktop {
            display: none;
        }

        .nav-item {
            margin-left: 0px !important;
        }

        .title {
            font-size: 2rem;
            text-align: center;
        }

        .subtitle {
            font-size: 1.2em;
            text-align: center;
        }

        .create-row {
            padding: 0px 10px !important;
        }

        .create-label {
            width: 110px !important;
        }

        .info-list {
            justify-content: left;
            width: fit-content;
            margin-left:20px;
            margin-top: 25px;
            margin-bottom: 25px;
            gap: 20px;
        }

        .site-table-container{
            margin-bottom: -50px;
        }

        .info-list-row {
            margin-top: 0px;
        }

        .advert-title {
            font-size: 1.7em;
            text-align: center;
        }

        .icon-row {
            width: 90%;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .advert-section {
            gap: 50px;
        }

        .mytables-image {
            margin-top: 30px;
            margin-bottom: 50px;
        }

        .create-form-input {
            width: 120px;
        }

        .blog-image {
            max-width: 100% !important;
        }
    }
