        .site-footer {
          background: #3366CC;
          color: #fff;
          padding: 60px 20px;
        }
        
        .footer-container {
          max-width: 1200px;
          margin: auto;
          display: grid;
          grid-template-columns: 1fr 2fr;
          gap: 300px;
        }
        
        .footer-logo {
          /*max-width: 260px;*/
          width: 180%;
          margin-bottom: 20px;
        }
        
        .footer-socials {
          display: flex;
          gap: 35px;
          margin-bottom: 20px;
        }
        
        .footer-socials a {
          color: #fff;
          text-decoration: none;
          font-weight: bold;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 35px; 
          height: 35px; 
          border-radius: 50%; 
          transition: transform 0.3s ease, opacity 0.3s ease;
        }
        
        .footer-socials svg {
            width: 18px; /* Ukuran icon kecil */
            height: 18px;
            fill: white; /* Warna icon di dalam lingkaran */
        }
        
        /* Warna spesifik untuk masing-masing brand */
        .elementor-social-icon-facebook {
            /*background-color: #1877F2;*/
            background-color: #3b5998;
        }
        
        .elementor-social-icon-instagram {
            background-color: #000000
        }
        
        .elementor-social-icon-youtube {
            background-color: #CD201F;
        }
        
        /* Efek saat kursor diarahkan (hover) */
        .footer-socials a:hover {
            transform: scale(1.1);
            opacity: 0.9;
        }
        
        .footer-contact {
          list-style: none;
          padding: 0;
        }
        
        .footer-contact li {
          margin-bottom: 8px;
          font-size: 16px;
        }
        
        .footer-contact li i {
            margin-right: 8px; /* Atur angka ini untuk memperlebar/menyempitkan jarak */
            width: 20px;       /* Opsional: Membuat ikon sejajar vertikal dengan rapi */
            text-align: center;
        }
        
        /* RIGHT */
        .footer-schools {
          display: flex;
          flex-direction: column;
          /*grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));*/
          gap: 25px;
        }
        
        .school-item h4 {
          margin-bottom: 5px;
          font-size: 16px;
        }
        
        .school-item p {
          margin: 0;
          font-size: 14px;
        }
        
        .school-item span {
          margin-right: 8px;
          font-size: 16px;
        }
        
        .school-item span i{
          margin-right: 2px;
        }
        
        .school-item .row{
            display: flex; 
            flex-direction: row; 
            text-align: center; 
            gap: 10px;
        }
        
        .school-item .box{
            margin-top: 1%;
            border: 2px solid white; 
            padding: 10px 20px 10px 20px; 
            width: 320px; 
            max-width: 340px;
        }
        
        .footer-bottom {
          /*background: #081f3d;*/
          background: #3366CC;
          padding: 15px 20px;
        }
        
        .footer-bottom-inner {
          max-width: 1200px;
          margin: auto;
          text-align: center;
        }
        
        .footer-copyright {
          font-size: 13px;
          color: white;
          margin: 0;
        }
        
        /* RESPONSIVE */
        @media (max-width: 768px) {
          .footer-container {
            grid-template-columns: 1fr;
          }
        
          .footer-logo {
            margin: auto;
          }
        }
        
        
        .poppins-regular {
          font-family: "Poppins", sans-serif;
          font-weight: 400;
          font-style: normal;
        }
        
        .psb-wrapper{
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-items: center;
            justify-content: center;
        }
        
        .psb-card{
            position: relative;
            width: 45%;
            height: 340px;
            background-color: white;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 20px;
            padding: 5px;
            box-sizing: border-box;
            transition: transform 0.4s ease;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.06), 3px  5px 12px rgba(0, 0, 0, 0.18);
            overflow: hidden;
        }
        
        .psb-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
        .psb-card:hover i {
            transform: scale(1.1);
        }
        
        .psb-card .img2{
            padding-left: 90px;
            width: 180%;   
            object-fit: cover;
            height: auto;
            border-radius: 12px;
            transition: transform 0.4s ease;
        }
        
        .psb-card .img1{
            width: 200%;           
            object-fit: cover;
            object-position: center;
            display: block;
            border-radius: 12px;
            transition: transform 0.4s ease;
        }
        
        .psb-button{
            position: absolute;
            bottom: 20px;       /* Jarak 20px dari bawah card */
            left: 50%;          /* Geser ke tengah */
            transform: translateX(-50%); /
            display: inline-block;
            width: fit-content;
            padding: 10px 7px 10px 7px;
            border: none;
            border-radius: 50px;
            background-color: #ff712d;
            color: white;
            font-style: bold;
            z-index: 10;
        }
        
        .psb-button:hover {
            background-color: #e05c1c;
            position: absolute;
            transform: translateX(-50%) translateY(-2px);
        }
        
        .psb-button-profile{
            position: absolute;
            bottom: 20px;       /* Jarak 20px dari bawah card */
            left: 50%;          /* Geser ke tengah */
            transform: translateX(-50%); /
            display: inline-block;
            width: fit-content;
            padding: 10px 7px 10px 7px;
            border: none;
            border-radius: 50px;
            background-color: #3366cc;
            color: white;
            font-style: bold;
            z-index: 10;
        }
        
        .psb-button-profile:hover {
            background-color: #3366cc;
            position: absolute;
            transform: translateX(-50%) translateY(-2px);
        }
            
        .slider-wrapper {
            position: relative;
            width: 500%;
            max-width: 860px;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 2%;
            position: relative;
            overflow: visible;
        }
        
        .slider-viewport {
            overflow: hidden;
            width: 100%;
        }
    
        .slider-container {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            gap: 25px;
            padding: 10px 40px;
            transition: transform 0.45s ease;
        }
    
        .slider-container:active {
            cursor: grabbing;
        }
    
        .slider-container::-webkit-scrollbar {
            display: none;
        }
    
        .slider-item {
            flex: 0 0 250px;
            scroll-snap-align: center;
            /*filter: blur(3px);*/
            /*opacity: 0.4;*/
            text-align: center;
            transition: all 0.4s ease;
            transform-origin: center center;
        }
        
        .slider-item.active {
            filter: blur(0);
            opacity: 1;
        }
        
        /*
        .slider-item img {
            width: 800px;     
            /*max-width: 50%;*/
        /*    width: 50%;*/
        /*    height: auto;*/
        /*    border-radius: 30px;*/
        /*    pointer-events: none; */
        /*    transition: all 0.4s ease;*/
        /*    margin: 0 auto;*/
        /*}*/
        
        /*.slider-item.active img {*/
        /*    transform: scale(1.05);*/
        /*    width: 50%;*/
        /*    opacity: 1;*/
        /*}*/
    
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0);
            color: black;
            border: none;
            padding: 25px;
            font-size: 4rem;
            cursor: pointer;
            border-radius: 50%;
            z-index: 10;
            transition: 0.3s;
        }
    
        .nav-btn:hover { color: #3366cc; }
        .prev { left: -20px; }
        .next { right: -40px; }
        
        .slider-card{
            width: 100%;
            height: 340px;
            background-color: white;
            border-radius: 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            /*justify-content: center;*/
            gap: 10px;
            padding: 15px;
            box-sizing: border-box;
            transition: transform 0.4s ease;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.06), 3px  5px 12px rgba(0, 0, 0, 0.18);
        }
        
        .slider-card img{
            width: 300px;
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            transition: transform 0.4s ease;
        }
        
        .slider-item.active .card img{
            transform: scale(1.05);
        }
            
        a{
            text-decoration: none;
            color: black;
        }
        
        a:hover{
            text-decoration: none;
            color: #3366cc;
        }
        
        .insname{
            margin-top:5%
        }
        
        .profile{
            width: 121px;
            padding: 10px 7px 10px 7px;
            border: none;
            border-radius: 50px;
            background-color: #ff712d;
            color: white;
            font-style: bold;
        }
        
        .container-list {
            background-color: white;
            color: black;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 20px; /* Jarak antar baris */
        }
    
        /* Pembungkus per baris */
        .list-item {
            display: flex;
            align-items: center; /* Teks sejajar tengah dengan lingkaran */
        }
    
        /* Wadah untuk menumpuk SVG dan Image */
        .icon-wrapper {
            position: relative;
            width: 500px;
            height: 500px;
            margin-right: 15px;
        }
    
        /* Memberi bayangan pada SVG */
        .svg-shadow {
            filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.2));
        }
    
        /* Memposisikan gambar tepat di tengah lingkaran */
        .overlay-img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30%; /* Sesuaikan ukuran gambar di sini */
            height: auto;
        }
    
        /* Styling teks */
        .list-text {
            font-family: Arial, sans-serif;
            font-size: 14px;
            line-height: 1.4;
        }
        
        @media (max-width: 1200px){
            body{ font-size: 10px; }
            .nav-btn{ font-size: 3rem; }
            .slider-item { flex: 0 0 220px; }
            .slider-card{ max-height: 340px;}
            .slider-card img { max-width: 250px; }
            .psb-card { max-height: 300px; }
            .psb-card .img1{ width: 240%; }
            .psb-card .img2{ padding-left: 90px; width: 260%; }   
        }
        
        @media (max-width: 992px){
            body{ font-size: 10px; }
            .nav-btn{ font-size: 3rem; }
            .slider-item { flex: 0 0 220px; }
            .slider-card{ max-height: 340px;}
            .slider-card img { max-width: 250px; }
            .psb-card { max-height: 200px; }
            .psb-card .img1{ width: 240%; }
            .psb-card .img2{ padding-left: 90px; width: 260%; }   
            .footer-container {
                grid-template-columns: 1fr; /* Jadi satu kolom di tablet/mobile */
                gap: 50px;
            }
            .footer-brand {
                text-align: left; /* Rata tengah untuk branding di mobile */
            }
            .school-info-wrapper {
                flex-direction: column; /* Alamat dan Telepon bertumpuk di mobile */
                text-align: left;
            }
            .school-address-box {
                width: 100%;
            }
        }
        
        @media (max-width: 768px){
            body{ font-size: 9px; } 
            .logo img {width: 60%};
            .nav-btn{ font-size: 2rem; }
            .slider-item { flex: 0 0 180px; }
            .slider-card{ max-height: 200px;}
            .slider-card img { max-width: 200px; }
            .slider-wrapper { width: 85%; padding: 0 10px; }
            .nav-btn { padding: 10px; }
            .psb-card { max-height: 200px; }
            .psb-card .img1{ width: 240%; }
            .psb-card .img2{ padding-left: 90px; width: 260%; }   
        }
        
        @media (max-width: 576px){
            body{ font-size: 8px; } 
            .logo img {width: 60%};
            .nav-btn{ font-size: 1rem; }
            .slider-item { flex: 0 0 140px; }
            .slider-card{ max-height: 220px;}
            .slider-card img { max-width: 150px; }
            .slider-wrapper { width: 80%; }
            .psb-card { max-height: 150px; }
            .psb-card .img1{ width: 280%; }
            .psb-card .img2{ padding-left: 90px; width: 320%; }   
            .site-footer {
                padding: 40px 15px;
            }
            .footer-logo {
                max-width: 300px;
            }
            .footer-schools{
                margin-left: 10px;
            }
            .school-item span {
              font-size: 10px;
            }
            .school-item h3 {
                font-size: 16px;
            }
            .school-item .row{
                gap: 5px;
            }
            .school-item .box{
                padding: 10px 20px 10px 20px; 
                width: 240px; 
                max-width: 250px;
            }
            .school-item p {
                font-size: 8px;
            }
        }
        
        @media (max-width: 375px) {
            .site-footer {
                width: 100%;
            }
            .footer-schools{
                margin-left: 10px;
            }
            .school-item span {
              font-size: 10px;
            }
            .school-item h3 {
                font-size: 16px;
            }
            .school-item .row{
                gap: 5px;
            }
            .school-item .box{
                padding: 10px 20px 10px 20px; 
                width: 240px; 
                max-width: 250px;
            }
            .school-item p {
                font-size: 8px;
            }
        }