/* Addtional styles */

.square-250 {
  width: 250px;
  height: 250px;
}

.go-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    padding: 2rem;
    height: 100%;
    background: white;
    overflow: auto;
}

.custom-modal .close-modal {
    position: fixed;
    top: 5rem;
    right: 2rem;
}

.w-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

header {
    z-index: 10000;
}

.accordion-button {
    font-weight: bold;
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    color: var(--bs-primary) !important;
    padding: 0.3rem;
    font-size: 1.4rem;
}

.bg-white-gradient {
    background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0.1));
}

.hero-bg {
    background: url('../images/hero-bg.jpg') no-repeat center;
    background-size: cover;
}

.product-card {
    background: url('../images/dashboard.jpg') no-repeat center/cover;
    color: white;
    transition: all 0.3s ease;
}

.image2 {
    background: url('../images/eifdx-dashboard.jpg') no-repeat center/cover;
}

.product-card:hover {
    transform: scale(1.05);
}

.product-card > .overlay {
    background: linear-gradient(to right, #5428ceef, #8662e99f);
}


.client-logo {
    max-width: 100%;
    max-height: 7rem;
}

.stripe {
    height: 0.1rem;
    background-color: var(--bs-primary);
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-grab {
    cursor: grab;
}

.glass-morphism {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bg-hero > .overlay {
    background: url('../images/hero-overlay.png') no-repeat center right;
    background-size: contain;
}

.text-muted {
    color: #c4c4c4  !important;
}

.hero-image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.bg-image1 {
    background: url("../images/contact.jpg") no-repeat center;
    background-size: cover;
}

.bg-image1 > .overlay {
    background: linear-gradient(to right, #361c53c7, #4c007fcb);
}

.bg-light-dark {
    background-color: #dddddd;
}

.course-anchors {
    text-wrap: nowrap;
}

.course-anchors:focus, .course-anchors:active {
    font-weight: bold;
}

.category-pill {
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.category-pill:hover {
    background: var(--bs-primary);
    border: 2px solid var(--bs-warning);
    color: white;
}

.venue-pill {
    background: #eaf6ff;
    padding: 1rem;
    border: 1px solid var(--bs-primary);
    border-radius: 5rem;
}

.bg-gray {
    background: rgb(201, 201, 201);
}

.tab-link {
    background: #ededed;
    border: none;
    border-radius: 10px;
    color: gray;
    padding: 1rem 1rem;
    transition: all ease 0.2s;
    text-align: start;
}
.tab-link.active {
    background: var(--bs-primary);
    color: #fff;
}

.bg-primary-light {
    background: #208bd3;
}

.bg-header-pattern {
    background: url("../images/header-pattern.png") no-repeat center;
    background-size: cover;
}

.bg-header-pattern > .overlay {
    background: rgba(3, 22, 48, 0.5);
}

.border-xl-start {
    border-left: 1px solid var(--bs-light);
}

.form-select, .form-select:focus, .form-select:active {
    border: none !important;
    box-shadow: none !important;
}

.fade-in {
    animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.nav-link {
    padding: 0.5rem;
    border-radius: 0;
    text-wrap: nowrap;
    color: rgb(48, 48, 48);
    border-bottom: 2px solid transparent;
}

.nav-link.active {
    border-bottom: 2px solid var(--bs-primary);
}

.border-dashed-bottom {
    border-bottom: 1px dashed var(--bs-primary);
}

.scale1 {
    transform: scale(1.2);
}

.origin-bottom {
    transform-origin: bottom;
}

.h-1 {
    height: 0.3rem;
}

.certified-banner {
    background: url("../images/banner-certified.png") no-repeat center center;
    background-size: cover;
}

.certified-banner > .overlay {
    background: rgba(3, 22, 48, 0.5);
}

.venue-card-image {
    border-radius: 0.5rem;
    margin-top: -1rem;
}

.card-category {
    transition: all ease 0.2s;
}

.card-category:hover {
    background: var(--bs-primary) !important;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-category:hover img {
    filter: invert(100%) contrast(100%) grayscale(100%);
}

.btn-light-warning {
    background: #fff3d0;
    border: 1px solid var(--bs-warning);
}

.icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-gradient {
    background: linear-gradient(to right, #6a3be7, #8662e9);
}

.theme-gradient2 {
    background: linear-gradient(to top, #6a3be7, #8662e9);
}



/* fonts */

@font-face {
    font-family: 'Font';
    src: url('../webfonts/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Font';
    src: url('../webfonts/Poppins-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

/* root styles */

* {
    box-sizing: border-box;
}

.img-cover {
    object-fit: cover;
}

.img-cover.top {
    object-position: top;
}

.reset-input {
    border: none;
    outline: none;
    background: none;
}

.reset-input::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

a {
    text-decoration: none;
    color: inherit;
}

.btn {
    text-wrap: nowrap;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: 'Font', sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-white);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.normal {
    font-size: 1rem !important;
}

.small {
    font-size: 0.875rem !important;
}

.smaller {
    font-size: 0.75rem !important;
}

.large {
    font-size: 1.25rem !important;
}

.larger {
    font-size: 1.5rem !important;
}

@media (max-width: 768px) {
    /*mobile classes*/
    .client-logo {
        max-width: 100%;
        max-height: 15rem;
    }
}

:target::before {
    content: '';
    display: block;
    height: 70px;
    margin-top: -70px;
}
