p {
    
    font-family: 'Rubik';
}

h2.custom-title.mb-32.tmp-scroll-trigger.tmp-fade-in.animation-order-1 {
    color: var(--color-primary);
    
}
.experiences-wrapper .experiences-wrap-left-content .experience-content {
    margin-bottom: 30px;
}
@media (min-width: 576px) {
    .contact-inner .title-left {
        font-size: 51px;
        line-height: 58px;
    }
}
.floating-menu {
  display: none;
}
.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    -webkit-text-stroke: 1px var(--color-heading); 
    
           color: black;
    }
 
@media (max-width: 768px) { /* atau sesuaikan ukuran mobile yang kamu mau */
  .floating-menu {
    display: block;
  }
}
.home .our-supported-company-area .row {
    border: none;
}

p.disc {
    font-family: 'Rubik';
}
.actions-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
   width: 100%;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a {
 
    display: flex!important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.single-program .section-head .title {
    color: #2e3381;
}
.header-one .header-content .logo img,
.logo img {
    max-width: max-content;
    max-width: 100%;
    max-height: 100px;
}
section#single-program-01 {
    background: url(https://pawpawproject.com/demo/solafide/wp-content/uploads/2025/04/bg-biru.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a {
    padding: 4px 12px !important;
    color: var(--color-heading) !important;
    position: relative;
    display: inline-block;
    font-size: 1.75rem;
}/* Switcher button */
.mode-switcher {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--background-color);
    color: var(--text-color);
    border: 1px solid var(--text-color);
    padding: 10px 15px;
    border-radius: 30px;
    cursor: pointer;
    z-index: 999;
}

.ready-chatting-option label {
    background: #25d366;
}
img.custom-logo {
    height: 100px;
    width: auto;
    max-width: 100%;
}
.page p {
    margin-bottom: 20px;
    color: var(--color-gray);
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.copyright-area-one .main-wrapper ul li.footer-read-our a {
    color: var(--color-gray);
}
.logo, .tmp-header-right {
  flex: 1;
}

.tmp-mainmenu-nav {
  flex: 0;
  text-align: center;
}

.floating-menu {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.menu-button {
  background-color: #2e3381;
  color: #fff;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  text-align: center;
  white-space: nowrap;
}

.menu-button:hover {
  background-color: #2e3381;
  transform: scale(1.05);
    color: #fff;
}

.wp-block-quote.is-layout-flow {
  padding: 30px;
  border-radius: 20px;
  background: var(--color-gray-2); /* Pastikan variabel ini didefinisikan */
  z-index: 1;
  position: relative;
  margin: 0; /* Reset margin default blockquote */
}

/* Gaya untuk breakpoint kecil (sesuaikan jika perlu) */
@media (max-width: 767px) { /* Atau gunakan nilai yang sesuai dengan $sm-layout */
  .wp-block-quote.is-layout-flow {
    padding: 25px;
  }
}

.wp-block-quote.is-layout-flow p {
  color: var(--color-gray); /* Pastikan variabel ini didefinisikan */
  font-family: var(--font-secondary); /* Pastikan variabel ini didefinisikan */
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 19px;
}

.wp-block-quote.is-layout-flow h3.author {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  color: var(--color-heading); /* Pastikan variabel ini didefinisikan */
  font-family: var(--font-primary); /* Pastikan variabel ini didefinisikan */
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}

.wp-block-quote.is-layout-flow h3.author::after{
    position: absolute;
    content: '';
    left: 0;
    top: 47%;
    height: 2px;
    width: 40px;
    background: var(--color-primary); /* Pastikan variabel ini didefinisikan */
    z-index: 10;
}

.wp-block-quote.is-layout-flow::before { /* Menggunakan ::before karena tidak ada elemen span di HTML baru */
    content: "\f10e"; /* Ikon Font Awesome quote-right */
    font-family: "Font Awesome 6 Pro"; /* Ganti dengan Font Awesome versi dan style yang sesuai */
    font-weight: 300;
    color: var(--color-primary); /* Pastikan variabel ini didefinisikan */
    font-size: 160px;
    opacity: 0.09;
    position: absolute;
    right: 10px;
    line-height: 0;
    display: inline-block;
    bottom: -27px;
}

/* Jika ingin memposisikan author (cite) dibawah paragraph gunakan ini */
.wp-block-quote.is-layout-flow p + h3.author {
  margin-top: 20px; /* Sesuaikan jarak sesuai kebutuhan */
}

button.accordion-button {
    color: var(--color-gray);
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
}
.accordion-button:not(.collapsed) {
    color: #2e3381;
    background-color: #e0e1f5; /* warna latar belakang yang cocok dengan #2e3381 */
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-body ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}

/* SINGLE PROGRAM */
.service-card-icon img {
        max-width: 160px;
}


.footer-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    .footer-bg-img {
        position: absolute;
        left: 84px;
        top: 60px;
        z-index: -1;

        img {
            animation: sppeen-box 70s linear infinite;
        }
    }
}


@keyframes sppeen-box {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.footer-style-one-wrapper,
.footer-style-two-wrapper {
    background: var(--color-gray-2);
}

.footer-style-one,
.footer-style-two {
    .ft-title {
        color: var(--color-heading);
        font-family: var(--font-primary);
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

/*================================
   Footer Style One
  ================================*/
.footer-style-one {
    .description {
        color: var(--color-heading);
        font-family: var(--font-primary);
        font-weight: 400;
        margin-top: 22px;
        font-size: 50px;
        line-height: 60px;

        @media (min-width: 992px) {
            font-size: 50px;
            line-height: 1.2;
        }

        @media #{$large-mobile} {
            font-size: 40px;
            line-height: 45px;
        }


        span {
            font-weight: 700;
        }
    }
}


/*================================
   Footer Style two
  ================================*/
.footer-style-two {
    .logo {
        margin-bottom: 30px;
    }

    .description {
        color: var(--color-gray);
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .row {
        --bs-gutter-y: 0;
    }

    .quick-link-wrap {
        margin-top: 20px;
        @media (min-width: 576px) {
            margin-left: 0;
            margin-top: 0;
        }
    }

    .contact-wrap {
        margin-top: 20px;
        @media (min-width: 576px) {
            margin-left: 0;
            margin-top: 0;
        }
    }
}

/*================================
   Newsletter Form 1
  ================================*/
.newsletter-form-1 {
    display: flex;
    align-items: center;
    padding-bottom: 19px;
    border-bottom: 2px solid var(--color-border);
    max-width: 330px;
    input {
        padding: 0;
        color: #fff;
        padding-right: 20px;
        border: 0 none;
        &::placeholder {
            color: #FFF;
            font-family: var(--font-secondary);
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
        }
    }
    button {
        max-width: max-content;
        margin-left: auto;
        border: none;
    }
    .form-icon {
        font-size: 16px;
        font-weight: 900;
        color: var(--color-heading);
        cursor: pointer;
    }
}

/*================================
   Single Footer Wrapper
  ================================*/
.single-footer-wrapper {
    &.quick-link-wrap {
        @media (min-width: 768px) {
            margin-left: 80px;
        }
    }
    .social-link {
        margin-top: 30px;
    }
}

/*================================
   FT Link
  ================================*/
.ft-link {
    li {
        margin-top: 0;
        margin-bottom: 8px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    &.v2 {
        li {
            margin-top: 0;
            margin-bottom: 22px;
            gap: 15px;

            span {
                border: 1px solid var(--color-border);
                width: 50px;
                height: 50px;
                min-width: 50px;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    a {
        color: var(--color-heading);
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

    li {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--color-heading);
        font-family: var(--font-secondary);

        span {
            min-width: 40px;
            min-height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid var(--color-border);
            border-radius: 100px;
            color: var(--color-heading);
            background: transparent;
        }

        .ft-link-wrap {
            .link-title {
                color: var(--color-gray);
                font-family: var(--font-secondary);
                font-size: 14px;
                font-weight: 400;
                line-height: 160%;
                margin-bottom: 0;
            }
        }

        a {
            color: var(--color-heading);
            font-family: var(--font-secondary);
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
        }
    }
}

.contact-wrap {
    .ft-link {
        li {
            margin-bottom: 15px;
        }
    }
}


/*================================
   Copyright Area One
  ================================*/
.copyright-area-one {
    background: var(--color-gray-2);
    .main-wrapper {
        border-top: 1px solid var(--color-border);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 28px 0;
        flex-wrap: wrap;

        @media (min-width: 576px) {
            gap: 20px;
        }

        @media (min-width: 700px) {
            justify-content: space-between;
        }

        .copy-right-para {
            color: var(--color-gray);
            font-family: var(--font-secondary);
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            margin-bottom: 0;
            text-align: center;
        }

        ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;

            @media (min-width: 350px) {
                justify-content: inherit;
                gap: 10px;
            }

            @media (min-width: 768px) {
                gap: 15px;
            }

            li {
                margin: 0;

                a {
                    color: var(--color-heading);
                    font-family: var(--font-secondary);
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 30px;

                    &:hover {
                        color: var(--color-primary);
                    }
                }
            }

        }
    }
}

/*================================
   Newslatter
  ================================*/
.newslatter {
    border-radius: 20px;
    border: 1px solid rgba(159, 159, 159, 0.20);
    padding: 25px 25px 25px 25px;
    margin-top: 20px;
    @media (min-width: 992px) {
        margin-top: 0;
        padding: 40px 40px 30px 40px;
    }
    @media #{$lg-layout} {
        padding: 20px;
    }
    @media #{$md-layout} {
        padding: 20px;
    }
    @media #{$sm-layout} {
        padding: 20px 10px;
    }

    .title {
        color: var(--color-heading);
        font-family: var(--font-primary);
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 0;
    }

    .para {
        margin: 7px 0 0 0;
        color: var(--color-gray);
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        @media #{$sm-layout} {
            font-size: 14px;
            line-height: 23px;
        }
    }

    .newsletter-form-1 {
        border-radius: 999px;
        border: 1px solid #9f9f9f33;
        padding: 5px 5px 5px 30px;
        margin-top: 20px;

        .form-icon {
            min-width: 52px;
            min-height: 52px;
            background: var(--color-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100px;

            &:hover {
                background: var(--color-primary);
                color: #ffffff;
            }

        }
    }
}



.footer-style-4 {
    .description {
        font-size: 17px;
        color: var(--color-body);
        font-family: var(--font-secondary);
    }
}

.tmp-footer-area-style-net{
    .footer-style-3 .tmp-call-to-action.style-8 {
        background-image: none !important;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 100px 0;
        background: #1b1b1c;
        @media #{$large-mobile} {
            padding: 50px 0;
        }
    }

    .bg_patern-1 {
        position: relative;
        z-index: 1;
        background-image: none !important;
        background-color: rgba(27, 27, 28, 0.5568627451) !important;
        &::after{
            background-size: auto !important;
            background-repeat: repeat !important;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-image: url(../images/bg/patern.svg) !important;
            z-index: -1;
            opacity: 0.5;
        }
    }
    .inner{
        *{
            font-weight: 400;
        }
        .title{
            font-size: 60px;
            @media #{$md-layout} {
                font-size: 48px;
            }
            @media #{$sm-layout} {
                font-size: 40px;
            }
            @media #{$large-mobile} {
                font-size: 26px;
            }
        }    
    }  
}

.copyright-style-net{
    padding: 20px 0;
    border-top: 1px solid #9d9dff0d;
    .tmp-menu{
        padding: 0;
        margin: 0 -10px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
        @media #{$md-layout} {
            justify-content: center;
        }
        @media #{$sm-layout} {
            justify-content: center;
        }
        li{
            a{
                font-weight: 500;
            }
        }
    }
    .copyright-center{
        ul{
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 10px;
            li{
                margin: 0;
                padding: 0;
                a{
                    height: 45px;
                    width: 45px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #1b1b1c;
                    border-radius: 50%;
                    i{
                        color: #fff;
                    }
                }
            }
        }
    }
}


.accordion-item:first-of-type .accordion-button {
    color: #fff;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background: #2e3381;
}

.accordion-body ul li {
  position: relative;
  padding-left: 25px; /* Spasi untuk ikon */
  list-style: none;
}

.accordion-body ul li::before {
  content: "\f00c"; /* Unicode untuk ikon check Font Awesome */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900; /* Untuk solid icon */
  position: absolute;
  left: 0;
  top: 0;
  color: green; /* Warna ikon */
}
.tmp-btn {
    
    background: linear-gradient(135deg, #b6262b, #e94e77, #ff9a8b, #6e1e62);
    background: linear-gradient(135deg, #8f1c20, #b6262b, #d4474c, #f28c8e);
}
.sci-section-facilities {
    background-image: url('https://jimmysudirgo.com/staging/wp-content/uploads/2025/06/bg-section-facilities-single-program.png');
}
.sci-section-facilities .tmp-link-animation a {
    color: #fff;
}
.sci-section-facilities .service-card-v1 {
    
    border: 1px solid rgba(255, 255, 255, 0.16);
  
}
.sci-section-facilities .section-head .title {
    color: #ffffff;
}

/*.tmp-mainmenu-nav .tmp-mainmenu > li > a {
    color: #474c50 !important;
}*/

@media (min-width: 1200px) {
    .experiences-wrapper .experiences-wrap-left-content {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
}
.sp-outline-note {
    margin-top: 50px;
}
.single-program .service-card-v1 {
    padding: 40px 20px;
}

.service-card-v1:hover {
  background: linear-gradient(45deg, #2e3381, #b6262b);
}
.service-card-v1:hover .service-title {
  color: #ffffff;
}
.service-card-v1 {
/*   transition: background 0.5s ease; */
}

.service-card-v1:hover {
  background: linear-gradient(45deg, #2e3381, #b6262b);
}

.service-card-v1 .service-title {
/*   transition: color 0.5s ease; */
}

.service-card-v1:hover .service-title {
  color: #ffffff;
}

.service-card-v1 .service-card-icon img {
/*   transition: filter 0.5s ease; */
}

.service-card-v1:hover .service-card-icon img {
  filter: grayscale(100%);
}
.contact-info .para {
    padding: 0 30px;
}

/* Single Program */

.accordion-body ul li {
    font-family: var(--font-secondary);
}

.tmp-white-version p {
  color: #5d6570;
}