:root {
    --primary-color: #df282a;
    --default-color: #000000;
    --light-bg: #e9f2ff;
    --gradient-text: linear-gradient(to top, #1b3d6d 25%, #2e6dad 50%);
}

html,
body {
    scroll-behavior: smooth;
}

* {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    letter-spacing: 0.035rem;
    color: #000000;
}

.primary-color {
    color: var(--primary-color);
}

.light-bg {
    background-color: var(--light-bg);
}

.text-black {
    color: #000000;
}

.default-color {
    color: #222222;
}

img,
svg,
.injectable {
    width: 100%;
    height: auto;
    display: block;
}

.min-content-width {
    min-width: fit-content;
}

.theme-btn {
    display: block;
    position: relative;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
    border: none;
    padding: 0.75rem 2rem;
    background-color: transparent;
    overflow: hidden;
}

.theme-btn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    z-index: -1;
    background-image: linear-gradient(to bottom, #2e6dad, #1b3d6d, var(--primary-color), var(--primary-color));
    transition: all 0.2s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}

.theme-btn.light-btn {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: var(--gradient-text);
}

.theme-btn.light-btn:hover {
    color: white;
    -webkit-text-fill-color: white;
    background-image: none;
}

.theme-btn.light-btn::after {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, var(--primary-color), var(--primary-color));
}

.theme-btn:hover:after {
    top: -200%;
}

.gradient-text {
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: var(--gradient-text);
}

hr {
    border-color: #cad5e9;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}

.transition-0 {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.transition-200ms {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.d-hide {
    display: none;
}

.tiny-text {
    font-size: 12px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

p,
a,
li,
.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.title {
    position: relative;
    margin-bottom: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 56px;
    height: 3px;
    background-color: var(--primary-color);
}

.title.text-center::after {
    left: calc(50% - 28px);
}

.title.text-white::after {
    background-color: #ffffff;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}


/* Media Queries */
@media (min-width:992px) {
    .modal-lg {
        max-width: 1280px
    }

    .title {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 1440px) {
    .container-md {
        max-width: 1320px;
    }

    .title {
        font-size: 3rem;
    }
}

@media screen and (min-width: 1920px) {
    .container-md {
        max-width: 1560px;
    }
}

@media screen and (max-width: 1440px) {
    .fs-13 {
        font-size: 12px;
    }

    .fs-14 {
        font-size: 13px;
    }

    .fs-15 {
        font-size: 14px;
    }

    p,
    a,
    li,
    .fs-16 {
        font-size: 15px;
    }

    .fs-18 {
        font-size: 0.95rem;
    }

    .fs-20 {
        font-size: 1.15rem;
    }
}

@media screen and (max-width: 767px) {

    p,
    a,
    li,
    .fs-16 {
        font-size: 14px;
    }
}

.lazyload {
    border: none;
}

.bg-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-img img.position-bottom {
    object-position: bottom;
}

.bg-img img.position-bottom-left {
    object-position: bottom;
}

.bg-img img.position-top {
    object-position: top;
}

/* Navbar */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-image: linear-gradient(to bottom, #ffffffeb, #ffffff3b, transparent);
    height: 120px;
}

.header.scrolled {
    height: fit-content;
    background: white;
    box-shadow: 0 3px 12px #00000021;
}

.navbar .navbar-brand .logo {
    max-height: 60px;
}

.navbar .nav-item a {
    font-weight: 500;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}

.navbar .nav-item:hover .nav-link,
.navbar .nav-item .nav-link.active {
    color: var(--primary-color);
}

.navbar .nav-item .nav-link {
    padding: 0.5rem 1.25rem;
}

.navbar .dropdown-item {
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item.active {
    color: var(--primary-color);
    background-color: transparent;
}

@media screen and (max-width: 1199px) {
    .header {
        background: white;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .navbar-toggler-icon {
        width: 1.25em;
        height: 1.25em;
    }

    .theme-btn {
        font-size: 14px;
        padding: 0.5rem 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .navbar .navbar-brand .logo {
        max-height: 40px;
    }
}


footer {
    padding: 140px 0 40px;
}

.three-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-logo {
    max-width: 280px;
}

footer .partners {
    max-width: 300px;
    margin-bottom: 1.5rem;
}

.footer-subtile::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
}

footer .list-item {
    position: relative;
    padding-left: 1rem;
}

footer .list-item::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

footer .mail-link,
footer .list-item .footer-link {
    display: block;
    color: var(--default-color);
    font-weight: 500;
    text-decoration: none;
}

footer .mail-link:hover,
footer .list-item .footer-link:hover {
    color: var(--primary-color);
}

footer .icon {
    min-width: 18px;
}

.copy-right {
    color: #ffffff;
    background-color: var(--default-color);
    padding: 0.5rem 0;
}

.copy-right p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.075rem;
}

.copy-right span {
    letter-spacing: 0.075rem;
}


/* Page Banner */
.page-banner {
    background-image: linear-gradient(to right, #2b215a, #3c88b4);
}

.page-banner h1,
.page-banner p {
    max-width: 980px;
}

.page-banner h1::after {
    content: '';
    position: absolute;
    width: 56px;
    height: 3px;
    bottom: -10px;
    left: calc(50% - 28px);
    background-color: white;
}

.response {
    display: none;
    position: fixed;
    z-index: 9999999999;
    bottom: 2rem;
    left: 2rem;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.response.success {
    background-color: rgba(75, 181, 67, 0.8509803922);
    box-shadow: 2px 2px 10px -2px #4bb543;
}

.response.error {
    background-color: rgba(255, 51, 51, 0.8509803922);
    box-shadow: 2px 2px 10px -2px #ff3333;
}

.response p {
    color: var(--white-color);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    padding: 0.4rem 1rem;
}

.response .strip {
    position: relative;
    height: 0.25rem;
    background-color: var(--white-color);
    animation: increaseWidth 5s infinite;
    -webkit-animation: increaseWidth 5s infinite;
}

@keyframes increaseWidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}