:root {
    --primaryColor: #043873 !important;
    --secondColor: rgb(79, 156, 249) !important;
    --baseColor: #212529 !important;
}

body {
    font-family: "Inter", sans-serif !important;
    background-color: rgba(217, 217, 217, 0.2) !important;
    overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

.bg--primary {
    background-color: var(--primaryColor) !important;
}
.bg--secondary {
    background-color: var(--secondColor) !important;
}
.text--base {
    color: var(--baseColor) !important;
}
.text--primary {
    color: var(--primaryColor) !important;
}

.fs--14 {
    font-size: 14px !important;
}
.fs--12 {
    font-size: 12px !important;
}
.fs--16 {
    font-size: 16px !important;
}
.fs--18 {
    font-size: 18px !important;
}
.fs--36 {
    font-size: 36px !important;
}
.fs--20 {
    font-size: 20px !important;
}
.fs--24 {
    font-size: 24px !important;
}

.fw--300 {
    font-weight: 300 !important;
}

.fw--400 {
    font-weight: 400 !important;
}

.fw--500 {
    font-weight: 500 !important;
}

.fw--600 {
    font-weight: 600 !important;
}

.fw--700 {
    font-weight: 700 !important;
}

.splash {
    font-size: 4em !important;
    font-weight: 600 !important;
}

.title--container {
    background-image: url("../img/vector-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-bottom: 35px;
}

@media screen and (max-width: 767.98px) {
    .title--container {
        background-size: 70%;
    }
}

footer p {
    font-size: 14px !important;
}

.btn.px-20 {
    padding: 5px 100px !important;
}

section {
    margin: 80px 0 !important;
}

.navbar {
    background-color: var(--primaryColor);
    color: white;
    z-index: 1000;
    position: sticky;
    top: 0;
    /* overflow: hidden; */
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar--menu {
    display: flex;
    align-items: center;
}

.navbar--list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar--item {
    margin-right: 20px;
}

.navbar--link {
    text-decoration: none;
    color: #043873;
}
.navbar--link:hover {
    text-decoration: none;
    color: #1C75BB;
}

.button-submit-expired{
    background-color: #1B75BB;
}

.bg-card-expired{
    background-color: #E1EEFE;
}

.clock-sand-img{
    position: absolute;
    width: 150px;
    height: 145px;
    top: -30px;
    left: -65px;
}



@media (max-width: 768px) {
    .navbar--menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: var(--primaryColor);
        text-align: center;
        z-index: 99;
    }

    .navbar--item {
        margin: 0;
        padding: 15px;
    }

    .navbar--menu.active {
        margin-top: 10px;
        display: flex;
    }
    .navbar--menu.active .navbar--list {
        margin-top: 20px;
        display: flex;
        flex-direction: column !important;
    }

    .navbar-toggler {
        display: block !important;
        cursor: pointer !important;
    }
}

.navbar-toggler {
    display: none;
    cursor: pointer;
}

.bar {
    background-color: white !important;
    height: 3px;
    width: 25px;
    margin: 6px 0;
    transition: 0.4s;
}

.navbar-toggler.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 7px);
}

.navbar-toggler.active .bar:nth-child(2) {
    scale: 0 !important;
    opacity: 0 !important;
}

.navbar-toggler.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -7px);
}

/* HOME */

#home {
    background-color: var(--primaryColor);
    position: relative;
    color: white !important;
    overflow: hidden;
}

#home::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background-image: url("../img/element-1.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

#home .container {
    position: relative;
    z-index: 99;
}

#home img {
    width: 35rem;
}

/* Service */
#service .card {
    overflow: hidden;
    height: 30rem !important;
    background-color: rgba(196, 222, 253, 0.5) !important;
}

/* TOOLS */
#tools {
    background-color: var(--primaryColor);
    position: relative;
    color: white !important;
    overflow: hidden;
}

#tools::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background-image: url("../img/element-2.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

#tools .wrapper {
    position: relative;
    z-index: 99;
}

#tools .title--container--tools {
    background-image: url("../img/vector-1.svg");
    background-position: 80% 100%;
    background-repeat: no-repeat;
    background-size: 60%;
    padding-bottom: 35px;
}
#tools .title--container--tools h3 {
    width: 60%;
}

/* Swiper Tools */
#tools .swiper {
    position: relative;
    width: 100%;
    height: 100%;
}
#tools .swiper-slide {
    padding-inline: 100px;
}

#tools .swiper .swiper-pagination {
    position: absolute;
    translate: -22% 0;
}
#tools .swiper-pagination-bullet {
    background-color: #d9d9d9;
}
#tools .swiper-pagination-bullet-active {
    background-color: #ffe492;
}

#tools .swiper-button-next,
#tools .swiper-button-prev {
    scale: 0.8;
    position: absolute;
    translate: 0 -100%;
    color: #d9d9d9;
    padding: 50px 30px !important;
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767.98px) {
    #tools .swiper .swiper-pagination {
        translate: 0 0 !important;
    }
    #tools .swiper-button-next,
    #tools .swiper-button-prev {
        display: none;
    }

    #tools .swiper-slide {
        padding-inline: 10px;
    }
}

/* PRICING */

.pricing .container .card {
    height: 37.5rem !important;
}

.pricing .card {
    border: 1px solid var(--primaryColor) !important;
    border-radius: 15px !important;
    /* background-color: transparent; */
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}

.pricing .card.active {
    background-color: var(--primaryColor) !important;
    color: #fff;
}

.pricing .card .card-body {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.pricing .card .card-body .img--container {
    height: 15rem !important;
    overflow: hidden !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing .card .card-body .content--container {
    height: calc(100% - 15rem) !important;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    /* padding-inline: 10px; */
}

.pricing .card .card-body .content--container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing .card .card-body .content--container li {
    display: flex;
    padding: 3px 0;
    gap: 8px;
    align-items: center;
}

.pricing .modal-content {
    position: relative;
    border-radius: 18px !important;
}
.pricing .modal-body {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.pricing .modal-body .card {
    border: none !important;
    margin: 0 !important;
}
.pricing .modal-body .card .content--container {
    padding-bottom: 20px !important;
}

.pricing .modal-body .btn--close {
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: 20px;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background-color: transparent;
}

#demo {
    overflow: hidden;
}

@media screen and (max-width: 767.98px) {
    #home {
        margin-top: 0px !important;
    }

    #home img {
        margin-top: 50px !important;
        width: 18rem;
    }

    #home h1 {
        font-size: 2.3em !important;
    }
}

@media only screen and (min-width: 768px) {
    .middle-section h3 {
        font-size: 2rem!important;
    }
    .middle-section p {
        font-size:1.5rem!important;
    }


}

@media only screen and (min-width: 1200px) {
    .banner {
        height: 120px!important;
    }

    .book-image {
        width: 155px !important;
        height: 185px !important;
        top: -30px !important;
        left: 145px !important;
    }

    .middle-section h3 {
        font-size: 2.2rem!important;
    }
    .middle-section p {
        font-size:1.5rem!important;
    }

    .label-badge {
        top: -40px !important;
    }

}

.banner {
    background: linear-gradient(to right, #ffefb5, #f6cc68);
    height: 230px;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Label style */
.label-badge {
    background-color: #ee5d50;
    color: white;
    width: 160px;
    max-width: 180px;
    font-weight: bold;
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 8px 0px 8px 0px;
    position: relative;
    top: -95px;
    /* top: -55px !important; */
    left: -20px;
    text-align: center;
}



.book-image {
    position: absolute;
    width: 160px;
    height: 200px;
    top: 33px;
    left: 8px;
}

/* Right section for title and download button */


.middle-section h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    color: #223e5c;
}

.middle-section p {
    margin: 5px 0 15px;
    color: #223e5c;
    font-size:1rem;
}

/* Download button style */
.download-btn {
    background-color: #4285f4;
    color: white;
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.download-btn:hover {
    background-color: #3367d6;
    color: white;
}

.download-btn i {
    margin-left: 10px;
}
