1,200..900&display=swap");

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');
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');

html {
   scroll-behavior: smooth;
   /* Smooth scrolling behavior */
   overflow-y: scroll;
   /* Ensure scrollbar is always visible to prevent layout shifts */
}

html,
body {
   max-width: 100%;
   /* Prevent horizontal scrolling */
   overflow-x: hidden;
   /* Disable horizontal overflow */
}

body {
   overflow-x: hidden;
   /* Avoid horizontal scroll */
   -webkit-font-smoothing: antialiased;
   /* Smooth fonts on WebKit browsers */
   -moz-osx-font-smoothing: grayscale;
   /* Smooth fonts on macOS */
   text-rendering: optimizeLegibility;
   /* Improve text rendering */
   text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
   /* Subtle text shadow for better readability */
}

#wp-admin-bar-wp-logo {
   display: none;
}

#wpadminbar a {
   font-family: "Source Sans 3", sans-serif;
}

#wpadminbar {
   /* Background gradient animation */
   -webkit-animation: animateBg 14s linear infinite,
      slideInDownWPAdmin 0.6s ease-out 1s forwards;
   animation: animateBg 14s linear infinite,
      slideInDownWPAdmin 0.6s ease-out 1s forwards;

   /* Gradient Background */
   background-image: -o-linear-gradient(
      bottom,
      #000000,
      #000114,
      #0a0009,
      #000000,
      #000114
   );
   background-image: -webkit-gradient(
      linear,
      left bottom, left top,
      from(#000000),
      color-stop(#000114),
      color-stop(#0a0009),
      color-stop(#000000),
      to(#000114)
   );
   background-image: linear-gradient(
      0deg,
      #000000,
      #000114,
      #0a0009,
      #000000,
      #000114
   );
   background-size: 100% 400%;

   /* Slide-in effect */
   opacity: 0;
   margin-top: -50px;
   /* Moves the admin bar up initially */
}

/* Keyframes for slide-in effect */
@-webkit-keyframes slideInDownWPAdmin {
   from {
      opacity: 0;
      margin-top: -50px;
   }

   to {
      opacity: 1;
      margin-top: 0;
   }
}
@keyframes slideInDownWPAdmin {
   from {
      opacity: 0;
      margin-top: -50px;
   }

   to {
      opacity: 1;
      margin-top: 0;
   }
}

li#markashosting-dev a svg {
   position: relative;
   top: -1px;
}

li#markashosting-dev a {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   background-color: #2a2ad9;
   -webkit-transition: 0.2s;
   -o-transition: 0.2s;
   transition: 0.2s;
}

li#markashosting-dev a:hover {
   background-color: #a23a1b;
}

@-webkit-keyframes animateBg {
   0% {
      background-position: 0% 0%;
   }

   100% {
      background-position: 0% 100%;
   }
}

@keyframes animateBg {
   0% {
      background-position: 0% 0%;
   }

   100% {
      background-position: 0% 100%;
   }
}

*,
*::before,
*::after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   /* Ensure padding and border are included in elementâ€™s width and height */
   margin: 0;
   /* Reset margin for all elements */
   padding: 0;
   /* Reset padding for all elements */
}

a:active,
a:focus,
*:focus,
*:hover {
   outline: none;
   /* Remove focus outline */
   text-decoration: none;
   /* Remove text underline */
   -moz-outline-style: none;
   /* Remove Firefox outline */
}

/* Remove Nitropack Branding */
/* body::after {
  content: "";
  height: 50px;
  position: absolute;
  width: 100vw;
  background: #F3F6F3;
  bottom: -6px;
}

body {
  position: relative;
  overflow-x: hidden;
} */

.elementor-widget-button.vamtam-has-theme-widget-styles.vamtam-has-underline-anim
   .elementor-button
   .elementor-button-content-wrapper::after,
.elementor-widget-button.vamtam-has-theme-widget-styles.vamtam-has-underline-anim
   .elementor-button
   .elementor-button-content-wrapper::before {
   display: none;
}

.credit-dev {
   width: 100%;
   max-width: 260px;
   display: block !important;
   margin: 13px auto 0;
   /* opacity: 0 !important; */
}

.elementor-widget-theme-post-content p {
    text-align: justify;
}

div#main-content > #sub-header {
   display: none;
}

.dialog-type-lightbox.elementor-lightbox
   span.elementor-slideshow__counter.swiper-pagination-fraction.swiper-pagination-horizontal,
.dialog-type-lightbox.elementor-lightbox .elementor-slideshow__title {
   display: none;
}

/* Global Table Styling */
.responsive-table {
   width: 100%;
   border-collapse: collapse;
   border-radius: 12px;
   overflow: hidden;
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
           box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
   background-color: #fff;
   font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
   color: #333;
}

.responsive-table th,
.responsive-table td {
   padding: 16px 20px;
   text-align: left;
   border-bottom: 1px solid #eee;
}

.responsive-table th {
   background-color: #f8f9fa;
   font-weight: 600;
   color: #212529;
}

.responsive-table tr:last-child td {
   border-bottom: none;
}

.responsive-table a {
   color: #007bff;
   text-decoration: none;
   font-weight: 500;
}

.responsive-table a:hover {
   text-decoration: underline;
}

/* Responsive Breakpoint */
@media (max-width: 768px) {
   .responsive-table thead {
      display: none;
   }

   .responsive-table,
   .responsive-table tbody,
   .responsive-table tr,
   .responsive-table td {
      display: block;
      width: 100%;
   }

   .responsive-table tr {
      margin-bottom: 20px;
      border: 1px solid #e6e6e6;
      border-radius: 8px;
      overflow: hidden;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
   }

   .responsive-table td {
      padding: 12px 16px;
      text-align: right;
      position: relative;
   }

   .responsive-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 16px;
      top: 12px;
      font-weight: bold;
      color: #555;
      text-align: left;
   }
}

/* === GLOBAL WRAPPER === */
.gform_wrapper {
   max-width: 720px;
   margin: 0 auto;
   padding: 30px;
   background: #fdfdfd;
   border-radius: 16px;
   -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
           box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
   font-family: "Segoe UI", sans-serif;
   color: #333;
}

/* === FIELD LAYOUT === */
.gform_wrapper .gform_fields {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   gap: 20px;
}

.gform_wrapper .gfield--width-half {
   -webkit-box-flex: 1;
       -ms-flex: 1 1 calc(50% - 10px);
           flex: 1 1 calc(50% - 10px);
   min-width: 260px;
}
.gform_wrapper .gfield--width-full {
   -webkit-box-flex: 1;
       -ms-flex: 1 1 100%;
           flex: 1 1 100%;
}

/* === LABELS === */
.gform_wrapper .gfield_label {
   display: block;
   margin-bottom: 6px;
   font-size: 0.95rem;
   font-weight: 600;
   color: #444;
}

/* === INPUTS, TEXTAREAS, SELECT === */
.gform_wrapper .ginput_container input[type="text"],
.gform_wrapper .ginput_container input[type="email"],
.gform_wrapper .ginput_container input[type="tel"],
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
   width: 100%;
   padding: 12px 15px;
   font-size: 1rem;
   border-radius: 8px;
   border: 1px solid #ccc;
   background: #fff;
   color: #222;
   -webkit-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
}

/* === TEXTAREA === */
.gform_wrapper .ginput_container textarea {
   min-height: 120px;
   resize: vertical;
}

/* === SELECT (DROPDOWN) ENHANCEMENT === */
.gform_wrapper .ginput_container select {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: right 12px center;
   background-size: 16px;
   padding-right: 40px;
}

/* === SELECT PLACEHOLDER STYLE === */
.gform_wrapper .ginput_container select option[value=""],
.gform_wrapper .ginput_container select option:first-child {
   color: #222 !important;
}

/* === FILE UPLOAD FIELD === */
.gform_wrapper .ginput_container_fileupload input[type="file"] {
   padding: 10px;
   border: 1px solid #ccc;
   background: #fff;
   font-size: 0.95rem;
   border-radius: 8px;
   cursor: pointer;
}

/* === FOCUS STATE === */
.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus,
.gform_wrapper .ginput_container select:focus {
   border-color: #007c77;
   outline: none;
   -webkit-box-shadow: 0 0 0 3px rgba(0, 124, 119, 0.15);
           box-shadow: 0 0 0 3px rgba(0, 124, 119, 0.15);
}

/* === ERROR FIELD === */
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
   border-color: #d33;
   background-color: #fff5f5;
}

/* === REQUIRED ASTERISK === */
.gform_wrapper .gfield_required_text {
   color: #d00;
   font-size: 0.85rem;
   font-weight: 400;
   margin-left: 6px;
}

/* === SUBMIT BUTTON === */
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_button {
   display: inline-block;
   background: #daa352 !important;
   color: #fff;
   border: none;
   padding: 14px 28px !important;
   font-size: 1rem;
   font-weight: 600;
   border-radius: 8px;
   cursor: pointer;
   margin-top: 20px;
   -webkit-transition: background 0.3s ease;
   -o-transition: background 0.3s ease;
   transition: background 0.3s ease;
}

.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_button:hover {
   background: #005f5b !important;
}

/* === RESPONSIVE FIX === */
@media (max-width: 600px) {
   .gform_wrapper .gfield--width-half {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
   }
}

.brightwall {
   font-family: "Brightwall", serif, sans-serif !important;
}

.uc_liquid_menu_wrap li ul {
   margin: 0;
}

.prestasi-salimah-carousel-initialized {
   display: block;
   position: relative; /* Needed for positioning controls */
}
.prestasi-salimah-carousel-container {
   width: 100%;
   overflow: hidden;
   position: relative;
}
.prestasi-salimah-carousel-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.prestasi-salimah-carousel-slide {
   -ms-flex-negative: 0;
       flex-shrink: 0;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   padding: 10px;
}

/* --- START: STYLES FOR CONTROLS --- */

/* 1. Arrow Color & Positioning */
.prestasi-salimah-carousel-initialized .swiper-button-prev,
.prestasi-salimah-carousel-initialized .swiper-button-next {
   color: #622c78 !important;
   top: 40%; /* Adjusts vertical position */
}

.prestasi-salimah-carousel-initialized .swiper-button-next,
.prestasi-salimah-carousel-initialized .swiper-button-prev {
   -webkit-transform: scale(0.6);
       -ms-transform: scale(0.6);
           transform: scale(0.6);
}

.prestasi-salimah-carousel-initialized .swiper-button-next {
   right: -25px;
}

.prestasi-salimah-carousel-initialized .swiper-button-prev {
   left: -25px;
}

/* 2. Pagination Dot Colors */
.prestasi-salimah-carousel-initialized .swiper-pagination-bullet {
   background: #d1c4e9 !important; /* Inactive dot color */
   opacity: 1;
}

.prestasi-salimah-carousel-initialized .swiper-pagination-bullet-active {
   background: #622c78 !important; /* Active dot color */
}

/* 3. General Pagination Styling */
.prestasi-salimah-carousel-initialized .swiper-pagination {
   text-align: center;
   margin-top: 10px;
   position: static; /* Ensures it sits below the carousel */
}

.elementor-widget-post-comments.vamtam-has-theme-widget-styles .comment-respond #reply-title.comment-reply-title, .elementor-widget-post-comments.vamtam-has-theme-widget-styles .comments-wrapper .sep-text .content,
.elementor-widget-post-comments.vamtam-has-theme-widget-styles #commentform p.comment-notes {
   font-family: "Inter", Sans-serif;
}

/**** Bukan Responsive */
/* Default styles for larger screens */
@media only screen and (min-width: 1025px) {
   /* Styles for desktops and larger devices */
}

/* Styles for mobile devices (landscape) */
@media only screen and (max-width: 768px) {
   /* Optimize for landscape mobile screens */
}

/* Styles for mobile devices (portrait) */
@media only screen and (max-width: 480px) {
   /* Adjust styles for small screens */
   .elementor-widget-slider_revolution sr7-arrow.sr7-leftarrow {
      margin-left: -70px;
   }

   .elementor-widget-slider_revolution sr7-arrow.sr7-rightarrow {
      margin-right: -70px;
   }

   .elementor-widget-slider_revolution sr7-bullets.sr7-bullets {
      margin-bottom: -30px;
   }
}

/* Styles for extra small devices (very small phones) */
@media only screen and (max-width: 360px) {
   /* Ensure readability on very small devices */
}

        :root {
            --left-thumb-size: 250px;
            --right-thumb-size: 150px;
        }

        .ltp-wrapper {
            display: flex;
            gap: 20px;
            align-items: flex-start;
            flex-wrap: wrap;
            min-height: calc(var(--left-thumb-size) + 130px);
        }

        /* LEFT SIDE */
        .ltp-left {
            flex: 0 0 50%;
            max-width: 50%;
            min-width: 300px;
            display: flex;
            flex-direction: column;
        }

        .ltp-post-left {
            display: flex;
            align-items: stretch;
            gap: 20px;
            height: 100%;
        }

        .ltp-left .ltp-thumb-wrapper {
            width: var(--left-thumb-size);
            height: var(--left-thumb-size);
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
            background: #eee;
            margin-bottom: 15px;
            border-radius: 12px;
        }

        /* RIGHT SIDE */
        .ltp-right {
            flex: 1 1 auto;
            max-width: 45%;
            min-width: 250px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .ltp-right .ltp-post {
            display: flex;
            gap: 15px;
            align-items: center;
            height: var(--right-thumb-size);
        }

        .ltp-right .ltp-thumb-wrapper {
            width: var(--right-thumb-size);
            height: var(--right-thumb-size);
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
            background: #eee;
            border-radius: 12px;
        }

        /* THUMBNAILS */
        .ltp-thumb-wrapper img {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* LINKS & TEXT COLOR */
        h5.ltp-post-title {
            line-height: 24px;
        }
        h5.ltp-post-title a {
            color: #DBA452;
            text-transform: capitalize;
            text-decoration: none;
            font-size: 18px;
        }
        h5.ltp-post-title a:hover {
            text-decoration: none;
            color: #fcfbfb;
        }

        .ltp-post-date,
        p.ltp-post-excerpt {
            color: #fff;
            font-size: 16px !important;
            margin: 0;
            font-family: "Inter";
        }

        .ltp-post-date {
            font-size: 12px !important;
            margin-bottom: 5px;
        }

        .ltp-right .ltp-post {
            margin-bottom: 30px;
        }

        /* CONTENT */
        .ltp-post-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            overflow: hidden;
        }

        /* Left excerpt fills available space */
        .ltp-post-left .ltp-post-excerpt {
            font-size: 16px !important;
            line-height: 24px !important;
            flex-grow: 1;
            overflow-y: auto;
        }

        /* Right excerpt clamp */
        .ltp-right .ltp-post-excerpt {
            font-size: 0.9rem;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .ltp-wrapper {
                flex-direction: column;
                min-height: auto;
            }
            .ltp-left, .ltp-right {
                max-width: 100%;
                min-width: auto;
                flex: 1 1 100%;
            }
            .ltp-post-left {
                flex-direction: column;
                height: auto !important;
            }
            .ltp-left .ltp-thumb-wrapper,
            .ltp-right .ltp-thumb-wrapper {
                width: 100% !important;
                height: 200px !important;
                margin-bottom: 0;
                margin-right: 15px;
            }
            .ltp-right .ltp-post {
                height: auto !important;
                flex-direction: column;
            }
            .ltp-post-excerpt {
                overflow: visible !important;
                -webkit-line-clamp: unset !important;
            }
        }
    