body {
    margin: 0;
    padding: 0;
}
.header-body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #eaeaea;
    color: #333;
}
.top-bar {
    background: linear-gradient(90deg, #2dfea1 0%, #60c2ff 100%);
    color: #eaeaea;
    padding: 10px 0;
}
.top-bar a {
    color: #0a171f;
    text-decoration: none;
    margin: 0 8px;
}
.top-bar .social-icons-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar .social-icons-header a:hover {
    color: #010507;
}
.top-bar .language-icon a:hover {
    color: #010507;
    text-decoration: none;
}
.top-bar .language-icon {
    position: absolute;
    color: #0a171f;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.top-bar .language-icon i {
    margin-right: 5px;
}
.top-bar .logo {
    font-size: 15px;
    color: #0a171f;
    text-decoration: none;
}
.header-page {
    background-color: #0a171f;
    padding: 10px 0;
}
.header-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15%;
}
.nav-header {
    display: flex;
    justify-content: space-between;
}
.header-links a {
    color: #eaeaea;
    text-decoration: none;
    margin: 0 15px;
}
.nav-header img {
    display: flex;
}
.header-page hr {
    width: 70%;
    border: none;
    color: #b9b7b7;
    border-top: 1px solid;
}
.nav-header-links {
    text-decoration: none;
    display: block;
    margin: 10px 0;
    text-align: center;
    color: #f1eded;
    z-index: 1;
    position: relative;
}
.nav-header-links a {
    color: #eaeaea;
    text-decoration: none;
    margin: 0 15px;
}
.nav-header-links a:hover,
.header-links a:hover {
    color: #60c2ffff;
    text-decoration: none;
}
.header-dropdown {
    z-index: 2;
    position: relative;
    display: inline-block;
}
.header-dropdown-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 10;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: #0a171f;
    padding: 12px 16px;
    text-align: left;
}
.header-dropdown-menu a {
    color: #eaeaea;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    margin-bottom: 10px;
}
.header-dropdown:hover .header-dropdown-menu {
    display: block;
}
.nav-header .cart-icon-container {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}
.nav-header .cart-icon-container .cart-icon {
    font-size: 15px;
    color: #f1eded;
}
.nav-header .cart-icon-container .cart-icon:hover {
    color: #4dcfff;
}
.nav-header .cart-icon-container .notification-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #4dcfff;
    color: #f1eded;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 10px;
}
.footer {
    background-color: #0a171f;
    color: #eaeaea;
    padding: 30px 0;
}
.footer-social-icons {
    display: flex;
}
.footer a {
    color: #eaeaea;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer-social-icons a {
    font-size: 15px;
    margin: 0 10px;
}
.footer .footer-social-icons a:hover {
    color: #60c2ffff;
}
.footer h5 {
    text-align: start;
}
.footer .footer-links a {
    display: block;
    margin: 10px 0;
    text-align: start;
    font-size: 0.9rem;
    text-decoration: none;
}
.footer .footer-links a:hover {
    color: #60c2ffff;
}
.footer .footer-contact-info p {
    margin: 10px 0;
    text-align: start;
}
#footer-P {
    font-size: 0.8rem;
    text-align: start;
}
.green-icon {
    color: grey;
}
.footer-email-input i:hover {
    color: #06b206;
}
.green-border {
    outline: none;
    border: 1px solid grey;
    border-radius: 25px;
}
.footer-email-input {
    display: flex;
    align-items: center;
}
.footer-email-input input {
    margin-right: 10px;
}
#footer-message hr {
    border: 0.0001rem solid rgba(234, 234, 234, 0.5);
}
#footer-message p {
    font-size: 0.8rem;
    margin: 10px 0;
    text-align: start;
}
.home-body {
    text-align: center;
    background-color: #0a171f;
    color: #eaeaea;
    font-family: "Roboto", sans-serif;
}
.home-p2,
.home-p3,
.home-p4,
.home-p5to7,
.home-p8 {
    padding: 50px 0;
}
.home-p1 {
    position: relative;
}
.text-h2-custom {
    color: #a5f3eb;
    font-weight: 800 !important;
    font-size: 2.5rem !important;
}
.text-h1-custom {
    font-weight: 800 !important;
}
#text-a {
    margin-top: 20px;
    transform: translateY(100%);
    transition: transform 0.5s, opacity 1s;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    width: 150px;
    height: 50px;
    padding: 5px 18px;
    border: 2px solid #60c2ffff;
    color: #60c2ffff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
}
#text-h2.show,
#text-a.show,
#p2-text-p.show,
#HeadTrans.show {
    opacity: 1;
    transform: translateY(0);
}
.image-container-home-p1 {
    position: relative;
    display: inline-block;
}
.image-container-home-p1 img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}
.overlay-home-p1 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #eaeaea;
    width: 80%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    #text-a {
        font-size: 0.9rem !important;
        padding: 8px 20px;
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .overlay-home-p1 {
        width: 40%;
    }
}
@media (max-width: 768px) {
    .mobile_slider {
        height: 500px;
        overflow: hidden;
    }
    .overlay-home-p1 {
        left: 52%;
        width: 95%;
    }
    #text-h2 {
        font-size: 1.2rem !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
    }
}
#text-a {
    transform: translateY(100%);
    transition: transform 0.5s, opacity 1s;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    width: 150px;
    height: 50px;
    padding: 5px 18px;
    border: 2px solid #60c2ffff;
    color: #60c2ffff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    display: block;
    margin: 20px auto;
}
#text-a:hover {
    border-color: #60c2ffff;
    color: #eaeaea;
    text-decoration: none;
}
#HeadTrans {
    transform: translateY(50%);
    transition: transform 1s, opacity 1s;
}
.home-body h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #60c2ffff;
}
#p2-text-p {
    transform: translateY(50%);
    transition: transform 1s, opacity 1s;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
}
#dev-desc {
    transition: transform 1s, opacity 1s;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: left;
}
.p2-text {
    text-align: left;
}
.home2 a {
    margin-top: 10px;
    color: #eaeaea;
    border: 2px solid #eaeaea;
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.home2 a:hover {
    background-color: #60c2ffff;
    color: #eaeaea;
}
.home-p2 .image-frame {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.home-p2 .home-p2-scrollable-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}
.home-p2 .image-frame:hover .home-p2-scrollable-image {
    transform: translateY(-10%);
}
.home-p3 h3 {
    margin-bottom: 20px;
    color: #eaeaea;
    text-align: center;
}
.home-p3 .slider-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    text-align: center;
}
.home-p3 .slider-item img {
    max-width: 100%;
    max-height: 300px;
}
.home-story-image {
    max-width: 100%;
    max-height: 180px !important;
    position: relative;
}
.home-p3 .slider-item p {
    text-align: -webkit-center;
    padding: 15px;
}
.home-p3 .slick-prev:before,
.slick-next:before,
.home-p8 .slick-prev:before,
.slick-next:before {
    color: #60c2ffff;
}
.slick-dots {
    position: static !important;
}
.home-p3 .slick-dots li button:before,
.home-p8 .slick-dots li button:before {
    color: #60c2ffff !important;
    font-size: 13px !important;
}
.home-p3 .clickable-slide,
.home-p8 .clickable-slide {
    display: inline-block;
}
.home-p3 .clickable-slide img,
.home-p8 .clickable-slide img {
    cursor: pointer;
}
.home-p3 .clickable-slide img:active,
.home-p8 .clickable-slide img:active {
    cursor: progress;
}
.home-p3 .p3-btn {
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 18px;
    border: 2px solid #60c2ffff;
    color: #f1eded;
    background-color: #60c2ffff;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.p3-btn a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.p3-btn:hover {
    border-color: #eaeaea;
    text-decoration: none;
    background-color: transparent;
}
.p3-btn:hover a {
    color: #fff;
}
.home-p8 .slider-p8 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.home-p8 .slider-p8 img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.home-p8 .slider-p8 p {
    text-align: left;
    padding: 15px;
}
.body-about,
.body-blog,
.body-contactUs {
    font-family: Arial, sans-serif;
    background-color: #0a171f;
}
.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    background-color: #0a171f;
    border-radius: 0;
    padding: 15px 50px;
}
.breadcrumb a {
    text-decoration: none;
    color: #60c2ffff;
    margin-right: 5px;
    font-size: 1rem;
}
.breadcrumb .arrow {
    margin-right: 5px;
    font-size: 1em;
    color: #60c2ffff;
}
.breadcrumb span {
    font-size: 1rem;
    color: #6c757d;
}
.body-about h1,
.contactUs h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #60c2ffff;
}
.about-p1 .aboutP1-text {
    background-color: #55b1da;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.about-p1 .aboutP1-box {
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    color: #000;
    font-size: 1.2rem;
}
.about-p1 .image-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.about-p1 .image-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-p1 {
    height: 700px;
}
.about-break {
    height: 50px;
    background-color: transparent;
    margin: 20px 0;
}
.about-p2 .aboutP2-text {
    background: linear-gradient(180deg, #2dfea1 0%, #60c2ff 100%);
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.about-p2 .aboutP2-box {
    padding: 50px;
    margin-bottom: 40px;
    border-radius: 10px;
    color: #000;
    font-size: 1.1rem;
}
.aboutP2-box p,
.aboutP2-box h5 {
    margin-top: 40px;
}
.aboutP2-box a {
    margin-top: 20px;
}
.about-p2 .image-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.about-p2 .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-p2 .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0a171f;
    color: #eaeaea;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: color 0.3s;
}
.about-p2 .btn:hover {
    color: #60c2ffff;
}
.about-p3 h1 {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #60c2ffff;
}
.about-p3 .slider-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
    text-align: center;
}
.about-p3 .slider-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .about-p1,
    .about-p2,
    .about-p3 {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        height: auto;
    }
    .about-p1 .col-lg-6,
    .about-p2 .col-lg-6 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .about-p1 .image-frame img,
    .about-p2 .image-frame img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .aboutP2-text {
        width: 100%;
        margin-top: 15px;
    }
    .home-certificates {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .slider-item img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    footer {
        margin-top: 40px;
    }
}
.about-power-p1 .aboutP1-box {
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    color: #eaeaea;
    font-size: 1.2rem;
}
.about-power-p1 .aboutP1-text {
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.about-power-p1 .image-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.about-power-p1 .image-frame img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.about-power-p2 .aboutP2-box-pow {
    padding: 50px;
    border-radius: 10px;
    color: #000;
    font-size: 1.1rem;
}
.about-power-p2 .aboutP2-text-pow {
    background: linear-gradient(180deg, #2dfea1 0%, #60c2ff 100%);
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.about-power-p2 .image-frame {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-power-p2 .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-power-p2 {
    height: 550px;
}
.about-academy-p1 .aboutP1-box {
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    color: #eaeaea;
    font-size: 1.2rem;
}
.about-academy-p1 .aboutP1-text {
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.about-academy-p1 .image-frame {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.about-academy-p1 .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-academy-p2 .aboutP2-box-pow {
    padding: 50px;
    border-radius: 10px;
    color: #000;
    font-size: 1.1rem;
}
.about-academy-p2 .aboutP2-text-pow {
    background: linear-gradient(180deg, #2dfea1 0%, #60c2ff 100%);
    padding: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.about-academy-p2 .image-frame {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.about-academy-p2 .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-academy-p3 .aboutP3-box {
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
    color: #eaeaea;
    font-size: 1.2rem;
}
.about-academy-p3 .aboutP3-text {
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.about-academy-p3 .image-frame {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.about-academy-p3.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-search input {
    background-color: transparent;
    padding: 10px;
    width: 1000px;
    border-radius: 10px;
    border: 1px solid #fff;
    color: rgba(255, 255, 255, 0.8);
}
.blog-search input::placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}
.search {
    background: #0a171f;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
}
@media (max-width: 576px) {
    .blog-search form {
        width: 100%;
    }
    .blog-search input {
        width: 100%;
        padding: 10px;
        font-size: 1rem;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    .search {
        padding: 0 15px;
    }
}
.blog-search button {
    background-color: transparent;
    text-decoration: none;
    border: none;
    color: #fff;
}
.blogCards {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.card {
    background-color: #0a171f;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
    width: 340px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card:hover {
    transform: scale(1.05);
}
.card img {
    width: 100%;
    height: auto;
}
.card-content {
    padding: 20px;
}
.card h5 {
    font-weight: 700;
    color: #60c2ffff;
}
.card p {
    color: #ccc;
}
.card button {
    background-color: #60c2ffff;
    border: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.5s;
}
.card button:hover {
    color: #fff;
}
.contactUs,
.row,
.col-md-12 {
    margin: 0;
    padding: 0;
}
.contactUs .image-container-cont2 {
    position: relative;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #000;
}
.contactUs .image-container-cont2 img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.5;
}
.contactUs .overlay-cont2 {
    position: absolute;
    top: 25%;
    text-align: center;
    color: #eaeaea;
    width: 100%;
}
.contactUs .btn {
    display: inline-block;
    padding: 15px 150px;
    margin-top: 40px;
    background-color: #60c2ffff;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: color 0.3s;
}
.contactUs .btn:hover {
    color: #eaeaea;
}
.contactUs .overlay-cont2 h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    font-weight: 700;
}
.image-container-cont1 {
    position: relative;
}
.image-container-cont1 img {
    width: 100%;
    height: auto;
}
.contactUs .overlay-cont1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.contact-form {
    background-color: rgba(10, 23, 31, 0.75);
    padding: 20px;
    font-weight: 700;
    color: #eaeaea;
    font-family: "Roboto", sans-serif;
    max-width: 100%;
    height: 100%;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .form-control {
    width: 100%;
    padding: 10px;
    color: #eaeaea;
    box-sizing: border-box;
    background: #0a171f;
    border: 1px solid rgba(204, 204, 204, 0.85);
    border-radius: 5px;
}
.contact-form .btn-primary {
    padding: 10px 40px;
    display: inline-block;
    margin-top: 40px;
    background-color: #60c2ffff;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: color 0.3s;
    width: 100%;
}
.contactUs .btn-primary:hover {
    color: #eaeaea;
}
.contactUs-break {
    height: 100px;
    background-color: transparent;
    margin: 20px 0;
}
.allPrograms,
.row,
.col-md-12 {
    margin: 0;
    padding: 0;
}
.allPrograms .image-container-allP {
    position: relative;
    max-width: 100%;
    max-height: 90%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.06);
}
.allPrograms .image-container-allP img {
    width: 100%;
    height: 90%;
    display: block;
    opacity: 0.5;
}
.allPrograms .overlay-cont1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #eaeaea;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease-out;
}
.allPrograms .overlay-cont1.show {
    opacity: 1;
    transform: translateY(0);
}
.allPrograms .overlay-cont1 h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.allPrograms .overlay-cont1 p {
    font-size: 1rem;
    text-align: center;
    line-height: 1.6;
    white-space: pre-line;
    max-width: 100%;
}
.allPrograms {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
.allPrograms .row {
    width: 100%;
    margin: 0;
}
.overlay-home h2 {
    font-size: 2rem;
    margin-bottom: 28px;
}
.overlay-home h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #60c2ff;
}
#text-h2,
#text-h1 {
    font-size: 2rem;
    transform: translateY(40%);
    transition: transform 1s, opacity 1s;
    box-sizing: border-box;
}
#text-h1 {
    color: #60c2ff;
}
#text-p {
    transform: translateY(50%);
    transition: transform 1s, opacity 1s;
}
#text-h1.show,
#text-h2.show,
#text-p.show {
    opacity: 1;
    transform: translateY(0);
}
.allContent .home-p4 .img-container,
.allContent .home-p5to7 .img-container {
    position: relative;
    width: 550px;
    height: 370px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 1s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allContent .home-p4 .img-container img,
.allContent .home-p5to7 .img-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.allContent .home-p4 .img-container::before,
.allContent .home-p5to7 .img-container::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 23, 31, 0.9);
    transition: top 0.5s ease-in-out;
}
.allContent .home-p4 .img-container:hover::before,
.allContent .home-p5to7 .img-container:hover::before {
    top: 0;
}
.allContent .home-p4 .caption,
.allContent .home-p5to7 .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 30px;
    color: #fff;
    background: rgba(10, 23, 31, 0.9);
    transition: transform 1s, opacity 0.1s;
    opacity: 1;
    border: none;
}
.allContent .home-p4 .hidden-data,
.allContent .home-p5to7 .hidden-data {
    position: absolute;
    bottom: 0;
    width: 80%;
    transform: translateY(100%);
    transition: transform 1s, opacity 1s;
    padding-top: 10px;
    opacity: 0;
    text-align: center;
}
.allContent .home-p4 .overlay-home,
.allContent .home-p5to7 .overlay-home {
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    opacity: 1;
    transition: transform 1s, opacity 1s;
}
.allContent .home-p4 .img-container:hover .caption,
.allContent .home-p5to7 .img-container:hover .caption {
    transform: translateY(-100%);
    opacity: 0;
}
.allContent .home-p4 .img-container:hover .hidden-data,
.allContent .home-p5to7 .img-container:hover .hidden-data {
    transform: translateY(0);
    opacity: 1;
}
.allContent .home-p4 .hidden-data a,
.allContent .home-p5to7 .hidden-data a {
    width: 50%;
    color: #60c2ff;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.allContent .home-p4 .hidden-data a:hover,
.allContent .home-p5to7 .hidden-data a:hover {
    background-color: #60c2ff;
    color: #eaeaea;
    font-weight: 700;
}
.allContent.home-p5to7 .captionIn {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 30px;
    color: #fff;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 1;
}
.allContent .overlay-home a,
.allContent .moreBtn a {
    margin-top: 20px;
    font-size: 18px;
    display: inline-block;
    padding: 5px 18px;
    border: 2px solid #60c2ff;
    color: #60c2ff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.allContent .overlay-home a:hover,
.allContent .moreBtn a:hover {
    border-color: #60c2ff;
    color: #eaeaea;
    text-decoration: none;
}
.body-allPrograms {
    text-align: center;
    background-color: #0a171f;
    color: #eaeaea;
    font-family: "Roboto", sans-serif;
}
.image-container-onPTraining {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-container-onPTraining img {
    width: 100%;
    height: 550px;
    display: block;
    object-fit: cover;
    object-position: bottom;
    opacity: 0.3;
}
.onTraining .onTrain-p4 .img-container {
    position: relative;
    width: 95%;
    height: 95%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    opacity: 0.5;
    transform: translateY(20%);
    transition: all 1s ease-out;
}
.onTraining .onTrain-p4 .img-container.show {
    opacity: 1;
    transform: translateY(0);
}
.onTraining .onTrain-p4 .img-container img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}
.onTraining .onTrain-p4 .img-container:hover img {
    transform: scale(1.1);
}
.onTraining .onTrain-p4 .img-container:hover::before {
    top: 0;
}
.onTraining .onTrain-p4 .caption {
    text-decoration: none;
    flex: 1;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 20px;
    color: #fff;
    text-align: left;
    opacity: 1;
}
.onTraining .onTrain-p4 .caption:hover,
.onTraining .onTrain-p4 .overlay-home .viewAll:hover {
    color: #60c2ffff;
}
.onTraining .onTrain-p4 .overlay-home {
    background: rgba(10, 23, 31, 0.94);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
}
.onTraining .onTrain-p4 .overlay-home .viewAll {
    text-decoration: none;
    padding-right: 20px;
    font-size: 1rem;
    text-align: right;
    color: #f1eded;
}
#text-p-power {
    text-align: start;
    font-size: 1.1rem;
    transform: translateY(50%);
    transition: transform 1s, opacity 1s;
}
#text-h1.show,
#text-h2.show,
#text-p-power.show {
    opacity: 1;
    transform: translateY(0);
}
.story1 {
    background-color: rgba(10, 23, 31, 0.63);
    max-width: 100%;
    max-height: 100%;
}
.story {
    padding: 10px;
    margin: 30px auto;
    font-size: 15px;
    text-align: start;
    line-height: 1.5;
    white-space: normal;
    max-width: 80%;
    display: block;
    position: relative;
}
.storyBody {
    position: relative;
    text-align: center;
    background-size: cover;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    font-family: "Roboto", sans-serif;
    min-height: 100vh;
    background: url(../images/story.jpg) no-repeat center center fixed;
}
.breadcrumb-story {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    background-color: transparent;
    border-radius: 0;
    padding: 15px 50px;
}
.breadcrumb-story a {
    text-decoration: none;
    color: #60c2ffff;
    margin-right: 5px;
    font-size: 1rem;
}
.breadcrumb-story .arrow {
    margin-right: 5px;
    font-size: 1em;
    color: #60c2ffff;
}
.breadcrumb-story span {
    font-size: 1rem;
    color: #6c757d;
}
.OonOSession,
.row,
.col-md-12 {
    margin: 0;
    padding: 0;
}
.image-container-OonOSession {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.06);
}
.image-container-OonOSession img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
}
.allPrograms .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-container-onPTraining {
    width: 100%;
    margin: 0 auto;
}
.overlay-cont1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    border-radius: 12px;
}
.OonOSession .overlay-cont1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #eaeaea;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease-out;
}
.OonOSession .overlay-cont1 h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}
.OonOSession .overlay-cont1 p {
    font-size: 1.25rem;
    margin: 10px;
}
.OonOSession .overlay-cont1.show {
    opacity: 1;
    transform: translateY(0);
}
.body-DetPrograms {
    background-color: #0a171f;
    color: #eaeaea;
    font-family: "Roboto", sans-serif;
}
.session-details {
    background-color: transparent;
    color: rgba(234, 234, 234, 0.94);
}
.session-details .container {
    max-width: 950px;
    margin: 0 auto;
}
.session-details h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
.program-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    padding: 20px;
    color: #eaeaea;
}
.program-card {
    margin: 10px 0;
    background-color: #10212d;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.program-card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.program-card h3 {
    font-size: 1.2rem;
    margin: 15px 0;
}
.program-card p {
    font-size: 1rem;
    margin: 10px 0;
}
.program-card .card_a {
    text-decoration: none;
    background-color: transparent;
    border: 2px solid rgba(234, 234, 234, 0.5);
    padding: 10px 0;
    border-radius: 10px;
    color: rgba(234, 234, 234, 0.5);
    font-size: 0.8rem;
    width: 70%;
    cursor: pointer;
    margin-bottom: 25px;
}
.session-info {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.body-DetOnTraining {
    background-color: #0a171f;
    color: #eaeaea;
    font-family: Arial, sans-serif;
}
.body-DetOnTraining .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.body-DetOnTraining nav ul {
    list-style-type: none;
    padding: 0;
}
.body-DetOnTraining nav ul li {
    display: inline;
    margin-right: 15px;
}
.body-DetOnTraining nav ul li a {
    text-decoration: none;
    color: #fff;
}
.body-DetOnTraining .content {
    display: flex;
}
.body-DetOnTraining .left-panel {
    flex: 1;
}
.body-DetOnTraining .left-panel img {
    max-width: 100%;
    border-radius: 10px;
}
.body-DetOnTraining .right-panel {
    flex: 1;
    padding: 20px;
}
.body-DetOnTraining .right-panel h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.body-DetOnTraining .rating span {
    font-size: 1.2em;
}
#ratingColor {
    font-size: 0.9em;
    color: rgba(234, 234, 234, 0.5);
}
.price {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid rgba(96, 194, 255, 0.34);
    border-radius: 10px;
    text-align: center;
}
.body-DetOnTraining .price span {
    display: block;
    text-align: start;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
}
#select-program {
    background-color: #60c2ffff;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 15px;
}
.body-DetOnTraining .description {
    margin-top: 20px;
}
.body-DetOnTraining .description ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 13px;
}
.body-DetOnTraining .extra-description {
    margin-top: 20px;
}
.body-DetOnTraining p {
    font-size: 15px;
    margin-bottom: 10px;
}
#PCustom {
    text-align: center;
    font-size: 1.3rem;
    color: rgba(234, 234, 234, 0.5);
}
#PCustomClients {
    text-align: center;
}
#H1Custom {
    font-size: 4rem;
    margin-bottom: 30px;
    font-weight: bolder;
}
.image-container-story table {
    width: 100%;
    border-collapse: collapse;
}
.image-container-story td {
    border: 1px solid #333;
    background-color: rgba(98, 97, 97, 0.17);
    padding: 10px;
    text-align: left;
}
.faq-section {
    max-width: 900px;
    margin: auto;
}
.faq-item {
    margin-bottom: 10px;
}
.faq-question {
    cursor: pointer;
    color: #60c2ffff;
    margin: 0;
    padding: 8px;
    font-weight: bolder;
}
.faq-answer {
    display: none;
    margin: 0;
    color: rgba(234, 234, 234, 0.5);
    padding: 10px;
    border-top: none;
}
.body-signIn {
    font-family: Arial, sans-serif;
    background: url(../images/onTraining.jpg) no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-signIn .login-container {
    padding: 20px;
    border-radius: 10px;
}
.body-signIn .login-box {
    background-color: rgba(15, 36, 51, 0.91);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.68);
    width: 350px;
    text-align: center;
}
.body-signIn .login-logo img {
    width: 100px;
    margin-bottom: 20px;
}
.body-signIn h2 {
    color: #60c2ff;
    margin-bottom: 20px;
}
.body-signIn .input-group {
    margin-bottom: 15px;
    position: relative;
}
.body-signIn .input-group label {
    font-size: 0.8rem;
    display: block;
    width: 100%;
    text-align: start;
    color: rgba(234, 234, 234, 0.77);
    margin-bottom: 5px;
}
.body-signIn .input-group input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
}
.body-signIn .input-group .toggle-password {
    position: absolute;
    top: 35px;
    right: 10px;
    cursor: pointer;
    color: #60c2ffff;
    z-index: 3;
}
.body-signIn .remember-me {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 15px;
}
.body-signIn .remember-me input {
    margin-right: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 1px;
}
.body-signIn .remember-me label {
    font-size: 0.8rem;
    display: block;
    justify-content: center;
    color: rgba(234, 234, 234, 0.77);
    margin-bottom: 1px;
}
.body-signIn .login-btn {
    width: 100%;
    padding: 10px;
    background-color: #60c2ff;
    border: none;
    border-radius: 15px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.body-signIn .links {
    margin: 15px 0;
    font-size: 0.8rem;
    color: #f1eded;
}
.body-signIn .links a {
    font-size: 0.8rem;
    color: #f1eded;
    text-decoration: none;
    display: block;
}
.body-signIn .privacy-policy a {
    font-size: 0.8rem;
    color: #f1eded;
    text-decoration: none;
}
.body-signIn .language-switch {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.body-signIn .language-switch select {
    padding: 5px;
    border: none;
    border-radius: 5px;
}
.body-signIn .language-switch button {
    padding: 5px 10px;
    background-color: #60c2ff;
    border: none;
    width: 40%;
    font-size: 1rem;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
}
.body-cart {
    background-color: #0a171f;
    color: #fff;
}
.body-cart .table {
    background-color: transparent;
    color: rgba(234, 234, 234, 0.82);
}
.body-cart .table th,
.body-cart .table td {
    vertical-align: middle;
}
.body-cart .table th {
    color: #f1eded;
}
.body-cart .table td {
    color: #f1eded;
    background-color: rgba(17, 34, 47, 0.5);
}
.body-cart .btn-primary {
    background-color: #60c2ffff;
    border-color: #60c2ffff;
    color: #000;
}
.body-cart .btn-primary:hover {
    color: #fff;
    border-color: #f1eded;
}
.body-cart .btn-remove {
    color: red;
    font-size: 20px;
}
.body-cart .btn-remove:hover {
    color: #8b0000;
}
.body-cart .btn-outline-primary {
    color: #60c2ffff;
    border-color: #60c2ffff;
}
.body-cart .btn-outline-primary:hover {
    color: #fff;
    background-color: #60c2ffff;
    border-color: #fff;
}
.body-cart .update-cart-row {
    text-align: center;
}
.body-checkOut {
    background-color: #0a171f;
    color: #ecf0f1;
}
.body-checkOut .billing-details h2,
.order-summary h2 {
    color: #ecf0f1;
}
.body-checkOut .form-group input,
.body-checkOut .form-group select {
    background-color: transparent;
    color: #ecf0f1;
}
.body-checkOut .form-group label {
    color: #ecf0f1;
}
.body-checkOut .table {
    color: #ecf0f1;
}
.body-checkOut .table th,
.table td {
    color: #ecf0f1;
    border-top: none;
}
.body-checkOut .table thead th {
    border-bottom: 2px solid #ecf0f1;
}
.body-checkOut .table tbody tr:last-child td {
    border-bottom: none;
}
.body-checkOut .privacy-policy {
    box-sizing: border-box;
}
/* //?why is it empty? */
.body-checkOut .privacy-policy hr {
}
.body-checkOut .privacy-policy p {
    color: #ecf0f1;
}
.body-checkOut .privacy-policy a {
    color: #60c2ffff;
    text-decoration: none;
}
.body-checkOut .privacy-policy a:hover {
    text-decoration: none;
}
.body-checkOut .btn-check-out {
    background-color: #60c2ffff;
    border-color: #60c2ffff;
    color: #000;
}
.body-checkOut .btn-check-out:hover {
    color: #fff;
    border-color: #f1eded;
}
.body-blog1 {
    font-family: Arial, sans-serif;
    background-color: #0a171f;
    color: #fff;
    margin: 0;
    padding: 0;
}
.body-blog1 .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}
.body-blog1 .container-fluid .row.no-gutters {
    margin: 0;
    width: 100%;
}
.body-blog1 header {
    text-align: center;
}
.body-blog1 .main-content {
    display: flex;
    margin-top: 20px;
}
.body-blog1 .image-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: start;
}
.body-blog1 .image-container img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.body-blog1 .image-container h3 {
    width: 100%;
    height: auto;
    border-radius: 5px;
    color: #60c2ffff;
    margin-bottom: 10px;
    font-weight: bolder;
    text-align: start;
}
.body-blog1 .sidebar-post {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.body-blog1 .sidebar-post img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
    border-radius: 5px;
    float: left;
}
.body-blog1 .sidebar-post .post-content {
    overflow: hidden;
}
.body-blog1 .sidebar-post h6 {
    color: #60c2ffff;
    font-size: 1rem;
    margin: 0 0 10px;
}
.body-blog1 .sidebar-post p {
    font-size: 0.9rem;
    color: #ccc;
}
.body-blog1 .sidebar-post .read-more {
    color: #60c2ffff;
    text-decoration: none;
}
.body-blog1 .social-icons {
    margin-top: 10px;
}
.body-blog1 .social-icons a {
    color: #fff;
    margin-right: 10px;
}
.body-blog1 .social-icons a:hover {
    color: #00aeef;
}
.body-blog1 .content {
    padding: 20px;
}
.body-blog1 .navigation-link a {
    color: #eaeaea;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.body-blog1 .navigation-link .arrow {
    margin-right: 10px;
}
.body-blog1 .navigation-link span {
    color: #60c2ffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.body-blog1 .navigation-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-top: 20px;
}
.body-blog1 .navigation-link {
    display: flex;
    align-items: center;
}
.alert-success {
    color: #000;
    background: linear-gradient(90deg, #2dfea1 0%, #60c2ff 100%);
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0.35rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
}
.Health-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150vh;
    background-color: #0f223b;
    color: #fff;
    padding: 20px;
}
.Health-container .form-container {
    background-color: #1b344f;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.Health-container .form-container h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.Health-container .form-group label {
    font-weight: 700;
    margin-bottom: 5px;
    color: #b5c5d2;
}
.Health-container .form-control {
    background-color: #0f223b;
    border: 1px solid #304760;
    color: #fff;
}
.Health-container .form-control:focus {
    background-color: #0f223b;
    color: #fff;
    border-color: #60c2ffff;
    box-shadow: none;
}
.Health-container .form-group {
    margin-bottom: 15px;
}
.Health-container .gender-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.Health-container .gender-container .form-group {
    margin-right: 10px;
    flex: 1;
}
.Health-container .required-note {
    color: #ff7043;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
}
.Health-container .btn-submit {
    background-color: #60c2ffff;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.Health-container .btn-submit:hover {
    background-color: #00aeef;
}
.Health-container input {
    border-radius: 10px;
}
.Health-container .section-subtitle {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}
.Health-container .img-fluid {
    max-width: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 5px;
}
.Health-container .form-row .text-center label {
    display: block;
    cursor: pointer;
}
.Health-container .form-row .text-center input[type="radio"] {
    display: none;
}
.Health-container .form-row .text-center input[type="radio"]:checked + img {
    border-color: #ff7043;
}
.Health-container .section-title {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
.Health-container label {
    font-size: 1.1rem;
    color: #fff;
}
.Health-container input[type="radio"] {
    margin-right: 10px;
}
.Health-container textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    resize: none;
}
.custom-line {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 50px;
    opacity: 0.6;
}
#navbarNav {
    max-width: -webkit-fill-available;
}
.navbar-nav .nav-link {
    transition: color 0.3s ease !important;
    text-align: left;
}
#navbarNav .nav-link:hover {
    color: #60c2ff !important;
}
.dropdown-menu a {
    transition: color 0.3s ease !important;
}
.dropdown-menu a:hover {
    color: #60c2ff !important;
}
.payment-form {
    background-color: #0a171f;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
.payment-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.payment-page .col-md-8 {
    margin: 0 auto;
}
.payment-page h2 {
    font-size: 2rem;
    color: #eaeaea;
    margin-bottom: 1.5rem;
}
.payment-page .card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}
.payment-page .card-body {
    padding: 2rem;
}
.payment-page .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #007bff;
}
.payment-page button {
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.payment-page button:hover {
    background-color: #268fd6;
}
.payment-page .alert {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
}
.navbar-light .navbar-toggler {
    margin-left: 25px;
    font-size: 15px;
}
.home-certificates {
    margin-top: 5rem;
}
.image-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #60c2ffff;
}
.image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    background-color: #0a171f !important;
    padding: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.47) !important;
    border-radius: 5px !important;
    color: #fff !important;
}
