body { font-family: Arial, Helvetica, sans-serif; margin:16px; }

  .tabs-attr { /*display:flex; */align-items:center; flex-wrap:wrap; gap:0; }
/*  Active (darker) versions */
.tab-blue.active {
    background:#5aa3d4;       /* darker blue */
    border:2px solid #2b6b90; /* visible blue border */
    box-shadow:0 0 8px rgba(90,163,212,0.6); /* glow */
  }

  .tab-green.active {
    background:#8ccf8c;       /* darker green */
    border:2px solid #2f7734; /* visible green border */
    box-shadow:0 0 8px rgba(47,119,52,0.4); /* subtle glow */
  }

  .tab {
    padding:18px 6px;
    font-size:18px;
    line-height:1;
    border-radius:18px;
    border:none;
    cursor:pointer;
    white-space: break-spaces;
    margin:0;
  }


  .tab-blue {
    background:#9cc9e4;   
    color:#ffffff;
    margin-right:-8px;     
    z-index:1;
    width:48%
  }
  .tab-green {
    background:#cfe9cf;    
    color:#ef8b29;         
    border:3px solid #1f334061; 
    z-index:2;
    width:48%
  }

  
  .panel { display:none; margin-top:14px; }
  .panel.show { display:block; }

  
  .panel-box {
  /*  background:#fafafa;
    border:1px solid #e6e6e6;
    border-radius:12px; */
    padding:6px;
  }

  /* Small screens: remove overlap so they can wrap cleanly */
  @media (max-width:520px){
    .tab-blue { margin-right:0; }
  }

.color-heading{
color: #f59726;
}

.bgimg-orange{
background-color: #fbc88d;
}

.bg-table th{
background:#f59727;
}
.paragraphs-item-home-block {
     padding: 330px 80px !important;
    height: 700px !important;
}

.field-group-div-horizontal{
  top: 0 !important;
}

.btn-menu{
  
  color: white;
  width: 14% !important;
  margin: 5px 0 5px 40px !important;		
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold; 
  border: none;
}

.btn-menu-link{
  background-color: #2e29ff;
  padding: 10px 15px !important;
  font-size: 10px !important;
  line-height: 1.5;
  border-radius: 20px;
}

 li.btn-menu a:hover {
  border-radius: 20px !important;
  background-color: #00009d !important;
}

.paragraphs-item-1t-1p .field-name-field-1t-1p-text {
  font-size: 20px !important;
}

.paragraphs-item-1t-1p .field-name-field-1t-1p-title {
  font-size: 36px !important ;
}

