/* Header*/
.dlsl-header {
  width: 100%;
  padding: 16px 40px;
  box-shadow: 0px 4px 4px 0px rgba(249, 249, 249, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

/* Header details */
.dlsl-logo-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dlsl-logo {
  width: 210px;
  background-size: auto 100%;
}

/* Header Navigation Links */
.dlsl-nav-links {
  display: flex;
  align-items: center;
  gap: 31px;
}

.dlsl-nav-links div {
  color: #383838;
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

/* Footer*/
.dlsl-footer {
  width: 100%;
  padding: 16px 40px; /* Matches the header padding */
  background: #383838;
  display: flex;
  justify-content: space-between; /* Aligns left and right text */
  align-items: center;
  box-sizing: border-box;
}

.dlsl-footer-text-left {
  color: #9A9A9A;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}

.dlsl-footer-text-right {
  color: #FAFAFA;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}

.dlsl-background-container {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 363px; 
  width: 100%; 
}

.dlsl-background-image {
  position: relative;
  width: 100%; 
  height: 100%; 
  overflow: hidden;
}

.dlsl-background-image img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block;
}

.dlsl-banner-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Ensure the text container spans the full width */
  height: 100%; /* Ensure the text container spans the full height */
  display: flex;
  flex-direction: column; /* Stack the title and subtitle vertically */
  justify-content: center; /* Vertically center the content */
  align-items: flex-start; /* Align the content to the left */
  gap: 20px; /* Add spacing between the title and subtitle */
  padding-left: 20px; /* Add padding to create space from the left edge */
  z-index: 1; 
}

.dlsl-banner-title {
  color: #008193; 
  font-size: 4vw;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
  text-align: left; /* Align the text to the left */
}

.dlsl-banner-sub-title {
  color: #383838;
  font-size: 2vw;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  text-align: left; /* Align the text to the left */
}

/* Details*/
.dlsl-details-container { 
  padding: 20px;
  box-sizing: border-box;
  /* margin-top: 10px */
}

.dlsl-details-section {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 10px;
}

.dlsl-details-section-center {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  /* padding: 10px; */
  text-align: center;
  /* margin-top: 42px; */
}

.dlsl-details-section-title {
  color: #008193; 
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
}

.dlsl-details-section-text {
  color: #383838;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; 
}

/* Details check items*/
.dlsl-details-check-icon-group {
  align-self: stretch; 
  justify-content: flex-start; 
  gap: 8px; 
  display: flex;
  padding-left: 30px;
}

.dlsl-details-check-icon-container {
  width: 20px;
  height: 32px;
  /* display: flex; */
  align-items: left; 
  justify-content: left;
}

.dlsl-details-check-icon-image {
  width: 16px;
  height: 16px;
}

.dlsl-details-check-text {
  color: #383838;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 20px;  */
  line-height: 1.5;
  align-items: left;
}

.dlsl-details-check-text a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  align-items: inherit;
}

/* Details section box*/
.dlsl-section-box {
  align-self: stretch; 
  padding: 16px 16px 16px 16px;
  border-radius: 4px; 
  border-left: 13px #CCCCCC solid; 
  border-top: 2px #CCCCCC solid; 
  border-right: 2px #CCCCCC solid; 
  border-bottom: 2px #CCCCCC solid; 
  justify-content: flex-start; 
  align-items: center; 
  gap: 16px; 
  display: inline-flex;
  margin-top: 42px;
  margin-left: 30px;
  margin-right: 30px; /* Add this line */
  width: auto;        /* Change from 100% to auto */
  max-width: calc(100% - 60px); /* Prevents overflow */
  box-sizing: border-box; /* Ensures padding/border included in width */
}

.dlsl-section-box-text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #383838;
  font-size: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}

/* Tabs */
.dlsl-tabs-group {
  font-size: 24px;
  font-family: Lato;
  /* font-weight: 700; */
  line-height: 28.80px;
  word-wrap: break-word
}

.dlsl-tabs-list {
  list-style: none;
  padding: 0;
  display: flex;
  border-bottom: 2px solid #008193;
  margin-bottom: 16px;
  color: #006775;
  font-size: 24px;
  font-family: Lato;
  font-weight: 700;
  line-height: 28.80px;
}

.dlsl-tab { 
  padding: 10px 24px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  margin-right: 4px;
  color: #757575;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}

.dlsl-tab:hover {
  background-color: #008193;
  color: #FFF;
}

/* Tabs Content */
.dlsl-tab-content {
  border: 1px solid #e0e0e0;
  padding: 24px;
  border-radius: 0 8px 8px 8px;
  background: #fff;
  display: none;
}

.dlsl-tab-content.active {
    display: block;
}
.dlsl-tab.active {
    font-weight: bold; /* Optional: highlight the active tab */
    background-color: #008193;
    color: #FFF;
    border-bottom: 2px solid #fff;
}

.dlsl-tabs-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.dlsl-tabs-icon-style {
  width: 62px;
  height: 40px;
  object-fit: contain;
}

/* Lookup settings */
.dlsl-lookup-container {
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  align-items: center; /* Center elements horizontally */
  justify-content: center; /* Center elements vertically */
  padding-left: 361px; /* Add padding to the left */
  padding-right: 361px; /* Add padding to the right */
  width: 100%; /* Ensure the container spans the full width */
  box-sizing: border-box; /* Include padding in the width calculation */
}