.font-barlow {
  font-family: 'Barlow';
}

.font-tajawal {
  font-family: 'Tajawal';
}

section {
  margin: 0;
  padding: 0;
}

.hero {
  background-image: url(../img/bg-hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 660px;
}

.hero-container {
  margin: 0;
  width: 100%;
}

.hero-content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: left;
  gap: 70px;
}

.hero-content-container-left {
  max-width: 627px;
  width: 100%;
}

.hero-content-container-left-title {
  padding: 0;
  color: #FFF;
  font-family: 'Tajawal';
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.hero-content-container-left-content {
  color: #FFF;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.hero-content-container-left-content p {
  margin-top: 16px;
  margin-bottom: 0;
}

.hero-content-container-left-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.hero-content-container-left-content ul li {
  margin: 0;
}

@media (max-width: 768px) {
  .hero-content-container {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 40px;
  }

  .hero-content-container-left {
    order: 2;
  }

  .hero-content-container-left-title {
    font-size: 24px;
    line-height: 120%;
  }

  .hero-content-container-left-content {
    font-size: 16px;
    line-height: 150%;
  }

  .hero-content-container-left-content p {
    margin-top: 12px;
  }

  .hero-content-container-right {
    order: 1;
  }

}

.breadcrumb-link {
  font-family: 'Tajawal';
  height: 12px;
  display: block;
}

@media (max-width: 768px) {
  .breadcrumb-link {
    display: block;
    max-width: 120px;     /* Atau ukuran fleksibel sesuai desain */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.section-background-scope {
  padding: 80px 0;
}

.background-scope-container {
  max-width: 1140px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: center;
}

.background-scope-content-container-left {
  flex: 1;
  text-align: left;
}

.background-scope-content-container-left h2 {
  color: #0E0C0A;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  padding: 0;
  margin: 0 0 16px 0;
}

.background-scope-content-container-left h2::before {
  display: none;
}

.background-scope-content-container-left p {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.background-scope-content-container-left p:last-child {
  margin-bottom: 0;
}

.background-scope-content-container-right {
  max-width: 446px;
  width: 100%;
}

.background-scope-content-right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 768px) {

  .section-background-scope {
    padding: 40px 0;
  }

  .background-scope-container {
    flex-direction: column;
    gap: 24px;
  }

  .background-scope-content-container-left {
    order: 2;
  }

  .background-scope-content-container-right {
    order: 1;
  }

  .background-scope-title {
    font-size: 24px !important;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .background-scope-content-item {
    flex-direction: column;
    gap: 0px;
  }

  .background-scope-content-item-label {
    max-width: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0;
    border: 1px solid #E6EDF2;
    background: var(--hps, linear-gradient(180deg, #7DADFB -63.19%, #6086D8 -30.55%, #48648E 3.81%, #1A3D72 22.71%));
    box-shadow: 0 0 40px 5px rgba(20, 99, 168, 0.03);
  }

  .background-scope-content-item-content {
    width: 100%;
    border-radius: 0 0 10px 10px;
    border: 1px solid #E6EDF2;
    background: #FFF;
    box-shadow: 0 0 40px 5px rgba(20, 99, 168, 0.03);
  }

  .background-scope-title {
    font-size: 24px;
    line-height: 120%;
  }

}


/* Challenges */
.section-challenges {
  padding: 80px 0;
}

.challenges-container {
  max-width: 1140px;
  margin: auto;
}

.challenges-title {
  color: #0E0C0A;
  text-align: center;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  padding: 0;
  margin: 0 0 40px 0;
}

.challenges-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.challenges-content-item {
  border-radius: 10px;
  border: 1px solid #E6EDF2;
  background: #FFF;
  padding: 24px;
  background: #FFF;
  box-shadow: 0 0 40px 5px rgba(20, 99, 168, 0.03);
}

.challenges-content-item-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.challenges-content-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.challenges-content-item-title {
  color: var(--Secondary-secondary-500, #0E0C0A);
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  padding: 0;
  margin: 0 0 8px 0;
}

.challenges-content-item-title:last-child {
  margin-bottom: 0;
}


.challenges-content-item p {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-challenges {
    padding: 40px 0;
  }

  .challenges-container {
    padding: 0 16px;
  }

  .challenges-title {
    font-size: 24px;
    line-height: 125%;
  }

  .challenges-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .challenges-content-item {
    padding: 16px;
  }
}

/* Data Center Penetration Testing Solution */
.section-data-center-penetration-testing-solution {
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) -7.51%, #F3F3F3 92.41%);
}

.data-center-penetration-testing-solution-container {
  max-width: 938px;
  margin: auto;
}

.data-center-penetration-testing-solution-title {
  color: #0E0C0A;
  text-align: center;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.data-center-penetration-testing-solution-content-description {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}


.data-center-penetration-testing-solution-content {
  max-width: 938px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.data-center-penetration-testing-solution-content-item {
  border-radius: 10px;
  border: 1px solid #E6EDF2;
  background: #FFF;
  padding: 24px;
  box-shadow: 0 0 40px 5px rgba(20, 99, 168, 0.03);
}

.data-center-penetration-testing-solution-content-item-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.data-center-penetration-testing-solution-content-item-icon img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
}

.data-center-penetration-testing-solution-content-item-title {
  color: #0E0C0A;
  text-align: center;
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 4px 0;
  padding: 0;
}

.data-center-penetration-testing-solution-content-item-title:last-child {
  margin-bottom: 0;
}

.data-center-penetration-testing-solution-content-item p {
  color: #0E0C0A;
  text-align: center;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

.data-center-penetration-testing-solution-content-item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-data-center-penetration-testing-solution {
    padding: 40px 0;
  }

  .data-center-penetration-testing-solution-container {
    padding: 0 16px;
  }

  .data-center-penetration-testing-solution-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .data-center-penetration-testing-solution-content-item {
    padding: 16px;
  }

  .data-center-penetration-testing-solution-content-item-icon img {
    max-width: 150px;
    max-height: 150px;
  }

  .data-center-penetration-testing-solution-content-item-title {
    font-size: 18px;
    line-height: 150%;
  }

  .data-center-penetration-testing-solution-title {
    font-size: 24px !important;
    line-height: 125%;
    margin-bottom: 8px;
  }

  .data-center-penetration-testing-solution-content-item-title {
    font-size: 18px;
    line-height: 150%;
  }

  .data-center-penetration-testing-solution-content-description {
    font-size: 16px;
    line-height: 130%;
  }

  .data-center-penetration-testing-solution-content-item p {
    font-size: 16px;
    line-height: 150%;
  }

}

/* Timeline of Activities */

.section-timeline-of-activities {
  padding: 80px 0 165px 0;
}

.timeline-of-activities-container {
  max-width: 900px;
  margin: auto;
}

.timeline-of-activities-title {
  color: #0E0C0A;
  text-align: center;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 24px;
}

.timeline-of-activities-content {
  width: 100%;
}

.timeline {
  position: relative;
  padding: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #7DADFB -63.19%, #6086D8 -30.55%, #48648E 3.81%, #1A3D72 22.71%);
  top: 0;
  border-radius: 16px;
}

.timeline-item {
  display: flex;
  margin-bottom: -75px;
  position: relative;
}

.timeline-item:nth-child(odd) {
  flex-direction: row;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-content {
  width: 45%;
  border-radius: 10px;
  border: 1px solid #E6EDF2;
  background: #FFF;
  box-shadow: 0 0 40px 5px rgba(20, 99, 168, 0.03);
  padding: 24px;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  z-index: 1;
}

/* Timeline dots are centered by default - no need for odd/even positioning */

.timeline-item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5%;
  height: 8px;
  background: var(--hps, linear-gradient(180deg, #7DADFB -63.19%, #6086D8 -30.55%, #48648E 3.81%, #1A3D72 22.71%));
  z-index: 0;
  border-radius: 16px;
}

.timeline-item:nth-child(odd)::after {
  right: 49.5%;
  margin-right: 0;
}

.timeline-item:nth-child(even)::after {
  left: 49.8%;
  margin-left: 0;
}


.timeline-item::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: linear-gradient(278deg, #E7A200 15.31%, #FFCA00 72.5%);
  z-index: 1;
}

.timeline-item:nth-child(odd)::before {
  right: 54%;
  margin-right: 0;
}


.timeline-item:nth-child(even)::before {
  left: 54%;
  margin-left: 0;
}

.day-title {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 4px;
}

.day-subtitle {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 4px;
}

.timeline-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.timeline-content li {
  display: flex;
  gap: 5px;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 4px;
}

.timeline-content ul li:last-child {
  margin-bottom: 0;
}

.timeline-item:nth-child(odd) .timeline-content li::before {
  content: '• ';
  color: #333;
  font-weight: bold;
}

.timeline-item:nth-child(even) .timeline-content li::before {
  content: '• ';
  color: #333;
  font-weight: bold;
  margin-right: 8px;
}

@media (max-width: 768px) {

  .section-timeline-of-activities {
    padding: 40px 0;
  }

  .timeline-of-activities-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .timeline::before {
    left: 25px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row !important;
  }

  .timeline-item {
    display: flex;
    margin-bottom: 24px;
    position: relative;
  }

  .timeline-content,
  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    width: calc(100% - 65px);
    margin-left: 48px;
    margin-right: 0;
    text-align: left;
  }

  .timeline-dot {
    left: 20px;
    transform: translateX(-50%);
  }

  .timeline-item:nth-child(odd)::before {
    right: 0;
    margin-right: 0;
    left: 40px;
  }

  .timeline-item:nth-child(even)::before {
    left: 40px;
    margin-left: 0;
    right: 0;
  }

  .timeline-item:nth-child(odd)::after {
    right: 0;
    margin-right: 0;
    left: 24px;
  }

  .timeline-item:nth-child(even)::after {
    left: 24px;
    margin-left: 0;
  }

  .day-title {
    font-size: 18px;
    line-height: 150%;
  }

  .timeline-content li {
    font-size: 16px;
    line-height: 130%;
  }
}

/* Results Obtained */
.section-results-obtained {
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) -7.51%, #F3F3F3 92.41%);
}

.results-obtained-container {
  max-width: 1140px;
  margin: auto;
}

.results-obtained-title {
  color: #0E0C0A;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 32px;
}

.results-obtained-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.results-obtained-content-item {
  border-bottom: 1px solid #E6EDF2;
  padding-bottom: 32px;
}

.results-obtained-content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.results-obtained-content-item h3 {
  color: #0E0C0A;
  font-family: 'Tajawal';
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.results-obtained-content-item h3:last-child {
  margin-bottom: 0;
}

.results-obtained-content-item-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.results-obtained-content-item-row-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E6EDF2;
  background: #FFF;
  box-shadow: 0 0 40px 5px rgba(20, 99, 168, 0.03);
  padding: 24px;
}

.results-obtained-content-item-row.full-width {
  display: block;
  width: 100%;
}

.results-obtained-content-item-row-item h4 {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 8px 0;
}

.results-obtained-content-item-row-item p {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

.results-obtained-content-cta {
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #000;
  font-family: 'Barlow';
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 32px;
}

.results-obtained-content-cta a {
  color: #1a73e8;
}

@media (max-width: 768px) {
  .section-results-obtained {
    padding: 40px 0;
  }

  .results-obtained-container {
    max-width: 100%;
    padding: 0 16px;
  }

  .results-obtained-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .results-obtained-content {
    gap: 24px;
  }

  .results-obtained-content-item {
    padding-bottom: 24px;
  }

  .results-obtained-content-item h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 150%;
  }

  .results-obtained-content-item-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .results-obtained-content-item-row-item {
    padding: 16px;
  }

  .results-obtained-content-item-row-item h4 {
    font-size: 16px;
    line-height: 150%;
  }

  .results-obtained-content-item-row-item p {
    font-size: 16px;
    line-height: 150%;
  }

  .results-obtained-content-cta {
    font-size: 18px;
    line-height: 150%;
    margin-top: 24px;
  }
}


.section-methodology {
  padding: 80px 0;
}

.methodology-container {
  max-width: 1140px;
  margin: auto;
}

.methodology-title {
  color: #0E0C0A;
  text-align: center;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 24px;
}

.methodology-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.methodology-content-item {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid #E6EDF2;
  background: #FFF;
}

.methodology-content-item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.methodology-content-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.methodology-content-item-meta {
  flex: 1;
}

.methodology-content-item-meta-title {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.methodology-content-item-meta-description {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}

.methodology-content-item-meta-description li {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.methodology-content-item-meta-description li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-methodology {
    padding: 40px 0;
  }

  .methodology-container {
    max-width: 100%;
    padding: 0 16px;
  }

  .methodology-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .methodology-content {
    grid-template-columns: 1fr;
  }
}


.section-findings-impact {
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) -7.51%, #F3F3F3 92.41%);
}

.findings-impact-container {
  max-width: 1140px;
  margin: auto;
}

.findings-impact-title {
  color: #0E0C0A;
  text-align: center;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 24px;
}

.findings-impact-table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.findings-impact-table-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #3e3d3b;
}

.findings-impact-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.findings-impact-table-row:hover {
  background-color: #f8f9fa;
}

.findings-impact-table-row:last-child {
  border-bottom: none;
}

.findings-impact-table-cell {
  padding: 16px 24px;
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.findings-impact-table-cell.header {
  color: #FFF;
  text-align: center;
  font-family: 'Barlow';
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.findings-impact-table-row .findings-impact-table-cell:nth-child(2) {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.row-label {
  display: flex;
  align-items: center;
  font-weight: 700;
}

/* Findings & Impact Mobile */
.findings-impact-table-mobile {
  display: none;
}

@media (max-width: 768px) {
  .section-findings-impact {
    padding: 40px 0;
  }

  .findings-impact-container {
    max-width: 100%;
    padding: 0 16px;
  }

  .findings-impact-table {
    display: none;
  }

  .findings-impact-table-mobile {
    display: block;
  }

  .findings-impact-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }
}

/* Findings & Impact Mobile */
.findings-impact-table-mobile-cards {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 10px;
  border: 1px solid #E6EDF2;
  background: #FFF;
  margin-bottom: 16px;
}

.findings-impact-table-mobile-cards:last-child {
  margin-bottom: 0;
}

.findings-impact-table-mobile-card {
  display: flex;
  border-bottom: 1px solid #E6EDF2;
}

.findings-impact-table-mobile-card:last-child {
  border-bottom: none;
}

.findings-impact-table-mobile-card-label {
  width: 80px;
  color: #FFF;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  background: #0E0C0A;
  padding: 16px;
  border-radius: 0;
}

.findings-impact-table-mobile-card:first-child .findings-impact-table-mobile-card-label {
  border-radius: 10px 0 0 0;
}

.findings-impact-table-mobile-card:last-child .findings-impact-table-mobile-card-label {
  border-radius: 0 0 0 10px;
}

.findings-impact-table-mobile-card-content {
  flex: 1;
  color: #0E0C0A;
  font-family: 'Barlow';
  padding: 14px;
}

.section-recommendations {
  padding: 80px 0;
}

.recommendations-container {
  max-width: 1140px;
  margin: auto;
}

.recommendations-title {
  color: #0E0C0A;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 24px;
}

.recommendations-content {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.recommendations-content-left {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.recommendations-content-left-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #E6EDF2;
  background: #FFF;
}

.recommendations-content-left-item-title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.recommendations-content-left-item-title:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-.232-5.36l5-6l-1.536-1.28l-4.3 5.159l-2.225-2.226l-1.414 1.414l3 3l.774.774z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.recommendations-content-left-item-title h3 {
  flex: 1;
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

.recommendations-content-left-item-description {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}

.recommendations-content-left-item-description li {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.recommendations-content-right {
  max-width: 446px;
}

.recommendations-content-right img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .section-recommendations {
    padding: 40px 0;
  }

  .recommendations-container {
    max-width: 100%;
    padding: 0 16px;
  }

  .recommendations-content {
    flex-direction: column;
    gap: 24px;
  }

  .recommendations-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
    text-align: center;
  }

  .recommendations-content-left {
    grid-template-columns: 1fr;
    order: 2;
  }

  .recommendations-content-right {
    order: 1;
  }
}

.section-conclusion {
  padding: 80px 0;
}

.conclusion-container {
  max-width: 1140px;
  margin: auto;
}

.conclusion-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.conclusion-content-left {
  width: 457px;
}

.conclusion-content-left img {
  width: 100%;
  height: 100%;
}

.conclusion-content-right {
  flex: 1;
}

.conclusion-content-right-title {
  color: #0E0C0A;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 24px;
}

.conclusion-content-right-description {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-conclusion {
    padding: 40px 0;
  }

  .conclusion-container {
    max-width: 100%;
    padding: 0 16px;
  }

  .conclusion-content {
    flex-direction: column;
    gap: 24px;
  }

  .conclusion-content-left {
    width: 100%;
  }

  .conclusion-content-right {
    width: 100%;
  }

  .conclusion-content-right-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 8px;
  }

  .conclusion-content-right-description {
    font-size: 16px;
    line-height: 150%;
  }
}

.section-contact {
  background: linear-gradient(180deg, #fff6d3 0, rgba(231, 231, 231, 0) 56%);
  padding: 80px 0;
}

.contact-container {
  max-width: 1140px;
  margin: auto;
}

.contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-content-left {
  max-width: 360px;
}

.contact-content-left img {
  width: 100%;
  height: 100%;
}

.contact-content-right {
  max-width: 540px;
}

.contact-content-right-title {
  color: #0E0C0A;
  font-family: 'Tajawal';
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 32px;
}

.contact-content-right-title span {
  font-weight: 600;
}

.contact-content-right-title::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 5px;
  background: var(--primary-500-color);
  vertical-align: middle;
  margin-right: 10px;
}

.contact-content-right-description {
  color: #0E0C0A;
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.contact-content-right-description h3 {
  color: #0E0C0A;
  font-family: 'Tajawal';
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 4px;
}

.contact-content-right-description-content {
  margin-bottom: 24px;
}

.contact-content-right-description-content p {
  color: #000;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
  margin-top: 0;
}

.contact-content-right-description-content:last-child {
  margin-bottom: 0;
}

.contact-content-right-description-content p span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.contact-content-right-button {
  width: 100%;
  margin-top: 24px;
}

.contact-content-button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 32px;
}

.contact-content-button-item {
  display: flex;
  height: 100%;
  background: linear-gradient(135deg, #ffe700 0, #ffca00 100%);
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 25px;
  gap: 20px;
  color: #000;
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.contact-content-button-item:hover {
  background: linear-gradient(286deg, #ffe700 21.13%, #ffca00 78.78%)
}

@media (max-width: 768px) {
  .section-contact {
    padding: 40px 0;
  }

  .contact-container {
    max-width: 100%;
    padding: 0 16px;
  }

  .contact-content {
    flex-direction: column;
    gap: 24px;
  }

  .contact-content-left {
    max-width: 100%;
  }

  .contact-content-right {
    max-width: 100%;
  }

  .contact-content-right-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .contact-content-right-description {
    font-size: 16px;
    line-height: 150%;
  }

  .contact-content-right-description-content {
    margin-bottom: 16px;
  }

  .contact-content-right-description-content p {
    font-size: 16px;
    line-height: 150%;
  }

  .contact-content-right-description-content p span {
    font-size: 16px;
  }

  .contact-content-right-button {
    margin-top: 16px;
  }

  .contact-content-button {
    grid-template-columns: 1fr;
    gap: 24px;
  }

}

.conclusion-content-left-video {
  width: 452px;
  height: 305px;
  background-image: url(../img/img-conclusion.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.conclusion-content-left-video video {
  width: 342px;
  height: 230px;
  position: absolute;
  top: 30px;
  left: 45px;
}