.bg-color {
    background:
        radial-gradient(circle at 100% 47%,
            rgba(0, 0, 0, 0) 58%,
            #00ABCC 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* .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;
	width: 1.25rem;
    height: 1.1875rem;
}

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


.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, .top-recruiter-s .widget-title {
    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 , .faculty.soc .header .widget-title {
    color: #003A46;
}


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

.faculty.soc .card-slider .card:hover {
background: linear-gradient(180deg, #CFF1FF 0%, #CFF1FF 100%);
}



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

.faculty .top-arrow{
	background-color: #003A46;
}


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



.kpis.soc .icon-container {
    width: fit-content;
    padding: 10px;
	padding-right: 12px; 
	padding-left: 12px;
    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%);
color: #00422F;}

.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 , .querylinks .flexbox .a {
    border-right: 1px solid #B6C5D2;

}

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

.querylinks.soc .flexbox a:nth-child(2), .querylinks.soc .flexbox div: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 .flexbox {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(1, 1fr) !important;
            gap: 4rem;
        }
    .course.soc .flexbox .coursebox{
        width: 100%;
    }
}

@media (max-width: 780px) {
	
	 .school-hero {
        padding-top: 0rem;
    }

    .bg-color {
    background:
        radial-gradient(circle at 100% 67%,
            rgba(0, 0, 0, 0) 28%,
            #00ABCC 100%);

}

    .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;
                 }
}



























/* course page css */
/* course page css */




.slide .content {
    position: absolute;
    bottom: 5vw;
    left: 4vw;
    width: 50%;
  }

  .school-hero .content h1 {
    color: var(--text-secondary);
    font-family: var(--font-heading);
    font-size: calc(1.5rem + 2.5vw);
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.05em;
    padding-bottom: 1rem;
  }

  .school-hero .content p {
    width: 100%;
    color: #fff;
    font-family: var(--font-body);
    font-size: clamp(1.375rem, 0.4vw + 1.25rem, 1.375rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.0625rem;
    padding-bottom: 2rem;
  }

  /* 	auto scroring */
  .auto-scrolling .scrolling-text p {
    color: #fafafa;
    font-family: var(--font-body);
    font-size: calc(1rem + 0.5vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }

  .scrolling-text {
    overflow: hidden;
    white-space: nowrap;
  }

  .scrolling-text p {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
  }

  .scrolling-text p::after {
    content: var(--dup-text);
    padding-left: 40px;
  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }





  .kpis .content-part h3 {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    font-family: var(--font-heading);
    font-size: calc(1.5rem + 0.1vw);
    font-weight: 500;
    text-wrap: nowrap;
    line-height: normal;
    letter-spacing: -0.075rem;
    color: #003A46;
  }
  .kpis.soc .content-part .p {
    color: #1a1a1a !important;
    font-family: var(--font-body);
    font-size: calc(1.025rem + 0.1vw);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
.kpis.soc .content-part .p  p{
	color:  #1a1a1a !important;
}

  .program-overview-section 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;
    padding-bottom: 2rem;
  }
  .faq-section.program-overview-all .sow-accordion-title {
    font-family: var(--font-heading);
    font-size: calc(1.5rem + 0.1vw);
    font-weight: 500;
    text-wrap: nowrap;
    line-height: normal;
    letter-spacing: -0.075rem;
    color: #1a1a1a;
  }
  .faq-section.program-overview-all
    .sow-accordion-panel-open
    .sow-accordion-title {
    color: #003A46;
  }

  .faq-section.program-overview-all
    .sow-accordion-panel-open
    .sow-icon-ionicons[data-sow-icon]:before {
    color: #04509a !important;
  }

  .faq-section.program-overview-all ul li {
    color: #3a3a3a;
    font-family: var(--font-body);
    font-size: calc(1.025rem + 0.1vw);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .faq-section.program-overview-all ul li::marker {
    color: red; /* Changes the bullet color to red */
    font-size: 1.2em;
  }

  .specialization .sow-slider-base {
    border-radius: 20px;
  }

  .specialization-content h1 {
    font-family: var(--font-heading);
    font-size: calc(3rem + 0.2vw);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.24rem;
    color: #003A46;
    padding-bottom: 1rem;
    width: 85%;
  }
  .contribution.specialization .hero-nav {
    top: auto;
    bottom: calc(100% + 2vw);
    right: 0;
  }
  .contribution.specialization .hero-nav .nav-btn {
    background-color: #003A46;
  }
  .contribution.specialization .hero-nav .nav-btn path {
    stroke: #ffff !important;
  }

  .sow-slider-image-wrapper > div,
  .sliders div,
  .sliders ul,
  .sliders li,
  .sow-slider-base ul.sow-slider-images li.sow-slider-image {
    overflow: visible !important;
    border-radius: 20px;
  }
  .specialization .content {
    width: calc(100% - 8vw) !important;
  }

  .specialization .slide .content {
    display: flex;
    align-items: end;
    gap: 1.5rem;
  }

  .specialization .slide .content h2 {
    color: var(--text-secondary);
    font-family: var(--font-heading);
    font-size: calc(3rem + 0.2vw);
    padding-bottom: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.075rem;
  }

  .specialization .bg-bottom-color {
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .specialization .slide .content p {
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: calc(1.025rem + 0.1vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }

  .specialization .slide .content .cta-btn {
    width: fit-content;
    padding: calc(0.4rem + 0.2vw);
    background: var(--text-secondary);
    border-radius: 0.375rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: var(--font-heading);
    font-size: calc(1rem + 0.25vw);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.05em;
  }
  .specialization .slide .content .cta-btn {
    color: #003A46;
  }

  .specialization .slide .content .cta-btn .icon-wrapper .arrow-container {
    background-color: #00ABCC;
  }

  .specialization .slide .content .cta-btn .icon-wrapper .arrow-container svg {
    stroke: var(--text-secondary);
  }

  .specialization .cta-btn .icon-wrapper {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
  }

  .specialization .slide .icon-wrapper .arrow-container {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    transform: rotate(45deg) translateY(25%);
  }

  .specialization .icon-wrapper svg {
    width: 1.25rem;
    height: 1.1875rem;
    flex-shrink: 0;
  }

  .specialization .cta-btn:hover .icon-wrapper .arrow-container {
    transform: rotate(45deg) translateY(-25%);
  }

  .logo-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
  }
  .logo-list div {
    display: flex;
    align-items: center !important;
    justify-content: center;
  }

  .logo-list img {
    width: 100%;
    /* 		height: 70% !important; */
    object-fit: contain;
  }

.soc .person-review{
	background:linear-gradient(180deg, #CFF1FF 0%, rgba(253, 236, 246, 0.00) 100%) !important; 
}

.soc .person-review .content p{
	color: #003A46 !important; 
}


  .soc .person-review .review-left-img img {
    aspect-ratio: 1/1;

    width: 100% !important;
    height: auto !important;
  }
  .soc .asset-content .content h3 {
    padding-top: 2vw;
  }


/* course page css */
/* course page css */