@font-face {
    font-family: 'Satoshi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Satoshi Bold'), url('../fonts/Satoshi-Bold.woff') format('woff');
    }

body, html{
    font-size:16px;
    line-height: 1.4;  
    font-family: "Lato", sans-serif;
    color: #000000;
}
body *{
    outline: none;
}
  
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    margin-top:0;
    color: #0A2F46; 
    font-family: "Mulish", sans-serif;
}
p{
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}
.pt60{
    padding-top: 60px;
}
.pb60{
    padding-bottom: 60px;
}
.pt100{
    padding-top: 100px;
}
.pb100{
    padding-bottom: 100px;
}
.container {
    max-width: 1320px;
}
img{
    max-width:100%;
}

button:focus { 
    outline: 0;
} 

.custom-btn{ 
    background: linear-gradient(90deg, #0A2F46 0%, #0181B9 100%);
    border-radius: 10px; 
    font-family: 'Satoshi Bold';
    font-size: 18px; 
    min-width: 216px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    min-height: 52px; 
    color: #fff;
    padding: 13px 30px; 
    transition: all 0.3s;
    border: 0;
    cursor: pointer;
}
.custom-btn:hover{
    background: linear-gradient(90deg, #0181B9 0%, #0A2F46 100%);
    color: #fff;
}
.custom-btn-outline{
    background: transparent;
    border-radius: 10px; 
   font-family: 'Satoshi Bold';
    border: 1px solid #fff;
    font-size: 18px;
    min-width: 206px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    min-height: 52px;
    color: #fff;
    padding: 13px 15px;
    transition: all 0.3s; 
    cursor: pointer;
}
.custom-btn-outline:hover{
    background: linear-gradient(90deg, #0181B9 0%, #0A2F46 100%);
    color: #fff;
}
header#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.header-wrap {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    height: 84px;
    width: auto;
}

.hero-banner {
    min-height: 100vh;
    background: url(../images/hero-banner.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 160px;
    display: flex;
    align-items: center;
    padding-bottom: 52px;
}
.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(109.47deg, #0A2F46 28.27%, #1973AC 144.83%);
    opacity: 0.8;
}
.hero-content h1 {
    color: #fff;
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}
.hero-contact-form {
    border: 2px solid #FFFFFF4D;
    backdrop-filter: blur(12px);
    background: radial-gradient(84.8% 82.25% at 92.29% 27.33%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 8px;
    padding: 20px 16px;
    position: relative;
}
.hero-content p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    max-width: 636px;
}
.hero-contact-form h2 {
    color: #fff;
    margin-bottom: 30px;
}
.logo-icon img {
    opacity: 0.1;
    width: 154px;
    height: auto;
}
.logo-icon {
    text-align: center;
}
.featers-parent-wrap {
    background: #fff; 
    margin-top: -90px;
    border-radius: 10px;
    padding: 30px 26px;
    position: relative;
}
.hero-content ul {
    margin-top: 16px;
    position: relative;
    margin-bottom: 10px;
}
.hero-content ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 30px;
    margin-bottom: 15px;
    display: flex;
}
.hero-content ul li img {
    margin-right: 10px;
}
span.subtitle {
    background: radial-gradient(84.8% 82.25% at 92.29% 27.33%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 2px solid #FFFFFF4D;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 11px 15px;
    display: inline-block;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.hero-contact-form button.custom-btn {
    margin-bottom: 20px;
}
.terms-notes{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    padding-top: 4px;
}
.terms-notes a {
    color: #fff;
    text-decoration: underline;
}
.program-overview-content p {
    font-weight: 300;
}
.featers-inner-wraper {
    display: flex;
    align-items: center;
}
.featers-inner-wraper .feat-grid {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0px 8px;
}
.featers-parent-wrap .featers-inner-wraper:first-child {
    border-bottom: 1px dashed #B1ADAD; 
    padding-bottom: 30px;
    margin-bottom: 30px; 
}
.feat-grid > div {
    margin-left: 15px;
}
.feat-grid p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.feat-grid h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 2px;
}
.feat-grid h3 {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin-bottom: 8px; 
    font-family: "Lato", sans-serif;
}


.marquee-container {
  background-color: #e8f4ff;  
  padding: 26px 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  animation: scroll-left 20s linear infinite;
}

.marquee span {
    font-size: 18px;
    line-height: 26px;
    color: #0A2F46;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
}

.marquee span img {
    margin: 0px 14px;
}
.marquee span strong {
    color: #000;
    font-weight: 700;
}

@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.program-highlights {
    background: #DDF2FF;
    position: relative;
    padding: 50px 0px;
}
.p-highlight-notes h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
}
.p-highlight-notes ul li img {
    width: 19px;
    margin-right: 16px;
    margin-top: 4px;
}
.p-highlight-notes ul li {
    margin-bottom: 16px;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    align-items: flex-start;
}
.program-overview {
    position: relative;
}
.program-overview-icon {
    width: 112px;
    position: absolute;
    opacity: 0.1;
    left: -14px;
    bottom: 36px;
}
.who-programe-for {
    position: relative;
    padding: 100px 0px;
}
.who-program-img {
    position: relative;
    padding-top: 20px;
}
.program-for-icon {
    width: 112px;
    position: absolute;
    opacity: 0.1;
    right: 0px;
    bottom: 42px;
}
.who-program-img:before {
    content: "";
    border: 1px solid #0A2F46;
    position: absolute;
    left: 20px;
    right: -20px;
    top: 0px;
    bottom: 20px;
    border-radius: 20px;
}
.who-program-img img{
    position: relative;
}
.who-program-content {
    position: relative;
    padding-left: 40px;
}
.who-program-content ul li {
    background: #DDF2FF;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 0px #00000024;
    padding: 20px;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    align-items: center;
}
.who-program-content ul li img {
    margin-right: 20px;
}
.who-program-content h2 {
    margin-bottom: 30px;
}
.who-program-content ul {
    margin-bottom: 50px;
}
.why-choose {
    position: relative;
    background: url(../images/why-choose-bg.png);
    padding-top: 50px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
}
.why-choose:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(109.47deg, #0A2F46 28.27%, #1973AC 144.83%);
    opacity: 0.8;
}
footer#footer {
    position: relative;
    padding: 30px 0px;
    text-align: center;
}
.footer-logo img {
    width: 138px;
}
.footer-logo {
    border-bottom: 1px solid #9F9F9F;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
footer#footer p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    max-width: 1140px;
    margin: 0 auto;
}
.faq {
    background: url(../images/faq-bg.png);
    position: relative;
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
}
.load-more-btn {
    margin-top: 50px;
    text-align: center;
}
.faq:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(109.47deg, #0A2F46 28.27%, #1973AC 144.83%);
    opacity: 0.9;
}
.accordion {
    margin-top: 40px;
}
.accordion-item {
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}
.accordion-item.active {
    background: #fff;
    border-radius: 10px;
}
.accordion-item.active .accordion-header {
    color: #0A2F46;
    padding: 32px 16px 20px;
}
.accordion-header {
    color: #fff;
    padding: 32px 0px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-weight: 500;
    line-height: 26px;
    font-family: "Mulish", sans-serif;
}

.accordion-header::after {
    content: '';
    font-size: 22px;
    transition: transform 0.3s;
    background: url(../images/plus.svg);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-item.active .accordion-header::after {
  content: '';
   background: url(../images/minus.svg);
   background-size: contain;
    background-repeat: no-repeat;
}

.accordion-content { 
  color: #0A2F46;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
  font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    width: 90%;

}

.accordion-item.active .accordion-content {
    padding: 20px;
    max-height: 600px;
    padding-top: 0;
    padding-bottom: 32px;
    overflow-y: auto;
}
#accordion1 .accordion-item .accordion-content h4 {
    color: #FBF5FF;
    margin-bottom: 12px;
}
.elevate-career > .container {
    background: #DDF2FF;
    border-radius: 20px;
    padding: 0px 70px 0px;
}
.career-img {
    text-align: center;
}
.elevate-career {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    margin-top: 80px;
}
.career-img img {
    margin-top: -80px;
}
.career-content {
    padding: 32px 0px;
}
.career-content h2 {
    margin-bottom: 20px;
}
.career-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.career-date-time {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #0A2F46;
    display: flex;
    align-items: center;
}
.career-date-time img {
    margin-right: 14px;
}
.learning-experience {
    position: relative;
    padding: 100px 0px;
}
.learning-experience > .container {
    background: #DDF2FF;
    border-radius: 20px;
    padding: 40px 17px 40px 40px;
}
.learning-exp-content {
    padding-left: 30px;
}
.learning-exp-content p {
    font-weight: 300;
}
.learning-experience h2 {
    margin-bottom: 30px;
}

.t-img {
    position: relative;
    padding: 70px 0;
}
.t-img img {
    width: 100%;
    position: relative;
    padding-right: 115px;
}
.t-img:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background: #0A2F46;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.testimonial_bio {
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.testimonial_bio h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.testimonial_bio span.designatiopn {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.testimonial_content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.testimonial_bio img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #182545;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #1825453D;
    border-radius: 8px;
}
ul.slick-dots li.slick-active {
    background: #0A2F46;
    width: 24px;
}
.slick-dots li button:before{
    content: none;
}
.slick-dots { 
    text-align: left;
    position: relative;
    bottom: 0;
    margin-top: 50px;
}
ul.ratings.d-flex li i {
    color: #FF9500;
    font-size: 24px;
}
.star-quote-div {
    margin-bottom: 40px;
    padding-right: 30px;
}
.testimonials {
    position: relative;
    margin-top: 100px;
}
.why-choose h2 {
    max-width: 530px;
}
.why-choose-desc p {
    font-weight: 300;
}
.why-choose p {
    max-width: 428px;
    font-size: 18px;
    padding-left: 20px;
}
.why-choose-inner-wrapper {
    display: flex; 
    align-items: flex-start;
}
.why-choose-desc {
    width: calc(100% - 380px);
    box-shadow: 1px 1px 30px 0px #00000024;
    padding: 30px;
    border-bottom-left-radius: 10px;
}
ul.why-choose-feature {
    max-width: 380px;
    background: #fff;
    box-shadow: 1px 1px 30px 0px #00000024;
    border-radius: 10px;
    padding: 30px 32px;
    margin-top: -80px;
}
.learning-exp-content p strong {
    font-weight: 600;
}
ul.why-choose-feature li h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
}
ul.why-choose-feature li p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
ul.why-choose-feature li {
    border-bottom: 1px dashed #B1ADAD;
    padding-bottom: 16px;
    margin-bottom: 22px;
}
ul.why-choose-feature li:last-child{
    border:0;
    margin: 0;
    padding-bottom: 6px;
}
.generative-AI {
    position: relative;
    padding: 100px 0px;
}
.gen-ai-grid {
    position: relative;
    background: #DDF2FF;
    box-shadow: 1px 1px 20px 0px #00000024;
    border-radius: 20px;
    padding: 25px 32px;
    display: flex;
    align-items: center;
    width: 33.33%;
}
.gen-ai-grid h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.gen-ai-grid img {
    border-right: 1px dashed #9F9F9F;
    margin-right: 20px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.gen-ai-wrap {
    gap: 20px;
    margin-top: 30px;
}
.generative-AI h2 {
    margin-bottom: 50px;
}
.generative-logo-icon {
    width: 112px;
    position: absolute;
    opacity: 0.1;
    left: -10px;
    top: 100px;
}
.programe-module-accordian {
    background: #DDF2FF;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
    padding: 0px 0px 50px;
}
#accordion1 {
    margin-top: 0;
}
#accordion1 .accordion-item.active {  
    background: linear-gradient(90deg, #0A2F46 0%, #0181B9 100%);
    border-radius: 20px;
}
#accordion1 .accordion-header {
    color: #000000;   
    font-weight: 700;
    border-bottom: 1px dashed #939393;
    padding: 32px 0px;
    margin: 0px 30px;
}
#accordion1 .accordion-item.active .accordion-header {
    color: #FBF5FF;
    border-color: #FBF5FF;
}
#accordion1 .accordion-item.active .accordion-content {
    color: #FBF5FF;
    padding: 30px;
}
#accordion1 .accordion-item .accordion-content{
    width: 100%; 
}
#accordion1 .accordion-header::after { 
    background: url(../images/arrow-down.svg); 
    background-size: contain;
    background-repeat: no-repeat;
}
#accordion1 .accordion-item.active .accordion-header::after { 
    background: url(../images/arrow-up-active.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#accordion1 .accordion-item {
   border:none;
}
.ph-grid img {
    margin-top: -88px;
}
.ph-grid {
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 30px 0px #00000024; 
    width: 25%;
    text-align: center; 
    margin: 0px 15px 50px;
    border-radius: 10px;
}
.p-highlight-grid-wrap {
    position: relative;
    display: flex;
    gap: 20px; 
    margin-top: 130px;
}
.ph-grid p {
    margin-bottom: 0;
}
.ph-grid:before {
    content: "";
    position: absolute;
    border: 1px solid #0A2F46;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: -80px;
}
.ph-grid:after {
    content: "";
    background: linear-gradient(90deg, #0A2F46 0%, #0181B9 100%);
    width: calc(100% + 30px);
    height: 80px;
    position: absolute;
    left: -15px;
    right: 0;
    bottom: -15px;
    border-radius: 10px;
}
.ph-inner-content {
    position: relative;
    background: #fff;
    z-index: 9;
    padding: 0px 20px 50px;
    border-radius: 10px;
    height: 100%;
}
.project-assignment{
    background: url(../images/project-bg.png);
    position: relative;
    padding: 60px 0px 0;
    background-size: cover;
    background-position: center;
}
.project-assignment:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(109.47deg, #0A2F46 28.27%, #1973AC 144.83%);
    opacity: 0.8;
}
.project-assignment h2 {
    margin-bottom: 50px;
}
.project-assignment .who-program-img:before{
    border-color: #FFFFFF;
}
.project-assignment .who-program-img {
    margin-bottom: 60px;
}
.project-div {
    background: #DDF2FF;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
}
.project-content-wraper {
    padding-left: 36px;
    position: relative;
    height: 528px;
    overflow-y: auto;
}
.project-div h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 9px 20px;
    display: inline-block;
    min-width: 60%;
}
.project-div ul li {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.project-div ul {
    padding: 20px;
    padding-top: 12px;
}
.project-div ul li img {
    width: 23px;
    margin-right: 12px;
}

 

.programme-director > .container {
  background: #e7f2ff;
  padding: 50px 40px;
  position: relative;
  border-radius: 20px;
} 
.programme-dir-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 30px 0px #00000024;
  text-align: center;
  padding: 40px; 
  margin-top: 50px;
  position: relative;
  overflow: hidden;
} 
.border-seprator {
    margin-bottom: 26px;
}
.dir-profile-img img {
  border-radius: 51px 0px 51px 0px;
  width: 215px;
  height: auto;
  object-fit: cover;
  margin: 20px;
  box-shadow: 1px 1px 20px 0px #00000029;
}
.programme-dir-card:before {
    content: "";
    position: absolute;
    right: 0;
    width: 260px;
    height: 260px;
    background: #DDF2FF;
    top: 0;
    border-bottom-left-radius: 300px;
}
.programme-dir-card h3 {
    color: #0A2F46;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}
.programme-dir-card p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    max-width: 440px;
    margin: 0 auto 20px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.programme-dir-card h4 {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    max-width: 440px;
    margin: 0 auto 20px;
    font-weight: 700;
}
.dir-profile-img h4 {
    font-size: 22px;
    line-height: 26px;
}
.dir-profile-img {
    position: relative;
}
.programme-dir-card a {
    margin-top: 0;
    display: inline-block;
    color: #0181B9;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
    line-height: 24px;
}
.programme-director {
    padding-bottom: 100px;
    position: relative;
}
.other-tools {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.other-tools > .container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 30px 0px #00000024;
  padding: 50px 60px;
} 
.tools-note-text ul li img {
    width: 23px;
    margin-right: 16px;
}
.tools-note-text {
    position: relative;
    margin-top: 44px;
}
.tools-note-text ul li {
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.tools-note-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
}
.certificate-section {
    background: url(../images/faq-bg.png);
    position: relative;
    padding: 60px 0px 30px;
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
}
.certificate-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(109.47deg, #0A2F46 28.27%, #1973AC 144.83%);
    opacity: 0.8;
}
.certificate-section h2 {
    margin-bottom: 20px;
}
.certificate-imgdiv img{
    box-shadow: 1px 1px 30px 0px #00000024;
    position: absolute;
    top: -110px;
    border-radius: 20px;
}
.certificate-section h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.certificate-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
} 
.certificate-imgdiv {
  max-width: 100%; 
  position: relative;
  padding-left: 15px;
}

/* Key Takeaways */
.takeaway-section {
  padding: 60px 0;
  position: relative;
  min-height: 490px;
}
.takeaway-section .container > .row{
    min-height: 490px;
}

.takeaway-card {
    background-color: #e8f4ff;
    border-radius: 16px;
    padding: 22px 46px;
    display: flex;
    font-weight: 700;
    font-size: 34px;
    color: #0a2945;
    line-height: 44px;
    font-family: "Mulish", sans-serif;
    align-items: center;
}

.tools-section {
    position: relative;
    padding-top: 0;
}
.marquee {
  /*overflow: hidden;*/
  position: relative;
  width: 100%;
  white-space: nowrap;
}
.accordion-content p:last-child {
    margin-bottom: 0;
}
ul.why-choose-uline li {
    margin-bottom: 16px;
        color: #000;
    font-size: 18px;
    line-height: 28px;
}
.accordion-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.accordion-content ul li {
    margin-bottom: 6px;
}
.program-overview-content p strong {
    font-weight: 600;
}
.marquee-content {
  display: inline-flex;
  animation: scroll 25s linear infinite;
}
.why-choose-desc p strong {
    font-weight: 600;
}
.marquee-content img {
  height: 67px;
  margin: 0 30px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.marquee-content img:hover {
  transform: scale(1.1);
}
.marquee-logos {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.tools-section .note-text {
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: 300;
}
.tools-section .note-text strong {
    font-weight: 700;
}
.takeaway-card img {
    border-right: 1px dashed #9F9F9F;
    margin-right: 30px;
    padding-right: 34px;
    padding-top: 28px;
    padding-bottom: 28px;
    max-width: 96px;
}
ul.takeaway-list li {
    margin: 24px 0px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
ul.takeaway-list li img {
    margin-right: 20px;
}
img.takeaway-image {
    width: 41.666667%;
    position: absolute;
    left: 0;
    height: 490px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact-form .form-group input.form-control,
.contact-form .form-group select.form-control  {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 50px;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
form.contact-form .row .col-md-6:first-child {
    padding-right: 10px;
}
form.contact-form .row .col-md-6:last-child {
    padding-left: 10px;
}
.contact-form .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact-form .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}



.custom-dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.dropdown-selected {
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: transparent;
    height: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    position: relative;
}

.dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 2px;
  z-index: 10;
  overflow: hidden;
}
.dropdown-selected:before {
    content: "";
    background: url(../images/dropdown-arrow.svg);
    position: absolute;
    width: 12px;
    height: 7px;
    right: 10px;
    top: 20px;
    background-repeat: no-repeat;
}
.dropdown-options .option {
  padding: 10px;
  transition: 0.2s;
  color: #000;
    font-size: 16px;
}

.dropdown-options .option:hover {
  background: #007bff;
  color: #fff;
}

.custom-dropdown.active .dropdown-options {
  display: block;
}
.programe-module-accordian.expanded .overlay-gradient {
  opacity: 0;
  visibility: hidden;
} 
.overlay-gradient {
    position: absolute;
    bottom: 106px;
    left: 0;
    right: 0;
    height: 196px;
    pointer-events: auto;
    transition: opacity 0.3s ease;
    background: linear-gradient(to bottom, rgb(221 242 255 / 100%), rgb(221 242 255 / 60%), #ddf2ff);

}
.dir-profile-img:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 8px;
    border-radius: 70px 0px 70px 0px;
    background: linear-gradient(90deg, #0A2F46 0%, #0181B9 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.dir-profile-img { 
    position: relative;
    border-radius: 70px 0px 70px 0px;
    background: transparent;
    z-index: 1;
        width: 255px;
    margin: 0 auto 20px;
}


#accordion1 .accordion-content p {
    color: #FBF5FF;
}