/* #region ---------------- COMMON STYLES ---------------- */
body {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
    font-family: "Alexandria", sans-serif;
    color: #484848;
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body[dir="rtl"] {
    text-align: right;
}

.color-main-blue {
    color: #1974a4 !important;
}

.color-main-light-blue {
    color: #00adef !important;
}

.color-main-red {
    color: #c92435 !important;
}

.color-main-light-red {
    color: #e15061 !important;
}

.text-justify {
    text-align: justify !important;
}

.section-common-background {
    position: relative;
    background-image: url('/images/bg-gtel/bg-gtel-2.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-tinTuc-background {
    position: relative;
    background-image: url('/images/bg-gtel/bg-gtel-7.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-common-background>.container {
    position: relative;
    z-index: 2;
}

/* #endregion */

/* #region ---------------- BANNER STYLES ---------------- */
.gtel-banner-section {
    width: 100vw;
    height: auto;
    aspect-ratio: 2543 / 760;
    margin-top: var(--header-height);
}

.gtel-banner-section .hero-content {
    margin-left: 50%;
}

.gtel-banner-section .hero-content .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}

.gtel-banner-section .hero-content .subtitle {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin-top: 0;
    text-transform: uppercase;
}

.gtel-banner-section .hero-content .content {
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    text-align: justify;
    margin-top: 0;
}

.gtel-banner-section .hero-content .description {
    color: #ffffff;
    font-size: 10px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .gtel-banner-section .hero-content .title {
        font-size: 16px;
        line-height: 40px;
    }

    .gtel-banner-section .hero-content .subtitle {
        font-size: 14px;
    }

    .gtel-banner-section .hero-content .content {
        font-size: 10px;
    }
    .gtel-banner-section .hero-content .description {
        font-size: 9px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .gtel-banner-section .hero-content .title {
        font-size: 18px;
    }

    .gtel-banner-section .hero-content .subtitle {
        font-size: 15px;
    }

    .gtel-banner-section .hero-content .content {
        font-size: 11px;
    }
    .gtel-banner-section .hero-content .description {
        font-size: 10px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .gtel-banner-section .hero-content .title {
        font-size: 24px;
    }

    .gtel-banner-section .hero-content .subtitle {
        font-size: 16px;
        margin-top: 10px;
    }

    .gtel-banner-section .hero-content .content {
        font-size: 10px;
    }

    .gtel-banner-section .hero-content .description {
        font-size: 10px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .gtel-banner-section .hero-content .title {
        font-size: 28px;
    }

    .gtel-banner-section .hero-content .subtitle {
        font-size: 20px;
        margin-top: 20px;
    }

    .gtel-banner-section .hero-content .content {
        font-size: 12px;
    }

    .gtel-banner-section .hero-content .description {
        font-size: 11px;
    }
}

/* Extra large devices (large desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .gtel-banner-section .hero-content .title {
        font-size: 30px;
    }

    .gtel-banner-section .hero-content .subtitle {
        font-size: 21px;
    }

    .gtel-banner-section .hero-content .content {
        font-size: 14px;
    }

    .gtel-banner-section .hero-content .description {
        font-size: 13px;
    }
}

/* Ultra large devices (1600px and up) */
@media only screen and (min-width: 1600px) {
    .gtel-banner-section .hero-content .title {
        font-size: 34px;
    }

    .gtel-banner-section .hero-content .subtitle {
        font-size: 24px;
    }

    .gtel-banner-section .hero-content .content {
        font-size: 16px;
    }

    .gtel-banner-section .hero-content .description {
        font-size: 14px;
    }
}

/* 4K large devices (1920px and up) */
@media only screen and (min-width: 1920px) {
    .gtel-banner-section .hero-content .title {
        font-size: 42px;
    }

    .gtel-banner-section .hero-content .subtitle {
        font-size: 30px;
    }

    .gtel-banner-section .hero-content .content {
        font-size: 18px;
    }

    .gtel-banner-section .hero-content .description {
        font-size: 16px;
    }
}

@media screen and (max-width: 599px) {
    .gtel-banner-section .container-mix {
        max-width: 90%;
    }
    
}

/* #endregion */

/* #region ---------------- FOOTER STYLES ---------------- */
.footer-gtel-section {
    position: relative;
    overflow: hidden;
    background-image:
        url('/images/shape/hero4-shape2.png'),
        url('/images/shape/testi-shape1.png');
    background-position:
        right center,
        center center;
    background-repeat:
        no-repeat,
        no-repeat;
    background-size:
        contain,
        contain;
    animation: floatingBackground 8s ease-in-out infinite;
}

.footer-gtel-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(242, 242, 242, 0.92),
            rgba(220, 220, 220, 0.92));
    pointer-events: none;
}

.footer-gtel-section>* {
    position: relative;
    z-index: 1;
}

.footer-gtel-section .widget-link {
    padding-top: 3px;
}

.footer-gtel-section .footer-logo>img {
    height: 60px;
}

.footer-gtel-section .info-icon>i {
    color: #3498db;
}

.footer-gtel-section .info-text {
    font-size: 14px;
}

.footer-gtel-section .info-text a,
.footer-gtel-section .info-text span {
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-gtel-section .info-text a:hover {
    color: #3498db;
    font-weight: bold;
}

.footer-gtel-section .widget-info ul li .info-text {
    font-size: 14px;
    font-weight: 500;
}

.footer-gtel-section .widget-info ul li .info-icon:has(~.info-text-pin:hover)>i,
.footer-gtel-section .widget-info ul li .info-icon-phone:has(~.info-text-phone:hover)>i,
.footer-gtel-section .widget-info ul li .info-icon-fax:has(~.info-text-fax:hover)>i {
    animation: headShake;
    animation-duration: 1s;
}

.footer-gtel-section .footer-widget-title {
    font-size: 14px;
    font-weight: bold;
}

.footer-gtel-section .footer-widget-about {
    margin-top: 0;
}

.footer-gtel-section .footer-copyright-wrap .copyright-text-left p {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
}

.footer-gtel-section .footer-copyright-wrap .copyright-text-right p {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
}

.footer-gtel-section .widget-link .link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-gtel-section .widget-link .link a::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #3498db;
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s ease;
    font-weight: bold;
}

.footer-gtel-section .widget-link .link a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.footer-gtel-section .widget-link .link a:hover {
    color: #3498db;
    padding-left: 20px;
    font-weight: bold;
}

.footer-gtel-section .widget-link .link a:hover::before {
    opacity: 1;
}

.footer-gtel-section .footer-copyright-wrap {
    padding-bottom: 20px;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
}

/* Đường kẻ cơ bản */
.footer-gtel-section .footer-copyright-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            rgba(180, 180, 180, 0.3) 0%,
            rgba(150, 150, 150, 0.6) 30%,
            rgba(150, 150, 150, 0.6) 70%,
            rgba(180, 180, 180, 0.3) 100%,
            transparent);
}

/* Hiệu ứng ánh sáng chính */
.footer-gtel-section .footer-copyright-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 50px;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            rgba(180, 180, 180, 0.3),
            rgba(150, 150, 150, 0.7),
            rgba(180, 180, 180, 0.3),
            transparent);
    filter: blur(1px);
    animation: lightBeam 4s ease-in-out infinite;
}

/* Hiệu ứng ánh sáng phụ */
.footer-gtel-section .footer-copyright-wrap .light-effect {
    position: absolute;
    top: -2px;
    left: 15%;
    width: 30px;
    height: 4px;
    background: radial-gradient(circle at center,
            rgba(150, 150, 150, 0.7),
            transparent 70%);
    filter: blur(2px);
    animation: lightBeam 4s ease-in-out infinite, sparkle 2s linear infinite;
}

.footer-gtel-section .footer-social .social li a {
    display: grid;
    place-items: center;
    background: #e3edf7;
    width: 2.8em;
    height: 2.8em;
    border-radius: 10px;
    box-shadow: 8px 8px 15px -1px rgba(0, 0, 0, 0.65),
        -2px -2px 6px -1px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all 0.5s;
}

.footer-gtel-section .footer-social .social li a:hover {
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
        inset -2px -2px 4px -1px rgba(255, 255, 255, 0.4),
        0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
        0px 12px 10px -10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transform: translateY(0.5em);
}

.footer-gtel-section .footer-social .social li a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    transition: all 0.5s;
}

.footer-gtel-section .footer-social .social li a:hover i {
    transform: scale(0.9);
    fill: #333333;
}

/* #endregion */

/* #region --------------- SWIPER NAVIGATION STYLES --------------- */
.swiper-container {
    position: relative;
    overflow-x: hidden;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.swiper-content {
    width: 100%;
    text-align: center;
}

.swiper-container-overflow {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-button-display {
    display: none;
}

/* #region --------------- SWIPER PAGINATION STYLES --------------- */
.swiper-pagination {
    position: absolute;
    bottom: 5px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/* --------------- SWIPER BANNER HOME PAGE --------------- */
.swiper-banner-button-prev,
.swiper-banner-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-banner-button-prev {
    left: 20px;
}

.swiper-banner-button-next {
    right: 20px;
}

.swiper-banner-button-prev svg path:first-of-type,
.swiper-banner-button-next svg path:first-of-type {
    fill-opacity: 0.3;
    fill: black;
}

.swiper-banner-button-prev:hover svg path:first-of-type,
.swiper-banner-button-next:hover svg path:first-of-type {
    fill-opacity: 0.5;
    fill: rgba(255, 255, 255, 0.3);
}


/* --------------- SWIPER CAROUSEL SLIDER --------------- */
.swiper-carousel {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 32px;
}

.swiper-carousel .swiper-slide,
.swiper-carousel swiper-slide {
    position: relative;
}

.swiper-carousel .swiper-slide {
    border-radius: 10px;
    background: #18212b;
    max-width: calc(100% - 48px);
}

.swiper-carousel .swiper-slide-size {
    width: 320px;
    height: 200px;
}

.swiper-carousel .slide-link {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    font-size: 12px;
    transform: scale(0.85);
}

.swiper-carousel .slide-link a {
    color: #fff;
}

.swiper-carousel .swiper-carousel-animate-opacity {
    height: 100%;
    width: 100%;
    position: relative;
}

.swiper-carousel .swiper-pagination-bullets {
    bottom: 0;
}

.swiper-carousel img {
    position: absolute;
    height: 100%;
    left: 0;
    right: auto;
    border-radius: 10px;
}

.swiper-carousel .slide-content {
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
    bottom: 0;
    padding: 12px 8px;
    box-sizing: border-box;
    background: linear-gradient(to right,
            rgba(201, 36, 53, 1) 0%,
            rgba(201, 36, 53, 1) 15%,
            rgba(201, 36, 53, 0.95) 30%,
            rgba(201, 36, 53, 0.9) 50%,
            rgba(201, 36, 53, 0.85) 70%,
            rgba(201, 36, 53, 0.8) 100%);
    transition: all 0.75s ease-in-out;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: translateX(0);
}

.swiper-carousel .swiper-slide+.swiper-slide-prev>.swiper-carousel-animate-opacity img {
    right: 0;
}

.swiper-carousel .swiper-slide+.swiper-slide-prev>.swiper-carousel-animate-opacity .slide-content {
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to left,
            rgba(201, 36, 53, 1) 0%,
            rgba(201, 36, 53, 1) 15%,
            rgba(201, 36, 53, 0.95) 30%,
            rgba(201, 36, 53, 0.9) 50%,
            rgba(201, 36, 53, 0.85) 70%,
            rgba(201, 36, 53, 0.8) 100%);
    transform: translateX(-122%);
    transition: all 0.75s ease-in-out;
}


.swiper-carousel .slide-content h2 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    width: fit-content;
}

.swiper-carousel .slide-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.swiper-carousel .slide-content p {
    margin: 8px 0 0;
    opacity: 0.65;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #fff;
    text-align: left;
}

.swiper-carousel .slide-content .slide-link>a u {
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 10px;
    text-decoration: none;
}

.swiper-carousel .swiper-slide+.swiper-slide-active>.swiper-carousel-animate-opacity .slide-content p {
    opacity: 1;
}

.swiper-carousel .swiper-slide+.swiper-slide-active>.swiper-carousel-animate-opacity {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiper-carousel .swiper-slide+.swiper-slide-active>.swiper-carousel-animate-opacity:hover .slide-content .slide-link a {
    animation: headShake;
    animation-duration: 1s;
}

.swiper-carousel .swiper-slide+.swiper-slide-active>.swiper-carousel-animate-opacity .slide-content .slide-link a:hover u {
    text-decoration: underline;
    background-color: rgba(182, 73, 84, 0.8);
}

/* --------------- SWIPER US SLIDER --------------- */
.swiper-us-button-prev,
.swiper-us-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-us-button-prev {
    left: 10px;
}

.swiper-us-button-next {
    right: 10px;
}

.swiper-us-button-prev svg,
.swiper-us-button-next svg {
    width: 40px;
    height: 40px;
}

.swiper-us-button-prev svg path:first-of-type,
.swiper-us-button-next svg path:first-of-type {
    fill-opacity: 0.3;
    fill: black;
}

.swiper-us-button-prev:hover svg path:first-of-type,
.swiper-us-button-next:hover svg path:first-of-type {
    fill-opacity: 0.7;
    fill: #484848;
}

/* --------------- SWIPER CASE STUDY SLIDER --------------- */
.swiper-case-study-button-prev,
.swiper-case-study-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-case-study-button-prev {
    left: -80px;
}

.swiper-case-study-button-next {
    right: -80px;
}

.swiper-case-study-button-prev svg,
.swiper-case-study-button-next svg {
    width: 40px;
    height: 40px;
}

.swiper-case-study-button-prev svg path:first-of-type,
.swiper-case-study-button-next svg path:first-of-type {
    fill-opacity: 0.3;
    fill: black;
}

.swiper-case-study-button-prev:hover svg path:first-of-type,
.swiper-case-study-button-next:hover svg path:first-of-type {
    fill-opacity: 0.7;
    fill: #484848;
}

.swiper-case-study-button-prev:hover svg,
.swiper-case-study-button-next:hover svg {
    animation: rubberBand;
    animation-duration: 1s;
}

.case-study-active {
    border-radius: 10px;
}

.case-study-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}

.case-study-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
}


/* --------------- CONTROL ANIMATION --------------- */

.control-scale-on-hover {
    transform: scale(1);
    transition: 0.5s;
}

.control-scale-on-hover:hover {
    transform: scale(1.15)
}

.control-infinite {
    animation-iteration-count: infinite;
}

.control-bounce,
.control-bounce-hover:hover {
    animation: bounce;
    animation-duration: 1s;
}

.control-rubberBand,
.control-rubberBand-hover:hover,
.control-child-image-rubberBand-hover:hover img {
    animation: rubberBand;
    animation-duration: 1s;
}

.control-pulse,
.control-pulse-hover:hover,
.control-child-image-pulse-hover:hover img {
    animation: pulse;
    animation-duration: 1s;
}

.control-child-image-pulse-hover-infinite:hover img {
    animation: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.control-tada,
.control-tada-hover:hover,
.control-child-image-tada-hover:hover img {
    animation: tada;
    animation-duration: 1s;
}

.control-shake,
.control-shake-hover:hover {
    animation: headShake;
    animation-duration: 1s;
}

.control-fadeInLeft {
    animation: fadeInLeft;
    animation-duration: 1s;
}

.control-fadeInRight {
    animation: fadeInRight;
    animation-duration: 1s;
}

.control-fadeInUp {
    animation: fadeInUp;
    animation-duration: 1s;
}

.control-fadeInDown {
    animation: fadeInDown;
    animation-duration: 1s;
}

.control-fadeIn {
    animation: fadeIn;
    animation-duration: 2s;
}

.control-flipInX {
    animation: flipInX;
    animation-duration: 1s;
}

.control-zoomIn {
    animation: zoomIn;
    animation-duration: 1s;
}

.control-bounceInLeft {
    animation: bounceInLeft;
    animation-duration: 1s;
}

/* --------------- CURSOR CONTROL --------------- */
.cursor-default {
    cursor: default !important;
}

.cursor-grab {
    cursor: grab !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

/* --------------- BASE STYLES --------------- */
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
}


/* --------------- MEDIA RESPONSIVE --------------- */

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .swiper-pagination {
        bottom: 10px !important;
    }

    .footer-gtel-section .footer-widget-title {
        font-size: 16px;
        font-weight: bold;
    }

    .footer-gtel-section .footer-logo>img {
        height: 100px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .swiper-pagination {
        bottom: 15px !important;
    }

    .swiper-button-display {
        display: block;
    }

    .swiper-carousel .swiper-slide-size {
        width: 620px;
        height: 350px;
    }

    .swiper-us-button-prev {
        left: 30px;
    }

    .swiper-us-button-next {
        right: 30px;
    }

    .swiper-us-button-prev svg,
    .swiper-us-button-next svg {
        width: 40px;
        height: 40px;
    }


    .swiper-carousel .slide-content h2 {
        font-size: 20px;
    }

    .swiper-carousel .slide-content p {
        font-size: 14px;
    }

    .swiper-carousel .slide-content p {
        -webkit-line-clamp: 12;
        text-align: justify;
        font-weight: 300;
    }

    .swiper-carousel .slide-content {
        padding: 24px 16px;
        width: 45%;
    }

    .swiper-carousel .slide-link {
        transform: scale(1);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .swiper-pagination {
        bottom: 18px !important;
    }

    .swiper-us-button-prev {
        left: 10px;
    }

    .swiper-us-button-next {
        right: 10px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .swiper-pagination {
        bottom: 20px !important;
    }
}

/* Extra large devices (large desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

/* Ultra large devices (1600px and up) */
@media only screen and (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    body {
        font-size: 16px;
    }
}

/* 4K large devices (1920px and up) */
@media only screen and (min-width: 1920px) {
    /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    } */

    .swiper-carousel .swiper-slide-size {
        width: 650px;
        height: 350px;
    }
}


@keyframes cycle-expand {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
        border-width: 1.5px;
    }

    25% {
        opacity: 0.6;
        border-width: 1.5px;
    }

    50% {
        opacity: 0.4;
        border-width: 1px;
    }

    75% {
        opacity: 0.2;
        border-width: 0.5px;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        border-width: 0.5px;
    }
}

@keyframes cycle-small-expand {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
        border-width: 1.5px;
    }

    20% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.7;
        border-width: 1.5px;
    }

    40% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.5;
        border-width: 1.2px;
    }

    60% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.4;
        border-width: 1px;
    }

    80% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0.2;
        border-width: 0.7px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
        border-width: 0.5px;
    }
}

@keyframes dot-ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
        border-width: 1px;
    }

    20% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.7;
        border-width: 1px;
    }

    40% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.5;
        border-width: 0.8px;
    }

    60% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.4;
        border-width: 0.6px;
    }

    80% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0.2;
        border-width: 0.4px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
        border-width: 0.2px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(225, 80, 97, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(225, 80, 97, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(225, 80, 97, 0);
    }
}

@keyframes lightBeam {
    0% {
        left: 25%;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        left: 75%;
        opacity: 0;
    }
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    75% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes floatingBackground {
    0% {
        background-position:
            right center,
            calc(50% - 20px) calc(50% - 10px);
    }

    25% {
        background-position:
            right center,
            calc(50% + 20px) calc(50% - 20px);
    }

    50% {
        background-position:
            right center,
            calc(50% + 10px) calc(50% + 20px);
    }

    75% {
        background-position:
            right center,
            calc(50% - 20px) calc(50% + 10px);
    }

    100% {
        background-position:
            right center,
            calc(50% - 20px) calc(50% - 10px);
    }
}