.height-company-1 {
    height: 70vh;
}

.height-company-2 {
    height: 75vh;
}

.bg-blue {
    background-color: #182F73 !important;
    color: #fff;
}

.bg-green {
    background-color: #32893D !important;
}

.bg-company {
    background-image: url('https://dutaelokpersada.com/public/images/dep/about/[dep]-02a---perusahaan-01.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.bg-visi {
    background-image: url('https://dutaelokpersada.com/public/uploads/content-management/about_visimisi.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

/* Styling for WhatsApp button */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    background-color: #25D366;
    color: white;
    border-radius: 30px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 16px;
    z-index: 999999;
}

/* Hover effect */
.whatsapp-btn:hover {
    background-color: #1EBE54;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateX(50%) scale(1.05);
}

/* Floating button icon */
.whatsapp-btn i {
    font-size: 28px;
    margin-right: 10px;
}

/* Text next to icon */
.whatsapp-text {
    font-size: 16px;
    line-height: 1;
}

.width-profile {
    width: 300px;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.social-icons.social-icons-colored .social-tiktok a,
.social-icons.social-icons-colored-hover .social-tiktok a:hover {
    background: linear-gradient(45deg, #25F4EE, #FE2C55, #D60087);
}