.sk-idishub-welcome {
    padding-bottom: 30px;
}

.sk-cta-image-section__title {
    font-size: 42px;
}


/* ==========================================================================
   About Us Section (Page Builder Block)
   ========================================================================== */

.sk-about-us {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #FFFFFF;
}

.sk-about-us__container {
    position: relative;
    width: 100%;
}

/* ==========================================================================
   Block 1: Key Facts & Highlights Grid
   ========================================================================== */

.sk-about-highlights {
    width: 100%;
}

.sk-about-highlights__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.sk-about-highlight-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(22, 60, 117, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.sk-about-highlight-card:hover {
    transform: translateY(-5px);
    border-color: #255EB3;
    box-shadow: 0 18px 40px rgba(22, 60, 117, 0.12);
}

.sk-about-highlight-card__icon-wrap {
    width: 66px;
    height: 66px;
    border-radius: 14px;
    background: linear-gradient(135deg, #163C75 0%, #255EB3 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
    box-shadow: 0 6px 15px rgba(37, 94, 179, 0.25);
}

.sk-about-highlight-card__body {
    width: 100%;
}

.sk-about-highlight-card__val {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #163C75;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sk-about-highlight-card__desc {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #4A5568;
    margin: 0;
}

/* ==========================================================================
   Block 2: Our Vision Banner
   ========================================================================== */

.sk-about-vision {
    width: 100%;
    margin-top: 60px;
    background: linear-gradient(135deg, #163C75 0%, #1D4B91 50%, #255EB3 100%);
    border-radius: 20px;
    padding: 50px 45px;
    box-sizing: border-box;
    color: #FFFFFF;
    box-shadow: 0 15px 40px rgba(22, 60, 117, 0.2);
    position: relative;
    overflow: hidden;
}

.sk-about-vision::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.sk-about-vision__inner {
    position: relative;
    z-index: 2;
}

.sk-about-vision__header {
    margin-bottom: 35px;
}

.sk-about-vision__badge {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.sk-about-vision__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
}

.sk-about-vision__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.sk-about-vision__card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 25px 25px;
    backdrop-filter: blur(10px);
}

.sk-about-vision__card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FFFFFF;
    color: #163C75;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.sk-about-vision__card-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
}

.sk-about-vision__footer {
    display: flex;
    justify-content: flex-start;
}

.sk-about-vision__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    color: #163C75;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.sk-about-vision__btn:hover {
    background: #EBF5FB;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    color: #163C75;
}

/* ==========================================================================
   Block 3: At SK-Telemed & Key Capabilities
   ========================================================================== */

.sk-about-capabilities {
    width: 100%;
    margin-top: 80px;
}

.sk-about-capabilities__intro {
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.sk-about-capabilities__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #163C75;
    background: #EBF5FB;
    border: 1px solid #DDEFF9;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.sk-about-capabilities__flag {
    font-size: 18px;
}

.sk-about-capabilities__lead {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: #282828;
    margin: 0 0 30px 0;
}

.sk-about-capabilities__subtitle {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #163C75;
    text-transform: uppercase;
    margin: 0;
}

.sk-about-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.sk-about-cap-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(22, 60, 117, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.sk-about-cap-card:hover {
    transform: translateY(-4px);
    border-color: #255EB3;
    box-shadow: 0 15px 35px rgba(22, 60, 117, 0.1);
}

.sk-about-cap-card--featured {
    border-color: #DDEFF9;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5FAFE 100%);
}

.sk-about-cap-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #EBF5FB;
    color: #163C75;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sk-about-cap-card:hover .sk-about-cap-card__icon {
    background: #163C75;
    color: #FFFFFF;
}

.sk-about-cap-card__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #163C75;
    margin: 0 0 10px 0;
}

.sk-about-cap-card__text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #4A5568;
    margin: 0;
}

/* ==========================================================================
   Block 4: Team Expertise & Global Reach
   ========================================================================== */

.sk-about-expertise {
    width: 100%;
    margin-top: 70px;
}

.sk-about-expertise__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
}

.sk-about-expertise-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(22, 60, 117, 0.05);
    box-sizing: border-box;
}

.sk-about-expertise-card--accent {
    background: linear-gradient(135deg, #F8FCFF 0%, #EBF5FB 100%);
    border-color: #DDEFF9;
}

.sk-about-expertise-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.sk-about-expertise-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #163C75;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.sk-about-expertise-card__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #163C75;
    text-transform: uppercase;
    margin: 0;
}

.sk-about-expertise-card__text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #282828;
    margin: 0 0 25px 0;
}

.sk-about-expertise-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sk-about-tag {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #163C75;
    background: #FFFFFF;
    border: 1px solid #DDEFF9;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

/* ==========================================================================
   Block 5: Our Global Footprint & 35 Years Leadership
   ========================================================================== */

.sk-about-footprint {
    width: 100%;
    margin-top: 90px;
}

.sk-about-footprint__intro {
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.sk-about-footprint__badge {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #163C75;
    background: #EBF5FB;
    border: 1px solid #DDEFF9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.sk-about-footprint__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #163C75;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.sk-about-footprint__quote {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    color: #163C75;
    background: #F8FCFF;
    border-left: 4px solid #255EB3;
    padding: 24px 30px;
    border-radius: 0 16px 16px 0;
    margin: 0 auto;
    max-width: 820px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(22, 60, 117, 0.03);
}

.sk-about-footprint__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    margin-bottom: 50px;
}

.sk-about-footprint-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(22, 60, 117, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.sk-about-footprint-card:hover {
    transform: translateY(-4px);
    border-color: #255EB3;
    box-shadow: 0 15px 35px rgba(22, 60, 117, 0.1);
}

.sk-about-footprint-card__icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #163C75 0%, #255EB3 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 6px 15px rgba(37, 94, 179, 0.25);
}

.sk-about-footprint-card__content {
    flex: 1;
}

.sk-about-footprint-card__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #163C75;
    margin: 0 0 8px 0;
}

.sk-about-footprint-card__text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #4A5568;
    margin: 0;
}

/* 35 Years Leadership Banner */
.sk-about-leadership-banner {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #163C75 0%, #1D4B91 100%);
    border-radius: 20px;
    padding: 40px 50px;
    color: #FFFFFF;
    gap: 40px;
    box-shadow: 0 15px 35px rgba(22, 60, 117, 0.18);
    box-sizing: border-box;
}

.sk-about-leadership-banner__left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 40px;
}

.sk-about-leadership-banner__number {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: -2px;
}

.sk-about-leadership-banner__label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
}

.sk-about-leadership-banner__right {
    flex: 1;
}

.sk-about-leadership-banner__text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
}

.sk-about-leadership-banner__text strong {
    font-weight: 600;
    color: #FFFFFF;
}

/* ==========================================================================
   Block 6: Our History Timeline
   ========================================================================== */

.sk-about-history {
    width: 100%;
    margin-top: 100px;
}

.sk-about-history__intro {
    max-width: 900px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.sk-about-history__badge {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #163C75;
    background: #EBF5FB;
    border: 1px solid #DDEFF9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.sk-about-history__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #163C75;
    text-transform: uppercase;
    margin: 0;
}

.sk-about-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.sk-about-timeline__line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #255EB3 0%, #163C75 60%, #DD7385 100%);
    transform: translateX(-50%);
    border-radius: 2px;
}

.sk-about-timeline__item {
    position: relative;
    width: 50%;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.sk-about-timeline__item:last-child {
    margin-bottom: 0;
}

.sk-about-timeline__item--left {
    left: 0;
    padding-right: 45px;
    text-align: right;
}

.sk-about-timeline__item--right {
    left: 50%;
    padding-left: 45px;
    text-align: left;
}

.sk-about-timeline__dot {
    position: absolute;
    top: 22px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 4px solid #163C75;
    box-shadow: 0 0 0 4px rgba(22, 60, 117, 0.15);
    z-index: 3;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.sk-about-timeline__item--left .sk-about-timeline__dot {
    right: -9px;
}

.sk-about-timeline__item--right .sk-about-timeline__dot {
    left: -9px;
}

.sk-about-timeline__dot--accent {
    border-color: #255EB3;
    background: #255EB3;
    box-shadow: 0 0 0 6px rgba(37, 94, 179, 0.25);
}

.sk-about-timeline__card {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 8px 25px rgba(22, 60, 117, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.sk-about-timeline__card:hover {
    transform: translateY(-4px);
    border-color: #255EB3;
    box-shadow: 0 15px 35px rgba(22, 60, 117, 0.12);
}

.sk-about-timeline__card--accent {
    background: linear-gradient(135deg, #F8FCFF 0%, #EBF5FB 100%);
    border-color: #DDEFF9;
}

.sk-about-timeline__card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.sk-about-timeline__item--left .sk-about-timeline__card-header {
    justify-content: flex-end;
}

.sk-about-timeline__item--right .sk-about-timeline__card-header {
    justify-content: flex-start;
}

.sk-about-timeline__year {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    color: #163C75;
}

.sk-about-timeline__year--accent {
    font-size: 28px;
    color: #255EB3;
}

.sk-about-timeline__logo {
    max-height: 30px;
    max-width: 150px;
    object-fit: contain;
}

.sk-about-timeline__brand-tag {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #E52E2D;
    background: rgba(229, 46, 45, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
}

.sk-about-timeline__text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4A5568;
    margin: 0;
}

.sk-about-timeline__text strong {
    color: #163C75;
    font-weight: 600;
}

/* ==========================================================================
   Block 7: Our Core Team & CEO Message
   ========================================================================== */

.sk-about-team {
    width: 100%;
    margin-top: 100px;
}

.sk-about-team__intro {
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.sk-about-team__badge {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #163C75;
    background: #EBF5FB;
    border: 1px solid #DDEFF9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.sk-about-team__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #163C75;
    text-transform: uppercase;
    margin: 0;
}

.sk-about-team__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    width: 100%;
    margin-bottom: 60px;
}

.sk-about-team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 18px;
    padding: 30px 20px;
    box-shadow: 0 8px 25px rgba(22, 60, 117, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.sk-about-team-card:hover {
    transform: translateY(-5px);
    border-color: #255EB3;
    box-shadow: 0 15px 35px rgba(22, 60, 117, 0.12);
}

.sk-about-team-card__avatar {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: 20px;
    padding: 4px;
    background: linear-gradient(135deg, #163C75 0%, #255EB3 100%);
    box-shadow: 0 6px 16px rgba(37, 94, 179, 0.2);
    overflow: hidden;
}

.sk-about-team-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.sk-about-team-card__placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #EBF5FB;
    color: #163C75;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.sk-about-team-card__name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    color: #163C75;
    margin: 0 0 8px 0;
}

.sk-about-team-card__role {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #255EB3;
    margin: 0;
}

/* CEO Message Banner */
.sk-about-ceo-message {
    width: 100%;
    background: linear-gradient(135deg, #163C75 0%, #1D4B91 100%);
    border-radius: 20px;
    padding: 50px 60px;
    color: #FFFFFF;
    box-shadow: 0 15px 40px rgba(22, 60, 117, 0.18);
    box-sizing: border-box;
}

.sk-about-ceo-message__inner {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.sk-about-ceo-message__icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.sk-about-ceo-message__content {
    flex: 1;
}

.sk-about-ceo-message__label {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.12);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.sk-about-ceo-message__text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0 0 24px 0;
}

.sk-about-ceo-message__author {
    display: flex;
    flex-direction: column;
}

.sk-about-ceo-message__name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.sk-about-ceo-message__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   Block 8: Why SK-Telemed?
   ========================================================================== */

.sk-about-why {
    width: 100%;
    margin-top: 100px;
}

.sk-about-why__intro {
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.sk-about-why__badge {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #163C75;
    background: #EBF5FB;
    border: 1px solid #DDEFF9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.sk-about-why__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #163C75;
    text-transform: uppercase;
    margin: 0;
}

.sk-about-why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
}

.sk-about-why-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 18px;
    padding: 32px 30px;
    box-shadow: 0 8px 25px rgba(22, 60, 117, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.sk-about-why-card:hover {
    transform: translateY(-4px);
    border-color: #255EB3;
    box-shadow: 0 15px 35px rgba(22, 60, 117, 0.1);
}

.sk-about-why-card__icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #EBF5FB;
    color: #255EB3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sk-about-why-card:hover .sk-about-why-card__icon {
    background: #163C75;
    color: #FFFFFF;
}

.sk-about-why-card__body {
    flex: 1;
}

.sk-about-why-card__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #163C75;
    margin: 0 0 8px 0;
}

.sk-about-why-card__text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    color: #4A5568;
    margin: 0;
}

/* ==========================================================================
   Block 9: Trusted around the world (Partners Carousel)
   ========================================================================== */

.sk-about-partners {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
}

.sk-about-partners__intro {
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.sk-about-partners__badge {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #163C75;
    background: #EBF5FB;
    border: 1px solid #DDEFF9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.sk-about-partners__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #163C75;
    text-transform: uppercase;
    margin: 0;
}

.sk-about-partners__carousel {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}

.sk-about-partner-cell {
    width: 25%;
    padding: 0 12px;
    box-sizing: border-box;
}

.sk-about-partner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 16px;
    padding: 24px 20px;
    height: 160px;
    box-shadow: 0 6px 20px rgba(22, 60, 117, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    position: relative;
}

.sk-about-partner-card:hover {
    transform: translateY(-4px);
    border-color: #255EB3;
    box-shadow: 0 12px 30px rgba(22, 60, 117, 0.1);
}

.sk-about-partner-card__country {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #163C75;
    margin-bottom: 14px;
    text-align: center;
    line-height: 1.2;
}

.sk-about-partner-card__logo-wrap {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sk-about-partner-card__logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.sk-about-partner-card:hover .sk-about-partner-card__logo {
    filter: grayscale(0%);
}

.sk-about-partners__carousel .flickity-prev-next-button {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    box-shadow: 0 4px 12px rgba(22, 60, 117, 0.12);
    transition: all 0.3s ease;
}

.sk-about-partners__carousel .flickity-prev-next-button:hover {
    background: #163C75;
    color: #FFFFFF;
}

.sk-about-partners__carousel .flickity-prev-next-button svg {
    width: 40%;
    height: 40%;
}

.sk-about-partners__carousel .flickity-page-dots {
    bottom: 0;
}

.sk-about-partners__carousel .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #CBD5E0;
    opacity: 1;
    transition: all 0.3s ease;
}

.sk-about-partners__carousel .flickity-page-dots .dot.is-selected {
    width: 24px;
    border-radius: 5px;
    background: #255EB3;
}

/* ==========================================================================
   Block 10: Quality Standards & Certificates
   ========================================================================== */

.sk-about-certificates {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
}

.sk-about-certificates__intro {
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.sk-about-certificates__badge {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #163C75;
    background: #EBF5FB;
    border: 1px solid #DDEFF9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.sk-about-certificates__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    color: #163C75;
    text-transform: uppercase;
    margin: 0;
}

.sk-about-certificates__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

.sk-about-cert-card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #EBF3FA;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(22, 60, 117, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.sk-about-cert-card:hover {
    transform: translateY(-5px);
    border-color: #255EB3;
    box-shadow: 0 15px 35px rgba(22, 60, 117, 0.12);
}

.sk-about-cert-card__img-wrap {
    position: relative;
    width: 100%;
    height: 280px;
    background: #F8FCFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}

.sk-about-cert-card__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sk-about-cert-card:hover .sk-about-cert-card__img {
    transform: scale(1.04);
}

.sk-about-cert-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(22, 60, 117, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sk-about-cert-card:hover .sk-about-cert-card__overlay {
    opacity: 1;
}

.sk-about-cert-card__overlay i {
    font-size: 32px;
    color: #FFFFFF;
}

.sk-about-cert-card__overlay span {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sk-about-cert-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #FFFFFF;
    border-top: 1px solid #EBF3FA;
}

.sk-about-cert-card__name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #163C75;
}

.sk-about-cert-card__footer i {
    font-size: 14px;
    color: #255EB3;
    transition: transform 0.3s ease;
}

.sk-about-cert-card:hover .sk-about-cert-card__footer i {
    transform: translate(2px, -2px);
}

/* ==========================================================================
   Mobile Responsive Adjustments
   ========================================================================== */

@media (max-width: 992px) {
    .sk-about-highlights__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .sk-about-vision__grid,
    .sk-about-capabilities__grid,
    .sk-about-expertise__grid,
    .sk-about-footprint__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sk-about-team__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .sk-about-partner-cell {
        width: 33.333%;
    }

    .sk-about-certificates__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .sk-about-vision__title,
    .sk-about-footprint__title,
    .sk-about-history__title,
    .sk-about-team__title,
    .sk-about-why__title,
    .sk-about-partners__title,
    .sk-about-certificates__title {
        font-size: 34px;
    }

    .sk-about-capabilities__lead {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .sk-about-us {
        padding: 50px 0;
    }

    .sk-about-highlights__grid,
    .sk-about-vision__grid,
    .sk-about-capabilities__grid,
    .sk-about-expertise__grid,
    .sk-about-footprint__grid,
    .sk-about-why__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sk-about-partner-cell {
        width: 50%;
        padding: 0 8px;
    }

    .sk-about-highlight-card {
        padding: 25px 20px;
    }

    .sk-about-highlight-card__icon-wrap {
        width: 56px;
        height: 56px;
        font-size: 24px;
        margin-bottom: 18px;
    }

    .sk-about-highlight-card__val {
        font-size: 26px;
    }

    .sk-about-highlight-card__desc {
        font-size: 16px;
    }

    .sk-about-vision {
        padding: 35px 25px;
        margin-top: 40px;
    }

    .sk-about-vision__card {
        padding: 18px;
    }

    .sk-about-vision__card-text {
        font-size: 16px;
    }

    .sk-about-vision__btn {
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 14px 24px;
    }

    .sk-about-capabilities,
    .sk-about-footprint,
    .sk-about-history,
    .sk-about-team,
    .sk-about-why,
    .sk-about-partners,
    .sk-about-certificates {
        margin-top: 50px;
    }

    .sk-about-certificates__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .sk-about-cert-card__img-wrap {
        height: 200px;
        padding: 10px;
    }

    .sk-about-team__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .sk-about-team-card {
        padding: 20px 15px;
    }

    .sk-about-team-card__avatar {
        width: 86px;
        height: 86px;
        margin-bottom: 14px;
    }

    .sk-about-team-card__placeholder {
        font-size: 30px;
    }

    .sk-about-team-card__name {
        font-size: 16px;
    }

    .sk-about-team-card__role {
        font-size: 13px;
    }

    .sk-about-ceo-message {
        padding: 30px 25px;
    }

    .sk-about-ceo-message__inner {
        flex-direction: column;
        gap: 15px;
    }

    .sk-about-ceo-message__text {
        font-size: 16px;
    }

    .sk-about-capabilities__lead,
    .sk-about-footprint__quote {
        font-size: 17px;
        padding: 18px 20px;
    }

    .sk-about-capabilities__subtitle {
        font-size: 22px;
    }

    .sk-about-expertise-card,
    .sk-about-footprint-card {
        padding: 25px 20px;
    }

    .sk-about-expertise-card__title,
    .sk-about-footprint-card__title {
        font-size: 20px;
    }

    .sk-about-expertise-card__text,
    .sk-about-footprint-card__text {
        font-size: 16px;
    }

    .sk-about-leadership-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 25px;
        gap: 20px;
    }

    .sk-about-leadership-banner__left {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 0;
        padding-bottom: 20px;
        width: 100%;
    }

    .sk-about-leadership-banner__number {
        font-size: 56px;
    }

    .sk-about-leadership-banner__text {
        font-size: 16px;
    }

    /* Timeline Mobile Responsiveness */
    .sk-about-timeline__line {
        left: 18px;
        transform: none;
    }

    .sk-about-timeline__item {
        width: 100%;
        left: 0 !important;
        padding-left: 45px !important;
        padding-right: 0 !important;
        text-align: left !important;
        margin-bottom: 25px;
    }

    .sk-about-timeline__dot {
        left: 9px !important;
        right: auto !important;
    }

    .sk-about-timeline__card-header {
        justify-content: flex-start !important;
    }

    /* Hide Flickity navigation arrows on mobile as requested */
    .sk-about-partners__carousel .flickity-prev-next-button {
        display: none !important;
    }

    .sk-cta-image-section__title {
        font-size: 34px;
    }
}