@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 24px;
    font-family: "Qaranta";
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    padding-bottom: 13px;
}

:root{
    --orange: #ffa500;
}

*{
    font-family: 'Nunito', sans-serif;
    margin:0; padding:0;
    box-sizing:border-box;
    text-transform: capitalize;
    outline: none; border: none;
    text-decoration: none;
    transition: all .2s linear;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::selection{
    background:var(--orange);
    color: #ffff;
}

html{
    font-size:62.5%;
    overflow-x: hidden;
    scroll-padding-top: 6rem;
    scroll-behavior: smooth;
}

section{
    padding:2rem 9%;
}
.heading{
    text-align:center;
    padding: 2.5rem 0;
}

.heading span{
    font-size: 3.5rem;
    background: #000;
    color: var(--orange);
    border-radius: .5rem;
    padding: .2rem 1rem;
 

}

.heading span.space{
    background: none;

}

header{
    position:fixed;
    top:0; left:0; right:0;
    background: #333;
    z-index:1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9%;  
}

header .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
    display: inline-block; 
    align-items: center; 
   
}
header .logo img {
    width: 90px; 
    height: auto;
    margin-right: 50px; 
    vertical-align: middle; 
    margin-top: -10px; 
    
}

header .logo span{
    color: var(--orange);

}

header .navbar a {
    color: #fff;
    font-size: 2rem;
    margin: 0 1.5rem;
    text-decoration: none; 
}

header .navbar a:hover {
    color: var(--orange);
    text-decoration: none; 
}


header .icons i{
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    margin-right: 2rem;
}

header .icons i:hover{
    color:var(--orange);
}

header .search-bar-container{
    position: absolute;
    top: 100%; left:0; right:0;
    padding:1.5rem 2rem;
    background: #333;
    border-top: .1rem solid rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    z-index: 1001;

    Clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

header .search-bar-container.active{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

header .search-bar-container #search-bar{
    width:100%;
    padding: 1rem;
    text-transform: none;
    color: #333;
    font-size: 1.7rem;
    border-radius: .5rem;
}

header .search-bar-container label{
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    margin-left: 1.5rem;  
}

header.search-bar-container label:hover{
    color: #FFA500;
}

#menu-bar{ 
    color: #fff;
    border: .1rem solid #fff;
    border-radius: .5rem;
    font-size: 3rem;
    padding: .5rem 1.2rem;
    cursor: pointer;
    display: none;
}


.about-us {
    font-size: 35px;
    font-family: "Familjen Grotesk", sans-serif;
    color: white;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.484);
    text-align: center;
    background-color: #5698BA;
    padding: 2%;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px; 
    margin-top: 90px;
}

.container {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    flex-direction: column; 
    align-items: center;
   
    position: relative;
}

/* .pb-holiday {
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
}
.about-us-rentaka {
    width: 70%;
    text-align: center;
    margin-bottom: 20px; 
} */

.pb-holiday, .about-us-rentaka {
    display: flex;
    justify-content: center;
}

.pb-holiday img {
    max-width: 40%; /* Adjusted to make sure it fits within its container */
    height: auto;
    

}

.pb-holiday-text {
    font-size: 15px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}



.about-us-rentaka img {
    max-width: 40%;
    height: auto;
    
    margin: 0 auto;
    
}

.rentaka-text {
    font-size: 15px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.member {
    font-size: 35px;
    font-family: "Familjen Grotesk", sans-serif;
    color: white;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.484);
    text-align: center;
    background-color: #5698BA;
    padding: 2%;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.container-member {
    display: flex;
    justify-content: center;
    align-items: center;   
    flex-wrap: wrap;      
    text-align: center;     
}

.mita, .wow {
    flex: 1;                 
    max-width: 180px;        
    margin: 0 100px;   
    margin-bottom: 30px;
}

.mita img, .wow img {
    width: 100%;             
    height: auto;           
    margin-bottom: 30px;    
}
.partners {
    font-size: 35px;
    font-family: "Familjen Grotesk", sans-serif;
    color: white;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.484);
    text-align: center;
    background-color: #050505;
    padding: 2%;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.strategic {
    font-size: 35px;
    font-family: "Familjen Grotesk", sans-serif;
    color: white;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.484);
    text-align: center;
    background-color: #050505;
    padding: 2%;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.insurance {
    font-size: 35px;
    font-family: "Familjen Grotesk", sans-serif;
    color: white;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.484);
    text-align: center;
    background-color: #050505;
    padding: 2%;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}



.container-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 60px; 
}

.insurances .container-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 45px; 
}

.insurances .container-partners img {
    max-width: 130%; /* Ensure image does not exceed its container */
    height: auto;
    margin-bottom: 40px;

    
}

.container-partners div {
    flex: 1;
    max-width: 100px; /* Adjust as necessary */
}

.container-partners img {
    max-width: 130%; /* Ensure image does not exceed its container */
    height: auto;
    margin-bottom: 40px;
    
}

footer {
    font-family: Arial;
    font-size: 16px;
    color: white;
    background-color: #050505;
    width: 100%;
    padding: 5px 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px; 
}

.footer-logo { /* untuk logo pb holiday */
    max-width: 80%; 
    height: auto; 
    display: block; 
    margin: 0 auto; 
}

.col-sm-4 {
    flex: 1;
    min-width: 200px;
    margin-bottom: 15px; 
}


.col-sm-4 .list-unstyled li {
    margin-top: 10px;
    align-items: center;
}

ul {
    list-style-type: none; /*untuk remove bullet*/
    padding: 0;           
    margin: 0;           
}

ul li {
    margin-left: 0;     
}

ul li a {
    color: white;        
    text-decoration: none; 
    display: block;      
    padding: 5px 0;      
}

ul li a:hover {
    color: lightgray;     
}

.service-hours{
    margin-top: 15px;
}

.service-hours h5 {
    font-size: 16px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.social-icons a {
    display: flex;
}

.social-icons img.social-icon {
    width: 30px;
    height: auto;
}

.footer-line {
    border-top: 1px solid #ffffff;
    margin: 20px 0;
    width: 100%;
}

.footer-address {
    flex: 1;
    min-width: 200px;
}

.footer-address a {
    color: #ffffff;
    text-decoration: none;
}

.footer-address a:hover {
    color: #dddddd;
    text-decoration: underline;
}

footer .img-fluid {
    max-width: 100%;
    height: auto;
}

.phone-number {
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mt-2 {
    text-align: right;
    color: white;
    margin-top: 10px;
    padding: 10px;
}

.img-container {
    /* Center the image container */
    display: flex;
    justify-content: center;
    align-items: center;

}

.img-container img {
    width: 100%;
    object-fit: cover;
    object-position: top;  /* Aligns the image to the top */
    display: block; 
    max-width: 100%;  /* Ensures the image doesn't exceed the container's width */
    height: auto;  /* Maintains aspect ratio */
    max-height: 510px; /* Set a maximum height for the image */
    align-items: flex-end;
}


        
@media (max-width:991px){
    #menu-bar{
        display: initial;
    }

    header .navbar{ /*bar di bawah*/
        position: absolute;
        top:100%; right:0; left:0;
        background: #333;
        border-top: .1rem solid rgba(255,255,255,.2);
        padding: 1rem 2rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    header .navbar a{
        display: block;
        border-radius: .5rem;
        padding: 1.5rem;
        margin: 1.5rem 0;
        background: #222;
    }
}

/* For screens wider than 991px */
@media (min-width: 991px) {
    .img-container img {
        max-width: 800px; /* Set a max width for larger screens */
    }
}

/* For screens 450px and smaller */
@media (max-width: 450px) {
    .img-container img {
        max-width: 100%; /* Full width for smaller screens */
        height: auto; /* Maintain aspect ratio */
    }
}
@media (max-width: 991px) {
    .service-hours h5,
    .text-white,
    .phone-number,
    .footer-content p,
    .footer-address a {
        font-size: 20px; /* Adjust this size as needed */
    }

.footer-content {
    flex-direction: column;
    align-items: center;
}

.col-sm-4 {
    flex: none;
    min-width: 100%;
    margin-bottom: 20px;
    align-items: center;
}

.col-sm-4 ul li {
    text-align: center;
    justify-content: center;
}

.service-hours, .social-icons, .footer-address {
    text-align: center; 
    margin-left: 0;
}

.social-icons {
    gap: 15px;
}

.footer-line {
    margin: 30px 0; 
}

.footer-logo {
    max-width: 30%; /* untuk logo pb holiday */
}

}



@media (max-width: 450px) {
    footer {
        padding: 10px 15px; 
    }

    .service-hours h5,
    .text-white,
    .phone-number,
    .footer-content p,
    .footer-address a {
        font-size: 16px;
    }

    .service-hours h5, .phone-number {
        font-size: 14px; 
    }

    .social-icons img.social-icon {
        width: 25px; 
    }

    .footer-content {
        flex-direction: column; 
    }

    .col-sm-4 {
        min-width: 100%; 
        margin-bottom: 20px; 
    }

    .footer-line {
        margin: 20px 0; 
    }

    .mt-2 {
        font-size: 14px; 
    }
    .footer-logo {
        max-width: 50%;
    }
}


@media (max-width: 991px) {
    .pb-holiday img, .about-us-rentaka img {
        max-width: 40%;
    }
    .pb-holiday-text, .rentaka-text {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
        line-height: 20px;

    }
    .container-member {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 0px; 
        align-items: center; 
        justify-items: center; 
    }

    .mita img, .wow img {
        max-width: 90%;
    }
    .container-partners {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 16px; 
        align-items: center; 
        justify-items: center; 

    }

    .container-partners .box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .insurances .container-partners {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 16px; 
        align-items: center; 
        justify-items: center; 

    }

    .insurances .container-partners .box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 450px) {
    .about-us, .member {
        font-size: 25px;
        padding: 2%;
    }
    .pb-holiday img, .about-us-rentaka img {
        max-width: 40%;
    }
    .pb-holiday-text, .rentaka-text {
        font-size: 14px;
        width: 95%;
        margin: 0 auto;
        text-align: justify;
        line-height: 18px;
    }
    .container-member, .container-partners {
        display: grid;
        grid-template-columns: 1fr; /* One column layout */
        align-items: center;

    }

    .insurances .container-partners {
        display: grid;
        grid-template-columns: 1fr; /* One column layout */
        align-items: center;

    }
    .mita img, .wow img {
        max-width: 90%;
    }
    .partners, .strategic, .insurance {
        font-size: 25px;
    }
    .container-partners div {
        margin: 10px 0;
    }
}

@media (orientation: landscape) and (max-width: 991px) {
    .pb-holiday-text, .rentaka-text {
        font-size: 16px;
        width: 85%;
        justify-content: center;
    }
}

@media (orientation: landscape) and (max-width: 450px) {
    .pb-holiday-text, .rentaka-text {
        font-size: 14px;
        width: 90%;
        justify-content: center;
    }
}
