.mega {
  display: flex;
  padding:30px!important;
  background-color: #ffffffc7!important; 
  box-shadow: 0 3px 16px 0 #00000030;
  border-radius: 2%;
}

.mega .tabs {
  width: 100%;
  display: flex;
  column-gap: 0rem;
  //grid-template-columns: 30% 70%!important; 
}
.header .header-menu .menu .mega__image
{
  width:auto!important;
}
.mega .tabs__pane.is-tab-el-active {
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.mega .tabs__controls .col-auto {
    flex: initial;
    padding: 0;
    width: 90%;
    margin: 10px 0px 0 0;
}

.header .header-menu .menu .mega .mega__image img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: contain;
}
.mega .tabs__controls { 
  display: flex;   
  padding-top: 0px;
  padding-bottom: 0px!important;
  flex-wrap: wrap;
  flex-direction: column;
  width: 35%;
}
.mega .tabs__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  padding: 10px;
  font-size: 15px; 
  border-radius: 8px;
  font-weight: 500; 
  font-family: "Outfit"!important;
  border: none;
  outline: none; 
  color: #656565;
}
/* .header .header-menu .menu .mega__content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
} */
.mega .tabs__button.is-tab-el-active {
  color: green; /* Active tab color */
  font-weight: bold;
}
.mega .link a:hover {
  background: #f6f6fa;
}
.mega .link a {
  margin: 0;
  color: #504e61; 
  /* white-space: nowrap; */
  border-radius: 0.5rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  line-height: 2.25rem;
}
.header .header-menu .menu .mega a {
  padding-left: 5px!important;
  padding-right: 5px!important;
}

/* .mega .tabs__content {
  padding: 0px
  flex: 3; 
  background: #f9f9f9;  
} */
  
.header .header-menu .menu .mega__content {
  display: grid;
  justify-content: space-between;
  gap: 0px;
  grid-template-columns: 50% 50%!important;
}
.mega__grid {
  display: flex;
  flex-wrap: wrap;
}

.mega__item {
  flex: 1 1 auto;/* Each item takes equal width */
  padding: 10px;
}

.mega__image {
  width: 100%; /* Ensure images are responsive */
}

.mega .rounded-4 {
  border-radius: 4px;
}
 
 
.mega button.tabs__button.text-light-1.fw-500.js-tabs-button.is-tab-el-active {
  background: #f6f6fa!important;
  color: #F98B1C!important;
}
.mega a
{
padding:0px;
}
 
.mega .link { 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  max-height: 5.2em;
}