
    .container { width:90%; max-width:1400px; margin:0 auto; }
    .hero { margin-top:100px; height:420px; border-radius:32px; background:url('/wp-content/themes/plates-studio183/images/experinces-banner-img-new.png') center/cover no-repeat; position:relative; display:flex; align-items:center; justify-content:center; }
    .hero-bar { background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)); backdrop-filter: blur(10px);  padding:22px 30px; border-radius:36px; border:#fff solid 1px; width:60%; color: #fff; display:flex; gap:10px; }
    .hero-bar form { width:100%; display:inline-block;} .hero-bar input { width:100%; display:inline-block; flex:1; background:transparent; border:0; color:#fff; font-size:18px; outline:none; }
     .hero-bar input::placeholder {  color:#fff;}
     /* Chrome, Safari, Opera */
   .hero-bar input::-webkit-input-placeholder {
  color: #fff;
}

/* Firefox */
   .hero-bar input::-moz-placeholder {
  color: #fff;
}

/* MS Edge */
   .hero-bar input:-ms-input-placeholder {
  color: #fff;
}

    h2.section-title { font-size:34px; font-weight:600; margin:40px 0 20px; color:#fff;}
    .grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(320px,1fr)); gap:22px; }
    .card { background:#111; border-radius:22px; overflow:hidden; box-shadow:0 8px 28px rgba(0,0,0,0.35); transition:0.25s; }
    .card:hover { transform:translateY(-6px); }
    .card img { width:100%; height:220px; object-fit:cover; }
    .tag { position:absolute; background:rgba(0,0,0,0.6); color:#fff; padding:6px 12px; border-radius:12px; font-size:13px; }
    .tag-bottom { bottom:15px; left:15px; color:#fff; }
    .tag-top { top:15px; left:15px; color:#fff; }
    .card-body { padding:18px; }
    .title { font-size:20px; font-weight:600; margin-bottom:6px;color:#fff; }
     .title a{ color:#fff;
     }
    .subtitle { font-size:14px; color:#aaa; margin-bottom:10px; }


    /* Tabs pill (centered) */
    .tabs-pill {
      position:absolute;
      top:36px;
      left:50%;
      transform:translateX(-50%);
      display:flex;
      gap:12px;
      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
      border-radius:999px;
      padding:5px;
      backdrop-filter: blur(12px);
      border:1px solid rgba(255,255,255,0.04);
      align-items:center;
    }
    .tab {
      display:flex;
      gap:10px;
      align-items:center;
      padding:10px 18px;
      border-radius:999px;
      color:rgba(255,255,255,0.7);
      font-weight:600;
      cursor:pointer;
      font-size:15px;
      transition: all .18s ease;
      flex-direction:column ;
      text-align: center;
      position: relative;
      width: 120px;
    }
    .tab span{
    	position:absolute;
    	top: 66px;
    	width: 100%;
    	left: 0px;
    	text-align: center;
    }
      .tab svg{
          width: 29px !important;
    height: auto;
    }
    .tab i{ width:18px; text-align:center; font-size:14px; opacity:0.95 }
    .tab.active {
      color: #fff;
      background: linear-gradient(90deg, rgba(232, 0, 0,1), rgba(232, 0, 0,1));
 
      transform: translateY(-2px) scale(1.02);
    }

    @media only screen and (max-width: 650px) {
.hero-form-button {
 
  right: 4px !important;
  top: 7px !important;

  width: 38px!important;
  height: 38px!important;
 
}
.hero-form-button svg {
  width: 16px!important;
}


.container {
  width: 96%;
}
.hero-bar { 
  padding: 15px 20px; 
  border: #fff solid 1px;
  width: 90%;
  margin-top: 95px;
}
.tabs-pill { 
  top: 98px;
}
.tab {
  display: flex;
  gap: 5px; 
  padding: 8px 12px; 
  font-size: 15px; 
  width: 96px;
}
.tab span {
   font-size: 13px;
}
.hero {
  margin-top: 20px;
}
}