body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.navbar-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  max-height: 30px;
}

.left {
  display: flex;
  gap: 25px;
  margin-left: 200px;
}

.menu {
  display: flex;
  list-style: none;
  gap: 25px;
  margin-right:200px ;
}

.menu li a {
  text-decoration: none;
  color: black;
}


.navbar-b {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  margin-left: 200px;
  margin-right: 200px;
}

.logo {
  height: 50px;
}

.search-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 15px;
  border: 2px solid black;
  border-radius: 30px;
  overflow: hidden;
}

.search-input {
  flex-grow: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
}

.category-dropdown {
  border: none;
  /* padding: 10px; */
  outline: none;
}

.search-button {
  background-color: #3460E9;
  color: white;
  padding: 10px 50px;
  border: 1px solid #3460E9;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}
.search-button:hover{
  background-color: #3628E5;
}

.advanced-search {
  color: #898989;
  text-decoration: none;
  font-size: 13px;
}

.advanced-search:hover{
  color: #3460E9;
}

/* Sort by category style */
.category-btn {
  background: white;
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #898989;
}

.category-btn:hover {
  background: #f3f3f3;
}

.category-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  gap: 50px;
  width: 600px;
  top: 100%;
  left: 0;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.column {
  flex: 1;
  min-width: 150px;
  padding: 10px;
}

.column h4 {
  margin: 5px 0;
  font-size: 16px;
}

.column p {
  margin: 5px 0;
  font-size: 13px;
  color: #898989;
  cursor: pointer;
}

.column p:hover {
  text-decoration: underline;
}

/* Show dropdown on hover */
.category-dropdown:hover .dropdown-content {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.search-input {
  flex-grow: 1;
  padding: 10px;
  margin-left: 20px;
  font-size: 14px;
}
hr{
  opacity: 70%;
  margin-top: 0;
}

/* Responsive Styles for Top navbar */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar-t {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px;
  }

  .left {
      flex-wrap: wrap;
      gap: 10px;
      margin-left: 0;
  }

  .menu {
      display: none;
      flex-direction: column;
      width: 100%;
      padding-top: 10px;
  }

  .menu.active {
      display: flex;
  }

  .menu-toggle {
      display: block;
  }
}


/* Responsive for seacbar navbar*/
@media (max-width: 768px) {
  .search-bar {
      flex-direction: column;
      align-items: center;
  }

  .search-container {
      width: 100%;
  }

  .search-input {
      width: 100%;
  }
}

/* uas css */

#right a{
  padding: 5px;
  color: gray;
  text-decoration: none;
}
.page_nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#left{
  display: flex;
  justify-content: flex-start;
}
#right{
  display: flex;
  justify-content: flex-end;
}
.banner{
  width: 100%;
  background-color: gray;
  background-image: url(https://ir.ebaystatic.com/cr/v/c01/giftcardweb/110123/media/banners/banner-overview-top-d2-v1.jpg);
  background-size: cover;
}
.banner_content{
  padding: 100px;
  width:20vw;
  color: #ffffff;
}
/* #banner_footer{
  position: absolute;
  justify-content: baseline;
  align-items: center;
  text-align: center; background-color: gray;
} */
.intro{
  display: flex;
  justify-content: space-evenly;
  padding-right: 40px;
  
}
.giftcard_option{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin: 70px;
  
}
.giftcard_type{
  border-radius: 20px;
  max-width: fit-content;
}
.giftcard_image{
  height: 310px; border-radius: 20px;
  padding: 10px;
}
.about_card{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.about_image{
  max-width: 45vw;
  border-radius: 20px;
}
.demo{
  display: flex;
  justify-content: center;
  margin: 90px;
}
.fulldemo{
  width: 40vw;
  justify-items: center;
  align-content: center;
  text-align: center;
      
  
}
.shopcard{
  display: flex;
  background-image: url(https://ir.ebaystatic.com/cr/v/c01/giftcardweb/110123/media/banners/banner-overview-bottom-d2-v1.jpg);
  background-size: cover;
}
.shopcard_item{
  margin-left: 100px;
  width: 20vw;
  color:#ffffff;
  
}
.faq{
  margin-top: 50px;
  margin-left: 50px;
}



.same-footer {
  margin-top: 20px;
  font-size: 14px; 
  padding-top: 12px;
  text-align: center;
  }

  .same-footer p {
  margin: 0;
  }

  .same-link {
  color: #3b82f6; 
  text-decoration: none;
  }

  .same-link:hover {
  text-decoration: underline;
  }