h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}
body {
    font-family: "Montserrat", sans-serif;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
@keyframes blinkShadow {
    0% {
        box-shadow: 0 0 10px 5px rgba(255, 87, 51, 0.3);
    }
    50% {
        box-shadow: 0 0 30px 15px rgba(255, 87, 51, 0.3);
    }
    100% {
        box-shadow: 0 0 10px 5px rgba(255, 87, 51, 0.3);
    }
}
.back-to-top {
    position: fixed;
    right: 45px;
    bottom: 150px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: #ff5733;
    color: white;
    border-radius: 50%;
    animation: blinkShadow 1.5s infinite;
}
.btn {
    font-weight: 600;
    transition: .5s;
}
.btn-square {
    width: 32px;
    height: 32px;
}
.btn-sm-square {
    width: 34px;
    height: 34px;
}
.btn-md-square {
    width: 44px;
    height: 44px;
}
.btn-lg-square {
    width: 56px;
    height: 56px;
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}
.btn.btn-primary {
    background: linear-gradient(45deg, #e83963, #fe8704) !important;
    border: #000 1px solid;
    box-shadow: inset 0 0 0 0 var(--bs-red);
}
.btn.btn-primary:hover {
    box-shadow:rgba(0, 0, 0, .5) 1px;
    background: linear-gradient(45deg, #d80839, #c86700) !important;
}
.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-red);
}
.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 rgba(190, 137, 142, 0.9);
    color: var(--bs-light) !important;
}
.btn-hover {
    transition: 0.5s;
}
.btn-hover:hover {
    color: var(--bs-secondary) !important;
}
.section-title {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-orange);
}
.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}
.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}
.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}
.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}
@media (max-width: 768px) {
    .section-title .sub-style::before,
    .section-title .sub-style::after,
    .sub-title::before,
    .sub-title::after {
        display: none;
    }
    .section-title .sub-style,
    .sub-title {
        text-align: center; 
        margin: 0 auto; 
    }
    .section-title h1,
    .sub-title {
        font-size: 1.5rem; 
    }
}
@media (max-width: 576px) {
    .section-title h1,
    .sub-title {
        font-size: 1.32rem; 
    }
}
.fixed-top .container {
    transition: 0.5s;
}
.topbar {
    padding: 2px 10px 2px 20px;
    background: linear-gradient(45deg, rgb(232, 57, 99), rgb(254, 135, 4)) !important;
    position: relative;
}
.topbar a,
.topbar a i {
    transition: 0.5s;
}
.topbar a:hover,
.topbar a i:hover {
    color: rgb(144, 206, 254) !important;
}
@media (max-width: 576px) {
    .topbar {
        display: none; 
    }
}
@media (min-width: 577px) {
    .topbar {
        display: block; 
    }
    .topbar {
        padding: 10px 20px 10px 40px;
    }
}
@media (max-width: 768px) {
    .content-section {
        padding: 10px;
    }
    .content-text {
        text-align: center;
    }
    .content-image {
        width: 100%;
        height: auto;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .container {
        padding: 0 15px; 
    }
    .content-text h1,
    .content-text h2 {
        font-size: 18px;
        text-align: center;
    }
    .info-card {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
    }
    .info-icon {
        font-size: 14px;
        padding: 8px;
    }
    .info-text {
        font-size: 14px;
    }
}
/* .navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-red) !important;
}
.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}
.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
    border-radius: 0; 
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    border-radius: 0; 
    border-bottom: 1px solid #ddd; 
    display: flex;
    align-items: center; 
    justify-content: space-between;
}
.navbar .navbar-nav .nav-item .dropdown-item .submenu-arrow {
    margin-left: 15px; 
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    border-radius: 0; 
}
.navbar .nav-item .dropdown-menu {
    display: none;
    position: absolute;
    background-color: var(--bs-light);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 1000;
}
.navbar .nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease;
}
.navbar .navbar-nav .nav-item {
    position: relative; 
}
.navbar .navbar-nav .nav-item .dropdown-menu .submenu {
    display: none;
    position: absolute;
    top: 0; 
    left: 100%; 
    background-color: var(--bs-light);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    max-height: 300px; 
    overflow-y: auto; 
    visibility: hidden;
    opacity: 0;
    z-index: 1050; 
    transition: opacity .3s ease, top .3s ease; 
}
.navbar .nav-item .dropdown-menu > .dropdown-item:hover + .submenu,
.navbar .nav-item .dropdown-menu .submenu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    top: auto; 
    z-index: 1050;
    transition: opacity .3s ease, top .3s ease;
}
.navbar .nav-item .dropdown-menu .submenu .dropdown-item:hover {
    background: var(--bs-orange);
    color: var(--bs-white);
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}
.dropdown .dropdown-menu a:hover {
    background: var(--bs-orange);
    color: var(--bs-white);
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }
    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}
@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: linear-gradient(to right, rgba(255, 165, 0, 0.9), rgba(255, 0, 0, 0.9)) !important;
        transition: .5s;
    }
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
} */
.header-carousel {
    position: relative; 
}
.header-carousel .owl-nav .owl-prev {
    visibility: hidden;
}
.header-carousel .owl-nav .owl-next {
    visibility: hidden;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
@media (max-width: 576px) {
    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
}
.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 500px; 
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }
}
.carousel-caption.text-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.header-carousel-item:hover .carousel-caption.text-hidden {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear 0s;
}
.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5); 
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
}
.header-carousel-item img {
    transition: opacity 0.5s ease;
}
.header-carousel-item:hover img {
    opacity: 0.7;
}
.contact-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-button {
    background: linear-gradient(45deg, rgb(232, 57, 99), rgb(254, 135, 4)) !important;
    color: white;
    padding: 25px;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    width: 150px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: #000 solid 1px;
}
.text-animation {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform 0.6s ease, opacity 0.6s ease; 
}
.contact-btn:hover .text-animation {
    animation: rotateText 1s ease-in-out forwards; 
}
@keyframes rotateText {
    0% {
        transform: translate(-50%, -50%) rotate(0deg); 
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg); 
        opacity: 0; 
    }
}
.contact-icons {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.contact-btn:hover .contact-icons {
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0.6s ease; 
}
.contact-btn:hover .contact-button {
    display: none;
}
.contact-icon, .support-icon {
    background: linear-gradient(45deg, rgb(232, 57, 99), rgb(254, 135, 4)) !important;
    padding: 15px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
    width: 50px; 
    height: 50px; 
    text-align: center;
}
.contact-icon:hover, .support-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.contact-icon.whatsapp:hover {
    background-color: green;
}
.contact-icon.email:hover {
    background-color: blue;
}
.contact-support .support-icon {
    background: linear-gradient(45deg, rgb(232, 57, 99), rgb(254, 135, 4)) !important;
    width: 150px; 
    height: 50px;
    border-radius: 8px; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.6s ease, visibility 0.6s ease; 
}
.contact-support .support-icon:hover {
    transform: scale(1.1); 
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.contact-btn:hover .support-icon {
    opacity: 1;
    visibility: visible;
}
.icon-text {
    display: none; 
    position: absolute;
    left: 60px; 
    top: 50%;
    transform: translateY(-50%); 
    background: linear-gradient(45deg, rgb(232, 57, 99), rgb(254, 135, 4)) !important;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap; 
}
.contact-icon:hover .icon-text {
    display: block;
}
.contact-support .support-icon:hover .icon-text {
    display: none;
}
.contact-support .support-icon:hover i {
    animation: rotateIcon 0.5s ease-in-out; 
}
@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-breadcrumb {
    background: linear-gradient(45deg, rgb(232, 57, 99), rgb(254, 135, 4)) !important;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 160px 0 60px 0;
}
@media (max-width: 1000px) {
    .bg-breadcrumb {
        padding: 80px 0 60px 0;
    }
}
.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.service .service-item .service-img img {
    transition: 0.5s;
}
.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}
.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}
.service .service-item .service-img:hover img {
    transform: scale(1.3);
}
.service .service-item .service-content {
    position: relative;
    z-index: 2;
}
.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 185, 217, .5);
    transition: 0.5s;
    z-index: 3;
}
.service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height: 100%;
}
.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}
.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}
.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;
}
.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}
.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}
.feature .feature-item:hover::before {
    width: 100%;
}
.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}
.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}
.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}
.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}

.video {
    position: relative;
}
.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
}
.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}
.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}
.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
#videoModal {
    z-index: 99999;
}
#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}
#videoModal .modal-body {
    position: relative;
    padding: 0px;
}
#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}
.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}
.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}
.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}
.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}
.team .team-item .team-content h5 {
    color: black;
    transition: 0.5s;
}
.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}
.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.testimonial {
    background: linear-gradient(45deg, rgb(232, 57, 99), rgb(254, 135, 4)) !important; /*, url(../img/logo.png)*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}
.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid var(--bs-white);
}
.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}
.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #131313;
    color: #d8d0c8;
    transition: 0.5s;
}
.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #131313;
    color: #d8d0c8;
    transition: 0.5s;
}
.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}
.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}
.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}
@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}
.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}
.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-orange);
}
.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}
.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}
.blog .blog-item .blog-img img {
    transition: 0.5s;
}
.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}
.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}
.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.contact {
    background: linear-gradient(to right, #21b1d4, #0d6efd), url(../img/carousel-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}
.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}
.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}
.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}
.sub-title {
    color: black;
}
.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}
.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../img/14979247_SL_060521_43530_09.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
}
.footer .footer-item {
    color: white;
}
.footer-logo-img {
    width: 100%; 
    height: auto; 
    margin-bottom: 10px; 
    object-fit: contain; 
}
.footer-heading {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-links {
    list-style: none;
    padding-left: 0;
}
.footer .footer-links li {
    margin-bottom: 10px;
}
.footer .footer-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}
.footer .footer-links a:hover {
    color: #21b1d4;
}
.footer .footer-links i {
    margin-right: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}
.footer .footer-links a:hover i {
    transform: translateX(5px);
}
.footer {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.footer-show {
    opacity: 1;
    transform: translateY(0);
}
@keyframes footer-fadeInUp {
    from {
        opacity: 0.4;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.footer-show {
    animation: footer-fadeInUp 2.5s forwards;
}
.footer-hide {
    animation: footer-fadeOutDown 2.5s forwards;
}
.footer, .footer-item {
    opacity: 0;
    transform: translateY(0px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.footer-show, .footer-item-show {
    opacity: 1;
    transform: translateY(0);
}
.footer-hide, .footer-item-hide {
    opacity: 0.4;
    transform: translateY(0px);
}.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: flex-start; 
}
.social-icon {
    color: #333;
    font-size: 28px;
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    padding: 14px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icon:hover {
    color: #fff;
    background-color: #ff5733;
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 87, 51, 0.8);
}
.table {
    width: 100%;
    color: white;
    margin-top: 20px;
}
.table th, .table td {
    padding: 8px 12px;
    text-align: left;
}
.table th {
    background-color: #ff5733;
    color: white;
}
.table td {
    background-color: rgba(0, 0, 0, 0.5);
}
.copyright {
    background: var(--bs-dark) !important;
}
.contact-detail .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #f4f6fa; 
    padding: 20px;
    border-radius: 10px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    transition: padding 0.3s ease, box-shadow 0.3s ease; 
    min-height: 120px; 
    flex: 1; 
}
.contact-detail .detail-item:hover {
    padding: 25px; 
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}
.contact-detail .detail-item:hover .icon-box {
    background-color: var(--bs-secondary); 
}
.contact-detail .detail-item:hover .icon-box i {
    color: #fff; 
}
@media (max-width: 768px) {
    .contact-info h2 {
        font-size: 24px; 
    }
    .contact-detail .detail-item p {
        font-size: 14px; 
    }
    .contact-info .col-lg-6 {
        flex: 0 0 100%; 
    }
}
.contact-info {
    background-color: #f8f9fa; 
    padding: 50px 0;
    color: #000; 
    opacity: 0; 
    transform: translateY(30px); 
}
.contact-info h2 {
    color: var(--bs-primary); 
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}
.contact-detail .detail-item .icon-box {
    background-color: var(--bs-primary);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    flex-shrink: 0 !important;
}
.contact-detail .detail-item .icon-box i {
    color: var(--bs-white); 
    font-size: 20px;
}
.contact-detail .detail-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.contact-info.visible, .contact-detail .detail-item.visible {
    animation: fadeInUp 1s ease-out forwards;
}
.contact-detail .detail-item {
    animation-delay: 0.9s;
}
@media (max-width: 768px) {
    .contact-info {
        padding: 30px 0;
    }
    .contact-info h2 {
        font-size: 24px;
    }
    .contact-detail .detail-item p {
        font-size: 14px;
    }
    .contact-info .col-lg-6 {
        flex: 0 0 100%;
    }
}
.highlight-blue {
    color: orangered; 
    text-align: center;
    font-size: 36px; 
}
.highlight-black {
    color: #000000; 
    font-size: 36px; 
    text-align: center;
}
.bg-breadcrumb {
    position: relative;
    background-color: #f8f9fa; 
    overflow: hidden; 
}
.bg-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; 
    width: 100%;
    height: 100%;
    background-color: #f8f9fa; 
    animation: slideIn 2s ease-out forwards, changeColor 2s ease-out forwards; 
}
@keyframes slideIn {
    0% {
        left: -100%; 
    }
    100% {
        left: 0; 
    }
}
@keyframes changeColor {
    0% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../img/19381180_6126882.webp'); 
        background-size: cover;
        background-position: center;
    }
    100% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../img/19381180_6126882.webp'); 
        background-size: cover;
        background-position: center;
    }
}
.bg-breadcrumb .container {
    position: relative;
    z-index: 2; 
}
.bg-breadcrumb h3 {
    font-size: 30px;
    opacity: 0;
    transform: translateY(-30px); 
    animation: fadeInSlideDown 1.5s ease-out forwards;
    animation-delay: 1.5s; 
}
@keyframes fadeInSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}
.card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: visible; 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    position: relative;
}
@media (max-width: 768px) {
    .card-img-top {
        height: 200px;
    }

    .card-text {
        font-size: 14px; 
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.card.wow {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}
.card.wow[data-wow-delay="0.1s"] {
    animation-delay: 0.1s;
}
.card.wow[data-wow-delay="0.3s"] {
    animation-delay: 0.3s;
}
.card.wow[data-wow-delay="0.5s"] {
    animation-delay: 0.5s;
}
.card-img-top {
    width: 100%;
    height: auto; 
    object-fit: cover; 
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.card-img-top:hover {
    transform: scale(1.05); 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8); 
}
.container {
    padding-bottom: 40px;
    padding-top: 40px;
}
.card-body {
    background-color: #f4f6fa;
    transition: all 0.5s ease; 
    padding: 20px;
    border-radius: 10px;
}
.card-body:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8); 
    background: linear-gradient(45deg, rgba(229, 46, 113, 0.8), rgba(255, 138, 0, 0.8));
    transform: scale(1.08); 
    color: white; 
}
.card-body .card-text {
    transition: color 0.3s ease; 
}
.card-body:hover .card-text {
    color: white; 
}
.card-text {
    font-size: 22px;
    padding: 10px 25px;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .card-img-top {
        height: auto; 
    }
    .card-text {
        font-size: 24px; 
    }
    .container {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .col-lg-4.col-md-6.mb-4 {
        margin-bottom: 30px; 
    }
}
@media (max-width: 480px) {
    .card-img-top {
        height: auto; 
    }
    .card-text {
        font-size: 20px; 
    }
}
.contact-detail iframe {
    width: 100%;
    height: 500px; 
    border: none;
    border-radius: 10px; 
}
.animate-element {
    opacity: 0;
    transform: translateY(20px); 
    transition: all 0.6s ease-out;
}
.animate-element.visible {
    opacity: 1;
    transform: translateY(0); 
}
@keyframes fadeIn {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes slideInHeader {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInText {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.content-section, .content-image {
    opacity: 0.4;
    transform: translateY(50px); 
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.content-section.visible, .content-image.visible {
    opacity: 1.5;
    transform: translateY(0); 
}
.content-section {
    text-align: justify;
    margin: 40px auto;
    max-width: 100%; 
    padding-left: 120px;
    padding-right: 120px; 
    margin-bottom: 125px;
}
@media (max-width: 1000px) {
    .content-section {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.content-image {
    width: 100%; 
    max-width: 100%; 
    height: auto;
    margin-bottom: 20px;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.content-image:hover {
    transform: scale(1.02); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.content-text {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-align: justify;
    line-height: 1.7;
}
.content-text h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.9), rgba(255, 165, 0, 0.9));
    -webkit-background-clip: text; 
    background-clip: text; 
    color: transparent; 
    animation: fadeInUp 1.5s ease-out forwards;
}
.content-text p {
    font-size: 16px;
    color: #555;
    margin-bottom: 0px;
    animation: fadeInUp 3.5s ease-out forwards;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(150px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .content-section {
        margin: 20px auto;
        padding: 15px;
        max-width: 100%;
        margin-bottom: 100px;
    }
    .content-text h1,h2 {
        font-size: 24px;
        text-align: center;
    }
    .content-text p {
        font-size: 14px; 
    }
    .content-image {
        margin-bottom: 15px; 
    }
    .content-text p {
        animation-duration: 0.6s;
        animation-delay: 0.2s; 
    }
}
.visi-misi-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -20px;
}
.visi, .misi {
    width: 48%; 
}
.visi h2, .misi h2 {
    color: #E65C3D;
    font-size: 35px;
    text-align: center;
}
.visi-box, .misi-box {
    background-color: #f8f9fa;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.misi-box ul {
    list-style: none;
    padding-left: 0;
}
.misi-box li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .visi-misi-container {
        flex-direction: column; 
        gap: 15px; 
    }
    .visi, .misi {
        width: 100%; 
    }
    .visi h2, .misi h2 {
        font-size: 20px; 
    }
    .visi-box, .misi-box {
        padding: 15px; 
    }
}
.content-text h2 {
    color: #E65C3D;
    font-size: 30px;
    margin-bottom: 20px;
}
ul.animate-element {
    list-style-type: none;
    padding: 0;
}
ul.animate-element li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}
ul.animate-element li strong {
    font-weight: bold;
    color: #E65C3D;
}
.info-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 10px 0;
}
.info-icon {
    background-color: #E65C3D;
    border-radius: 50%;
    padding: 6px;
    color: white;
    font-size: 18px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}
.info-card:hover {
    transform: scale(1.02); 
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); 
}
.animateNilaiPerusahaan {
    list-style-type: none;
    padding: 0;
}
.animateNilaiPerusahaanItem {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0s; 
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animateNilaiPerusahaanItem:nth-child(1) {
    animation-delay: 0.2s;
}
.animateNilaiPerusahaanItem:nth-child(2) {
    animation-delay: 0.4s;
}
.animateNilaiPerusahaanItem:nth-child(3) {
    animation-delay: 0.6s;
}
.animateNilaiPerusahaanItem:nth-child(4) {
    animation-delay: 0.8s;
}
.animateNilaiPerusahaanItem:nth-child(5) {
    animation-delay: 1s;
}
.animateNilaiPerusahaanItem:nth-child(6) {
    animation-delay: 1.2s;
}
.animateNilaiPerusahaanItem:nth-child(7) {
    animation-delay: 1.4s;
}
.animate-heading1, .animate-heading2 {
    margin-top: 0; 
    padding-top: 0; 
}
.animate-heading1 {
    opacity: 0;
    transform: translateY(20px); 
    animation: slideUp 1s ease-out forwards;
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-heading2 {
    opacity: 0;
    transform: translateY(20px); 
    animation: slideUp2 1s ease-out forwards;
}
@keyframes slideUp2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-heading1.visible,
.animate-heading2.visible {
    opacity: 1;
    transform: translateY(0);
    animation: slideUp 1s ease-out forwards;
}
@media (max-width: 768px) {
    .content-text {
        padding-left: 10px;
        padding-right: 10px;
    }
    h1 {
        font-size: 40px; 
        text-align: center;
        margin-bottom: 25px;
    }
    .animate-heading2 {
        font-size: 14px;
    }
    .info-card {
        width: 100%;
        box-sizing: border-box;
    }
    .animateNilaiPerusahaanItem {
        padding: 0px; 
        width: 100%; 
    }
}
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out, transform 2.5s ease-in-out;
}
.video-wrapper iframe.show-right {
    opacity: 1;
    transform: translateX(0);
}
.video-wrapper iframe.hide-right {
    opacity: 0.5;
    transform: translateX(100%);
}
.video-wrapper iframe.show-left {
    opacity: 1;
    transform: translateX(0);
}
.video-wrapper iframe.hide-left {
    opacity: 0.5;
    transform: translateX(-100%);
}
.feature-item, .section-title {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 2s ease-in-out, transform 2.5s ease-in-out;
}
.feature-item.show, .section-title.show {
    opacity: 1;
    transform: translateY(0);
}
.feature-item.hide, .section-title.hide {
    opacity: 0.5;
    transform: translateY(50px);
}
.feature-item {
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    border: 2px solid #ff8c00; 
    border-radius: 10px;
    overflow: hidden; 
    height: 250px; 
}
.feature-item:hover {
    transform: translateY(-5px); 
}
.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 15px;
}
.feature-icon i {
    font-size: 40px; 
}
.feature-icon:hover {
    transform: translateY(-10px);
    color: #ff8c00; 
}
.animate-icon {
    position: relative;
}
.bubble {
    position: absolute;
    bottom: 155px; 
    left: 50%; 
    transform: translateX(-50%);
    width: 65px;  
    height: 65px; 
    background-color: #ff8c00; 
    border-radius: 50%;
    animation: moveLeftRight 4s ease-in-out infinite; 
    opacity: 0.4;
    transition: all 0.5s ease-in-out;
}
@keyframes moveLeftRight {
    0% { transform: translateX(-50%) translateX(-30px); } 
    50% { transform: translateX(-50%) translateX(30px); }
    100% { transform: translateX(-50%) translateX(-30px); } 
}
.feature-item:hover .bubble {
    width: 100%; 
    height: 100%; 
    border-radius: 0%; 
    opacity: 0.6; 
    transform: none;
    animation: none; 
    bottom: 0; 
    left: 0; 
}
.feature-content {
    text-align: center;
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-content h5 {
    font-size: 20px; 
    color: #333;
}
.text-primary {
    color: #ff8c00; 
}
.container-fluid.feature .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}
.slider {
    background: linear-gradient(to right, #ff3333, #ff5722, #ff9800, #ffc107);
    height: 140px; 
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slide-track {
    display: flex;
    width: calc(220px * 20); 
    animation: scroll 60s linear infinite; 
}
.slide1 {
    height: 140px;
    width: 220px; 
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.image-slide {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.image-placeholder {
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.custom-feature-link {
    background-color: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 90%;
    transition: transform 0.3s ease;
}
.custom-feature-link:hover {
    transform: scale(1.10);
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-220px * 10));
    }
}
@media (max-width: 992px) {
    .slide1 {
        width: 240px;
    }
    .slide-track {
        width: calc(240px * 20);
        animation: scroll-tablet 60s linear infinite;
    }
    @keyframes scroll-tablet {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-240px * 10));
        }
    }
}
@media (max-width: 768px) {
    .slider {
        height: 160px;
    }
    .slide1 {
        height: 160px;
        width: 280px; 
        padding: 15px;
    }
    .slide-track {
        width: calc(280px * 20);
        animation: scroll-mobile 50s linear infinite; 
    }
    .custom-feature-link {
        width: 95%;
        height: 95%;
    }
    @keyframes scroll-mobile {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-280px * 10));
        }
    }
}
@media (max-width: 480px) {
    .slider {
        height: 180px; 
    }
    .slide1 {
        height: 180px;
        width: 320px; 
        padding: 15px;
    }
    .slide-track {
        width: calc(320px * 20);
        animation: scroll-small-mobile 45s linear infinite;
    }
    @keyframes scroll-small-mobile {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-320px * 10));
        }
    }
}
.berita-item {
    transition: transform 0.3s;
}
.berita-item:hover {
    transform: scale(1.05);
}
.berita-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    transition: transform 0.3s;
}
.berita-item:hover .berita-img {
    transform: scale(1.1);
}
.berita-link {
    text-decoration: none;
    transition: color 0.3s;
    color: #333;
}
.berita-link a:hover{
    color: #ff4500;
}
.berita-item:hover .berita-link {
    color: #ff4500;
}
.artikel-link {
    text-decoration: none;
    transition: color 0.3s;
    color: #333;
}
.artikel-link:hover {
    color: #ff4500;
}
.article-box {
    border: none;
    border-radius: 15px;
    transition: all 0.4s ease;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 25px;
}
.article-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.article-box .col-12 h3 {
    font-size: 1.4rem;
    color: #333;
    transition: color 0.3s ease;
}
.article-box:hover .col-12 h3 {
    color: #dc3545;
}
.article-box .badge {
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 20px;
}
.article-box .btn-outline-danger {
    border-radius: 30px;
    font-weight: 500;
    padding: 8px 20px;
    border-width: 2px;
}
.article-btn:hover {
    background-color: #dc3545 !important;
    color: #fff;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}
.berita-title {
    color: #2c2c2c;
    font-weight: bold;
}
.article-box:hover a {
    color: #dc3545;
}
.article-btn:hover {
    color: #000 !important;
    background-color: #df2c04;
}
.berita-title {
    color: #2c2c2c;
    font-weight: bold;
}
.berita-icon {
    color: #ff5733;
    font-weight: bold;
    margin-right: 5px;
}
.fade-out {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.slide-out {
    transform: translateX(100px);
}
.slide-in {
    transform: translateX(0);
}
.berita-card-img-top {
    width: 100%;
    height: 350px;
    border-radius: 5px 5px 0 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.berita-card-img-top:hover {
    transform: scale(1.05); 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5); 
}
.berita-sidebar {
    position: relative;
    right: -120px;  
    visibility: hidden; 
    opacity: 0; 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5); 
    transition: right 2.5s ease, visibility 1s ease, opacity 2.5s ease; 
}
@keyframes berita-slideInRight {
    0% {
        right: -300px; 
        opacity: 0;
    }
    100% {
        right: 0;     
        opacity: 1;
    }
}
.berita-sidebar.show {
    right: 0;
    visibility: visible;
    opacity: 1;
}
.berita-main-content {
    position: relative;
    left: -300px;  
    visibility: hidden; 
    opacity: 0; 
    transition: left 3s ease, visibility 1s ease, opacity 3s ease; 
}
@keyframes berita-slideInLeft {
    0% {
        left: -120px; 
        opacity: 0; 
    }
    100% {
        left: 0;     
        opacity: 1;
    }
}
.berita-main-content.show {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.image-container {
    position: relative;
    height: 350px;
}
.text-overlay {
    position: absolute;
    bottom: -10px;
    left: 20px;
    color: white; 
    font-size: 12px;
}
.penulis-text {
    font-weight: bold;
    color: #000;
}
.date-berita {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.title-berita {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}
.title-berita a:hover {
    color: #ff8a00;
}
.text-berita {
    font-size: 1rem;
    color: #555;
}
.btn-gradient {
    background: linear-gradient(45deg, #ff8a00, #e52e71);
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    border: none;
}
.btn-gradient:hover {
    background: linear-gradient(45deg, #e52e71, #ff8a00);
    color: #000;
}
.carousel-item img {
    width: auto;
    height: auto;
    margin-top: 100px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .carousel-item img {
        margin-top: 0; 
    }
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px; 
}
.pagination .page-item {
    margin: 0 5px;
}
.pagination .page-link {
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #333;
    transition: background-color 0.3s;
    text-align: center;
    min-width: 40px;
}
.pagination .page-link:hover {
    background-color: #e74c3c;
    color: #fff;
}
.pagination .active .page-link {
    background: linear-gradient(45deg, rgb(232, 57, 99), rgb(254, 135, 4)) !important; 
    color: #fff;
    border-color:rgb(31, 31, 31);
}
.pagination .disabled .page-link {
    color: #aaa;
    pointer-events: none;
    background-color: #f8f9fa;
    border-color: #ddd;
}
@media (max-width: 768px) {
    .pagination .page-link {
        padding: 6px 10px;
        font-size: 14px;
        min-width: 35px; 
    }
}
.news-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.news-item.visible {
    opacity: 1;
}
@keyframes plotSlideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.plot-slide-in-left {
    opacity: 0;
    animation: plotSlideInLeft 1.5s ease forwards;
}
.plot-hidden {
    opacity: 0;
}
.plot-content-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 120px;
    padding-left: 120px;
}
@media (max-width: 1000px) {
    .plot-content-section {
        padding-right: 50px;
        padding-left: 50px;
    }
}
.plot-content-text h3 .plot-content-text p, .plot-content-text ul, .plot-content-text li {
    color: black;
    text-align: justify;
}
.plot-content-text h1 {
    background: linear-gradient(45deg, #e52e71, #ff8a00);
    -webkit-background-clip: text;
    color: transparent;
    text-align: left;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .plot-content-text h1 {
        font-size: 24px; 
        text-align: center; 
        text-align: justify;
    }
}
@media (max-width: 576px) {
    .plot-content-text h1 {
        font-size: 24px; 
        text-align: justify;
    }
}
.plot-content-text ul {
    list-style-type: none;
}
.plot-content-text ul li {
    font-size: 16px;
    color: #333;
}
.plot-content-text p {
    font-size: 16px;
    color: #333;
    text-align: justify;
}
.plot-content-text ul li::before {
    content: "\f013"; 
    font-family: "Font Awesome 5 Free"; 
    position: absolute;
    left: 0;
    top: 0;
    color: #ed5c41; 
    font-weight: 600;
    font-size: 18px; 
}
.plot-content-text ul, .plot-content-text ol {
    padding-left: 0px !important;
    list-style-type: none; 
}
.plot-content-text ul li, .plot-content-text ol li {
    position: relative;
    padding-left: 25px;
    color: #333;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .plot-content-section {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
.fixed-height {
    height: 400px; 
    object-fit:fill;
    width: 100%; 
}
.agenda-card {
    margin-bottom: 30px;
}
.agenda-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.agenda-card-body {
    padding: 20px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.agenda-card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: bold; 
}
.agenda-card-text {
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.agenda-btn {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    color: #dc3545;
    border: none;
    background: none;
    text-decoration: none;
    overflow: visible; 
    transition: color 0.4s;
    text-align: left;
    width: auto;
}
.agenda-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #dc3545;
    transition: width 0.6s;
}
.agenda-btn::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 50px; 
    opacity: 0;
    transition: opacity 0.6s, right 0.6s;
}
.agenda-btn:hover {
    color: #dc3545;
}
.agenda-btn:hover::before {
    width: 150%; 
}
.agenda-btn:hover::after {
    opacity: 1;
    right: -40px; 
}
.agenda-card-body:hover {
    background: linear-gradient(to right, rgba(33, 177, 212, 0.5), rgba(13, 110, 253, 0.5)); 
    transform: scale(1.05);
    color: white;
}
.agenda-card-body:hover .agenda-card-text {
    color: white;
}
.agenda-card-body:hover .agenda-card-img img {
    transform: scale(0.5);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8);
}
@keyframes agenda-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.agenda-slide-in-left {
    opacity: 0;
    animation: agenda-slideInLeft 2.5s ease forwards;
}