body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    color:#000;
    
}

.telex-regular {
  font-family: "Telex", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.vline{
    background-color: #fff !important;
    width: 1px;
    height: 2rem;
    margin: 1px;
}

.btn-blue{
    margin: 10px 0;
    background-color: #0d47a1;
    color: #fff;
}

.btn-blue a{
    color:inherit;
    text-decoration: none;
}

.btn-blue:hover {
    background-color: #fff;
    color: #0d47a1;
    border: #0d47a1 solid 1px;
}

.btn-blue::after{
    content:" ";
    position:absolute;
    top:0;
    right: 0;
    background-color: #e3f2fd;
    color: #0d47a1;
    transition: all 2s ease-in;
    width: 0px;
    height: 100%;
}

.btn-blue:hover::after{
    width: 100%;
    color: #e3f2fd;
    background-color: #0d47a1;
}

.btn-white{
    margin: 10px 0;
    background-color: #fff;
    color: #0d47a1;
}

.btn-white a{
    color:inherit;
    text-decoration: none;
}

.btn-white:hover {
    background-color: #0d47a1;
    color: #fff;
    border: #fff solid 1px;
}
.navbar {
    background-color: #0d47a1;
    align-items: center;
    justify-content: center;
    /* Warna biru tua untuk navbar */
   /* border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
}

.navbar-brand,
.nav-link {
    color: #fff !important;
    font-weight: bold;
}

.hero-section {
    background: linear-gradient(to right, #0d47a1, #42a5f5);
    /* Gradient biru */
    color: #fff;
    padding: 80px 0;
    text-align: center; 
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    /* Backround url : background-image (url) background-repeat background-size/background-position */
    /* background: url('../Image/CoProfile\ Cover\ elemen01.png') no-repeat center center/cover; */
    background-image: url('../Image/CoProfile\ Cover\ elemen01.png');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: bottom right;
    /* Placeholder untuk gambar latar belakang */
    opacity: 0.5;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Backround url : background-image (url) background-repeat background-size/background-position */
    /* background: url('../Image/CoProfile\ Cover\ elemen01.png') no-repeat center center/cover; */
    background-image: url('../Image/CoProfile\ Cover\ elemen01.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 150px;
    transition: all 2s ease-in-out;
    /*     transition: opacity 2s ease-in-out; */
    /* Placeholder untuk gambar latar belakang */
    opacity: 0.5;
    z-index: 1;
}

.hero-section:hover::before {
    background-position: center 200px;
    opacity: 0.2;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0d47a1;
    margin-bottom: 40px;
    text-align: center;
}

.iframe{
    width: 100%;
    max-height: 100%;
    height: 1080px;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
}

.vision-mission-section {
    padding: 60px 0;
    background-color: #fff;
    border-radius: 20px;
    margin-top: -30px;
    /* Sedikit naik ke hero section */
    position: relative;
    z-index: 3;
}

#visi-misi{
    background-color: #fff;
}

.icon-square {
    width: 60px;
    height: 60px;
    background-color: #0d47a1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-box {
    background-color: #e3f2fd;
    /* Biru muda */
    padding: 30px;
    border-radius: 15px;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.service-box .icon {
    font-size: 2rem;
    color: #0d47a1;
    margin-right: 20px;
}

.faq-section {
    background-color: #fff;
    padding: 60px 0;
    border-radius: 20px;
}

.accordion-button {
    background-color: #e3f2fd !important;
    color: #0d47a1 !important;
    font-weight: bold;
    border-radius: 10px !important;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#selayang-pandang{
    padding: 20px;
}
#selayang-pandang p{
    color: #000;
    text-align:justify;
}
.accordion-body {
    background-color: #f8f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.carousel-item img {
    width: 5em;
    height: auto;
}

.youtube-logo::before {
    content: "";
    /* Penting! Tetap butuh content, meskipun kosong */
    background: url('../Image/Rounded_Youtube.png') no-repeat center center;
    /* Atur background */
    background-size: contain;
    /* atau 'cover' atau ukuran spesifik seperti '1.5rem 1.5rem' */
    display: inline-block;
    /* Agar width dan height bekerja */
    width: 2rem;
    /* Sesuaikan ukuran yang diinginkan */
    height: 2rem;
    /* Sesuaikan ukuran yang diinginkan */
    vertical-align: middle;
    /* Untuk mensejajarkan dengan teks */
    margin-right: 0.5rem;
    /* Tambahkan sedikit jarak dari teks */
}

.instagram-logo {
    content: "";
    /* Penting! Tetap butuh content, meskipun kosong */
    background: url('../Image/Rounded_Instagram.png') no-repeat center center;
    /* Atur background */
    background-size: contain;
    /* atau 'cover' atau ukuran spesifik seperti '1.5rem 1.5rem' */
    display: inline-block;
    /* Agar width dan height bekerja */
    width: 2rem;
    /* Sesuaikan ukuran yang diinginkan */
    height: 2rem;
    /* Sesuaikan ukuran yang diinginkan */
    vertical-align: middle;
    /* Untuk mensejajarkan dengan teks */
    margin-right: 0.5rem;
    /* Tambahkan sedikit jarak dari teks */
}

.whatsapp-logo {
    content: "";
    /* Penting! Tetap butuh content, meskipun kosong */
    background: url('../Image/Rounded_WhatsApp.png') no-repeat center center;
    /* Atur background */
    background-size: contain;
    /* atau 'cover' atau ukuran spesifik seperti '1.5rem 1.5rem' */
    display: inline-block;
    /* Agar width dan height bekerja */
    width: 2rem;
    /* Sesuaikan ukuran yang diinginkan */
    height: 2rem;
    /* Sesuaikan ukuran yang diinginkan */
    vertical-align: middle;
    /* Untuk mensejajarkan dengan teks */
    margin-right: 0.5rem;
    /* Tambahkan sedikit jarak dari teks */
}

.facebook-logo{
  	content: "";
	background: url('../Image/Rounded_Facebook.png') no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
	margin-right:0.5rem;
}
.box {
    background-color: #0d47a1;
    --mask:
        radial-gradient(49.19px at 50% calc(100% - 66px), #000 99%, #0000 101%) calc(50% - 44px) 0/88px 100%,
        radial-gradient(49.19px at 50% calc(100% + 44px), #0000 99%, #000 101%) 50% calc(100% - 22px)/88px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.footer {
    background-color: #0d47a1;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    /* border-top-left-radius: 50px;
            border-top-right-radius: 50px; */
}

.footer .logo-placeholder {
    width: 10rem;
    height: 10rem;
    background: url('../Image/logo\ saliem_goup\ 01.png') no-repeat center/cover;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 auto 20px auto;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* font-size: 1.5rem; */
    /* font-weight: bold; */
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.footer-links ul li a:hover {
    color: #ccc;
}

.mb {
    margin-bottom: 20px;
}

@media (prefers-reduced-motion: no-preference) {
    .fade-in {
        opacity: 0;
        scale: 0.9;
        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: 50px 36%;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            scale: 1;
        }

    }
}

.animation {
    view-timeline-name: --subjectReveal;
    animation-timeline: --subjectReveal;

    animation-name: appear;
    animation-fill-mode: both;
    animation-duration: 1ms;
    /* Firefox requires this to apply the animation */
}


.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

.active.fade-up {
    animation: fade-up 1s ease-in;
}

@keyframes appear {
    from {
        opacity: 0;
        transform: scaleX(0);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
