.pala {
            background: #355aaf;
            padding: 22px 50px;
            margin: 0;
            color: white;
            box-shadow: 0 6px 15px rgba(0,0,0,0.15);
        }

        .pala-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding-left: 20px
        }

        .head{
            padding-right: 50px;
            margin-top: 0;
            display: flex;
            justify-content: end;
        }
        .logo-group{
            display: flex;
            align-items: center;
            gap: 24px;
        }
        .logo{
            width: 40px;
            display: block;
        }
        .sixma-small{
            width: 100px;
            display: block;
        }
        .logo {
            width: 40px;
        }

        .header-nav {
            display: flex;
            align-items: center;
            gap: 25px;
        }

        .nav-button {
            text-decoration: none;
            color: white;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
            padding: 8px 16px;
            border-radius: 8px;
            transition: background 0.3s;
            font-family: 'funnel sans', sans-serif;
        }

        .nav-button:hover {
            background: rgba(255,255,255,0.2);
        }

        .akun {
            position: relative;
        }

        .btn-prf {
            background:  rgba(143, 146, 152, 0);
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 8px;
            font-weight: 500;
            font-family: 'funnel sans', sans-serif;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: background 0.3s;
        }

        .btn-prf:hover {
            background: #b9bec5ff;
        }

        #menu {
            position: absolute;
            top: 45px;
            right: 0;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            padding: 15px 20px;
            width: 230px;
            color: #28282B;
            text-align: left;
            z-index: 999;
        }

        #menu h1 {
            font-size: 16px;
            font-family: 'funnel sans', sans-serif;
            margin-bottom: 5px;
        }

        #menu p {
            font-size: 13px;
            color: #666;
            margin-bottom: 10px;
        }

        .btn-logut {
            background-color: #355aaf;
            color: white;
            border: unset;
            padding: 8px 14px;
            border-radius: 6px;
            font-weight: 500;
            cursor: pointer;
            -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
        box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
        transition: all 250ms;
        overflow: hidden;
            width: 100%;
            font-family: 'funnel sans', sans-serif;
            z-index: 1;
            position: relative;
        }

        .btn-logut::before {
            content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: #649ddd;
        z-index: -1;
        -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
        box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
        transition: all 250ms
        }

        .btn-logut:hover {
             background-color: #7864b0;
        }

        .btn-logut:hover::before {
        width: 100%;
        }



        .welkam {
            padding-top: 20px;
            padding-left:  30px;
            text-align: left;
            color: #28282B;
            font-size: 28px;
            font-weight: 500;
            margin-top: 20px;
            font-family: 'funnel sans', sans-serif;
            webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-in-ver-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        }

        .selamat {
            padding-left: 30px;
            font-size:23px;
            color: #28282B;
            font-family: 'funnel sans', sans-serif;
            font-weight: 300;
           margin-top: 20px;
           margin-left: 20;
           pxwebkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-in-ver-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        }

        #content-wrap {
            padding: 50px 70px;
        }

        .content-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 30px;
        }

        .tab-card {
            background: white;
            border-radius: 18px;
            text-decoration: none;
            color: #1e3c72;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            padding: 30px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            
        }

        .tab-card:hover {
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            -webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
        }

        .tab-card i {
            font-size: 40px;
            margin-bottom: 15px;
            color: #2a5298;
            
        }

        .card-text h3 {
            margin-bottom: 10px;
            font-size: 18px;
            font-family: 'funnel sans', sans-serif;
            color: #28282B;
            
        }

        .card-text p {
            font-size: 14px;
            color: #28282B;
            font-family: 'funnel sans', sans-serif;
            font-style: italic;
        }

        .tab-card-katakata {
            background: rgba(143, 146, 152, 0);
           color: #28282B;
           font-family: 'funnel sans', sans-serif;
            border-radius: 18px;
            padding: 25px 20px;
            box-shadow: 0 6px 15px rgba(0,0,0,0.2);
            text-align: center;
            text-decoration: none;
        }

        .tab-card-katakata:hover {
            -webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
        }

        .card-text-motivasi {
            background: rgba(143, 146, 152, 0);
           color: #28282B;
            padding-right: 20px;         
            grid-column: 1 / -1; 
            border: 1px solid #e0d0c0;
            flex-direction: row;
            justify-content: center;
            gap: 30px;
             font-family: 'funnel sans', sans-serif;
            border-radius: 18px;
            padding: 40px;
            text-align: center;
            box-shadow: 0 6px 15px rgba(0,0,0,0.2);
        }

        .card-text-motivasi:hover {
             -webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
        }
        


        .main-footer {
            background-color:  rgba(57, 59, 62, 0);
            color: #28282B;
            padding: 20px 40px;
            text-align: center;
            box-shadow: 0 6px 15px rgba(0,0,0,0.15);
        }

        .footer-content {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            align-items: center;
            gap: 25px;
        }

        .map-container iframe {
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            width: 250px;
            height: 150px;
        }

        .footer-text {
            font-size: 14px;
            margin-top: 15px;
            opacity: 0.9;
            font-family: 'funnel sans', sans-serif;
            font-weight: 500;
            color: #28282B;
        }

        @media (max-width: 600px) {
            .head{
                padding-right: 160px;
                margin-top: 0;
                display: flex;
                margin-bottom: 0;
                text-align: center;
            }
            .welkam{
                margin-top: 120px;
                margin-left: 20px;

                
            }
            .selamat{
                margin-left: -20px;
            }
           
            .pala-container {
                flex-direction: column;
                gap: 10px;
            }
            #content-wrap {
                padding: 30px 20px;
            }
        }
            .text-wrap {
              display: grid;
              text-align: center;
              justify-content: center;
              align-items: center;
            }

        @-webkit-keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}


       @-webkit-keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}