@font-face {
    font-family: "Telkomsel Batik Sans";
    src: url('/font/telkomsel-batik/EOT/TelkomselBatikSans-Regular.eot');
    src: url('/font/telkomsel-batik/EOT/TelkomselBatikSans-Regular.eot') format('embedded-opentype'),
        url('/font/telkomsel-batik/WOFF2/TelkomselBatikSans-Regular.woff2') format('woff2'),
        url('/font/telkomsel-batik/.WOFF/TelkomselBatikSans-Regular.woff') format('woff'),
        url('/font/telkomsel-batik/TTF/TelkomselBatikSans-Regular.ttf') format('truetype');
    font-weight: 700;
    line-height: 48px;
    font-style: normal;
}

@font-face {
    font-family: "Telkomsel Batik Sans Bold";
    src: url('/font/telkomsel-batik/EOT/TelkomselBatikSans-Bold.eot');
    src: url('/font/telkomsel-batik/EOT/TelkomselBatikSans-Bold.eot') format('embedded-opentype'),
        url('/font/telkomsel-batik/WOFF2/TelkomselBatikSans-Bold.woff2') format('woff2'),
        url('/font/telkomsel-batik/.WOFF/TelkomselBatikSans-Bold.woff') format('woff'),
        url('/font/telkomsel-batik/TTF/TelkomselBatikSans-Bold.ttf') format('truetype');
    font-weight: 700;
    line-height: 48px;
    font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
 }

* {
    font-family: "Telkomsel Batik Sans";
    font-style: normal;
    font-weight: 700;
}

.font-weight-bold {
    font-family: "Telkomsel Batik Sans Bold";
    font-style: normal;
    font-weight: 700;
}

h1.title-mobile{
    font-family: 'Telkomsel Batik Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
  }

/* sidebar */
.header-mobile {
    /* background-image: url('/img/home/Rectangle.svg'); */
    background: linear-gradient(87.99deg, #BB093E -0.01%, #EF1B4B 47.91%, #F4823A 100%);
    border-radius: 0px 0px 56px 0px;
    background-size: cover;
    width: auto;
    height: 130px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav::-webkit-scrollbar {
    display: none;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span {
    background: #f3e5f5;
}

.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.sidebar-button {
    border: none !important;
}

.sidebar-button:focus {
    outline: none;
}

.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    vertical-align: middle;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }

  .login-description{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: .9vw;
    line-height: 24px;
    letter-spacing: 0.35px;
    color: #4E5764;
    margin-bottom: 3%;
  }

  .banner {
    position: relative;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center items vertically */
    align-items: center; /* Center items horizontally */
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    padding: 2rem;
    text-align: center; /* Center text alignment */
}

.banner-title{
    background: linear-gradient(87.99deg, #EF1B4B 50%, #F4823A 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 6rem;
}

.banner-subtitle{
    color: #001A41;
    font-size: 2rem;
}

.topbar {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center; 
}

.topbar-menu {
    list-style: none;
    display: flex; 
    margin: 0;
    padding: 0;
}

.topbar-menu li {
    margin: 0 1rem; 
}


.topbar-menu a {
    color: #001a4188; 
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
}

.topbar-menu a:hover {
    color: #001A41;
}

.section-title{
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}
.featured-content{
    display: flex;
  align-items: center;
  justify-content: center
}
.featured-title{
    background: linear-gradient(87.99deg, #EF1B4B 20%, #F4823A 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3rem;
}

.featured-desc{
    font-size: 1.5rem;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}
.view-details{
    font-size: 1rem;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #001A41;
}
.featured-image img {
    width: 35vw;
    height: 35vw;
    object-fit: cover;
    border-radius: 8px;
}

.office-name{
    color: #001A41;
    font-size: 1.5rem;
    font-weight: bold;
}

.office-card img {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
    border-radius: 8px;
}

.landing-page {
    background: url('../../img/bg_banner.png') no-repeat center center;
    background-size: cover;
}

.header-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
}

.admin-panel {
    font-size: 3rem;
}

.footer {
    margin-top: 30px;
    background-color: #f0f0f0;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
}

.footer p {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #A7ABB2;
}

.footer .pt-text {
    display: inline; /* Default: inline for larger screens */
}

@media (max-width: 1024px) {
    .banner {
        padding: 1rem;
    }

    .banner-title {
        font-size: 3rem;
    }
    
    .banner-subtitle {
        font-size: 1.2rem;
    }

    .featured-title{
        font-size: 2.5rem;
    }

    .featured-desc{
        font-size: 1rem;
    }

    .office-card img {
        width: 22vw;
        height: 22vw;
    }
}

@media screen and (max-width: 768px) {
    .section-title{
        font-size: 2rem;
    }

    .featured-content {
        flex-direction: column !important; 
    }

    .featured-image {
        order: -1;
        padding: 0px !important;
    }

    .description {
        padding: 0 !important;
        margin-bottom: 15%;
    }

    .featured-image img {
        max-width: 100%;
        height: 400px;
        width: 400px;
    }
    .topbar-menu a{
        font-size: 2.5vh;
    }
    .office-card{
        text-align: center !important;
    }
    .office-card img {
        max-width: 100%;
        height: 400px;
        width: 400px;
    }

    .footer .pt-text {
        display: block; /* Move to a new line */
        margin-top: 0.5rem; /* Add spacing between the lines */
    }

    .footer p .d-inline {
        display: none; /* Hide the vertical bar on small screens */
    }
}