@font-face {
    font-family: 'GeneralSansRegular';
    src: url(/assets/fonts/GeneralSans-Regular.woff2)
}
@font-face {
    font-family: 'GeneralSansRegularItalic';
    src: url(/assets/fonts/GeneralSans-RegularItalic.woff2)
}
@font-face {
    font-family: 'GeneralSansLight';
    src: url(/assets/fonts/GeneralSans-Light.woff2)
}
@font-face {
    font-family: 'BoskaLight';
    src: url(/assets/fonts/Boska-Light.woff2)
}
@font-face {
    font-family: 'BoskaItalicLight';
    src: url(/assets/fonts/Boska-LightItalic.woff2)
}
@font-face {
    font-family: 'BoskaItalicRegular';
    src: url(/assets/fonts/Boska-RegularItalic.woff2)
}
/* Base styles */
body {
    cursor: url('/storage/Artboard3.png'), auto !important;
    font-family: 'GeneralSansRegular';
    background-color: #f6f5e9;
}

.footer-inner {
    width: 100%;
    justify-self: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; */
    /* background-color: #d3ff6a; */
}
.banner-image{
    position: absolute;
    z-index: 1;
    height: auto;
    padding-left: 50%;
}
.footer-svg img {
    height: 100%; /* Set tinggi img mengikuti tinggi footer-svg */
    width: auto;  /* Menjaga proporsi lebar */
    object-fit: contain; /* Memastikan gambar sesuai dengan kontainer tanpa terpotong */
}
.footer-svg{
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    max-width: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.btn.btn-primary {
  color: black;
  background-color: #ffffff; /* Warna default Bootstrap primary */
  border: none;
  transition: all 0.3s ease;
}

.btn.btn-primary:hover {
  color: black;              /* Ubah warna teks saat hover */
  background-color: #d3ff6a; /* Warna latar belakang saat hover */
}
.social-media-section {
    display: flex;
    align-items: left; 
}

.social-media-section p {
    margin: 0;
    padding-top: 10px;
    margin-right: 10px; 
    color: #1c1c1a;
    font-size: 16px;
}
.social-icons {
  display: flex;
  align-items: center;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

/* Ikon <i>, <img>, dan <svg> disamakan */
.social-icons a i,
.social-icons a svg {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  font-size: 24px;
  color: white;    /* Untuk <i> */
  fill: white;     /* Untuk SVG inline */
  opacity: 0.8;
  transition: 0.2s ease;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
}
.social-icons a img{
  width: 45px;
  height: 45px;
  display: block;
  object-fit: contain;
  font-size: 24px;
  opacity: 0.8;
  transition: 0.2s ease;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.social-icons a svg {
  margin-top: -1px; 
}
.social-icons a:hover i,
.social-icons a:hover img,
.social-icons a:hover svg {
  opacity: 1;
  transform: scale(1.1);
  color: #fff;
}

.footer-wave path {
    fill: #d3ff6a; /* Wave color */
}

.footer-signup {
    flex: 1; 
    width: 100%;
    color: white;
}
.footer-signup p {
    color: white !important;
}

.footer-signup h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-signup p {
    margin-bottom: 10px;
}

.email-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.email-form input {
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
}

.email-form button {
    background-color: white;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
}

.footer-links h4 {
    margin-bottom: 10px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    text-decoration: none;
    color: white;
}

/* .country-selector {
    background-color: transparent;
    color: #1c1c1a;
    border: 1px solid #1c1c1a;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
} */

.legal-links {
    display: flex;
    list-style: none;
    padding: 0;
}

.legal-links li {
    margin-right: 15px;
}

.legal-links li a {
    text-decoration: none;
    color: #1c1c1a;
    font-size: 12px;
}
.footer-divider {
    border: none; /* Remove default border */
    height: 1px; /* Line height */
    background-color: #1c1c1a; /* Line color */
    margin: 20px 0; /* Spacing above and below */
    opacity: 0.5; /* Optional transparency */
}
.footer-bottom-text {
    text-align: left; /* Center the text horizontally */
    font-size: 12px; /* Set font size to 10px */
    margin-top: auto; /* Push it to the bottom of the container */
    margin-left: -20%;
    margin-bottom: -40px;     
}
.footer-text {
    display: none;
}               
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space between items */
    flex-wrap: wrap; 
}

.footer-bottom p {
    margin: 0 15px; /* Optional margin between elements */
}

.footer-bottom ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom ul li {
    margin-right: 15px;
}

.find-us {
    margin-bottom: 0% !important;
    font-size: 25px !important;
    color: white !important;
}

.footer-kiri-bawah {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
}
.menu-footer {
  background-color: transparent;
  color: #ffffff; /* warna putih */
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600; /* agak tebal */
  line-height: 1.6;
  list-style: none;
  padding: 0;
  margin-left: auto;
}

.menu-footer li {
  margin-bottom: 8px; /* jarak antar item */
}

.menu-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-footer a:hover {
  color: #c6ff49; /* warna biru saat hover */
}

@media (max-width: 1080px) {
    body{
        font-size: 12px;
    }
    .banner-image {
        display: none;
    }
    .footer-svg{
        padding: 30px;
        max-width: 100%;
        z-index: 1;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center; 
        flex-wrap: wrap;
    }
    
    .footer-signup .social-media-section p {
        flex: 1; 
        width: 100%;
    }
    .social-icons a {
        display: inline-block; 
        margin-right: 15px; 
        color: #ffffff; 
        font-size: 20px;
        transition: transform 0.3s ease, color 0.3s ease; 
    }
    .social-media-section {
        display: relative;
        align-items: right; /* Align icons with the text */
    }
    
    .social-media-section p {
        margin: 0;
        padding-top: 10px;
        margin-right: 10px; /* Space between text and icons */
        color: #1c1c1a;
        font-size: 14px;
    }
    
    .footer-bottom-text1 {/* Center the text horizontally */
        font-size: 12px; /* Set font size to 10px */
        padding-bottom: 8px; /* Add padding from the bottom */
        margin-top: auto; /* Push it to the bottom of the container */
        text-align: center; 
    }
    .footer-bottom-text {/* Center the text horizontally */
        display: none;
    }
}


@media (max-width: 768px) {
    .bagian1 ,
    .bagian2 {
        width: 100% !important;
    }
    .social-icons {
        flex-wrap: wrap !important;
    }
    .footer-kiri-bawah {
        text-align: center !important;
    }
    .bagian2-1 {
        width: 0 !important;
        visibility: hidden;
        display: none;
    }
    .bagian2-2 ,
    .bagian2-3 {
        width: 50% !important;
    }
    .bagian2-2 .menu-footer,
    .bagian2-3 .menu-footer{
        align-items: center !important;
    }
    .find-us {
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .social-icons {
        margin-bottom: 20px !important;
        justify-content: center !important;
        gap: 20px !important;
    }
    .social-icons a {
        justify-content: center !important;
        margin-right: 0 !important;
        display: flex !important;
    }
    .footer-kiri-bawah {
        margin-bottom: 20px !important;
    }
}