.school-hero.soc .slider-s .slide-1 {
    background:
        radial-gradient(circle at 100% 47%,
            rgba(0, 0, 0, 0) 58%,
            #00ABCC 100%),
        url('/assets/soc/s1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




.school-hero.soc .slider-s .slide-2 {
    background:
        radial-gradient(circle at 100% 47%,
            rgba(0, 0, 0, 0) 58%,
            #00ABCC 100%),
        url('/assets/soc/c-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.school-hero.soc .slider-s .slide-3 {
    background:
        radial-gradient(circle at 100% 47%,
            rgba(0, 0, 0, 0) 58%,
            #00ABCC 100%),
        url('https://images.unsplash.com/photo-1541339907198-e08756dedf3f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzNjUyOXwwfDF8c2VhcmNofDEyfHxzdHVkZW50c3xlbnwwfHx8fDE2NTg0MjU5NjV8MA&ixlib=rb-4.0.3&q=80&w=1080');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.school-hero.soc .slide .cta-btn .icon-wrapper .arrow-container {
    background-color: #00ABCC;
}

.school-hero .s-hero-nav .arrow-container svg {
    stroke: #00ABCC;
}

.enquire.soc .right a {
    text-decoration: none;
    color: #ffffff;
    background: #003A46;
}

.enquire.soc .right a {
    text-decoration: none;
    color: #ffffff;
    background: #00ABCC;
}

.enquire.soc .right a .icon-wrapper .arrow-container svg {
    stroke: #00ABCC;
}

.enquire.soc .right a:hover .icon-wrapper .arrow-container svg {
    stroke: #003A46;
}


.enquire.soc .right a:hover {
    background: #003A46;
}



.enquire.soc .right a .icon-wrapper .arrow-container svg {
    stroke: #00ABCC;
}

.enquire.soc .right a:hover .icon-wrapper .arrow-container svg {
    stroke: #003A46;
}



.top-recruiter-s h2 {
    color: #003A46;
}


.course.soc h2 {
    color: #003A46;
}

.course h4{
    font-family: var(--font-heading);
        font-size: calc(2rem + 0.1vw);
        font-weight: 500;
        letter-spacing: -0.05rem;
        color: #003A46;
}

.course.soc .gridbox{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 100px;
}
.course.soc .gridbox .coursebox {
    width: 100%;
    height: 30rem;
    border-radius: 0.65275rem;
    position: relative;
    overflow: hidden;
}
.course .coursebox.c3, .coursebox.c4 {
    grid-row-start: 2;
}
.course .coursebox.c5, .coursebox.c6{
    grid-row-start: 3;
}

.course .coursebox {
background: linear-gradient(180deg, #CFF1FF 0%, rgba(207, 241, 255, 0.00) 100%);}


.course.soc .coursebox .bottom h6 {
    color: #003A46
}


.course.soc .coursebox .bottom .tags h4 {
    text-wrap: nowrap;
    background-color: #00ABCC;
    color: #ffffff;
}

.course.soc .coursebox .bsvg svg {
    fill: #00aacc22;
}

.course .coursebox:hover .bsvg svg {
    fill: #00aacc73;
}


.course.soc .coursebox .bottom a {
    text-decoration: none;
    color: #ffffff;
    background: #00ABCC;
}


.course.soc .coursebox .bottom a .icon-wrapper .arrow-container svg {
    stroke: #00ABCC
}


.course .coursebox .course.soc {
    color: #00ABCC;
}

#top-recruiter.soc h2 {
    color: #003A46;
    font-family: var(--font-heading);
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-style: normal;
    font-weight: 500;
    line-height: 3.75rem;
    letter-spacing: -0.24rem;
}


.faculty.soc .header h2 {
    color: #003A46;
}


.faculty.soc .card-slider .card {
    color: #003A46;
background: linear-gradient(180deg, #CFF1FF 0%, rgba(207, 241, 255, 0.00) 100%);}



.faculty.soc .header .s-faculty-nav .nav-btn {
    background: #003A46;
}



.kpis.soc h2 {
    color: #003A46;
}



.kpis.soc .icon-container {
    width: fit-content;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00ABCC;
    border-radius: 50%;
}


.kpis.soc .kpi-card {

background: linear-gradient(180deg, #CFF1FF 0%, rgba(207, 241, 255, 0.00) 100%);}

.kpis.soc .kpi-card h4 {
    width: 80%;
    font-family: var(--font-heading);
    font-size: calc(1.3rem + 0.1vw);
    font-weight: 600;
    line-height: normal;
    color: #003A46;
    border-radius: 0.25rem;
}


.invitation.soc {
background: radial-gradient(59.17% 59.17% at 50% 50%, rgba(207, 241, 255, 0.70) 29.55%, rgba(228, 239, 247, 0.00) 81.33%);
}

.invitation.soc .content h4 {
    color: #003A46;
}


.invitation.soc .content .title p {
    color: #003A46;
}


.text-block span {
    font-family: var(--font-heading);
    font-size: calc(2.5rem + 0.1vw);
    font-weight: 200;
    line-height: 140%;
    letter-spacing: 0.125rem;
    color: #003A46;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


.querylinks.soc h2 {
    color: #003A46;
}

.querylinks .flexbox {
    border: 1px solid #B6C5D2;
}

.querylinks .flexbox a {
    border-right: 1px solid #B6C5D2;

}

.querylinks.soc .flexbox a {
    color: #003A46;
}

.querylinks.soc .flexbox a:nth-child(2) {
    background-color: #D3EEFB;
}

.querylinks.soc .flexbox a:hover p {
    text-decoration: underline #003A46;
}

.dots .dot::before {

    background-color: #003A46;
}
.school-hero .slide .content .cta-btn {
    color: #003A46;
}
@media (max-width: 1024px) {
    .course.soc .gridbox {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(3, 1fr);
            gap: 2rem;
        }
    .course.soc .flexbox .coursebox{
        width: 50%;
    }
}

@media (max-width: 767px) {
    .school-hero.soc .slider-s .slide-1 {
        background:
        radial-gradient(circle at 100% 47%,
                rgba(0, 0, 0, 0) 58%,
                #00ABCC 100%),
            url('/assets/soc/slide-1m.webp');
        background-size: cover;
        background-position: center;

    }

    .school-hero.soc .slider-s .slide-2 {
        background:
        radial-gradient(circle at 100% 47%,
                rgba(0, 0, 0, 0) 58%,
                #00ABCC 100%),
            url('/assets/soc/slide-2m.webp');
        background-size: cover;
        background-position: center;

    }

    .text-block span {
        font-size: calc(1rem + 0.1vw);

    }

         .course.soc .gridbox {
             width: 100%;
    display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 2rem;
         }
        .course.soc .gridbox .coursebox,
         .course.soc .flexbox .coursebox {
             width: 100%;
         }
                .course .coursebox.c2 {
                    grid-row-start: 2;

                }

                 .course .coursebox.c3{
                     grid-row-start: 3;

                 }
                .course .coursebox.c4 {
                     grid-row-start: 4;
                 }
        
                 .course .coursebox.c5 {
                     grid-row-start: 5;
                 }
                .course .coursebox.c6 {
                    grid-row-start: 6;
                }
        .course h4 {
            font-family: var(--font-heading);
            font-size: calc(1.3rem + 0.1vw);
            font-weight: 500;
            letter-spacing: -0.05rem;
            color: #003A46;
        }
        .course{
            gap: 2rem;
        }
                 .course.soc .gridbox .coursebox{
                    height: 33rem;
                 }
}