@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.logo img {
    width: 150px;
}

.main-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav ul li a {
    color: #000;
    font-size: 16px;
    text-transform: none;
}

header {
    padding: 2px 50px !important;
}

.hot-line {
    width: fit-content;
    white-space: nowrap;
    margin: 0;
}

.hot-line .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2C3B76;
    color: #fff;
}

.line-cnt span {
    color: #000 !important;
    font-size: 12px !important;
}

.line-cnt a {
    color: #000 !important;
    font-size: 14px !important;
}

.hero-wrapper {
    max-width: 900px;
}

.hero-content h2 {
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 60px !important;
}

.hero-content p {
    font-size: 17px !important;
}

.button-baner a {
    width: 150px;
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    height: 45px;
    font-size: 16px;
    color: #000;
    transition: 0.5s;
}

.button-baner a:hover {
    background-color: #051553;
    border-radius: 40px;
    color: #fff;
}

.hero-wrapper .hero-content h2,
.title h2 {
    
}

.title h2 {
    font-weight: 500 !important;
    font-size: 35px;
    line-height: 50px;
}

.about-left {
    padding-right: 60px;
}

.about-left p {
    margin: 10px 0;
    font-size: 15px;
}
.about-left h6{
    font-size: 16px !important;
}

.abt-img {
    height: 400px;
    border-radius: 5px;
    object-fit: cover;
}


.right-video-play {
    right: unset;
    left: -40px;
    width: 250px;
    height: 250px;
    bottom: 0px !important;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-radius: 10px;
}

.right-video-play img {
    /* border-radius: 10px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-cs-widget {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    height: 100%;
}

.svc-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.svc-top img {
    min-width: 100%;
    height: 300px;
    border-radius: 12px;
    object-fit: cover;
}

.svc-top h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.svc-top h6 {
    font-size: 14.5px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.svc-top div{
    width: 100%;
}

.svc-content p {
    font-size: 14.5px;
    line-height: 23px;
    margin: 5px 0;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.svc-content ul {
    margin: 0;
    list-style: none;
    padding-left: 25px;
}

.svc-content ul li {
    font-size: 15px;
    line-height: 25px;
    margin: 7px 0;
    color: #1a1a1a;
    position: relative;
    font-weight: 400;
}

.svc-content ul li::before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top: 8px;
    background-color: #2C3B76;
    content: '';
    rotate: 50deg;
}

.section-padding {
    padding: 50px 0;
}

.title-widget {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.title-widget h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 500 !important;
    line-height: 22px;
}

.title-widget .col-lg-3 {
    padding: 0 40px;
}

.program-widget img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.program-widget h3 {
    margin: 10px 0;
    font-size: 20px;
    margin-bottom: 5px;

}

.program-widget p {
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0;
    color: #353535;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.programs-row .col-lg-3 {
    width: 20%;
}

.program-widget a {
    border: 1px solid #2C3B76;
    color: #2C3B76;
    padding: 5px 10px;
    font-size: 13.5px;
    border-radius: 7px;
    margin-top: 8px;
    display: flex;
    width: fit-content;

}

.photo-team {
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.photo-team img {
    min-width: 130px;
    max-width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
}

.photo-team h3 {
    text-align: left;
    margin: 5px 0;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.photo-team p {
    text-align: left;
    font-size: 15px;
    margin: 0;
}


.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 10px !important;
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 38%;
    right: -25px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 38%;
    left: -25px;

}

.slide-img img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}

.cta-left {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
}

.cta-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-overlay {
    background-color: #000000a4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cta-overlay a {
    padding: 7px 15px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    border-radius: 14px;
    width: 150px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: 0.4s;
}

.cta-overlay a:hover {
    border-radius: 40px;
}

.cta-right {
    background-color: #051553;
    height: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
}

.cta-right h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.cta-right p {
    font-size: 17px;
    color: #ccc;
}

ul.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-left: 0;
}

.footer-widget h4 {
    
    color: #000;
}

.footer-widget {
    padding-left: 25px;
}

.footer-widget ul {
    padding-left: 25px;
}

.footer-logo {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.footer-logo p {
    text-align: left;
    color: #000;
    font-size: 15px;
}

ul.footer-menu li a {
    color: #000;

    font-size: 14.5px;
}

.phone a,
.email a {
    color: #000;
    font-size: 14.5px;
}

.number p,
.office-mail p,
.address p {
    color: #000;
    font-size: 14px;
}

ul.social-icons li a {
    border-color: #2C3B76;
    color: #2C3B76;
    margin: 0 !important;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom .copy-txt span {
    color: #000;
}

.num-icon i,
.mail-icon i,
.address-icon i {
    color: #2C3B76;
}

.btn--primary {
    
}

.about-img-right .img-1 {
    width: 371px;
    height: 189px;
}

.about-img-right .img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-right .img-2 {
    width: 325px;
    height: 192px;
    left: unset;
    right: -200px;
}

.about-img-right .img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-right .img-3 {
    width: 255px;
    height: 177px;
}

.about-img-right .img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-lft h2 {
    
    font-weight: 500;
    margin-bottom: 5px;
}

.abt-lft p {
    margin: 8px 0;
    color: #000;
    line-height: 25px;
    font-size: 15px;
}

.mission-box {
    padding-top: 20px;
}

.mission-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 !important;
    color: #000;
}

.mission-box h6 {
    margin: 7px 0;
}



.abt-2img .img-1 {
    width: 371px;
    height: 189px;
    position: relative;
}

.abt-2img .img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-2img .img-2 {
    width: 371px;
    height: 189px;
}

.abt-2img .img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-lions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.abt-lions .single-serve{
    width: 47%;
}
.abt-lions-top h2 {
    font-size: 30px;
    font-weight: 500;
    
    margin-bottom: 5px;
}

.abt-lions-top p {
    margin: 5px 0;
    color: #000;
    line-height: 28px;
    font-size: 16.5px;
}

.abt-3-lft img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
}

.abt-lft h2 {
    font-size: 30px;
}

.abt-t-widget {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 35px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-t-widget h3 {
    font-size:18px;
    text-align: center;
    
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    color: #fff;
}

.program-tab-container ul.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 !important;
    gap: 10px;
}

.program-tab-container ul.nav-tabs li button {
    width: 150px;
    height: 45px;
    border: 1px solid #222;
    color: #222;
    border-radius: 7px !important;
    font-size: 16px;
    font-weight: 600;
}

.program-tab-container ul.nav-tabs li button.active,
.program-tab-container ul.nav-tabs li button:hover {
    background-color: #051553;
    color: #fff;
    border-color: #051553;
}

.prgram-act-widget {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    /* min-height: 320px; */
    height: 100%;

}

.prgram-act-widget img {
    width: 100%;
    height: 180px;
    border-radius: 15px;
    object-fit: cover;
}

.prgram-act-widget h3 {
    font-size: 16px;
    margin: 7px 0;
    text-align: center;
    font-weight:500;
    margin-bottom: 2px !important;
    line-height:22px;
}

.prgram-act-widget p {
    text-align: center;
    margin: 0 !important;
}

.breadcrumb-inner p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}



.lx-card {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    padding: 15px;
    backdrop-filter: blur(12px);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 100%;
}

.lx-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.lx-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: 0.5s;
}

.lx-card:hover::after {
    opacity: 1;
}

.lx-img {
    width: 100%;
    height: 210px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 15px;
}

.lx-title {
    font-size: 22px;
    font-weight: 500;
    
}

.lx-tagline {
    color: #c89318;
    font-size: 15px;
    margin: 2px 0 10px;
    
}

.lx-content {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.lx-list {
    padding-left: 18px;
    font-size: 15px;
}

.lx-list li {
    margin-bottom: 6px;
}

.member-table table,
.member-table table tr,
.member-table table tr th,
.member-table table tr td,
.member-table table thead,
.member-table table tbody {
    border: 0 !important;
}

.member-table table tr th {
    background-color: #ccc;
    color: #000;
    padding: 15px 25px;
    width: 50%;
}

.member-table {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.member-table table tr td {
    padding: 10px 25px;
    border: 1px solid #ccc !important;
    font-size: 16px;
    vertical-align: middle;
}

.single-information {
    padding: 25px;
    box-shadow: none;
    border-radius: 15px;
    margin-bottom: 15px;
}

.single-information .info-cnt h6 {
    
    font-weight: 600;
    font-size: 16px;
}

.single-information .info-cnt p {
    font-size: 16.5px;
}

.single-information .info-cnt a {
    font-size: 16.5px;
}

.single-information i {
    font-size: 35px;
    color: #2C3B76;
}

.contact-form h3{
      
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 12px;
}
.contact-form {
    padding: 25px;
}
.contact-form input{
    font-size: 14px !important;
      font-family: "Poppins", sans-serif !important;
      border: 1px solid #ccc !important;
      border-radius: 12px !important;
}
.contact-form textarea{
    font-size: 14px !important;
      font-family: "Poppins", sans-serif !important;
      border: 1px solid #ccc !important;
      border-radius: 12px !important;
}

.position_top.sticky{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.title p{
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.title h6{
    font-size: 22px;
    margin: 10px 0;
    font-weight: 600;
    margin-top: 5px;
}
.abt-lions-top{
    border-right: 1px solid #ccc;
}
.abt-cs-lft{
    padding-left: 25px;
}
.single-serve .icon i{
          width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;

}
.slide-img p{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 5px 0;
}


.video-box {
    position: relative;
    display: inline-block;
    width: 100%;

}
.video-box img{
    height: 250px;
}

.play-btn {
    position: absolute;
    top:45%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Triangle icon */
.play-btn::before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
}

/* Hover effect */
.video-box:hover .play-btn {
    background: rgba(0, 0, 0, 0.8);
}



.home-about-us-right-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.img-about-1,.img-about-2{
    width: 60%;
    position: relative;

}
.img-about-2{
    width: 40%;
}
.img-about-1 {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.img-about-1 img{
    width: 100%;
    height:450px;
    border-radius: 10px;
    object-fit: cover;
}
.img-about-1 p{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    margin: 0;
    background-color: #0000008c;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.img-about-1 p small{
    border-top: 1px solid #ccc;
    display: flex;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
}
.inner-about-home{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.inner-about-home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.inner-about-home p{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    margin: 0;
    background-color: #0000008c;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.inner-about-home p small{
    border-top: 1px solid #ccc;
    display: flex;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
}


.about-left{
    padding-top: 55px;
}







.club-details{
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 15px;
}
.club-details h5{
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.club-details ul{
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}
.club-details ul li{
    font-weight: 600;

}
.club-details ul li span{
    font-weight: 400;
}
.svc-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.svc-flex a{
    min-width: 40px;
    height: 40px;
    background-color: #2C3B76;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2C3B76;
    transition: 0.5s;
    display: none !important;
}
.svc-flex a:hover{
    background-color: transparent;
    color: #2C3B76;
}
.restaurant-left{
    /*padding-top: 80px;*/
    padding-right: 40px;
}
.abt-leadership {
    justify-content: flex-start;
    align-items: flex-start;
}
.abt-leadership {
    border: 0;
    border-radius: 0;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
}
.abt-leadership img{
    min-width: 160px;
    max-width: 160px;
    height: 160px;
}
.abt-leadership p{
    margin: 0;
}
.abt-leadership h3{
    margin: 0;
}
.abt-leadership p.abt-para{
    font-size: 13px;
    line-height: 22px;
}
.abt-leadership hr{
    margin: 10px 0;
}

.modal-footer-cs{
    display: flex;
    justify-content: center;
    align-items: center;

}
.modal-footer-cs button{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #2C3B76;
    color: #fff;
    border: 0;
    margin: 15px 0;
}

.view-more-btn {
    padding: 7px 15px;
    border: 1px solid #515050;
    color: #000;
    border-radius: 10px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.view-more-btn:hover{
    background-color: #2C3B76;
    color: #fff;
     border: 1px solid #2C3B76;

}





.homabt-1,.homabt-2{
    width: 50%;
    position: relative;

}
.homabt-2{
    width: 50%;
}
.homabt-1 {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.homabt-1 img{
    width: 100%;
    height:410px;
    border-radius: 10px;
    object-fit: cover;
}
.homabt-1 p{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    margin: 0;
    background-color: #0000008c;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.homabt-1 p small{
    border-top: 1px solid #ccc;
    display: flex;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
}
.homabt-2-inner{
    width: 100%;
    height:200px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.homabt-2-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.homabt-2-inner p{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    margin: 0;
    background-color: #0000008c;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.homabt-2-inner p small{
    border-top: 1px solid #ccc;
    display: flex;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
}


/*.about-left{*/
/*    padding-top:0px;*/
/*}*/

/* ===== Overlay Background ===== */
.anp_lions_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(6px);
}

/* ===== Popup Container ===== */
.anp_lions_popup {
  width: min(520px, 92%);
  background: linear-gradient(145deg, #ffffff, #f3f6ff);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: popIn 0.35s ease-out;
  font-family: "Poppins", Arial, sans-serif;
}

/* ===== Header ===== */
.anp_lions_header {
  background: linear-gradient(135deg, #0a3d62, #1e6091);
  color: #fff;
  padding: 22px 20px;
  text-align: center;
}

.anp_lions_header h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.anp_lions_sub {
  font-size: 13px;
  opacity: 0.9;
  margin-top: 4px;
}

/* ===== Body ===== */
.anp_lions_body {
  padding: 22px;
  text-align: center;
  color: #333;
}

.anp_lions_title {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.anp_lions_body h3 {
  font-size: 22px;
  margin: 6px 0 14px;
  color: #1e3a8a;
  margin-bottom: 7px;
}

/* Info section */
.anp_lions_info p {
  margin: 6px 0;
  font-size: 15px;
  font-weight: 500;
}

/* Guest section */
.anp_lions_guest {
  margin-top: 14px;
  padding: 12px;
  background: #eef4ff;
  border-radius: 12px;
  font-size: 14px;
  border: 1px solid #c1c7d1;
}
.anp_lions_guest p,.anp_lions_info p{
    margin: 5px 0;
}
.anp_lions_highlight {
  font-weight: 700;
  color: #1e3a8a;
  margin: 5px 0;
}

/* Tagline */
.anp_lions_tagline {
  margin-top: 16px;
  font-style: italic;
  font-size: 13px;
  color: #555;
}

/* ===== Footer ===== */
.anp_lions_footer {
  padding: 16px;
  text-align: center;
  background: #f7f9ff;
}

.anp_lions_btn {
  background: linear-gradient(135deg, #1e3a8a, #1e3a8a);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

.anp_lions_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(30, 96, 145, 0.3);
}

/* ===== Animation ===== */
@keyframes popIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}