.elementor-123101 .elementor-element.elementor-element-481a9f5{padding:0px 0px 0px 0px;}.elementor-123101 .elementor-element.elementor-element-6589c20 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d959ab3 */.tab-container {
      width: 100%;
    }

    .tabs {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
    }

    .tab-button {
      padding: 5px 15px;
      border: none;
      border-radius: 50px; /* Lozenge shape */
      background-color: #ac9fb0;
      color: #fff;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

.green.tab-button {color:#b5e2be;}

.blue.tab-button {color:#abe5fe;}

.red.tab-button {color:#f9acb4;}
.yellow.tab-button {color:#ffffb8;}
    .tab-button.active {
      background-color: #62476a;
      
    }

    .tab-button:hover:not(.active) {
      background-color: #62476a;
      
    }

  
    .tab-panel {
      display: none;
    }

    .tab-panel.active {
      display: block;
    }/* End custom CSS */