/**
 * Product Section Styles
 * Featured product (left) + Slider (right)
 */

.wrapper{
  margin: 0;
  min-height: 100vh; 
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;  
  justify-content: flex-start;
  gap: 100px;
  padding: 64px 0;
}

.rd-field{
  width: 1200px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.rd-container{
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}

.rd-header-field {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.rd-header-image,
.rd-header-image img{
  width: 386.67px;
  height: 386.67px;
  object-fit: cover;
  object-position: center;
}

.rd-field-title{
  max-width: 1200px;
  transform: rotate(0deg);
  opacity: 1;
}

.rd-field-title p{
  font-weight: 600;           
  font-size: 25px;
  line-height: 140%;          
  letter-spacing: 0;          
  transform: rotate(0deg);
  opacity: 1;
}

.rd-field-content{
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: rotate(0deg);
  opacity: 1;
  color: #5B5B5C;
}

.rd-field-sub_content p{
  max-width: 1200px;
  transform: rotate(0deg);
  opacity: 1;
  font-weight: 400;       
  font-size: 19px;
  line-height: 150%;      
  letter-spacing: 0; 
}

.rd-field-desc ul {
  margin: 0;
  padding-left: 25px;
}

.rd-field-desc ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  opacity: 1;
  max-width: 1200px;
}

.rd-header-title{
  max-width: 1200px;
}

.rd-header-title p{
  max-width: 1200px; 
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  font-size: 25px;
} 

.rd-header{
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transform: rotate(0deg);
  opacity: 1;
}

.rd-header-sections{
  display: flex;
  width: 1200px;
  min-height: 548.67px;
  gap: 20px;
  transform: rotate(0deg);
  opacity: 1;
  align-items: stretch;
}

.rd-header-section{
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
}

.rd-header-section-content{
  width: 386.67px;
  min-height: 162px;
  gap: 12px;
  transform: rotate(0deg);
  opacity: 1;
  padding: 23px;
  display: flex;
  flex-direction: column;
  border: 1px solid #CACBCC;
  flex: 1; 
  box-sizing: border-box;
}

.rd-header-section-content-title p{
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  width: 386.67;
  transform: rotate(0deg);
  opacity: 1;
}

.rd-header-section-content-desc ul {
  margin: 0;
  padding-left: 17px;
  color: #454545;
}

.rd-header-section-content-desc ul li {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  width: 386.67;
  transform: rotate(0deg);
  opacity: 1;
}

.rd-innovative {
  max-width: 1200px;
  gap: 32px;
  transform: rotate(0deg);
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.rd-innovative-content{
  max-width: 1200px;
  min-height: 83px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rd-innovative-title p{
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0;
  transform: rotate(0deg);
  opacity: 1;
}

.rd-innovative-desc p{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  max-width: 566px;
  transform: rotate(0deg);
  opacity: 1;
}

.rd-innovative-sections{
  width: 1200px;
  height: 301px;
}

.rd-innovation-section-container{
  display: flex;
  width: 1200px;
  height: 147px;
  transform: rotate(0deg);
  opacity: 1;
  top: 118px;
  left: 6px;
}

.rd-block-header {
  width: 1200px;
  height: 118px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #F2F3F5 100%);
  transform: rotate(0deg);
  opacity: 1;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.rd-rectangle-process {
  max-width: 1200px;
  margin: 0 auto; /* center the block */
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rd-rectangle-process-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 4%;
  text-transform: uppercase;
}

.rd-rectangle-container {
  position: relative; /* circles align with bar */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 234px;
}

.rd-rectangle {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    #9ED243 0%,
    #3FC79E 25.45%,
    #3FCCCA 51.35%,
    #3FA3DC 74.87%,
    #3F9EDB 100%
  );
}

.rd-rectangle-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1119px;
}

/* arrow style */
.arrow-icon {
  width: 13px;
  height: auto;
  margin: 0 12px;
}

.rd-rectangle-content-circle {
  width: 234px;
  height: 234px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rd-rectangle-content-circle-inside::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #ffffff;
  z-index: -1;                   
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
  pointer-events: none;
}

.rd-rectangle-content-circle-inside:hover::before {
  transform: scale(1.107);
  box-shadow: 
  0px 4px 24px 0px #0000000F,
  0px -4px 24px 0px #0000000f;
}

.rd-rectangle-content-circle-inside {
  position: relative;
  z-index: 1;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: bold;
}

.rd-rectangle-content-circle-inside .icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.rd-rectangle-content-circle-inside .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-align: center;
  width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rd-rectangle-content-circle-inside .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-align: center;
  max-width: 120px;
}

/* individual circle colors */
.rd-rectangle-content-circle:nth-child(1) {
  border-color: #9ACF40;
}

.rd-rectangle-content-circle:nth-child(3) {
  border-color: #3EC89E;
}

.rd-rectangle-content-circle:nth-child(5) {
  border-color: #3ECBCC;
}

.rd-rectangle-content-circle:nth-child(7) {
  border-color: #3EA3DB;
}


.rd-innovation-section{
  width: 211.6666717529297px;
  height: 147px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transform: rotate(0deg);
  opacity: 1;
  padding: 20px;
}

.rd-innovation-section:nth-child(odd) {
  background: linear-gradient(180deg, rgba(242, 243, 245, 0.1) 0%, #F2F3F5 100%);
  box-shadow: 0px 2px 10px 0px #B9A6BD1A;
}

.rd-innovation-section:nth-child(even) {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px #B9A6BD1A;
}

.rd-innovation-section-image,
.rd-innovation-section-image img{
  width: 56px;
  height: 60px;
  transform: rotate(0deg);
  opacity: 1;
}

.rd-innovation-section-title p{
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  max-width: 170px;
  height: 33px;
  transform: rotate(0deg);
  opacity: 1;
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rd-biotech{
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rd-biotech-section-img,
.rd-biotech-section-img img{
  width: 563px;
  height: 200px;
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;

}

.rd-biotech-title{
  width: 1200px;
}

.rd-biotech-title p{
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0;
  transform: rotate(0deg);
  opacity: 1;
}

.rd-biotech-sections {
  border: 1px solid var(--color-grey-200, #C0C0C2);
  width: 1200px;
  min-height: 722px;
  transform: rotate(0deg);
  opacity: 1;
  padding: 1px;
}

.rd-biotech-section {
  background: #FAFAFA;
  min-height: 240px;
  gap: 32px;
  opacity: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rd-biotech-section:not(:last-child) {
  border-bottom: 1px solid var(--color-grey-200, #C0C0C2);
}

.rd-biotech-section:nth-child(even) {
  flex-direction: row-reverse;
}

.rd-biotech-section .title {
  font-weight: 400;
  font-size: 21px;
  line-height: 180%;
  letter-spacing: 0.04rem;
  text-align: right;
  max-width: 563px;
  opacity: 1;
}

.rd-biotech-section:nth-child(even) .title {
  text-align: left;
}

/* admin*/

/* Container for the header block */
#rd-header-block {
    margin-top: 20px;
}

/* Section styling */
.section-item {
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    position: relative;
    transition: all 0.2s ease;
}

.section-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Section header */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.section-header h3 {
    margin: 0;
    color: #23282d;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: move;
    user-select: none;
    padding: 5px 0;
}

.section-header h3:hover {
    color: #007cba;
}

.section-header h3:before {
    content: "⋮⋮ ";
    color: #999;
    margin-right: 8px;
    font-size: 14px;
}

/* Add New Section button */
#add-rd-header-section,
#add-rd-innovative-section,
#add-rd-biotech-section {
    margin-top: 20px;
    background: #0073aa;
    border-color: #0073aa;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#add-rd-header-section:hover,
#add-rd-innovative-section:hover,
#add-rd-biotech-section:hover {
    background: #005a87;
    border-color: #005a87;
}

/* Remove button styling */
.remove-section,
.remove-section-image {
    color: #a00;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.remove-section:hover,
.remove-section-image:hover {
    color: #dc3232;
    border-color: #dc3232;
    background: rgba(220, 50, 50, 0.1);
}

/* Form table styling */
.section-item .form-table {
    margin-top: 15px;
}

.section-item .form-table th {
    width: 150px;
    padding: 15px 10px 15px 0;
    vertical-align: top;
    font-weight: 600;
    color: #23282d;
}

.section-item .form-table td {
    padding: 15px 10px;
    vertical-align: top;
}

/* Input fields styling */
.section-item input[type="text"],
.section-item textarea {
    width: 100%;
    max-width: 600px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
}

/* Image preview box */
.rd-section-image-preview {
    width: 100px;
    height: 100px;
    border: 2px dashed #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 5px;
}

.rd-section-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* Upload / Remove image buttons */
.upload-section-image,
.remove-section-image {
    display: inline-block;
    margin-top: 5px;
}

/* TinyMCE loading placeholder */
.editor-loading {
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
    border: 1px dashed #ccc;
    border-radius: 4px;
    color: #666;
}

/* Dragging / placeholder styles */
.section-item.dragging {
    opacity: 0.8;
    transform: rotate(1deg);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.section-placeholder {
    height: 80px;
    background: #f8f9fa;
    border: 2px dashed #007cba;
    margin: 15px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-section-rd-header.dashicons,
.toggle-section-rd-innovative.dashicons,
.toggle-section-rd-biotech.dashicons{
    border: none;
    background: none;
    margin-left: 20px;
    cursor: pointer;
    font-size: 20px;
}

.capability-tabs {
  width: 1200px;
}

.tab-menu-capability {
  display: flex;
  justify-content: start;
  width: 1200px;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}

.tab-item-capability {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  transition: all 0.3s ease;
  padding: 20px 16px;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #CACBCC;
  background-color: #F2F3F5;
  color: #5B5B5C;
}

.tab-item-capability:last-child {
  border-right: none;
}

.tab-item-capability.active {
  background: var(--primary-color);
  color: var(--background-primary, #FFFFFF);
  border-color: var(--primary-color);
}

.tab-content-capability {
  display: none;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tab-content-capability.active {
  display: flex;   
  gap: 28px;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;  
}

.tab-content-capability .image-capability {
  width: 628px;
  box-sizing: border-box;
  overflow: hidden; 
  border-radius: 4px;
}

.tab-content-capability .image-capability img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.tab-content-capability .text-capability {
  width: 36.8%;
  box-sizing: border-box;
}

.tab-content-capability .text-capability {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 16px;
}

@media (max-width: 1439px) {
  .wrapper {
    padding: 56px 0;
  }

  .rd-field,
  .rd-field-title,
  .rd-field-content,
  .rd-field-sub_content p,
  .rd-field-desc ul li,
  .rd-header,
  .rd-header-title,
  .rd-header-sections,
  .rd-innovative,
  .rd-innovative-content,
  .rd-innovative-title,
  .rd-innovative-desc p,
  .rd-innovative-sections,
  .rd-innovation-section-container,
  .rd-block-header,
  .rd-rectangle-process,
  .rd-rectangle-content,
  .rd-biotech,
  .rd-biotech-title,
  .rd-biotech-sections,
  .capability-tabs,
  .tab-menu-capability {
    max-width: 896px;
    width: 896px;
  }

  .rd-field-title p{
    font-size: 21px;
    height: 29px;
  }

  .rd-field-sub_content p {
    font-size: 15px;
  }

  .rd-innovative-title p {
    font-size: 21px;
    height: 29px;
  }
  
  .rd-biotech-title p {
    font-size: 21px;
    height: 29px;
  }

  .rd-container{
    gap: 100px;
  }

  .rd-header-image, .rd-header-image img {
    width: 285.33px;
    height: 285.33px;
  }

  .rd-header-sections {
    min-height: 463.33px;
  }

  .rd-header-section{
    width: 285.33px;
  }

  .rd-header-section-content{
    width: 285.33px;
    padding: 19px;
    min-height: 178px;
  }

  .rd-biotech-sections {
    min-height: 602px;
  }

  .rd-biotech-section {
    min-height: 200px;
  }

  .rd-biotech-section-img, .rd-biotech-section-img img {
    width: 411px;
    height: 160px;
  }

  .rd-biotech-section .title {
    font-size: 18px;
  }

  .tab-item-capability {
    font-size: 16px;
    padding: 16px 35px;
    line-height: 150%;
  }

  .tab-content-capability .text-capability {
    width: 43.3%;
  }

  .capability_3_title {
    font-size: 18px;
  }

  .tab-content-capability .image-capability {
    width: 480px;
  }

  .tab-content-capability .image-capability img {
    height: 245px;
  }

  .rd-rectangle-process {
    max-width: 896px;
    gap: 40px;
  }

  .rd-rectangle-process-title {
    font-size: 21px;
  }

  .rd-rectangle-container {
    height: 186px;
  }

  .rd-rectangle {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    background: linear-gradient(
      90deg,
      #9ED243 0%,
      #3FC79E 25.45%,
      #3FCCCA 51.35%,
      #3FA3DC 74.87%,
      #3F9EDB 100%
    );
  }

  .rd-rectangle-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 865px;
  }

  /* arrow style */
  .arrow-icon {
    width: 8px;
    height: 14.5px;
  }

  .rd-rectangle-content-circle {
    width: 186px;
    height: 186px;
  }

  .rd-rectangle-content-circle-inside:hover::before {
    transform: scale(1.09);
  }

  .rd-rectangle-content-circle-inside {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    gap: 6px;
  }

  .rd-rectangle-content-circle-inside .icon {
    width: 44px;
    height: 44px;
  }

  .rd-rectangle-content-circle-inside .description {
    font-size: 12px;
  }

  .tab-menu-capability {
    margin-bottom: 32px;
  }
}

@media (max-width: 1023px) {
  .wrapper {
    padding: 56px 0;
  }

  .rd-innovative-sections {
    height: auto;
  }

  .rd-field,
  .rd-field-title,
  .rd-field-content,
  .rd-field-sub_content p,
  .rd-field-desc ul li,
  .rd-header,
  .rd-header-title,
  .rd-header-sections,
  .rd-innovative,
  .rd-innovative-content,
  .rd-innovative-title,
  .rd-innovative-desc p,
  .rd-innovative-sections,
  .rd-innovation-section-container,
  .rd-block-header,
  .rd-rectangle-process,
  .rd-rectangle-content,
  .rd-biotech,
  .rd-biotech-title,
  .rd-biotech-sections,
  .capability-tabs,
  .tab-menu-capability {
    max-width: 688px;
    width: 688px;
  }

  .rd-container{
    gap: 80px;
  }

  .rd-header-image, .rd-header-image img {
    width: 221.33px;
    height: 221.33px;
  }

  .rd-header-sections {
    min-height: 394.33px;
    gap: 12px;
  }

  .rd-header-section{
    width: 221.33px;
  }

  .rd-header-section-content{
    width: 221.33px;
    padding: 16px;
    min-height: 173px;
  }

  .rd-header-section-content-title p {
    font-size: 16px;
  }

  .rd-header-section-content-desc ul li {
    font-size: 14px;
  }

  .rd-biotech-sections {
    min-height: 482px;
  }

  .rd-biotech-section {
    min-height: 160px;
  }

  .rd-biotech-section-img, .rd-biotech-section-img img {
    width: 307px;
    height: 120px;
  }

  .rd-biotech-section .title {
    font-size: 16px;
  }

  .tab-menu-capability {
    margin-bottom: 20px;
  }

  .tab-item-capability {
    font-size: 14px;
    padding: 16px 25px;
  }

  .tab-content-capability .text-capability {
    width: 38.95%;
  }

  .capability_3_title {
    font-size: 16px;
  }

  .capability_3_content {
    font-size: 14px;
  }

  .tab-content-capability.active {
    gap: 20px;
  }

  .tab-content-capability .image-capability {
    width: 400px;
  }

  .tab-content-capability .image-capability img {
    height: 204px;
  }

  .rd-rectangle-process {
    max-width: 688px;
  }

  .rd-rectangle-container {
    height: 132px;
  }

  .rd-rectangle {
    height: 72px;
  }

  .rd-rectangle-content {
    width: 645px;
  }

  /* arrow style */
  .arrow-icon {
    width: 7px;
    height: 12.44px;
  }

  .rd-rectangle-content-circle {
    width: 132px;
    height: 132px;
  }

  .rd-rectangle-content-circle-inside {
    width: 116px;
    height: 116px;
    gap: 8px;
  }

  .rd-rectangle-content-circle-inside:hover::before {
    transform: scale(1.12);
  }

  .rd-rectangle-content-circle-inside .icon {
    width: 48px;
    height: 48px;
  }

  .rd-rectangle-content-circle-inside .title {
    font-size: 14px;
  }

  .rd-rectangle-content-circle-inside .description {
    display: none;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding: 48px 0;
  }

  .rd-innovative-sections {
    height: auto;
  }

  .rd-field,
  .rd-field-title,
  .rd-field-content,
  .rd-field-sub_content p,
  .rd-field-desc ul li,
  .rd-header,
  .rd-header-title,
  .rd-innovative,
  .rd-innovative-content,
  .rd-innovative-title,
  .rd-innovative-desc p,
  .rd-innovative-sections,
  .rd-innovation-section-container,
  .rd-block-header,
  .rd-rectangle-process,
  .rd-rectangle-content,
  .rd-biotech,
  .rd-biotech-title,
  .rd-biotech-sections,
  .capability-tabs {
    max-width: 343px;
    width: 343px;
  }

  .rd-container {
    gap: 64px;
  }

  .rd-field-title p {
    font-size: 19px;
    height: 27px;
  }

  .rd-field {
    gap: 20px;
  }

  .rd-field-sub_content p {
    font-size: 14px;
  }

  .rd-header-section {
    width: 343px;
  }

  .rd-header-section-content-title p {
    font-size: 15px;
  }

  .rd-header-field {
    gap: 20px;
    min-height: 583px;
  }

  .rd-header-sections {
    width: auto;
    min-height: 474px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; 
  }

  .rd-header-sections::-webkit-scrollbar {
    display: none;
  }

  .rd-header-section {
    flex: 0 0 auto;
    width: 343px;
    scroll-snap-align: start;
    position: relative;
    z-index: 2;
  }

  .rd-header-image, 
  .rd-header-image img {
    width: 343px;
    height: 343px;
  }

  .rd-header-section-content {
    width: 343px;
    min-height: 131px;
  }

  .rd-innovative-sections{
    width: 100%;
    height: 1069px;
  }

  .rd-innovation-section-container{
    width: 100%;
    height: 1069px;
  }

  .rd-rectangle-container {
    height: 1000px;
  }

  .rd-rectangle {
    width: 120px;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(
      180deg,
      #9ED243 0%,
      #3FC79E 25.45%,
      #3FCCCA 51.35%,
      #3FA3DC 74.87%,
      #3F9EDB 100%
    );
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .rd-rectangle-content {
    position: absolute;
    left: 50%;
    top: 35.2px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 11.5px;
    z-index: 2;
  }

  .arrow-icon {
    transform: rotate(90deg);
    width: 11px;
    height: 20px;
  }

  .rd-rectangle-content-circle {
    width: 200px;
    height: 200px;
  }

  .rd-rectangle-content-circle-inside {
    width: 176px;
    height: 176px;
  }

  .rd-rectangle-content-circle-inside .title {
    font-size: 15px;
  }

  .rd-rectangle-content-circle-inside .description {
    display: block;
  }

  .rd-biotech{
    gap: 24px;
  }

  .rd-innovative-title p,
  .rd-biotech-title p {
    font-size: 19px;
    height: 27px;
  }

  .rd-biotech-section-img, 
  .rd-biotech-section-img img {
    width: 152.5px;
    height: 100px;
  }

  .rd-biotech-sections {
    min-height: 372px;
  }

  .rd-biotech-section {
    min-height: 124px;
    padding: 12px;
    gap: 12px;
  }

  .rd-biotech-section .title {
    font-size: 14px;
  }

  .tab-menu-capability {
    width: 343px;
    flex: 0 0 120px;
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; 
  }

  .tab-item-capability {
    font-size: 14px;
    padding: 8px 16px;
    flex: 0 0 120px;
    min-width: 120px;
  }

  .tab-content-capability.active {
    flex-direction: column;
  }

  .tab-content-capability .image-capability {
    width: 343px;
  }

  .tab-content-capability .image-capability img {
    height: 174.78px;
  }

  .tab-content-capability .text-capability {
    width: 100%;
  }
}