.hero-heading {
    font-size: 47px !important;
    font-weight: 600 !important;
}

.features-desc {
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif !important;
}

.main-nav ul.menu>li>a {
    font-family: 'Poppins', sans-serif !important;
}

.features-layout-1 .features-title {
    font-size: 23px !important;
}

.mean-container .mean-nav ul li a {
    background-color: #283a5e;
}

.dropbtn {
    font-family: 'Poppins', sans-serif !important;
}

.dropdown-content {
    font-family: 'Poppins', sans-serif !important;
}

.demo-pop-over {
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Poppins', sans-serif !important;
    color: #283a5e;
}

.fa-tv {
    font-size: 24px;
    color: white;
}

.mean-container .mean-nav ul {
    overflow-y: hidden !important;
}

#benefits {
    margin-top: 90px;
}

.features-icon img {
    background-color: #03064c;
    border-radius: 10px !important;
    padding: 5px;
}

.hero-image::after {
    z-index: 0 !important;
}

.hero-image img {
    position: relative;
    z-index: 1 !important;
}

.myzz-logo img {
    max-width: 50% !important;
}

.elementor-2448 .elementor-element.elementor-element-573687f:not(.elementor-motion-effects-element-type-background),
.elementor-2448 .elementor-element.elementor-element-573687f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e1eee95e !important;
}

a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

/*effect-underline*/
a.link_underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 55%;
    border-bottom: 0.2px solid grey;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

a.link_underline:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.siteinfoalign {
    display: flex;
    justify-content: center;
}

.footer-bottom {
    background: #04012d !important;
    border-top: 1px solid #070334 !important;
}

.site-info {
    color: aliceblue !important;
}

.scrollcolor {
    /* background-color: #fe625e !important; */
    background: linear-gradient(to top, #007bff, #070435) !important;
}

.updateimg img {
    display: block;
    width: 100%;
    height: 14.5rem !important;
}

.elementor-col-33:hover {
    box-shadow: 10px 10px 35px -8px rgb(0 0 0 / 21%);
    border: 1px solid #faebd700;
}

/* The Modal (background) */
#exampleModal {
    padding: 0 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000000 !important;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000a6;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: rgb(255, 255, 255) !important;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    border: 1px solid rgb(0 0 0 / 0%) !important;
}

/* The Close Button */
.close {
    color: white !important;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999 !important;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    text-align: center;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgb(0 0 0 / 0%);
    color: black !important;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 768px) {
    .myzz-logo img {
        width: 20% !important;
        /* position: fixed; */
        margin-top: 0px;
        /* display: block; */
        z-index: 100;
    }
}

@media screen and (max-width: 761px) {
    .main-timeline .description {
        color: #363636 !important;
    }
}

.luke-site-footer {
    background: #081e48 !important;
    overflow: hidden;
    /* background-image: url(wp-content/uploads/Footer_sssBg.webp); */
}

.footer-widget-title {
    color: #ffffff !important;
    font-size: 20px !important;
}

.sub-heading {
    font-size: 16px !important;
}

.textwidget {
    color: white !important;
}

.contact-box p {
    color: #fff !important;
}

.luke-icon {
    padding-right: 18px;
}

.footer-bottom a {
    color: #17a2b8 !important;
    font-weight: 600;
}

.textwidget p a {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
}

.textwidget p {
    margin-top: -20px !important;
}

.hero-image::before {
    background: linear-gradient(to right, #047aba, #81bcdd) !important;
}

.hero-image::after {
    background: linear-gradient(to right, #54a5d0, #000066) !important;
}

/****CRM Page CSS****/
.cardbox {
    padding: 22px;
    border: 1px solid #dee2e6;
    margin: 27px;
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
    background-color: white;
    border-radius: 10px;
}

.headerTitle {
    border-bottom: 1px dashed #ccc;
}

.headertxt {
    color: #fe625e;
    font-weight: 700;
}

.leftside,
.rightside {
    padding: 15px 30px;
}

.heading_crm {
    font-family: sage headline, helvetica neue, Roboto, Segoe UI, Arial;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 28px;
}

.heading_crm1 {
    line-height: 1.5;
    font-size: 18px;
}

.heading_crm2 {
    font-size: 27px;
    font-weight: 700;
}

.detailsbody {
    padding: 30px 130px 30px 130px;

}

.cardbody {
    padding: 47px 0;
    /* background-color: #e9ecef; */
}

.headerimg {
    border-radius: 0px 50px 50px 0px;
    margin-left: -15px;
}

/******************* Timeline *****************/
.timeline-content {
    background: #03064c;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #00A0E3 !important;
}

.explore {
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.explore_button {
    z-index: 10;
    position: relative;
}

.timeline-icon img {
    z-index: 1;
    position: relative;
    padding-top: 13px;
}

a {
    text-decoration: none
}

h4 {
    text-align: center;
    margin: 30px 0;
    color: #444
}

.main-timeline {
    position: relative
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #fe625e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #fe625e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #fe625e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #fe625e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #047aba;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #047aba;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding-top: 20px;
}

.main-timeline .description {
    display: inline-block;
    font-size: 17px;
    color: #b9b4b4;
    /* line-height: 20px; */
    letter-spacing: 1px;
    margin: 17px 0;
    font-family: 'SAPBold', Arial, Helvetica, sans-serif !important;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

#submit {
    padding: 14px !important;
    border-radius: 8px !important;
}

#submit:hover {
    background-color: #047aba;
    border-color: #047aba;
}

#name,
#email,
#Phone,
#message {
    border-radius: 5px;
    border: 1px solid #5185f93d;
    background-color: #f1f1f1;
}

#name#email#subject#message::placeholder {
    color: #bfb9b9;
}

.hero-desc {
    color: #212529 !important;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    #text-1 {
        margin-top: 50px;
        margin-bottom: 0px !important;
    }

    .main-timeline .title {
        color: #283a5e;
    }

    .timeline-content {
        background: #ffffff00;
    }

    .timeline-icon img {
        padding-top: 0px !important;
        width: 2rem !important;
    }

    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}

/*Categories Page*/
@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#main {
    margin: 20px 0;
}

.container {
    width: 1332px;
}

.about-fixed {
    position: fixed;
    width: 292px;
}

.my-pic {
    width: 100%;
    box-shadow: -2px -1px 88px 0px rgb(0 0 0 / 17%);
}

.my-pic img {
    width: 100%;
}

.my-detail {
    text-align: center;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: -2px -1px 88px 0px rgb(0 0 0 / 17%);
}

.my-detail h1 {
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
}

/* .my-detail, .white-spacing {
    margin-right: 33px;
} */
.my-detail {
    padding: 10px 15px;
    /* border-bottom: 1px dashed #cccccc; */
}

.white-spacing {
    padding: 8px 15px;
    border-bottom: 1px dashed #cccccc;
}

.white-spacing span {
    color: #808080a8;
    font-size: 17px;
    font-family: "Poppins", sans-serif !important;
}

.sub-title h2 {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: rgb(0 123 255 / 50%);
}

.fa-angle-double-up {
    color: white;
}

.sub-title h2:hover {
    color: #6c757dad;
}

.page-body {
    background: #ffffff;
    box-shadow: -2px -1px 88px 0px rgb(0 0 0 / 17%);
}

.sub-title {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content-page {
    /* padding-top: 30px; */
    padding-bottom: 60px;
    border-top: 1px dashed #dedede;
    border-bottom: 1px dashed #dedede;
}

div.blog-post {
    margin-bottom: 50px;
}

.blog-post .post-title h1 {
    color: #333333;
    font-size: 24px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 14px;
    font-family: "Poppins", sans-serif !important;
}

.blog-post .post-info {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0;
    color: #8c8c8c;
}

.blog-post p {
    font-size: 16px;
    line-height: 30px;
    color: #696868;
    font-weight: 300;
    /* letter-spacing: 0.8px; */
    font-family: "Poppins", sans-serif;
    text-align: justify;
}

.margin-top-50 {
    margin-top: 30px !important;
}

li {
    font-family: "Poppins", sans-serif;
    color: #696868;
    line-height: 30px;
}

.menu-link {
    list-style: none;
    padding: 0px;
    margin-bottom: 5px;
    text-align: center;
    background: aliceblue;
}

.menu-link li {
    display: inline-block;
    margin: 2px 4px;
}

.footer li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

.footer {
    /* background: url(../images/bg/pattern-bg.png); */
    background-repeat: repeat;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

.menu-link li a {
    display: block;
    color: #333333;
    text-align: center;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.menu-link li a:hover {
    color: #17a2b8;
}

.footer p {
    color: #797878;
    font-size: 13px;
    line-height: 25px;
    padding: 0px 15px;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}

.copyright a {
    color: #000;
}

#scrolltop {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s ease-in;
    position: fixed;
    bottom: 50px;
    right: 30px;
    background: linear-gradient(to top, #007bff, #070435) !important;
    border-radius: 20%;
    height: 2.5rem;
}

.top-button {
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    padding: 12px;
    color: #222;
}

.fa-angle-up {
    color: white;
    padding: 10px 0;
}

.footerText:hover {
    color: #17a2b8;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .about-fixed {
        position: inherit;
        width: auto;
    }

    .footerbgimg {
        max-width: unset !important;
    }
}

@media (max-width : 768px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    #equipment_timeline {
        margin-left: 0px !important;
    }
}

.modal-body {
    height: 30rem;
}

@media (max-width: 1199.98px) {
    .luke-header {
        padding: 0px 0px !important;
    }
}

.underline_none {
    text-decoration: none;
}

.img-block {
    position: relative;
    overflow: hidden;
    width: 10rem;
    transition: 0.5s;
    padding-bottom: 10px;
}

.img-block span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.4s;
    transform: skewX(10deg);
}

.img-block img {
    width: 100%;
}

.img-block:hover span {
    left: 120%;
}

.screenshots {
    padding: 70px 0;
}

.mob_details {
    font-size: 19px;
    font-family: 'Poppins', sans-serif !important;
    text-align: justify;
    color: #212529;
}

.slideOpp {
    font-weight: 100 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
}

.footerbgimg {
    position: absolute;
    margin-top: -96px;
}

.features-icon:hover {
    transition: 0.9s;
    transform: rotateY(360deg);
}

.timeline-icon img:hover {
    transition: 0.9s;
    transform: rotateY(360deg);
}

#equipment_timeline {
    margin-left: 60px;
}

.nav-pills-custom .nav-link {
    color: #403c3c;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.prl-50 {
    padding: 0 50px;
}

.listServices li {
    border-bottom: 1px solid #3498db24;
    text-align: left !important;
    list-style: none;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-size: 11pt;
}

.listServices li:hover {
    background-color: #3498db29;
    padding-left: 15px;
    border-left: 3px solid #3498db;
    padding-bottom: 0;
}

.listServices li.active:hover {
    padding-left: 0px;
    padding-bottom: 0;
}

.listServices li:hover a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.listServices li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.listServices {
    border-radius: 5px;
    background: white;
    padding: 10px;
    margin-bottom: 3px;
}

.listServices li.active a {
    background: #19449b;
    color: #fff !important;
    padding-left: 15px;
}

.ListBox {
    overflow: auto;
    height: auto;
    max-height: 62vh;
}

/* Works on Chrome, Edge, and Safari */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #bdbcbc;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.content-page {
    display: none;
}

.back-home-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #0858a7;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.back-home-btn i {
    margin-right: 10px;
}

.back-home-btn:hover {
    background: #063f7c;
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.modal-title {
    text-align: center;
    font-weight: 700;
}