/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for buetter Handling Updates
-----------------------------------------------------------------*/

/*DESKTOP EXCLUSIVE*/
@media (min-width: 991px) {
    /*photography template*/
    #header {
        z-index: 399 !important;
    }

    .desktop-section {
        display: block;
    }

    .mobile-section {
        display: none;
        overflow-x: hidden;
    }

    .custom-top-bar {
        display: block;
        position: absolute;
        padding: 0px 90px;
        z-index: 300;
        top: 0;
        width: 100%;
        transition: all 0.2s linear;
    }

        .custom-top-bar.sticky {
            position: fixed;
            top: 0;
            width: 100%;
            background-color: #FFF;
        }

    .side-header #header {
        width: 500px;
        height: calc( 100% + 40px );
        background-color: #FFF;
    }

    .side-header #header-wrap {
        width: 540px;
        width: calc( 100% + 40px );
        padding-bottom: 40px;
        padding-left: 80px;
        margin: 0 auto;
        position: relative;
        background-color: #F4F8F7;
    }

    .side-header-open #header-container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 299;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 0.2s;
    }

    .side-header #header-wrap .container {
        width: auto;
    }

    .side-header.side-header-left.open-header #header {
        left: -500px;
        right: auto;
    }

    .side-header.side-header-left.open-header.side-header-open #header {
        left: 0;
        right: auto;
    }

    .side-header.side-header-left.open-header #header, .side-header.side-header-left.open-header #header-trigger {
        -webkit-transition: left .4s ease;
        -o-transition: left .4s ease;
        transition: left .4s ease;
    }

    .side-header .sub-menu-container .menu-item:not(:first-child) {
        margin: 5px 0 0 0;
        border: 0;
    }

    .side-header.side-header-open .primary-menu .sub-menu-container .menu-item > .menu-link {
        color: #115E9F;
        font-weight: 500 !important;
        text-transform: none;
        transition: all 0s ease-in-out;
    }

    .side-header.side-header-open .primary-menu .sub-menu-container .menu-item:hover > .menu-link,
    .side-header.side-header-open .primary-menu .sub-menu-container .menu-item.current > .menu-link {
        text-transform: none !important;
    }

    .side-header.side-header-open .header-title,
    .side-header.side-header-open .primary-menu .menu-item .menu-link {
        /*-moz-transition-delay: 0.0s;
        -o-transition-delay: 0.0s;
        -webkit-transition-delay: 0.0s;
        transition-delay: 0.1s;*/
        color: #115E9F;
        font-size: 16pt;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    #header-wrap .primary-menu .menu-item:hover > .menu-link,
    #header-wrap .primary-menu .menu-item.current > .menu-link {
        color: #F07522 !important;
        font-size: 16pt;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: underline !important;
        text-decoration-color: #F07522;
    }

    .side-header #logo:not(.border-bottom-0)::after,
    .side-header .primary-menu:not(.border-bottom-0)::after {
        content: none;
    }

    .side-header.side-header-left.open-header.side-header-open #header-trigger {
        z-index: 399;
    }

    .side-header.side-header-left.open-header #header-trigger {
        left: 0;
        top: 23px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 0;
        text-align: center;
        background-color: #F07522;
        color: #FFF;
        border-start-end-radius: 15px;
        border-end-end-radius: 15px;
        z-index: 399;
    }

        .side-header.side-header-left.open-header #header-trigger i {
            margin-right: 3px;
        }

    .side-header.side-header-left.open-header.side-header-open #header-trigger {
        left: 0;
    }
    /*end photography template*/

    .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
        width: 310px;
    }

    .side-header .sub-menu-container, .side-header .mega-menu-content {
        position: relative;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border: none;
        height: auto;
        z-index: 1;
        top: 0;
        left: 0;
        margin: 15px 0;
        padding: 0 0 0 30px !important;
    }

    .side-header .on-click .menu-item .sub-menu-trigger {
        display: block;
        top: 0;
        right: -5px;
        font-size: 10px;
        color: #F07522;
    }

    .menu-link {
        display: block;
        line-height: 22px;
        padding: 14px 5px;
        color: #115E9F;
        font-weight: 700;
        font-size: 16pt;
        letter-spacing: 1px;
    }

    .sub-menu-container .menu-item .menu-link,
    .sub-menu-container .menu-item.current .menu-link {
        text-transform: none !important;
        font-weight: 500 !important;
    }

    .news-detail-image {
        height: 515px !important;
    }

    .custom-rounded-circle {
        background-color: #115E9F;
        color: #FFF;
        border-radius: 50%;
        display: block;
        width: 85px;
        height: 85px;
        transition: all .2s ease-in-out;
    }

    .custom-rounded-circle-new {
        background-color: #115E9F;
        color: #FFF;
        border-radius: 50%;
        display: block;
        width: 85px;
        height: 85px;
        transition: all .2s ease-in-out;
    }

    .box-collapse-container {
        display: flex;
        flex-direction: column;
        background-color: #F07522;
        border-radius: 10px;
        border: none;
    }

    .box-collapse-toggle {
        /*display: flex;*/
        /*position: relative;*/
        width: 100%;
        min-height: 100%;
        cursor: pointer;
        padding: 15px 22px !important;
        color: #115E9F;
        background-color: #ffff;
        border-radius: 10px;
        border: none;
        cursor: default;
    }

        .box-collapse-toggle .row {
            min-width: 100%;
        }

        .box-collapse-toggle.row {
            display: flex;
            flex: 1;
        }

    .box-collapse-container:hover .box-collapse-content {
        display: block;
    }

    .box-collapse-container:hover .box-collapse-toggle, .box-collapse-container .box-collapse-toggle:hover {
        display: flex;
        width: auto;
        margin: 10px;
        transition: 0.15s all ease
    }

    .box-collapse-toggle:hover ~ .box-collapse-content {
        display: block;
    }

    .box-collapse-content {
        display: none;
        cursor: default;
    }

        .box-collapse-content .box-collapse-content-button {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            cursor: pointer;
            font-weight: 500;
        }

    .button-whistleblowing {
        position: absolute;
        padding: 6px 52px;
        top: 60%;
        left: 105px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border: none;
        color: #FFF;
        background-color: #115E9F !important;
    }

        .button-whistleblowing:hover {
            color: #FFF;
            background-color: #F07522 !important;
        }

    .title-text {
        text-align: center !important;
        position: absolute !important;
        top: 15.5% !important;
        left: 25% !important;
        z-index: 1 !important; /* Place the title above the columns */
        margin-bottom: 20px !important; /* Adjust spacing as needed */
    }
}



/*MOBILE EXCLUSIVE*/
@media (max-width: 991px) {
    .desktop-section {
        display: none;
    }

    .mobile-section {
        display: block;
        overflow-x: hidden;
    }

    .custom-top-bar {
        display: none;
    }

    .custom-rounded-circle {
        border-radius: 50%;
        display: block;
        width: 55px;
        height: 55px;
        transition: all .2s ease-in-out;
    }

    .custom-rounded-circle-new {
        border-radius: 50%;
        display: block;
        width: 55px;
        height: 55px;
        transition: all .2s ease-in-out;
    }

    .menu-link {
        display: block;
        line-height: 22px;
        padding: 10px 5px;
        color: #115E9F !important;
        font-weight: 700;
        font-size: 10pt;
        letter-spacing: 1px;
    }

    #myTabContainer {
        padding: 0 1rem !important;
    }

    #header-wrap .primary-menu .menu-item:hover > .menu-link {
        color: #F07522 !important;
        font-size: 10pt;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: underline !important;
        text-decoration-color: #F07522;
    }

    .primary-menu .sub-menu-container .menu-item > .menu-link {
        position: relative;
        font-size: 10pt;
        font-weight: 500;
        color: #115E9F;
        letter-spacing: 0;
        text-transform: none;
    }

    .primary-menu .sub-menu-container .menu-item:hover > .menu-link {
        font-weight: 500 !important;
        text-transform: none !important;
    }

    .custom-circle-tower-container-2018 span {
        font-size: 20px !important;
    }

    .custom-circle-tower-container-2018 .custom-circle-tower-2018 {
        margin-right: 10px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .custom-circle-tower-container.custom-circle-tower-container-2018 {
        top: 93% !important;
        left: 68% !important;
    }

    .custom-circle-tower-container-2019 span {
        font-size: 20px !important;
        margin-right: 10px !important;
    }

    .custom-circle-tower-container-2019 .custom-circle-tower-2019 {
        width: 18px !important;
        height: 18px !important;
    }

    .custom-circle-tower-container.custom-circle-tower-container-2019 {
        top: 84% !important;
        right: 65% !important;
    }

    .custom-circle-tower-container-2020 span {
        font-size: 20px !important;
    }

    .custom-circle-tower-container-2020 .custom-circle-tower-2020 {
        margin-right: 10px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .custom-circle-tower-container.custom-circle-tower-container-2020 {
        top: 77% !important;
        left: 64% !important;
    }

    .custom-circle-tower-container-2021 span {
        font-size: 20px !important;
        margin-right: 10px !important;
    }

    .custom-circle-tower-container-2021 .custom-circle-tower-2021 {
        width: 18px !important;
        height: 18px !important;
    }

    .custom-circle-tower-container.custom-circle-tower-container-2021 {
        top: 63% !important;
        right: 59% !important;
    }

    .custom-circle-tower-container-2022 span {
        font-size: 20px !important;
    }

    .custom-circle-tower-container-2022 .custom-circle-tower-2022 {
        margin-right: 10px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .custom-circle-tower-container.custom-circle-tower-container-2022 {
        top: 56% !important;
        left: 57% !important;
    }

    .custom-circle-tower-container-2023 span {
        font-size: 20px !important;
        margin-right: 10px !important;
    }

    .custom-circle-tower-container-2023 .custom-circle-tower-2023 {
        width: 18px !important;
        height: 18px !important;
    }

    .custom-circle-tower-container.custom-circle-tower-container-2023 {
        top: 49% !important;
        right: 55% !important;
    }

    .custom-circle-tower-container-2024 span {
        font-size: 20px !important;
    }

    .custom-circle-tower-container-2024 .custom-circle-tower-2024 {
        margin-right: 10px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .custom-circle-tower-container.custom-circle-tower-container-2024 {
        top: 45% !important;
        left: 53% !important;
    }

    .news-detail-image {
        height: 170px !important;
    }

    #primary-menu-trigger, #page-menu-trigger {
        display: -ms-flex;
        display: flex;
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
        cursor: pointer;
        font-size: 0.875rem;
        width: 30px;
        height: 50px;
        line-height: 50px;
        justify-content: center;
        align-items: center;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .box-collapse-container-mobile {
        display: flex;
        flex-direction: column;
        background-color: #F07522;
        border-radius: 10px;
        border: none;
    }

    .box-collapse-toggle-mobile {
        /*display: flex;*/
        /*position: relative;*/
        width: 100%;
        min-height: 100%;
        cursor: pointer;
        padding: 15px 22px;
        color: #115E9F;
        background-color: #ffff;
        border-radius: 10px;
        border: none;
        cursor: default;
    }

    .box-collapse-content-mobile {
        display: none;
        cursor: default;
    }

    .box-collapse-content-button-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px;
        width: 27px;
        height: 27px;
        font-weight: 500;
    }

    .button-whistleblowing-mobile {
        position: absolute;
        padding: 0px 8px;
        top: 62%;
        left: 46px !important;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border: none;
        color: #FFF;
        background-color: #115E9F !important;
    }

        .button-whistleblowing-mobile:hover {
            color: #FFF;
            background-color: #F07522 !important;
        }

    .button-custome-style {
        border: 0px;
        border-radius: 0px 0px 8px 8px;
    }
}


html {
    scroll-behavior: smooth !important;
}

body {
    padding-right: 0 !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s;
}

    .overlay div {
        position: absolute;
        top: 50%;
        left: 48%;
        /*transform: translate(-50%);*/
    }

.text-left {
    text-align: left !important;
}

.sejarah-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: space-between;
    background-image: url('../../template/assets/about-us/profile-perusahaan/tob-history-bg-gradient.png');
    background-size: cover;
}

.sejarah-title-container {
    grid-row-start: 1;
    grid-column-start: 1;
    justify-content: center;
}

.sejarah-tower-container {
    display: flex;
    grid-row-start: 2;
    grid-column-start: 1;
    justify-content: center;
    align-items: end;
    z-index: 101;
    box-sizing: border-box;
}

.sejarah-cloud-container {
    grid-row-start: 2;
    grid-column-start: 1;
    z-index: 100;
}

.produk-tob-overview:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: #115E9F;
}

.custom-circle-tower-container {
    position: absolute;
    display: flex;
    flex-direction: row;
}

    .custom-circle-tower-container:hover {
        text-decoration: underline;
        text-decoration-color: #F07522;
        cursor: pointer;
    }

    .custom-circle-tower-container.custom-circle-tower-container-2018 {
        top: 91%;
        left: 63%;
        z-index: 299;
        align-items: center;
    }

.custom-circle-tower-container-2018 span {
    position: relative;
    display: flex;
}

.custom-circle-tower-container-2018 .custom-circle-tower-2018 {
    display: flex;
    margin-right: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    background-color: #F07522 !important;
}

.custom-circle-tower-container.custom-circle-tower-container-2019 {
    top: 81.3%;
    right: 60.5%;
    z-index: 299;
    align-items: center;
}

.custom-circle-tower-container-2019 span {
    position: relative;
    display: flex;
    margin-right: 30px;
}

.custom-circle-tower-container-2019 .custom-circle-tower-2019 {
    display: flex;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    background-color: #F07522 !important;
}

.custom-circle-tower-container.custom-circle-tower-container-2020 {
    top: 72.5%;
    left: 59.5%;
    z-index: 299;
    align-items: center;
}

.custom-circle-tower-container-2020 span {
    position: relative;
    display: flex;
}

.custom-circle-tower-container-2020 .custom-circle-tower-2020 {
    display: flex;
    margin-right: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    background-color: #F07522 !important;
}

.custom-circle-tower-container.custom-circle-tower-container-2021 {
    top: 56.5%;
    right: 56.3%;
    z-index: 299;
    align-items: center;
}

.custom-circle-tower-container-2021 span {
    position: relative;
    display: flex;
    margin-right: 30px;
}

.custom-circle-tower-container-2021 .custom-circle-tower-2021 {
    display: flex;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    background-color: #F07522 !important;
}

.custom-circle-tower-container.custom-circle-tower-container-2022 {
    top: 47.2%;
    left: 54.5%;
    z-index: 299;
    align-items: center;
}

.custom-circle-tower-container-2022 span {
    position: relative;
    display: flex;
}

.custom-circle-tower-container-2022 .custom-circle-tower-2022 {
    display: flex;
    margin-right: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    background-color: #F07522 !important;
}

.custom-circle-tower-container.custom-circle-tower-container-2023 {
    top: 38.5%;
    right: 53.3%;
    z-index: 299;
    align-items: center;
}

.custom-circle-tower-container-2023 span {
    position: relative;
    display: flex;
    margin-right: 30px;
}

.custom-circle-tower-container-2023 .custom-circle-tower-2023 {
    display: flex;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    background-color: #F07522 !important;
}

.custom-circle-tower-container.custom-circle-tower-container-2024 {
    top: 34.2%;
    left: 52.5%;
    z-index: 299;
    align-items: center;
}

.custom-circle-tower-container-2024 span {
    position: relative;
    display: flex;
}

.custom-circle-tower-container-2024 .custom-circle-tower-2024 {
    display: flex;
    margin-right: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    background-color: #F07522 !important;
}

.entry-title h2, .entry-title h3, .entry-title h4 {
    text-transform: none;
    letter-spacing: 0;
}

.btn-link, .page-link {
    color: #115E9F;
    border-radius: 50% !important;
    border-width: 2px;
    border-color: #115E9F;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .page-item.active .page-link,
    .page-link:hover,
    .page-link:focus {
        color: #FFF !important;
        background-color: #115E9F !important;
        border-color: #115E9F !important;
        border-radius: 50% !important;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.page-item:not(:first-child) .page-link {
    margin-left: 17px;
}

#logoMobile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-right: auto;
    max-height: 100%;
}

    #logoMobile img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        height: 50px;
    }

.swiper-slide .slider-text {
    display: block;
    opacity: 0;
    position: absolute;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-text {
    opacity: 1;
    -webkit-transition: transform 1.7s, opacity 1s;
    -o-transition: transform 1.7s, opacity 1s;
    transition: transform 1.7s, opacity 1s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-slide .slider-text h3 {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 5px;
}

.swiper-slide .slider-text span {
    font-weight: 300;
    opacity: .8;
}

.swiper-slide .slider-content {
    padding: 200px 0 0 5px !important;
    margin: 0 400px 0 80px;
}

.slider-content-2 {
    padding: 441px 49px 17px 23px !important;
    margin: 96px 391px 0 497px;
}

.slider-content-mobile {
    padding: -1px;
    margin: 298px 104px 1px 120px;
}

.swiper-slide .slider-content .slider-title {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 90px;
}

.swiper-slide .slider-content .slider-subtitle {
    font-size: 25px;
    font-weight: 800;
}

.slide-number-current {
    top: 5px;
}

.slide-number-total {
    bottom: -5px;
}

.slide-number span {
    content: '';
    position: absolute;
    height: 1px;
    width: 44px;
    bottom: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -17px;
    background-color: #FFF;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*NEW SLIDER STYLE*/
.carousel-container {
    max-width: 1030px; /* Adjust to the desired container width */
    margin: auto;
}

.swiper-container {
    position: relative; /* Ensure the container is the positioning context for the buttons */
    width: 100%;
    height: auto; /* Adjust height as needed */
    overflow: hidden; /* Hide any overflow from the swiper slides */
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50%;
    z-index: 10;
}

.swiper-button-next {
    right: 50px; /* Adjust distance from the right edge */
}

.swiper-button-prev {
    left: 10px; /* Adjust distance from the left edge */
}

/* Adjust small carousel size */
.small-carousel {
    max-width: 1000px; /* Make the small carousel smaller */
    margin: 20px auto; /* Center and add margin */
}

    .small-carousel .swiper-button-next,
    .small-carousel .swiper-button-prev,
    .small-carousel .swiper-pagination {
        display: none;
    }

.small-carousel-1, .small-carousel-2 {
    margin-bottom: 10px; /* Adjust this as needed */
}

/* Custom styles for Swiper navigation buttons on mobile */
.big-carousel-mobile .swiper-button-next,
.big-carousel-mobile .swiper-button-prev {
    width: 30px;
    height: 30px;
    color: #007aff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.big-carousel-mobile .swiper-button-next {
    right: -9px;
}

.big-carousel-mobile .swiper-button-prev {
    left: -9px;
}

    /* Adjust button size for better touch interaction */
    .big-carousel-mobile .swiper-button-next::after,
    .big-carousel-mobile .swiper-button-prev::after {
        font-size: 20px;
    }

.small-carousel-2 {
    direction: rtl;
}

.small-carousel-2-mobile {
    direction: rtl;
}




@media screen and (max-width:767px) {
    .struktur-manajemen-title {
        padding-top: 10px;
        font-size: 15pt;
    }

    .struktur-manajemen-subtitle {
        font-size: 12pt !important;
    }

    .button-whistleblowing {
        position: absolute;
        padding: 1px 12px;
        top: 56%;
        left: 105px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border: none;
        color: #FFF;
        background-color: #115E9F !important;
    }

        .button-whistleblowing:hover {
            color: #FFF;
            background-color: #F07522 !important;
        }
}

/* testimoni page */

.testimonial {
    user-select: none;
    position: relative;
    padding: 20px;
    border-radius: 44.9px;
    box-shadow: none;
    height: 273px;
}

.testimonial-mobile {
    user-select: none;
    position: relative;
    padding: 20px;
    border-radius: 44.9px;
    box-shadow: none;
    height: 320px;
}

/*#region CUSTOM COLORS*/
.bg-tob-white {
    background-color: #FFF !important;
}

.bg-tob-primary {
    background-color: #115E9F !important;
}

.bg-tob-secondary {
    background-color: #F07522 !important;
}

.bg-tob-tertiary {
    background-color: #E5F1F9 !important;
}

.bg-tob-light-blue {
    background-color: #E6F4FA !important;
}

.bg-tob-light-blue-secondary {
    background-color: #E4F9FF !important;
}

.bg-tob-light-blue-tertiary {
    background-color: #86AFCF !important;
}

.bg-tob-light-blue-fourth {
    background-color: #ACDFEE !important;
    opacity: 0.5;
}

.bg-tob-lightblue {
    background-color: #F2F8FC;
}

.bg-tob-blue {
    background-color: #008DC4;
}

.bg-tob-transparent {
    background-color: #ffffffb3;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-tob-red {
    background-color: red;
}

.bg-tob-darkblue {
    background-color: #115D9E;
}

.bg-tob-light-blue2 {
    background-color: #437eb0;
}

.bg-tob-clearblue {
    background-color: #6397c2;
}

.bg-tob-seablue {
    background-color: #DBF7FF;
}

.color-tob-primary {
    color: #115E9F !important;
}

.color-tob-secondary {
    color: #F07522 !important;
}

.color-tob-tertiary {
    color: #8B8F8F !important;
}

.color-tob-light-black {
    color: #555 !important;
}

.color-tob-white {
    color: #fff !important;
}

.color-tob-black {
    color: rgba(0,0,0,0.85);
}

.color-tob-red {
    color: red;
}

.color-tob-grey {
    color: #6c757d !important;
}

ul.alphabetic {
    list-style-type: lower-alpha; /* Change to lower-case alphabets */
}


/*#endregion CUSTOM COLORS*

/*star ratings*/

.icon-star {
    font-size: 1.5rem;
    color: #8C8C8CB2;
    background-color: unset;
    border: none;
}

    .icon-star.gold {
        color: gold !important;
    }

.rating {
    user-select: none;
}

.form-input-big {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    resize: none;
}

.box-text-title {
    position: relative;
}

.underline-text {
    text-decoration: underline !important;
}

.modal-custom2 {
    display: none;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

    .modal-custom2.show {
        display: block;
    }

.modal-custom {
    display: none;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

    .modal-custom.show {
        display: block;
    }

@media (min-width: 1400px) {
    .icon-star {
        font-size: 1.5rem;
        color: #8C8C8CB2;
        background-color: unset;
        border: none;
    }

        .icon-star.gold {
            color: gold !important;
        }

    .rating {
        user-select: none;
    }

    .form-input-big {
        width: 100%;
        height: 150px;
        padding: 10px;
        font-size: 16px;
        border-radius: 5px;
        resize: none;
    }

    .modal-custom2 {
        display: none;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }

        .modal-custom2.show {
            display: block;
        }

    .modal-custom {
        display: none;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }

        .modal-custom.show {
            display: block;
        }
}

/*#region BORDERS*/
.border {
    border: 1px solid !important;
    opacity: 100%;
}

.border-2 {
    border-width: 2px !important;
}

.border-5px {
    border-radius: 5px;
}

.border-10px {
    border-radius: 10px;
}

.border-15px {
    border-radius: 15px;
}

.border-20px {
    border-radius: 20px;
}

.border-25px {
    border-radius: 25px;
}

.border-30px {
    border-radius: 30px;
}

.border-50px {
    border-radius: 50px;
}

.border-color-primary {
    border-color: #115E9F !important;
}

.border-color-secondary {
    border-color: #F07522 !important;
}

.border-color-grey {
    border-color: #dbdbdb !important;
}

.border-color-red {
    border-color: red;
}

.border-radius-1 {
    border-radius: 43.9px;
}

/*#endregion BORDERS*/

/*Padding*/

.pb-4-1 {
    padding-bottom: 1.2rem !important;
}

.mt-4-custom {
    margin-top: 2.5ch !important;
}

/*endpadding*/

/*ProfilPerusahaan*/

.box-core-value-up {
    border-radius: 22px 22px 0px 0px;
    padding: 0px;
    width: 1000px;
    height: 66px;
    background-color: #F07522;
    margin: 1px;
}

.box-core-value-up-mobile {
    position: sticky;
    border-radius: 22px 22px 0px 0px;
    background-color: #F07522;
    padding: 0px;
    top: 0%;
    left: 32%;
    width: 358px;
    height: 66px;
    background-color: #F07522;
    margin: 1px;
}

.box-core-value-down {
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F07522;
    margin: 1px;
    width: 1000px; /* Adjust the width to your desired size */
    height: auto; /* Let the height adjust based on content */
    padding: 20px; /* Add padding to create space around the content */
}

.box-core-value-down-mobile {
    /*display: flex;*/
    position: sticky;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F07522;
    top: 0%;
    left: 32%;
    margin: 1px;
    width: 358px; /* Adjust the width to your desired size */
    height: auto; /* Let the height adjust based on content */
    padding: 20px; /* Add padding to create space around the content */
}

.box-uniq-up {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #115E9F;
    margin: 1px;
    width: 1000px; /* Adjust the width to your desired size */
    height: auto; /* Let the height adjust based on content */
    padding: 20px; /* Add padding to create space around the content */
}

.box-uniq-up-mobile {
    position: sticky;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #115E9F;
    top: 10%;
    left: 32%;
    margin: 1px;
    width: 359px; /* Adjust the width to your desired size */
    height: auto; /* Let the height adjust based on content */
    padding: 20px; /* Add padding to create space around the content */
}

.box-uniq-down {
    border-radius: 0px 0px 22px 22px;
    padding: 0px;
    width: 1000px;
    height: 66px;
    background-color: #115E9F;
    margin: 1px;
}

.box-uniq-down-mobile {
    position: sticky;
    border-radius: 0px 0px 22px 22px;
    top: 10%;
    left: 32%;
    padding: 0px;
    width: 359px;
    height: 66px;
    background-color: #115E9F;
    margin: 1px;
}

.example-container {
    overflow-x: hidden;
}

/*EndProfilPerusahaan*/

@media (min-width: 100px) {
    .box-white {
        /* display: flex; */
        /* position: relative; */
        width: 100%;
        min-height: 100%;
        cursor: pointer;
        padding: 15px 0px !important;
        color: #115E9F;
        background-color: #ffff;
        border-radius: 15px;
        border: none;
        cursor: default;
    }
}

.text-justify {
    text-align: justify;
}

.custom-rounded-circle:hover {
    text-decoration: none;
    cursor: default;
    border-radius: 50%;
    transform: scale(1.3);
    background-color: #115E9F !important;
    color: #F07522 !important;
    margin-bottom: 15px;
}

.custom-rounded-circle-new:hover {
    text-decoration: none;
    cursor: default;
    border-radius: 50%;
    transform: scale(1.3);
    background-color: #FFF !important;
    color: #F07522 !important;
    margin-bottom: 15px;
}

/*.custom-rounded-circle-2 {
    border-radius: 50%;
    border: 5px solid transparent;
    margin: 10px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    padding: 1px;  Tambahkan nilai padding yang diinginkan
    box-sizing: border-box;  Pastikan padding tidak mempengaruhi ukuran total elemen
    color: #fff;
}

    .custom-rounded-circle-2:hover {
        border-color: #F07522;
        color: #F07522;
    }

.img-custom{
    max-width:100%;
    height:90%;
}*/

.custom-rounded-circle-2 {
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid transparent;
    margin: 10px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    padding: 1px;
    box-sizing: border-box;
    color: #fff;
}

    .custom-rounded-circle-2 .text-overlay {
        position: absolute;
        top: -14%;
        left: auto;
        color: white;
        font-size: 18px;
        font-weight: bold;
        opacity: 1;
    }

    .custom-rounded-circle-2:hover .text-overlay {
        color: #F07522; /*Ubah warna teks menjadi oranye saat dihover */
    }

    .custom-rounded-circle-2 img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8%;
        border: 2px solid transparent;
        box-sizing: border-box;
    }

    .custom-rounded-circle-2:hover {
        border-color: #F07522;
    }

.img-custome-3 {
    max-width: 100%;
    height: 100%;
}

.img-whistleblowing {
    position: absolute;
    top: -5%;
    left: -1%;
    max-width: 118% !important;
    height: 116% !important;
}

.img-custome-4 {
    max-width: 100%;
    height: 100%;
}

.img-custom {
    max-width: 100%;
    height: 90%;
}

.img-custom-2 {
    max-width: 70%;
}

.img-custom-polis {
    position: relative;
    top: 16%;
    max-width: 98%;
    height: 66%;
}

.img-polis {
    position: absolute;
    top: 20%;
    left: -2%;
    max-width: 105% !important;
    height: 83% !important;
}

.img-custom-tobi-polis {
    max-width: 30%;
}

.button-polis-custom {
    position: absolute;
    padding: 6px 52px;
    top: 57%;
    left: 95px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    color: #FFF;
    background-color: #115E9F !important;
}

    .button-polis-custom:hover {
        color: #FFF;
        background-color: #F07522 !important;
    }

.image-text {
    visibility: hidden;
    opacity: 0;
    /* gaya lainnya yang Anda inginkan */
}

.hidden {
    display: none;
}

.button-search {
    background-color: #115e9f;
    border: none;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 3px 20px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 27px;
}

.px-5-picnic-tob {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.fs-extra-small {
    font-size: 8px;
}

.fs-very-small {
    /*font-size: 10px;*/
    font-size: 12px;
}

.fs-semi-small {
    font-size: 13px;
}

.fs-small {
    font-size: 15px;
}

.fs-semi-normal {
    font-size: 16px;
}

.fs-normal {
    font-size: 20px;
}

.fs-medium {
    font-size: 25px;
}

.fs-large {
    font-size: 30px;
}

.fs-very-large {
    font-size: 50px;
}

.fw-bolder {
    font-weight: 800 !important;
}

.fw-extrabold {
    font-weight: 900 !important;
}

.scrollable {
    height: 300px;
    overflow: auto;
}

.text-hover:hover {
    text-decoration: underline;
}

.text-left-1 {
    text-align: left;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.max-width-1 {
    display: block;
    margin-left: -3%;
    margin-right: auto;
    max-width: 75%;
}

.max-width-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 25%;
}

.max-width-3 {
    display: block;
    margin-left: 19%;
    margin-right: auto;
    max-width: 64%;
}

.max-width-4 {
    display: block;
    margin-left: 18%;
    margin-right: auto;
    max-width: 64%;
}

.max-width-5 {
    display: block;
    margin-left: 22%;
    margin-right: auto;
    max-width: 58%;
}

.max-width-1-mobile {
    display: block;
    margin-left: -30%;
    margin-right: auto;
    max-width: 135%;
}

.max-width-2-mobile {
    display: block;
    margin-left: 0%;
    margin-right: auto;
    max-width: 61%;
}

.max-width-3-mobile {
    display: block;
    margin-left: -3%;
    margin-right: auto;
    max-width: 68%;
}

.max-width-4-mobile {
    display: block;
    margin-left: -3%;
    margin-right: auto;
    max-width: 58%;
}

.max-width-5-mobile {
    display: block;
    margin-left: 20%;
    margin-right: auto;
    max-width: 58%;
}



/*.text-style {
    position: absolute;
    left: 46%;
    top: 14%;
    color: white;
}*/

.title-text-mobile {
    text-align: center;
    position: absolute;
    top: 13%;
    left: 25%;
    z-index: 1; /* Place the title above the columns */
    margin-bottom: 20px; /* Adjust spacing as needed */
}

@media screen and (max-width: 768px) {
    /* Ubah posisi elemen saat lebar layar kurang dari atau sama dengan 768px */
    .title-text {
        top: 10%;
        left: 10%;
    }
}

.text-shadow {
    font-size: 36px;
    font-weight: bold;
    color: orange;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.color-orange {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: orange;
    letter-spacing: 4px;
    text-shadow: 0 0 20px white, 0 0 40px white;
}

.button-lang-switcher.active, .button-lang-switcher:hover {
    color: #FFF;
    background-color: #F07522;
    border: none;
}

.button-lang-switcher {
    border: 2px solid;
    border-radius: 50%;
    border-color: #F07522;
    padding: 0.5rem 0;
    height: 40px;
    width: 40px;
    color: #F07522;
    background-color: #FFF;
}

.button-tob {
    padding: 13px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: none;
}

    .button-tob.button-action-2 {
        color: #FFF;
        background-color: #115E9F;
        cursor: auto;
    }

    .button-tob.button-action {
        color: #FFF;
        background-color: #115E9F;
    }

        .button-tob.button-action:hover {
            color: #FFF;
            background-color: #F07522;
        }

.button-tob {
    padding: 13px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: none;
}

    .button-tob.button-action-blue {
        color: #FFF;
        background-color: #115E9F;
    }

    .button-tob.button-action-orange {
        color: #FFF;
        background-color: #F07522;
    }

    .button-tob.button-action:disabled {
        color: #FFF;
        background-color: #115E9F;
        opacity: 40%;
        cursor: not-allowed;
    }

    .button-tob.button-tob-primary {
        color: #115E9F;
        background-color: #FFF;
    }

    .button-tob:hover.button-tob-primary:hover {
        color: #FFF;
        background-color: #F07522
    }

    .button-tob.button-tob-secondary:disabled {
        color: #F07522 !important;
        background-color: #FFF;
        opacity: 40%;
        cursor: not-allowed;
    }

    .button-tob.button-tob-secondary {
        color: #FFF !important;
        background-color: #F07522;
    }

    .button-tob:hover.button-tob-secondary:hover {
        color: #F07522 !important;
        background-color: #FFF;
    }

    .button-tob.button-tob-third {
        color: #FFF;
        background-color: #F07522;
    }

        .button-tob.button-tob-third:hover {
            color: #FFF;
            background-color: #115E9F;
        }

.button-agent {
    background-color: #115e9f;
    color: #fff;
    padding: 14px 24px;
    margin: 5px -12px;
    border-radius: 22px;
    border-color: none;
}

    .button-agent:hover {
        background-color: #F07522;
        color: #fff;
        padding: 14px 24px;
        margin: 5px -12px;
        border-radius: 22px;
        border-color: none;
    }

.button-agent-secondary {
    background-color: #115e9f;
    color: #fff;
    padding: 14px 115px;
    margin: 0px 0px;
    border-radius: 22px;
    border-color: none;
}

    .button-agent-secondary:hover {
        background-color: #F07522;
        color: #fff;
        padding: 14px 115px;
        margin: 0px 0px;
        border-radius: 22px;
        border-color: none;
    }

.buttonAneka {
    padding: 34px 35px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 34px;
}

/*.button-whistleblowing {
    position: absolute;
    padding: 1px 12px;
    top: 56%;
    left: 105px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    color: #FFF;
    background-color: #115E9F !important;
}

    .button-whistleblowing:hover {
        color: #FFF;
        background-color: #F07522 !important;
    }*/

.centered {
    text-align: center;
    width: 100%;
}

.centered_tab {
    float: none; /*to make sure there is no active float*/
    display: inline-block
}

@media only screen and (max-width: 900px) {
    .tob-secondary-logo {
        display: none;
    }
}

#footer {
    background-color: #e5f3f9;
    border-top: 0px
}

.footer_text {
    line-height: 1.5;
    color: #555;
    font-family: 'Montserrat', sans-serif;
}

.bg-layanan-kami {
    position: relative;
    padding: 40px 0;
    width: 100%;
    overflow: hidden;
    background-image: url("../../template/assets/about-us/profile-perusahaan/bg-layanan-kami.jpg")
}

.bg-percayakan {
    position: relative;
    padding: 40px 0;
    width: 100%;
    overflow: hidden;
    background-image: url("../../template/assets/about-us/profile-perusahaan/bg-2.png")
}

.bg-color-tob {
    background-color: #E4F9FF;
}

.footer-bottom {
    background: #FFF;
    padding: 10px 0;
    text-align: center;
}

.warnamenubawah {
    color: black;
}

.vertical-line-blue-1 {
    border-left: 3px solid #1861ac;
    height: 200px;
    position: absolute;
    position: center;
    left: 50%;
}

.verticalLine2 {
    border-left: 3px solid #1861ac;
    height: 300px;
    position: absolute;
    position: center;
    left: 50%;
}

hr.thick-1px {
    height: 1px;
}

hr.thick-2px {
    height: 2px;
}

hr.thick-3px {
    height: 3px;
}

.box-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border: 2px solid #115E9F;
    border-radius: 10px;
    color: #115E9F;
    padding: 10px 25px;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    cursor: pointer;
}

.box-dropdown-content {
    display: none;
    color: #115E9F;
}

.box-dropdown:hover .box-dropdown-content {
    display: block;
}

.box-collapse-toggle-2 {
    display: flex;
    /*position: relative;*/
    min-height: 100%;
    cursor: pointer;
    padding: 10px;
    color: #115E9F;
    background-color: #ffff;
    cursor: pointer;
}

.box-Asuransi-pengangkutan {
    position: relative;
    cursor: pointer;
    outline: none;
    margin: 15px;
    padding: 35px 100px;
    background-color: #115e9f;
    border-radius: 40px;
    position: center;
    border: none;
}

.box-TataKelola {
    cursor: pointer;
    padding: 10px;
    width: 402px;
    background-color: #E4F9FF;
    border-radius: 28px;
    border: none;
}

.box {
    border: 2px solid #F07522;
    border-radius: 27px;
    margin: 33px 52px;
    padding: 4px 5px 5px 3px;
    width: 216px;
    height: 119px;
    background-color: transparent;
}

.box2 {
    border-radius: 22px;
    padding: 28px;
    width: 204px;
    height: 105px;
    background-color: #FFFFFF;
    margin: 1px;
}

.box-left {
    border-radius: 22px 0px 0px 22px;
    padding: 28px;
    width: 244px;
    height: 94px;
    background-color: #115E9F;
    margin: 1px;
}

.box-right {
    border-radius: 0px 22px 22px 0px;
    padding: 28px;
    width: 244px;
    height: 94px;
    background-color: #115E9F;
    margin: 1px;
}

.box-up {
    border-radius: 22px 22px 0px 0px;
    padding: 28px;
    width: 155px;
    height: 66px;
    background-color: #115E9F;
    margin: 1px;
}

.box-bottom {
    border-radius: 0px 0px 22px 22px;
    padding: 28px;
    width: 155px;
    height: 66px;
    background-color: #115E9F;
    margin: 1px;
}

.owl-carousel .owl-dots .owl-dot {
    width: var(--owl-dots-sizes);
    height: var(--owl-dots-sizes);
    background-color: #115e9f;
    margin-left: var(--owl-dots-gutters);
    margin-right: var(--owl-dots-gutters);
    transition: all .3s;
}

a.menu-link {
    cursor: pointer;
}

.tentang-kami-title {
    position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
}

.navigational-box-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .navigational-box-wrapper .navigational-box:first-child {
        margin-top: 0;
    }

    .navigational-box-wrapper .navigational-box {
        flex: 1 1 auto;
        display: flex;
        background-color: #FFF;
        border-radius: 10px;
        border: 1px solid #dbdbdb;
        margin-top: 2rem;
        align-items: center;
        cursor: pointer;
    }

        .navigational-box-wrapper .navigational-box .navigational-box-content-wrapper {
            display: flex;
            flex: auto;
            padding: 15px 15px;
        }

            .navigational-box-wrapper .navigational-box .navigational-box-content-wrapper .navigational-box-content-wrapper-left {
                display: flex;
                font-weight: 600;
                color: #555;
            }

        .navigational-box-wrapper .navigational-box:hover {
            border: 1px solid #F07522;
        }

            .navigational-box-wrapper .navigational-box:hover .navigational-box-content-wrapper .navigational-box-content-wrapper-left {
                color: #F07522;
            }

            .navigational-box-wrapper .navigational-box:hover span.icon-play {
                background-color: #F07522;
            }

        /*.navigational-box-wrapper .navigational-box {
    flex: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}*/

        .navigational-box-wrapper .navigational-box span.icon-play {
            flex: 0 0 auto;
            outline: 0;
            border-style: none;
            height: 100%;
            background-color: #115E9F;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            font-size: 1.6rem;
            color: #ffffff;
            /*border: 1px solid #115E9F;*/
            border-radius: 0 8px 8px 0;
            text-shadow: none;
        }

/*#region NAV TABS PROFIL PERUSAHAAN*/
.nav-tabs-profil-perusahaan {
    border-bottom: 3px solid #ffff;
}

    .nav-tabs-profil-perusahaan .nav-link-profil-perusahaan.active, .nav-tabs-profil-perusahaan .nav-item-profil-perusahaan.show .nav-link-profil-perusahaan {
        color: #ffff;
        background-color: #F07522;
        border-color: #F07522;
    }

.nav-link-profil-perusahaan:hover, .nav-link-profil-perusahaan:focus {
    color: #F07522;
}

.nav-tabs-profil-perusahaan .nav-link-profil-perusahaan {
    margin-bottom: -1px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link-profil-perusahaan {
    display: block;
    padding: 7px 10px;
    color: #115E9F;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
/*#endregion NAV TABS PROFIL PERUSAHAAN*/

/*#region NAV TABS STRUKTUR MANAJEMEN*/
.nav-tabs-struktur-manajemen {
    border-bottom: 3px solid #115E9F;
}

    .nav-tabs-struktur-manajemen .nav-link-struktur-manajemen.active, .nav-tabs-struktur-manajemen .nav-item-struktur-manajemen.show .nav-link-struktur-manajemen {
        color: #ffff;
        background-color: #115E9F;
        border-color: #115E9F;
    }

.nav-link-struktur-manajemen:hover, .nav-link-struktur-manajemen:focus {
    color: #115E9F;
}

.nav-tabs-struktur-manajemen .nav-link-struktur-manajemen {
    margin-bottom: -1px;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link-struktur-manajemen {
    display: block;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

/*#endregion NAV TABS PROFIL PERUSAHAAN*/

/*#region NAV TABS ESTIMASI PREMI */
.nav-tabs-estimasi-premi .nav-link-estimasi-premi.active, .nav-tabs-estimasi-premi .nav-item-estimasi-premi.show .nav-link-estimasi-premi {
    color: #ffff;
    background-color: #F07522;
    border-bottom: 1px solid #CCCCCC;
    /*border-color: #115E9F;*/
}

.nav-link-estimasi-premi:hover, .nav-link-estimasi-premi:focus {
    color: #115E9F;
}

.nav-tabs-estimasi-premi .nav-link-estimasi-premi {
    margin-bottom: -1px;
    background: #E6F4FA;
    border-bottom: 1px solid #CCCCCC;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link-estimasi-premi {
    display: block;
    padding: 7px 10px;
    color: #555;
    text-decoration: none;
    /*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;*/
}

/*#endregion NAV TABS ESTIMASI PREMI*/

.nav-fill > .nav-link-profil-perusahaan, .nav-fill .nav-item-profil-perusahaan,
.nav-fill > .nav-link-struktur-manajemen, .nav-fill .nav-item-struktur-manajemen,
.nav-fill > .nav-link-estimasi-premi, .nav-fill .nav-item-estimasi-premi {
    flex: 1 1 auto;
    text-align: center;
}

.slider-caption {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: center;
    z-index: 20;
    color: #EEE;
    font-size: 1.375rem;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

    .slider-caption h2 {
        font-size: 4rem;
        letter-spacing: 2px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0;
    }

/* Testimonials - Item
-----------------------------------------------------------------*/

.testimonial {
    position: relative;
    padding: 20px;
    background-color: #E5F1F9;
    border: 0px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.testi-image {
    float: left;
    margin-right: 15px;
}

    .testi-image,
    .testi-image a,
    .testi-image img,
    .testi-image i {
        display: block;
        width: 64px;
        height: 64px;
    }

        .testi-image i {
            text-align: center;
            background-color: #EEE;
            border-radius: 50%;
            line-height: 64px;
            font-size: 28px;
            color: #888;
            text-shadow: 1px 1px 1px #FFF;
        }

        .testi-image img {
            border-radius: 50%;
        }

.testi-content {
    position: relative;
    overflow: hidden;
}

    .testi-content p {
        margin-bottom: 0;
        font-family: 'PT Serif', serif;
        font-style: italic;
    }

        .testi-content p::before,
        .testi-content p::after {
            content: '"';
        }

.testi-meta {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

    .testi-meta::before {
        content: '\2013';
    }

    .testi-meta span {
        display: block;
        font-weight: normal;
        color: #999;
        font-size: 13px;
        text-transform: none;
        padding-left: 10px;
    }

/* ----------------------------------------------------------------
	Canvas: Real Estate
-----------------------------------------------------------------*/

@media (min-width: 992px) {
    #header.header-size-md + .include-header.include-topbar {
        margin-top: calc( -80px - 2px - 46px );
    }

    #top-bar.transparent-topbar {
        background: transparent;
        z-index: 399;
    }

    .top-links-container > .top-links-item {
        border: 0;
    }

        .top-links-container > .top-links-item > a {
            padding-left: 17px;
            padding-right: 17px;
            color: #EEE;
            font-weight: normal;
            text-transform: capitalize;
            font-size: 0.875rem;
        }

        .top-links-container > .top-links-item:hover {
            background-color: transparent;
        }

        .top-links-container > .top-links-item.top-bar-highlight > a {
            margin-top: 7px;
            margin-bottom: 7px;
            padding-top: 5px;
            padding-bottom: 5px;
            border: 1px solid #EEE;
            border-radius: 16px;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .top-links-container > .top-links-item.top-bar-highlight:hover > a {
            background-color: #FFF;
            color: #222;
        }
}

/* ----------------------------------------------------------------
	Advanced Property Search
-----------------------------------------------------------------*/

.tabs.advanced-real-estate-tabs {
    margin: 0;
}

.advanced-real-estate-tabs ul.tab-nav {
    border-bottom: none;
}

    .advanced-real-estate-tabs ul.tab-nav li {
        margin-left: 2px;
        border: 0;
        height: 42px;
        border-left: 0 !important;
    }

        .advanced-real-estate-tabs ul.tab-nav li:first-child {
            margin-left: 0;
        }

        .advanced-real-estate-tabs ul.tab-nav li a {
            padding: 0 20px;
            color: #FFF;
            height: 42px;
            line-height: 42px;
            background-color: #2C3E50;
            font-size: 15px;
            font-weight: 600;
            font-family: 'Rubik', sans-serif;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        }

        .advanced-real-estate-tabs ul.tab-nav li.ui-tabs-active a {
            top: 0;
            background-color: #F0AD4E;
        }

            .advanced-real-estate-tabs ul.tab-nav li.ui-tabs-active a .badge.bg-warning {
                background-color: #2C3E50;
            }

        .advanced-real-estate-tabs ul.tab-nav li .badge {
            margin-left: 5px;
        }

.advanced-real-estate-tabs .tab-container {
    padding: 30px;
    background-color: rgba(255,255,255,0.95);
    border-top: 3px solid #f0ad4e;
}

#slider + .advanced-real-estate-tabs {
    top: -42px;
    margin-bottom: -42px;
    z-index: 3;
}

    #slider + .advanced-real-estate-tabs .tab-container {
        background-color: #EEE;
        padding: 50px;
    }

.promo.bg-color .button:not(:hover) {
    color: #FFF;
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}

.promo.bg-color .button:hover {
    background-color: #FFF;
    color: #2C3E50;
    text-shadow: none;
    !
}

/* ----------------------------------------------------------------
	Read More
-----------------------------------------------------------------*/

.read-more-wrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}

    .read-more-wrap .read-more-mask {
        position: absolute;
        z-index: 9;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        height: 35%;
        background-image: linear-gradient( rgba(255, 255, 255, 0), rgb(229, 241, 255) ) !important;
    }

.read-more-trigger {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .read-more-trigger i {
        position: relative;
        top: 1px;
        margin-left: 3px;
    }

.read-more-wrap .read-more-trigger {
    position: absolute;
    display: block !important;
    z-index: 10;
    top: auto;
    bottom: 5px;
    left: 5px;
    margin: 0 !important;
}

.read-more-wrap .read-more-trigger-center {
    left: 50%;
    transform: translateX(-50%);
}

.read-more-wrap .read-more-trigger-right {
    left: auto;
    right: 5px;
}

/* ----------------------------------------------------------------
	Real Estate Items
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
    border-color: transparent;
    color: #FFF;
    background-color: #555;
}

    .owl-carousel .owl-nav [class*=owl-]:hover {
        background-color: #115E9F !important;
    }

.real-estate-item {
    position: relative;
}

.real-estate-item-image {
    position: relative;
    width: 100%;
}

    .real-estate-item-image::before {
        position: absolute;
        content: '';
        pointer-events: none;
        z-index: 1;
        opacity: 0.90;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 50%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

    .real-estate-item-image > a,
    .real-estate-item-image > img {
        display: block;
        width: 100%;
        height: auto;
    }

    .real-estate-item-image .badge {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1;
        font-size: 11px;
        padding: 5px 8px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
    }

.real-estate-item-price {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

    .real-estate-item-price span {
        display: block;
        margin-top: 3px;
        font-weight: 300;
        font-size: 12px;
        color: rgba(255,255,255,0.85);
        text-align: right;
    }

.real-estate-item-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

    .real-estate-item-info a {
        display: block;
        float: left;
        color: #FFF;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        font-size: 12px;
        line-height: 1;
        text-align: center;
        padding: 8px;
        background-color: rgba(0,0,0,0.25);
        border-radius: 4px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .real-estate-item-info a:hover {
            background-color: rgba(0,0,0,0.75);
        }

        .real-estate-item-info a i {
            width: 12px;
            height: 12px;
        }

        .real-estate-item-info a:not(:first-child) {
            margin-left: 5px;
        }

.real-estate-item-desc {
    position: relative;
    margin-top: 20px;
    padding: 0 20px;
}

    .real-estate-item-desc h3 {
        font-size: 21px;
    }

        .real-estate-item-desc h3 + span {
            display: block;
            margin-top: -27px;
            color: #999;
        }

        .real-estate-item-desc h3 a {
            color: #333;
        }

            .real-estate-item-desc h3 a:hover {
                color: #555;
            }

.real-estate-item-features {
    margin-top: 15px;
}

    .real-estate-item-features [class^=col-] {
        margin-top: 5px;
    }

    .real-estate-item-features i {
        position: relative;
        top: 1px;
        margin-left: 3px;
    }

.real-estate-item-link {
    position: absolute;
    top: 2px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #555;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #555;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .real-estate-item-link:hover {
        border-color: transparent;
        background-color: #2C3E50;
        color: #FFF;
    }

/* ----------------------------------------------------------------
	Real Estate City Properties
-----------------------------------------------------------------*/

.real-estate-properties [class^=col-] {
    position: relative;
    margin-bottom: 30px;
}

    .real-estate-properties [class^=col-] > a {
        display: block;
        position: relative;
        height: 250px;
        background-color: #EEE;
    }

    .real-estate-properties [class^=col-] img {
        display: block;
    }

    .real-estate-properties [class^=col-] > a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.4);
        opacity: 0.4;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .real-estate-properties [class^=col-] > a:hover::before {
        opacity: 1;
    }

/* ----------------------------------------------------------------
	Real Estate Popular Links
-----------------------------------------------------------------*/

.widget_real_estate_popular {
    margin-left: 0;
}

    .widget_real_estate_popular li::before {
        content: "\e6f9" !important;
        opacity: 0.5;
    }

#side-panel {
    background-color: #FFF;
}

body.side-panel-open #side-panel {
    -webkit-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
    -moz-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
    box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
}

@media (min-width: 992px) {
    #side-panel {
        right: -400px;
        width: 400px;
    }

        #side-panel .side-panel-wrap {
            width: 430px;
        }

        #side-panel .widget {
            width: 320px;
        }

    body.side-push-panel.side-panel-open.stretched #wrapper,
    body.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
        right: 400px;
    }

    body.side-push-panel.side-panel-open.stretched .slider-inner {
        left: -400px;
    }
}

/* ----------------------------------------------------------------
	Real Estate Hero Slider Overlay
-----------------------------------------------------------------*/

.real-estate-video-overlay {
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.float, #gotoTop {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #gotoTop:hover {
        background-color: #F07522;
    }

.my-float {
    font-size: 24px;
}

#gotoTop {
    background-color: #F07522;
    right: 80px; /* Adjusted to provide more space between the buttons */
}

.color-2 {
    color: #F0AD4E !important;
}

.bg-color2 {
    background-color: #F0AD4E !important;
}

@media (min-width: 801px) {
    .min-vh-md-100 {
        min-height: 75vh !important;
    }
}

@media (min-width: 1281px) {
    .min-vh-md-100 {
        min-height: 100vh !important;
    }
}

@media (max-widht: 3840px) {
    .min-vh-md-100 {
    }
}

.desktop-section {
    display: none;
}

.mobile-section {
    display: block;
}

/* Media query for larger screens */
@media (min-width: 768px) {
    .desktop-section {
        display: block;
    }

    .mobile-section {
        display: none;
    }
}

.modal-custom-gallery {
    display: none;
    position: fixed;
    z-index: 1;
    background-color: #115E9F;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    padding-top: 60px;
}
/* Modal styling */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 900px;
    text-align: center;
}

h2#modal-title {
    color: #1b4b8e;
    font-size: 24px;
    margin-bottom: 20px;
}

.comparison-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.before-container, .after-container {
    text-align: center;
}

    .before-container img, .after-container img {
        width: 300px;
        height: auto;
        border: 2px solid #ccc;
    }

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #ff3333;
    font-size: 30px;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 10px;
    max-width: 1000px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px;
    border: 2px solid #ccc;
    margin: 0 auto;
    box-sizing: border-box;
}

    .gallery-container img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s ease, filter 0.3s ease;
    }

        .gallery-container img:hover::after {
            content: "Click for details"; /* Add the text */
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(0, 0, 139, 0.5);
            color: white;
            font-weight: bold;
            text-decoration: underline;
            font-size: 1.2rem;
            z-index: 1;
        }

    .gallery-container img {
        position: relative;
        z-index: 0;
    }

.gallery-item {
    background-color: #115E9F;
    position: relative;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        transition: opacity 0.3s ease;
    }

    .gallery-item:hover img {
        opacity: 0.5;
    }

    .gallery-item .hover-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-weight: bold;
        text-decoration: underline;
        visibility: hidden;
        opacity: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: opacity 0.3s ease;
    }

    .gallery-item:hover .hover-text {
        visibility: visible;
        opacity: 1;
    }



/* Media query for larger screens */
@media (min-width: 768px) {
    .desktop-section {
        display: block;
    }

    .mobile-section {
        display: none;
    }
}
/* Modal Custom Gallery */
.modal-custom-gallery {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

    .modal-custom-gallery .modal-dialog {
        position: relative;
        width: auto;
        margin: 0.5rem;
        pointer-events: none;
    }

    .modal-custom-gallery .modal.fade .modal-dialog {
        transition: transform 0.3s ease-out;
        transform: translate(0, -50px);
    }

@media (prefers-reduced-motion: reduce) {
    .modal-custom-gallery .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal-custom-gallery .modal.show .modal-dialog {
    transform: none;
}

.modal-custom-gallery .modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-custom-gallery .modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-custom-gallery .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-custom-gallery .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-custom-gallery .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-custom-gallery .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

/* Modal Backdrop */
.modal-custom-gallery .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.3);
}

    .modal-custom-gallery .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-custom-gallery .modal-backdrop.show {
        opacity: 1;
    }

/* Modal Header */
.modal-custom-gallery .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-custom-gallery .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-custom-gallery .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

/* Modal Body */
.modal-custom-gallery .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

/* Modal Footer */
.modal-custom-gallery .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-custom-gallery .modal-footer > * {
        margin: 0.25rem;
    }

/* Custom Gallery Layout */
.modal-custom-gallery .comparison-container {
    display: flex;
    justify-content: space-between; /* Add space between images */
    align-items: center;
    gap: 30px; /* Space between the images */
}

.modal-custom-gallery .before-container, .modal-custom-gallery .after-container {
    text-align: center;
}

    .modal-custom-gallery .before-container img, .modal-custom-gallery .after-container img {
        width: 100%; /* Make images responsive */
        max-width: 900px; /* Adjust max-width as needed */
        height: auto;
        border: 2px solid #ccc;
        margin: 0 auto; /* Ensure the images are centered */
    }

/* Close Button */
.modal-custom-gallery .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #ff3333;
    font-size: 30px;
    cursor: pointer;
}

    .modal-custom-gallery .close:hover,
    .modal-custom-gallery .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* Modal for large screens */
@media (min-width: 576px) {
    .modal-custom-gallery .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-custom-gallery .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-custom-gallery .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-custom-gallery .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-custom-gallery .modal-lg,
    .modal-custom-gallery .modal-xl {
        max-width: 800px;
    }
}

@media (max-width: 575.98px) {
    .modal-custom-gallery .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-custom-gallery .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-custom-gallery .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-custom-gallery .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-custom-gallery .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}


.gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 10px;
    max-width: 1400px; /* Increase the width */
    max-height: 600px;
    overflow-y: scroll;
    padding: 10px;
    border: 2px solid #ccc;
    margin: 0 auto;
    box-sizing: border-box;
}

    .gallery-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

        .gallery-container img:hover {
            transform: scale(1.05);
            opacity: 0.5;
        }


    .gallery-container::-webkit-scrollbar {
        width: 8px;
    }

    .gallery-container::-webkit-scrollbar-thumb {
        background: #74a1d4;
        border-radius: 10px;
    }

.view-all {
    text-align: right;
    margin-top: 20px;
}

    .view-all a {
        color: #e87722;
        font-weight: bold;
        text-decoration: underline;
    }

        .view-all a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

/* Responsive styles */
@media only screen and (max-width: 768px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
        max-width: 100%;
        max-height: 400px;
    }

    .view-all {
        font-size: 0.9rem;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .gallery-container {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 150px;
        max-width: 100%;
        max-height: 300px;
    }

    .view-all {
        font-size: 0.8rem;
        padding-right: 5px;
        text-align: end;
    }

    .gallery-container img {
        cursor: pointer;
    }
}

/* Additional mobile adjustments */
@media (max-width: 767px) {
    .gallery-container-mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two columns for mobile view */
        grid-auto-rows: 1fr;
        grid-gap: 10px;
        max-width: 100%; /* Take up full width */
        max-height: 200px;
        padding: 5px;
        box-sizing: border-box;
        overflow-x: auto; /* Horizontal scrolling for mobile */
        white-space: nowrap;
        scroll-snap-type: x mandatory; /* Enables snap scrolling */
    }

        .gallery-container-mobile img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: 2px solid #ccc;
            cursor: pointer;
            transition: transform 0.3s ease, filter 0.3s ease;
        }

            .gallery-container-mobile img:hover {
                transform: scale(1.05); /* Slight zoom effect on hover */
            }

                .gallery-container-mobile img:hover::after {
                    content: "Click for details"; /* Text on hover */
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: rgba(0, 0, 139, 0.5); /* Dark blue overlay */
                    color: white;
                    font-weight: bold;
                    text-decoration: underline;
                    font-size: 1rem;
                    z-index: 1;
                }

        .gallery-container-mobile .gallery-item {
            position: relative;
            background-color: #115E9F; /* Item background */
        }

            .gallery-container-mobile .gallery-item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                cursor: pointer;
                transition: opacity 0.3s ease; /* Smooth opacity transition */
            }

            .gallery-container-mobile .gallery-item:hover img {
                opacity: 0.5; /* Dim image on hover */
            }

            .gallery-container-mobile .gallery-item .hover-text {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: white;
                font-weight: bold;
                text-decoration: underline;
                visibility: hidden;
                opacity: 0;
                transition: opacity 0.3s ease;
            }

            .gallery-container-mobile .gallery-item:hover .hover-text {
                visibility: visible;
                opacity: 1;
            }

    /* Modal image (Square version) */
    .modal-content img.square-img {
        width: 100%;
        max-width: 300px;
        height: 300px;
        object-fit: cover;
        background-color: #115E9F;
    }

    .view-all {
        text-align: right;
        justify-content: flex-end;
        margin-top: 10px;
        font-size: 1rem;
        font-weight: bold;
    }

        .view-all a {
            color: #e87722;
            text-decoration: underline;
        }

            .view-all a:hover {
                text-decoration: underline;
            }
}

.container-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.float {
    margin-bottom: 10px; /* Adjust the spacing as needed */
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.carousel-container-csr {
    width: 300px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.carousel {
    display: flex;
    flex-direction: column;
    transition: transform 1.2s ease-in-out;
}

.carousel-item {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }

.controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .controls button {
        background: #000;
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
    }