.about-hero {
    position: relative;
    background: linear-gradient(173deg, #6faa2e, #0f7608b0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.about-hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2);
}
.main .about-coming-section .card-body {
    padding: 0 !important;
}
.back-btn {
    width: auto !important;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: start;
    padding: 8px;
    background: #2e7d32;
    color: white;
    border: none;
}
.global-back-main {
    text-align: end;
}
.skiptranslate {
    display: none !important;
}

.about-hero-content{
    position:relative;
    z-index:2;
}

.about-hero-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
    color:white;
}

.about-hero-subtitle{
    font-size:18px;
    opacity:0.9;
}


.about-coming-section{
    padding:30px 20px;
    text-align:center;
}

.about-coming-badge{
    display:inline-block;
    background:#6faa2e;
    color:#fff;
    padding:12px 30px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.about-coming-text{
    font-size:18px;
    color:#555;
}


.translation-flags a {
  text-decoration: none;
  padding: 8px 12px;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  font-family: sans-serif;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.translation-flags a:hover {
  background-color: #eee;
  border-color: #bbb;
}

/* This hides the Google branding "Powered by" bar if you want it clean */
.goog-te-banner-frame.skiptranslate, .goog-te-gadget {
  display: none !important;
}