	.container-xxl {
        max-width: 1440px;
        padding: 0 16px;
      }

	

      @media (min-width: 768px) {
        .container-xxl {
          max-width: 1440px;
          padding: 0 112px;
        }
      }

      .qa-management-wrapper {
        background: radial-gradient(74.1% 42.02% at 50% 45.41%,
            #e1f7ff 0%,
            #fafafa 100%);
      }
	  .qa-management-wrapper.qa-management-2{
		  background:#000;
	  }
      .qa-management-section {
        padding-top: 32px;
        padding-bottom: 32px;
      }

      .qa-management-container {
        row-gap: 64px;
      }

      .qa-management-head {
        padding: 0 32px;
        row-gap: 24px;
      }

      .qa-management-title {
        color: #000;
        text-align: center;
        font-size: 48px;
        font-weight: 600;
        line-height: 133.333%;
      }
	  .qa-management-2  .qa-management-title {
	    color:#fff;
	  }
      .qa-management-head .title-highlight {
        color: #0ba5ec;
      }

      .qa-management-desc {
        color: #475467;
        text-align: center;
        font-size: 20px;
        line-height: 140%;
      }
	.qa-management-2  .qa-management-desc {
		color:#fff;
	}
      .tab-container {
        column-gap: 64px;
        align-items: start;
      }

      .tab {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .tab-container .tab-item {
        display: flex;
        column-gap: 16px;
        padding: 16px;
        align-items: center;
      }

      .tab-container .tab-item:hover {
        cursor: pointer;
      }

      .tab-item .tab-icon {
        width: 32px;
        height: 32px;
      }

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

      .tab-item .tab-title {
        display: flex;
        flex-direction: row;
        gap: 20px;
        position: relative;
		 align-items: center;
        flex-grow: 1;
      }

      .tab-item .tab-title::after {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #efefef 0%, #35aff4 51%, #efefef 100%);
      }

      .tab-item .tab-title .tab-title-num {
        color: var(--Blue-600, #1570ef);
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.24px;
      }

      .tab-item .tab-title .tab-title-text {
        color: var(--Black, #000);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
      }
.qa-management-2 .tab-item .tab-title .tab-title-text{
	color:#fff;
}
      /* Tab item active */
      .tab-container .tab-item.active {
        padding: 12px 18px;
        column-gap: 16px;
        border-radius: 16px;
        background: linear-gradient(94deg, #0da8ff 0%, #005096 100.98%);
        box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
          0 4px 6px -2px rgba(16, 24, 40, 0.03);
      }

      .tab-item.active .tab-title {
        row-gap: 4px;
      }

      .tab-item.active .tab-title::after {
        content: none;
      }

      .tab-item.active .tab-title .tab-title-num,
      .tab-item.active .tab-title .tab-title-text {
        color: #ffffff;
      }

      .cicd-item-cta a>div>span {
        color: #0086c9;
        font-size: 20px;
        transition: all 0.4s ease-in-out;
      }

      /* End tab item active */

      .tab-container .content {
        flex-grow: 1;
      }

      .tab-container .content .content-item {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
      }

      .content-item .item-img {
        width: 100%;
        height: auto;

      }

      .item-img img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        border-radius: 20px;
      }

      .content-item .item-desc {
        width: 100%;
        color: var(--Neutral-400, #5a6475);
        font-size: 20px;
        line-height: 160%;

      }
.qa-management-2 .qa-management-content .tab-title-num,
.qa-management-2 .content-item .item-desc{
	color:#fff;
} 
.download-wrapper {
  width: 100%;
  padding: 20px 24px;
  background: var(--light-gray);
  border-radius: 16px;
  border: 1px solid rgba(0, 134, 201, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  transition: all 0.3s ease;
}

.qa-management-2 .download-wrapper {
  background: #000;
}
.qa-management-2 .download-text-title{
  color: #fff;
} 
.download-wrapper:hover {
  border-color: var(--primary-blue);
  background: linear-gradient(
    135deg,
    rgba(13, 168, 255, 0.05) 0%,
    rgba(0, 80, 150, 0.05) 100%
  );
}

.download-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.download-icon-circle {
  width: 48px;
  height: 48px;
  background: linear-gradient(
    135deg,
    var(--primary-light-blue) 0%,
    var(--primary-dark-blue) 100%
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.download-icon-circle svg {
  width: 24px;
  height: 24px;
  color: white;
}

.download-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.download-text-title {
  font-size: 16px;
  color: var(--text-gray);
  font-weight: 600;
}

.download-text-subtitle {
  font-size: 14px;
  color: var(--Neutral-80);
}

.qa-management-2 .download-btn{
  background: transparent;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: white;
  border: 2px solid var(--primary-blue);
  border-radius: 8px;
  color: var(--primary-blue);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow:
    0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  cursor: pointer;
}

.download-btn:hover {
  background: linear-gradient(
    90deg,
    var(--primary-light-blue) 0%,
    var(--primary-dark-blue) 100%
  );
  color: white;
  transform: translateX(4px);
}

.download-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.download-btn:hover svg {
  transform: translateX(4px);
}

/* ====== MODAL STYLES ====== */
.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
}

.download-modal .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}

.download-modal .modal-content {
  border: none;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.download-modal .modal-body {
  padding: 0;
  background: white;
  display: flex;
  flex-direction: row;
  min-height: 550px;
}

/* Left Side - Image */
.modal-left {
  flex: 0 0 40%;
  background: var(--light-gray);
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Right Side - Form */
.modal-right {
  flex: 1;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
}

.modal-header-right {
  margin-bottom: 28px;
  position: relative;
}

.modal-header-right .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.6;
}

.modal-header-right .btn-close:hover {
  opacity: 1;
}

.modal-title-right {
  color: var(--Primary-Color-1);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-right: 30px;
}

.modal-subtitle-right {
  color: var(--Gray-600);
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

/* Form Styling */
.download-modal .form-group {
  margin-bottom: 20px;
}

.download-modal .form-label {
  font-weight: 600;
  color: var(--text-gray);
  margin-bottom: 6px;
  display: block;
}

.download-modal .form-label .required {
  color: #dc3545;
  margin-left: 2px;
}

.download-modal .form-control {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.download-modal .form-control:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(0, 134, 201, 0.1);
  outline: none;
}

.download-modal .form-control::placeholder {
  color: #9ca3af;
  font-size: 13px;
}

.download-modal .form-control-sm {
  padding: 9px 12px;
  font-size: 13px;
}

.download-modal .form-row {
  display: flex;
  gap: 12px;
}

.download-modal .form-row .form-group {
  flex: 1;
}

/* Checkbox */
.download-modal .form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

.download-modal .form-check-input {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 5px;
  margin-top: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.download-modal .form-check-input:checked {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.download-modal .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(0, 134, 201, 0.1);
  border-color: var(--primary-blue);
}

.download-modal .form-check-label {
  font-size: 12px;
  color: var(--text-light-gray);
  line-height: 1.5;
  cursor: pointer;
}

.download-modal .form-check-label a {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 600;
}

.download-modal .form-check-label a:hover {
  text-decoration: underline;
}

/* Submit Button */
.btn-submit {
  width: 100%;
  padding: 13px 24px;
  background: linear-gradient(
    90deg,
    var(--primary-light-blue) 0%,
    var(--primary-dark-blue) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 134, 201, 0.25);
  margin-top: auto;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 134, 201, 0.35);
}

.btn-submit:active {
  transform: translateY(0);
}

.btn-submit svg {
  width: 18px;
  height: 18px;
}

/* Loading State */
.btn-submit.loading {
  pointer-events: none;
  opacity: 0.7;
}

.btn-submit.loading svg {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Success Modal */
.success-modal .modal-body {
  display: block;
  padding: 50px 40px;
  text-align: center;
  min-height: auto;
}

.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}

.success-icon circle {
  fill: #10b981;
}

.success-icon path {
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: checkmark 0.5s ease-out 0.2s forwards;
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 50;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.success-title {
  color: var(--Primary-Color-1);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.success-message {
  color: var(--Gray-600);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 28px;
}

      @media (min-width: 768px) {
        .tab-container {
          margin: 0;
          width: 100%;
        }

        .tab {
          padding-left: 0;
        }

        .content {
          padding-right: 0;
        }

        .content-item .item-desc {
          max-width: 680px;
        }

        .tab-container .tab-item,
        .tab-item .tab-title,
        .tab-item .tab-title .tab-title-num,
        .tab-item .tab-title .tab-title-text,
        .tab-item.active .tab-title::after {
          transition: all 0.4s ease-in-out;
        }
		  
		
		  
      }

      @media (max-width: 1200px) {
        .qa-management-section {
          background: radial-gradient(74.1% 42.02% at 50% 45.41%,
              #e1f7ff 0%,
              #fafafa 100%);
        }
		  .qa-management-2 .qa-management-section{
			  background:#000;
		  } 

        .qa-management-head {
          padding: 0 16px;
          row-gap: 16px;
        }

        .qa-management-title {
          font-size: 28px;
          line-height: 142.857%;
        }

        .qa-management-desc {
          font-size: 16px;
          line-height: 175%;
        }

        .tab-container {
          row-gap: 32px;
        }

        .tab {
          flex-shrink: 1;
          flex-direction: row;
          align-items: center;
          justify-content: center;
        }

        .tab-container .tab-item,
        .tab-container .tab-item.active {
          flex-shrink: 1;
          padding: 0;
        }

        .tab-item .tab-title {
          display: none;
        }

        .content-item .item-desc {
          font-size: 16px;
          line-height: 200%;
        }
      }

      @media screen and (max-width: 768px) {
        .cicd-item-cta a>div>span {
          font-size: 16px;
        }
		.qa-management-wrapper.qa-management-2{
		  background:#000;
	  }
		   .qa-download-btn {
    height: 48px;
  }
  .qa-download-text {
    font-size: 16px;
  }
  .download-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
  }

  .download-btn {
    width: 100%;
    justify-content: center;
  }

  .download-modal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  .download-modal .modal-body {
    flex-direction: column;
    min-height: auto;
  }

  .modal-left {
    flex: 0 0 auto;
    height: 200px;
  }

  .modal-right {
    padding: 28px 24px;
  }

  .modal-title-right {
    font-size: 22px;
  }

 .download-modal .form-row {
    flex-direction: column;
    gap: 0;
  }

  .download-modal .form-group {
    margin-bottom: 16px;
  }
     }