/*home*/
.carousel-caption {
  left: 10%;
  padding-bottom: 90px;
  text-align: left;
  z-index: auto;
}
.carousel-caption h3 {
  font-size: 82px;
  color: #f2d889;
  font-weight: bold;
}
.carousel-caption p {
  font-size: 32px;
  margin-bottom: 32px;
}
.btn-cta-carousel {
  background-color: #f2d889;
  padding: 20px 50px;
  font-size: 24px;
  border-radius: 15px;
}
#home-about {
  background-color: #0a214e;
}
#home-about .title {
  color: #fff;
  /*    text-align: center;*/
  font-family: "Raleway";
}
#home-about .description {
  color: #fff;
  /*    text-align: center;*/
  font-size: 20px;
  font-family: "Raleway";
}
.home-section2 {
  padding: 80px 0 20px 0;
}
.home-section3 {
  padding: 40px 0 80px 0;
}
.img-section2 {
  width: 100%;
  border-radius: 10px;
}
.img-section2.left {
  margin-top: 25px;
}
.img-section2.right {
  margin-bottom: 10px;
}
.img-product {
  width: 100%;
  margin: 22px 0px;
  border-radius: 10px;
}
/*end home*/

/*product*/
.card-categories {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 0;
  margin-top: 20px;
}
.card-categories h3 {
  font-size: 18px;
  padding: 0 15px;
  margin: 0 0 10px 0;
}
.card-categories .list-group-item {
  border: 0;
}
.card-categories a.list-group-item {
  color: #000000;
}
.card-categories a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #d5d5d5;
  border: 0;
}
.cardProduk {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  margin-top: 15px;
}
.produkStatus {
  border: 1px solid #ddd;
  padding: 3px 8px;
  border-radius: 15px;
  background-color: green;
  color: #fff;
}
.produkStatus.menunggu {
  border: 1px solid #ddd;
  padding: 3px 8px;
  border-radius: 15px;
  background-color: red;
}
.cardProduk h4 {
  margin-bottom: 10px !important;
}
.cardProduk p {
  margin-bottom: 0;
}
.cardProduk p a {
  color: #0e2964;
  text-decoration: underline;
}
.flex-1 {
  flex: 1 1 0%;
}
.justify-between {
  justify-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.flex {
  display: flex;
}
.statusKlaim {
  padding: 3px 7px;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: inline-block;
}
.statusKlaim.diajukan {
  background-color: #f0f9ff;
  color: #0c4a6e;
}
.statusKlaim.appointment {
  background-color: #fffbeb;
  color: #854d0e;
}
.statusKlaim.videocall {
  background-color: #fefce8;
  color: #713f12;
}
.statusKlaim.pickup-set {
  background-color: #f7fee7;
  color: #3f6212;
}
.statusKlaim.dipickup {
  background-color: #f0fdf4;
  color: #166534;
}
.statusKlaim.diterima-boovi {
  background-color: #f0f9ff;
  color: #0c4a6e;
}
.statusKlaim.pengiriman-kembali {
  background-color: #eef2ff;
  color: #3730a3;
}
.statusKlaim.diterima-customer {
  background-color: #ecfdf5;
  color: #047857;
}
.statusKlaim.selesai {
  background-color: #dcfce7;
  color: #14532d;
}
.statusKlaim.ditolak {
  background-color: #fee2e2;
  color: #991b1b;
}
.detailKlaim {
  border: 1px solid #ddd;
  padding: 3px 8px;
  border-radius: 15px;
  background-color: grey;
  color: #fff;
}
.card-form-white h4.titleKlaim {
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}
.catatanKlaim {
  font-size: 16px;
}
.catatanKlaim.card {
  background-color: #f9fafb;
  padding: 8px 10px;
  border-radius: 10px;
}
.catatanKlaim.card img {
  border-radius: 10px;
  width: 100%;
}
/*end product*/

.card-white {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px 40px 20px;
  margin: 30px auto;
}

.card-white input {
  border-radius: 15px;
  border: 1px solid;
  padding: 21px;
}

input#no_wa_visible {
  border-radius: 0px 20px 20px 0px;
}

span.input-group-addon {
  margin: 0;
  border: 1px solid;
  border-radius: 25px;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
  height: 50px;
}

/* Brand Story Section */
.story-section {
  padding: 0px;
  background-color: #051d51;
  font-family: "Raleway";
}

.text-container {
  color: #fff;
  padding: 160px 0px 0px 10px;
}

.image-container img {
  width: 100%; /* Make image responsive */
  height: auto; /* Maintain aspect ratio */
}

/* FAQ Section */
.faq-section {
  padding: 30px 0; /* Adjust padding for smaller screens */
  background-image: linear-gradient(#0e2964, #051d51);
  font-family: "Raleway";
}

.faq-section h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px; /* Smaller font size for better fit */
  font-weight: 700;
}
.panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0px; /* Reduced padding for smaller screens */
}

.panel-default > .panel-heading a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px; /* Smaller font size for better fit */
}

.panel-default > .panel-heading a:hover {
  color: #f2d889;
}

.panel-default > .panel-heading a::after {
  content: "\25BC"; /* Down arrow symbol */
  float: right;
  margin-left: 5px;
}

.panel-default > .panel-heading a.collapsed::after {
  content: "\25B2"; /* Up arrow symbol */
}

.panel-body {
  background-color: transparent;
  color: #fff;
  padding: 0px;
  margin-top: 16px;
  border: none;
}

/* FAQ Section */
.choose-section {
  padding: 30px 0; /* Adjust padding for smaller screens */
  background-image: linear-gradient(#0e2964, #051d51);
  font-family: "Raleway";
}

.choose-section h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px; /* Smaller font size for better fit */
  font-weight: 700;
}

/* Container video */
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Bingkai video */
.video-frame {
  background: black;
  padding: 10px;
  border: 5px solid black;
  border-radius: 5px;
  display: inline-block;
}

/* Iframe Video */
.video-frame iframe {
  width: 560px;
  height: 315px;
  max-width: 100%;
  border-radius: 5px;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  /* Adjustments for tablets and smaller devices */
  .text-container {
    font-size: 16px;
    padding: 40px;
    text-align: center;
  }

  .faq-section h2 {
    font-size: 20px;
  }

  .panel-default > .panel-heading a {
    font-size: 14px;
  }

  .panel-body {
    font-size: 14px;
  }

  .choose-section h2 {
    font-size: 20px;
  }

  .video-frame iframe {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 480px) {
  /* Adjustments for mobile devices */
  .story-section {
    padding: 0px;
  }

  .text-container {
    font-size: 14px;
    padding: 40px;
    text-align: center;
  }

  .faq-section h2 {
    font-size: 18px;
  }

  .panel-default > .panel-heading a {
    font-size: 12px;
  }

  .panel-body {
    font-size: 12px;
  }

  .choose-section h2 {
    font-size: 18px;
  }

  .video-frame {
    padding: 5px;
    border-width: 3px;
  }

  .video-frame iframe {
    width: 100%;
    height: 200px;
  }
}

@media (min-width: 768px) {
  .card-white {
    max-width: 600px;
    margin: 100px auto;
  }
}

.card-white h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Tombol Google */
.btn-submit {
  background-color: #c0451d;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
}

.btn-logout {
  background-color: #e52020;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
}

.btn-submit:hover {
  background-color: #c0451de8;
}

.btn-submit:disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-logout:hover {
  background-color: #c0451de8;
}
.img-boovi {
  float: left;
  position: relative;
  line-height: 50px;
  padding-left: 16px;
}

.card-gray {
  background-color: #e9e6e6;
  border-radius: 15px;
  padding: 25px 20px 40px 20px;
  margin: 30px auto;
}

.card-gray input {
  border-radius: 25px;
  border: 1px solid;
  padding: 21px;
  background-color: #e9e6e6;
}

@media (min-width: 768px) {
  .card-gray {
    max-width: 600px;
    margin: 100px auto;
  }
}

.card-gray h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.card-form-gray {
  background-color: #e9e6e6;
  border-radius: 25px;
  padding: 25px 20px 40px 20px;
  margin: 30px auto;
}

.card-form-gray input[type="text"],
.card-form-gray input[type="number"],
.card-form-gray input[type="date"],
.card-form-gray select {
  margin: 0;
  border: 1px solid;
  border-radius: 25px;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
  height: 50px;
}

.card-form-gray input::placeholder {
  color: #7d878c;
}

.card-form-gray textarea::placeholder {
  color: #7d878c;
  font-size: 16px;
}

.card-form-gray input[type="file"] {
  border-radius: 25px;
  border: 1px solid;
  padding-right: 85px;
  height: 50px;
}

.card-form-gray ul li {
  font-weight: 500;
  font-size: 14px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
}

.checkbox-wrapper input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #7d878c;
}

.checkbox-wrapper label {
  margin: 0;
  padding-left: 8px;
  line-height: normal;
  color: #7d878c;
}

.card-form-gray textarea {
  border-radius: 25px;
  border: 1px solid;
}

@media (min-width: 768px) {
  .card-form-gray {
    max-width: 800px;
    margin-top: 100px;
  }
}

.card-form-gray h4 {
  color: #333;
  font-weight: bold;
  margin-bottom: 26px;
}

.card-form-gray .custom-file-upload {
  display: flex;
  border: 1px solid;
  border-radius: 25px;
  padding: 5px;
  background-color: #fff;
}

.card-form-gray .custom-file-upload label {
  font-size: 16px;
  color: #7d878c;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 98px;
}

.card-form-gray .custom-file-upload input[type="file"] {
  display: none;
}

.card-form-gray .custom-file-upload button {
  background-color: #c0451d;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 35px 10px 35px;
  cursor: pointer;
}

.card-form-gray .custom-file-upload button:hover {
  background-color: #f2d889;
}

.card-form-gray .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.card-form-gray .custom-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #fff;
  border: 1px solid;
  border-radius: 25px;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  color: #7d878c;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.card-form-gray .custom-dropdown::after {
  content: "Ã¢â€“Â¾";
  font-size: 45px;
  color: #7d7d7d;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.card-form-gray .custom-dropdown select:hover,
.card-form-gray .custom-dropdown select:focus {
  border-color: #888;
}

.card-form-white {
  background-color: #fff;
  border-radius: 25px;
  padding: 25px 20px 40px 20px;
  margin: 30px auto;
}

.card-form-white input,
.card-form-white select {
  margin: 0;
  border: 1px solid;
  border-radius: 15px;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
  height: 50px;
  text-transform: capitalize;
}

.card-form-white input::placeholder {
  color: #7d878c;
  text-transform: capitalize;
}

.card-form-white textarea::placeholder {
  color: #7d878c;
  font-size: 16px;
  text-transform: capitalize;
}

.card-form-white .foto {
  display: inline-block;
  text-align: center;
}

.card-form-white .foto input[type="file"] {
  border: 1px solid;
  padding: 0;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.card-form-white textarea {
  border-radius: 25px;
  border: 1px solid;
}

@media (min-width: 768px) {
  .card-form-white {
    max-width: 800px;
    /* margin-top: 100px; */
  }
}

.card-form-white h4 {
  color: #333;
  font-weight: bold;
  margin-bottom: 26px;
  margin-top: 0px !important;
}

.card-form-white .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.card-form-white .custom-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #fff;
  border: 1px solid;
  border-radius: 25px;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  color: #7d878c;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.card-form-white .custom-dropdown::after {
  content: "Ã¢â€“Â¾";
  font-size: 45px;
  color: #7d7d7d;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.card-form-white .custom-dropdown select:hover,
.card-form-white .custom-dropdown select:focus {
  border-color: #888;
}

.bold-hr {
  border: 0;
  border-top: 1px solid #000;
  margin-right: 15px;
  margin-left: 15px;
}

.modal-content {
  border-radius: 25px;
}

.modal-header {
  border: none;
}

.modal-header h3 {
  margin-top: 25px;
}

.modal-body input,
.modal-body select {
  margin: 0;
  border: 1px solid;
  border-radius: 15px;
  font-size: 14px;
  box-sizing: border-box;
  height: 50px;
}

.modal-body input::placeholder {
  color: #7d878c;
  height: 50px;
}

.modal-body textarea::placeholder {
  color: #7d878c;
  font-size: 16px;
  height: 50px;
}

.modal-body textarea {
  border-radius: 15px;
  border: 1px solid;
  min-height: 50px;
}

.modal-body .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
}

.modal-body .custom-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #fff;
  border: 1px solid;
  border-radius: 15px;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  color: #7d878c;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.modal-body .custom-dropdown::after {
  content: "Ã¢â€“Â¾";
  font-size: 45px;
  color: #7d7d7d;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.modal-body .custom-dropdown select:hover,
.modal-body .custom-dropdown select:focus {
  border-color: #888;
}

.module-icon .icon {
  list-style: none;
  display: flex;
  float: right;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding-left: 17px;
}

.module-icon .icon li {
  display: inline-block;
}

.module-icon .icon a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 23px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.module-icon .icon a:hover {
  color: #f00;
}

.module-icon .icon i {
  display: inline-block;
  pointer-events: none;
  color: #fff;
}

.logo_mainnav,
#sns_mainnav {
  display: flex;
  align-items: center;
}

#sns_mainnav {
  flex-grow: 1;
}

.logo_mainnav {
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

#banner-img {
  position: relative;
  background-image: url("assets/image/slider1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1070px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.2)
  );
  display: flex;
}

#banner-img .content {
  position: relative;
  text-align: left;
  color: white;
  max-width: 600px;
  margin-left: 50px;
  margin-top: 100px;
}

#banner-img .content .title {
  font-size: 50px;
  font-weight: bold;
  color: #f2d889;
  margin: 0;
}

#banner-img .content .subtitle {
  font-size: 40px;
  margin: 10px 0 20px;
  line-height: 1.5;
}

#banner-img .content .cta-button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  color: white;
  background-color: #f2d889;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-transform: uppercase;
}

#banner-img .content .cta-button:hover {
  background-color: #d9431a;
}

.contact_us i {
  color: #fff;
  margin-left: 12px;
}

.icon-social {
  margin-right: 15px;
  font-size: 24px;
  margin-right: 10px;
  transition: color 0.3s;
}

/* Ubah warna saat hover */
.icon-social:hover {
  color: #ff3300;
}

#sns_mommenu {
  position: fixed;
  right: 0;
}

.header-language {
  float: right;
  right: 0;
}

@media (max-width: 1024px) {
  .home-section2 {
    padding: 50px 0 0px 0;
  }
  .home-section3 {
    padding: 30px 0 50px 0;
  }
  .img-product {
    margin: 19px 0px;
  }
  .col-produk {
    max-width: 33%;
  }
  .carousel-caption h3 {
    font-size: 62px;
  }
  .carousel-caption p {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .btn-cta-carousel {
    padding: 12px 29px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .home-section2 {
    padding: 30px 0 0px 0;
  }
  .home-section3 {
    padding: 20px 0 30px 0;
  }
  .img-section2.left {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .img-product {
    margin: 15px 0px;
  }
  .carousel-caption {
    padding-bottom: 20px;
    left: 5%;
  }
  .carousel-caption h3 {
    font-size: 38px;
  }
  .carousel-caption p {
    font-size: 22px;
  }
  .btn-cta-carousel {
    padding: 12px 29px;
    font-size: 18px;
  }
}
@media (max-width: 512px) {
  #home-about .title {
    font-size: 22px;
  }
  #home-about .description {
    font-size: 16px;
  }
  .img-product {
    margin: 13px 0px;
  }
  .col-produk {
    max-width: 50%;
  }
  .carousel-caption {
    padding-bottom: 10px;
    left: 3%;
  }
  .carousel-caption h3 {
    font-size: 24px;
  }
  .carousel-caption p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .btn-cta-carousel {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 321px) {
  .col-produk {
    max-width: 100%;
  }
  .carousel-caption {
    padding-bottom: 5px;
    left: 2%;
  }
  .carousel-caption h3 {
    font-size: 20px;
  }
  .carousel-caption p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .btn-cta-carousel {
    padding: 4px 6px;
    font-size: 12px;
  }
}
