 button:focus{
      outline: none;
  }
  strong{
      font-weight:700;
          font-family: Arial, Helvetica, sans-serif;
  }
  p, ul{
      font-weight:500;
      line-height:1.5;
          font-family: Arial, Helvetica, sans-serif;
  }
  .ArBannerText{
        margin-top:-4%;
        font-size: 32px;
    }
    .Arbutton{
        padding:15px;
        font-size: 24px;
        border-radius: 15px;
        height: 100%;
        line-height:1.5;
        text-decoration: none;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    #ABtn1,#ABtn2{
     background: #5a6267ff;
     
}
#ABtn2 strong{
    color:white !important;
}
#ABtn3 {
    background: #40834e;
}


    .ArHeading ,.cw-trigger{
        color:#012169;
    }
    .Abar{
        width:100%;
        background:#40834e;
        height:3px;
    }
        .accordion-controls {
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.accordion-controls a {
  text-decoration: underline;
  cursor: pointer;
      float: right;
}
   :root {
            --green: #40834e;
            --navy: #012169;
            --light-blue: #d5dce7;
            --light-green: #e5f2f2;
            --border-color: #5a6267;
            --zebra: #eeeeee;
        }

        .section-title {
            font-size: 28px;
            font-weight: 700;
            color: var(--navy);
            margin: 0;
        }

        .divider {
            height: 3px;
            background: var(--green);
            border: 0;
            opacity: 1;
            margin: 8px 0 0 0;
        }

        .cw-item {
            margin-bottom: 20px;
            /*border: 1px solid #ddd;*/
            border-radius: 5px;
            overflow: hidden;
        }

        .cw-trigger {
            padding: 15px 20px;
            background: #fff;
            border: none;
            width: 100%;
            text-align: left;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 28px;
            font-weight: 700;
            color: var(--green);
        }

        /*.cw-trigger:focus {*/
        /*    outline: 2px solid var(--green);*/
        /*    outline-offset: 2px;*/
        /*}*/

        .custom-chevron {
            width: 32px;
            height: 32px;
            color: var(--green);
            transition: transform 0.3s ease;
        }

        .cw-trigger[aria-expanded="true"] .custom-chevron {
            transform: rotate(180deg);
        }

        .cw-panel {
            display: none;
            /*padding: 0 20px;*/
            overflow: hidden;
        }

        .cw-panel.show {
            display: block;
            /*padding: 20px;*/
            animation: fadeIn 0.3s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .table-wrapper {
            overflow-x: auto;
            margin: 15px 0;
        }

        .main-table {
            width: 100%;
            border-collapse: collapse;
        }

        .main-table thead th {
            background: var(--navy);
            color: #fff;
            font-weight: 700;
            font-size: 18px;
            vertical-align: middle;
            text-align: left;
            padding: 12px 15px;
            border: 1px solid var(--border-color);
        }

        .main-table tbody td {
            font-size: 16px;
            font-weight: 700;
            vertical-align: top;
            padding: 10px 15px;
            border: 1px solid var(--border-color);
        }

        .scenario-accordion .cw-item {
            margin: 10px 0;
            border: none;
        }

        .scenario-accordion .cw-trigger {
            background: var(--navy);
            color: #fff;
            font-size: 18px;
            padding: 10px 15px 10px 45px;
            border-radius: 10px 10px 0 0;
            position: relative;
        }

        .scenario-strip {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 25px;
            background: var(--green);
        }

        .scenario-title {
            font-size: 18px;
            white-space: nowrap;
            margin-right: 10px;
        }

        .scenario-rule {
            flex: 1;
            height: 3px;
            background: #fff;
            opacity: 0.85;
            border-radius: 2px;
            margin: 0 10px;
        }

        .scenario-chevron {
            width: 35px;
            height: 35px;
            color: #fff;
            transition: transform 0.3s ease;
        }

        .scenario-accordion .cw-trigger[aria-expanded="true"] .scenario-chevron {
            transform: rotate(180deg);
        }

        .scenario-content {
            background: var(--light-blue);
            border: 1px solid var(--navy);
            border-top: 0;
            border-radius: 0 0 10px 10px;
            padding: 15px;
        }

        .scenario-table {
            width: 100%;
            border-collapse: collapse;
            margin: 10px 0;
        }

        .scenario-table thead th {
            background: var(--green);
            color: #fff;
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            vertical-align: middle;
            border: 1px solid var(--border-color);
            padding: 10px;
        }

        .scenario-table tbody td {
            font-size: 16px;
            vertical-align: middle;
            border: 1px solid var(--border-color);
            padding: 8px 10px;
            text-align: left;
        }

        .scenario-table tbody tr:nth-child(even) td {
            background: var(--zebra);
        }

        .scenario-table tbody td:nth-child(2),
        .scenario-table tbody td:nth-child(5) {
            text-align: center;
        }

        .action-plan-table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #000;
        }

        .action-plan-table th,
        .action-plan-table td {
            border: 1px solid #000;
            padding: 10px;
            font-weight: 700;
            vertical-align: top;
        }

        .action-plan-table thead tr:first-child th {
            background: var(--navy);
            color: #fff;
            text-align: center;
            font-size: 20px;
            padding: 12px;
        }

        .action-plan-table thead tr:last-child th {
            background: var(--green);
            color: #fff;
            text-align: left;
            font-size: 18px;
        }

        .month-period {
            padding: 5px 0;
            border-bottom: 1px solid #ccc;
            font-weight: 700;
        }

        .month-period:last-child {
            border-bottom: 0;
        }

        .example-accordion .cw-item {
            margin: 15px 0;
        }

        .example-accordion .cw-trigger {
            color: #fff;
            font-size: 22px;
            padding: 12px 20px;
            border-radius: 10px 10px 0 0;
            justify-content: center;
            position: relative;
        }

        .example-chevron {
            width: 32px;
            height: 32px;
            color: #fff;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
        }

        .example-accordion .cw-trigger[aria-expanded="true"] .example-chevron {
            transform: translateY(-50%) rotate(180deg);
        }

        .example-green-header {
            background: var(--green);
        }

        .example-navy-header {
            background: var(--navy);
        }

        .example-content {
            padding: 15px;
            border: 1px solid;
            border-top: 0;
            border-radius: 0 0 10px 10px;
            animation: fadeIn 0.3s ease;
        }

        .example-green-content {
            border-color: var(--green);
            background: var(--light-green);
        }

        .example-navy-content {
            border-color: var(--navy);
            background: var(--light-blue);
        }

        .example-table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid var(--border-color);
        }

        .example-table th,
        .example-table td {
            border: 1px solid var(--border-color);
            padding: 10px;
            vertical-align: top;
        }

        .example-table thead th {
            background: var(--navy);
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
        }

        .example-table tbody tr:nth-child(even) td {
            background: var(--zebra);
        }

        .square-list {
            list-style-type: square;
            padding-left: 20px;
            margin: 15px 0;
        }

        .disc-list {
            list-style-type: disc;
            padding-left: 20px;
            margin: 10px 0 20px;
        }

        .teal-info {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 5px;
        }

        .teal-image {
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            max-width: 100%;
            height: auto;
        }

        .toggle-all {
            text-align: center;
            margin: 20px 0;
        }

        .toggle-all a {
            color: var(--navy);
            text-decoration: underline;
            font-weight: bold;
            cursor: pointer;
        }

        .toggle-all a:hover {
            color: var(--green);
        }