
/* mission, vission  */

/* section wrapper */
.ssc-about-intro {
    width: 100%;
    padding: 80px 0;
    background: var(--theme-color-light); 
}

/* container */
.ssc-about-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* main heading */
.about-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;

}

.about-header p {
    font-size: 21px;
    max-width: 753px;
    margin: auto;
    line-height: 1.7;
}

/* mission vission grid */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* boxes */
.about-box {
      background: #f8f5f2;
    padding: 34px;
    border-radius: 12px;
    border: 1px solid #e2e6eb;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.about-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* box title  */
.about-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--ssc-color1); 
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* text */
.about-box p {
    line-height: 1.7;
    font-size: 18px;
}

/* responsive */
@media(max-width: 900px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

/* our values  */
.core-values {
    display: flex;
    justify-content: center;
    gap: 168px;
    padding: 80px 20px;
    position: relative;
    flex-wrap: wrap;
}

.value-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.value-item {
    text-align: center;
    width: 180px;
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-bottom: 10px;
    margin-left: 50px;
}

/* colors */
.c-red { border-color:#E33333; color:#E33333; }
.c-green { border-color:#68C487; color:#68C487; }
.c-yellow { border-color:#FDC732; color:#FDC732; }
.c-blue { border-color:#3370B6; color:#3370B6; }

/* connectors */
.connector {
    width: 398px;
  height: 367px;
    position: absolute;
    pointer-events: none;
}

.connector path {
    fill: none;
    stroke-width: 3;
    stroke-dasharray: 6 6;
}

/* U-shape at bottom */
.u {
    bottom: -130px;
}

/* Inverted U at top */
/* .inverted-u {
    top: -130px;
} */

/* Line colors */
.red-line path { stroke: #E33333; }
.green-line path { stroke: #68C487; }
.yellow-line path { stroke: #FDC732; }
.blue-line path { stroke: #3370B6; }

/* Responsive */
@media (max-width: 768px) {
    .connector {
        width: 200px;
        height: 100px;
    }
    .u { bottom: -90px; }
    /* .inverted-u { top: -90px; } */
}

html body div.page-wrapper section.core-values div.value-wrapper svg.connector.u.red-line{
    top: -222px;
  left: -120px;
}

html body div.page-wrapper section.core-values div.value-wrapper svg.connector.inverted-u.green-line{
    bottom: -203px;
  left: -119px;
}

html body div.page-wrapper section.core-values div.value-wrapper svg.connector.u.yellow-line{
    top: -222px;
  left: -120px;
}
html body div.page-wrapper section.core-values div.value-wrapper svg.connector.inverted-u.blue-line{
    bottom: -203px;
  left: -119px;
}

.values-section {
    width: 100%;
    background: var(--theme-color-gray2);
    padding: 60px 0 20px;
    text-align: center;
}

.values-heading {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

html body div.page-wrapper section.values-section section.core-values div.value-wrapper div.value-item h3{
    font-size: 26px;
}

/* new design mission delivery */

.mission-delivery-section {
  padding: 60px 20px;
  background: var(--theme-color-gray2);
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.mission-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.mission-card {
  background: var(--theme-color-light);
  padding: 30px;
  width: 415px;
  border-radius: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  text-align: left;
}

.mission-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mission-card h4 {
  margin-top: 20px;
  font-weight: 600;
}

.mission-card ul {
  margin: 10px 0;
  padding-left: 20px;
}

.mission-card li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.6;
}


/* why choose section  */

.why-choose-section {
    padding: 60px 0;
    background: var(--theme-color-light);
}

/* Title */
.wcs-title {
    font-size: 42px;
    font-weight: 700;
}
.wcs-subtitle {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}


/* Main Section Layout */
.wcs-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}


/* Left & right columns */
.wcs-left, .wcs-right {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Each item */
.wcs-item {
    text-align: center;
}

.wcs-item h4 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.wcs-item p {
    margin-top: 5px;
}


/* Center Image With Layer */
.wcs-image-wrapper {
    position: relative;
    width: 320px;
    height: auto;
}

.wcs-image {
    width: 100%;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.wcs-back-layer {
    position: absolute;
    top: 25px;
    right: -25px;
    width: 100%;
    height: 100%;
   background: rgba(5, 51, 96, 0.25);
    border-radius: 8px;
    z-index: 1;
}


/* View More Button */
.btn-more {
    display: inline-block;
    margin-top: 22px;
    padding: 10px 22px;
    background:var(--ssc-orange-color);
    color: var(--theme-color-light);
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-more:hover {
    background:var(--ssc-orange-color);
  color: var(--theme-color-light);
}

/* extra  */

.mission-cards {
  gap: 24px;
  align-items: stretch;
}

.mission-card {
  display: flex;
  flex-direction: column;
}

/* Button positioning */
.mission-card .btn-more {
  margin-top: auto;       
  align-self: center;     
  margin-bottom: 10px;
}