/* Regular */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype'),
       url('../fonts/GOTHAM-LIGHT.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype'),
       url('../fonts/GOTHAM-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BOLD.TTF') format('truetype'),
       url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-LIGHT.TTF') format('truetype'),
       url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype'),
       url('../fonts/GOTHAM-BOLDITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
}


body {
  font-family: 'Gotham', sans-serif;
}


.header-section-layout {
    width: 100%;
    padding: 40px 0px;
    background-image: url('../images/Hero.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-section-layout .header-logo img {
    width: 80px;
    height: 80px;
}

.header-layout-content h1 {
    width: 85%;
    color: #FFF;
    font-family: "Gotham";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 10px;
}

.header-layout-content span{
 background: linear-gradient(to right, #ffffff, #00bcd4, #ffffff, #ffffff, #FDA8A8);
    
    /* Clipping the background to the text */
    background-clip: text !important;
    -webkit-background-clip: text !important;
    
    /* Making the text color transparent to show the gradient */
    color: transparent !important;
    -webkit-text-fill-color: transparent !important

}

.header-layout-content p {
    width: 90%;
    color: #CEE0E0;
    font-family: 'Gotham';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 20px;
}

.apply-now-btn {
    color: rgba(255, 255, 255, 0.80);
    text-shadow: 0 1px 0 rgba(41, 159, 110, 0.25);
    font-family: 'Gotham';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 99999px;
    background: #6FC8C5;
    padding: 15px 25px 15px 25px;
    gap: 10px;
    box-shadow: 0 0 0 1px #6FC8C5 inset, 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 4px 8px -4px rgba(52, 63, 52, 0.60);
}

.apply-now-btn:hover {
    background-color: #000;
    color: #fff;
}

.apply-now-btn span {
    padding: 8px;
    margin-left: 5px;
    background-color: #fff;
    color: #6FC8C5;
    border-radius: 30px;
}

.apply-now-btn span i {
    font-size: 16px;
}

.view-program-btn {
    color: rgba(255, 255, 255, 0.80);
    text-shadow: 0 1px 0 rgba(41, 159, 110, 0.25);
    font-family: 'Gotham';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 99999px;
    border: 1px solid rgba(26, 42, 43, 0.60);
    background: rgba(7, 7, 7, 0.24);
    backdrop-filter: blur(37px);
    padding: 15px 25px 15px 25px;
    box-shadow: 0 0 0 1px #6FC8C5 inset, 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 4px 8px -4px rgba(52, 63, 52, 0.60);
}

.view-program-btn:hover {
    color: #fff;
}

.header-top-placement-reacod {
    color: #FFF;
    text-align: center;
    font-family: "Gotham";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    border-radius: 12px;
    background: #6FC8C5;
    width: fit-content;
    padding: 15px 30px;
    backdrop-filter: blur(2.873563289642334px);
}

.header-layout-forms {
    border-radius: 10px;
    border: 0.25px solid #FFF;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(7.5px);
    padding: 14px;
}

.header-layout-forms h2 {
    color: #FFF;
    color: #FFF;
    font-family: "Gotham";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-bottom: 10px;
}

.program-overview-section {
    padding: 40px 0px;
}

.program-overview-heading {
    color: #312F8E;
    text-align: center;
    font-family: "Gotham";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.program-overview-discription {
    color: rgba(26, 26, 26, 0.70);
    text-align: center;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    text-align: center;
}

.program-overicon-heading {
    width: 90%;
    margin: auto;
    color: #312F8E;
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px 4px 0 0;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    border: 1px solid rgba(57, 56, 56, 0.10);
    background: rgba(214, 189, 104, 0.20);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.program-overicon-heading img {
    width: 20px;
    height: 20px;
}

.program-overview-box-card {
    border-radius: 12px;
    border-top: 1px solid rgba(255, 99, 71, 0.20);
    border-right: 1px solid rgba(255, 99, 71, 0.20);
    border-left: 1px solid rgba(255, 99, 71, 0.20);
    background: #70CAC6;
    padding: 25px;
}

.program-overview-box-body {
    padding-top: 20px;
}

.program-overview-box-subtitle {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.program-overview-box-title {
    color: #000;
    font-family: "Gotham";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.program-overview-box-subtitle-icon {
    color: rgba(0, 0, 0, 0.90);
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.program-overview-box-body ul {
    padding-left: 0px;
    margin-left: 15px;
}

.program-overview-box-body ul li {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.learn-btn {
    width: 25% !important;
    padding: 15px 20px 15px 20px;
    border-radius: 99999px;
    background: #312F8E;
    color: rgba(255, 255, 255, 0.80);
    text-shadow: 0 1px 0 rgba(41, 159, 110, 0.25);
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.learn-btn:hover {
    background-color: #000;
    color: #fff;
}

.learn-btn span {
    padding: 6px 6px;
    margin-left: 5px;
    background-color: #fff;
    color: #312F8E;
    border-radius: 30px;
}

.learn-btn span i {
    font-size: 18px;
}

.elite-collaborations-section {
    padding: 40px 0px;
    background-color: #312F8E;
}


.why-choose-lcbs {
    padding: 40px 0px;
}

.why-choose-card {
    height: 230px;
    border-radius: 12px;
    border: 1px solid rgba(255, 99, 71, 0.20);
    background: #312F8E;
    padding: 25px;
}

.why-choose-card-title {
    color: #FFF;
    font-family: "Gotham";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.why-choose-card-discription {
    color: #F0F0F0;
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.why-choose-card:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.global-exposure {
    padding: 40px 0px;
}

.global-exposure-headings {
    display: flex;
    gap: 10px;
    align-items: center;
}

.global-exposure-headings h2 {
    width: 60%;
    color: #312F8E;
    font-family: "Gotham";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.global-exposure-subheadings {
    font-family: "Gotham";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    background: linear-gradient(90deg, #312F8E 60%, #6FC8C5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.global-exposure-subheadings span{
background: linear-gradient(90deg, #312F8E 0%, #6FC8C5 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.program-overview-discription p {
    color: rgba(0, 0, 0, 0.70);
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
}

.get-hired-section {
    padding: 40px 0px;
}

.get-hired-sliders .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.get-hired-sliders .owl-prev {
    margin-left: -60px !important;
    border-radius: 83px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3.333px 5.833px 0 rgba(81, 246, 177, 0.30), 0 21.667px 22.833px 0 rgba(0, 102, 59, 0.15), 0 5px 10px 0 rgba(0, 102, 59, 0.12), 0 1.667px 4.167px 0 rgba(0, 102, 59, 0.10), 0 5px 9.25px 0 rgba(0, 102, 59, 0.05), 0 0.833px 0.833px 0 rgba(255, 255, 255, 0.40) inset;
}

.get-hired-sliders .owl-next {
    margin-right: -60px !important;
    border-radius: 83px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3.333px 5.833px 0 rgba(81, 246, 177, 0.30), 0 21.667px 22.833px 0 rgba(0, 102, 59, 0.15), 0 5px 10px 0 rgba(0, 102, 59, 0.12), 0 1.667px 4.167px 0 rgba(0, 102, 59, 0.10), 0 5px 9.25px 0 rgba(0, 102, 59, 0.05), 0 0.833px 0.833px 0 rgba(255, 255, 255, 0.40) inset;
}


.get-hired-sliders .owl-nav button {
    pointer-events: all;
    background: #000;
    color: #fff;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: 0.3s ease;
}

.get-hired-sliders .owl-nav button:hover {
    background: #312F8E !important;
    opacity: 1;
}

.get-hired-sliders .owl-nav i {
    font-size: 16px;
}

.get-hired-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.get-hired-slider .owl-nav button {
    pointer-events: all;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: 0.3s ease;
}

.get-hired-slider .owl-nav button:hover {
    background: #C30A10;
    opacity: 1;
}

.get-hired-slider .owl-nav i {
    font-size: 18px;
}

.our-faculty-name {
    color: #322F8F;
    text-align: center;
    font-family: "Gotham";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our-faculty-degination {
    color: #6FC8C5;
    text-align: center;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.our-experienced-faculty-sliders .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.our-experienced-faculty-sliders .owl-prev {
    margin-left: -60px !important;
    border-radius: 83px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3.333px 5.833px 0 rgba(81, 246, 177, 0.30), 0 21.667px 22.833px 0 rgba(0, 102, 59, 0.15), 0 5px 10px 0 rgba(0, 102, 59, 0.12), 0 1.667px 4.167px 0 rgba(0, 102, 59, 0.10), 0 5px 9.25px 0 rgba(0, 102, 59, 0.05), 0 0.833px 0.833px 0 rgba(255, 255, 255, 0.40) inset;
}

.our-experienced-faculty-sliders .owl-next {
    margin-right: -60px !important;
    border-radius: 83px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3.333px 5.833px 0 rgba(81, 246, 177, 0.30), 0 21.667px 22.833px 0 rgba(0, 102, 59, 0.15), 0 5px 10px 0 rgba(0, 102, 59, 0.12), 0 1.667px 4.167px 0 rgba(0, 102, 59, 0.10), 0 5px 9.25px 0 rgba(0, 102, 59, 0.05), 0 0.833px 0.833px 0 rgba(255, 255, 255, 0.40) inset;
}

.our-experienced-faculty-sliders .owl-nav button {
    pointer-events: all;
    background: #000;
    color: #fff;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: 0.3s ease;
}

.our-experienced-faculty-sliders .owl-nav button:hover {
    background: #312F8E !important;
    opacity: 1;
}

.our-experienced-faculty-sliders .owl-nav i {
    font-size: 16px;
}

.our-experienced-faculty {
    padding: 40px 0px;
}

.luxury-careers-launchpad-section {
    padding: 40px 0px;
    background: #322F8F;
}

.luxury-careers-launchpad-heading {
    width: 90%;
    color: #FFF;
    font-family: "Gotham";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.luxury-careers-launchpad-heading span {
    color: #6FC8C5;
    font-family: "Gotham";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
}

.luxury-careers-launchpad-subheading {
    color: rgba(255, 255, 255, 0.90);
    font-family: "Gotham";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.luxury-careers-launchpad-button {
    color: #FFF;
    text-align: center;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 12px;
    border: 1px solid #51FFFF1A;
    padding: 10px 20px;
    background: rgba(81, 255, 255, 0.10);
    backdrop-filter: blur(2.873563289642334px);
}

.luxury-dreams-into-careers-section {
    padding: 40px 0px;
}

.luxury-dreams-into-career-sliders .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.luxury-dreams-into-career-sliders .owl-prev {
    margin-left: -60px !important;
    border-radius: 83px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3.333px 5.833px 0 rgba(81, 246, 177, 0.30), 0 21.667px 22.833px 0 rgba(0, 102, 59, 0.15), 0 5px 10px 0 rgba(0, 102, 59, 0.12), 0 1.667px 4.167px 0 rgba(0, 102, 59, 0.10), 0 5px 9.25px 0 rgba(0, 102, 59, 0.05), 0 0.833px 0.833px 0 rgba(255, 255, 255, 0.40) inset;
}

.luxury-dreams-into-career-sliders .owl-next {
    margin-right: -60px !important;
    border-radius: 83px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3.333px 5.833px 0 rgba(81, 246, 177, 0.30), 0 21.667px 22.833px 0 rgba(0, 102, 59, 0.15), 0 5px 10px 0 rgba(0, 102, 59, 0.12), 0 1.667px 4.167px 0 rgba(0, 102, 59, 0.10), 0 5px 9.25px 0 rgba(0, 102, 59, 0.05), 0 0.833px 0.833px 0 rgba(255, 255, 255, 0.40) inset;
}

.luxury-dreams-into-career-sliders .owl-nav button {
    pointer-events: all;
    background: #000;
    color: #fff;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: 0.3s ease;
}

.luxury-dreams-into-career-sliders .owl-nav button:hover {
    background: #312F8E !important;
    opacity: 1;
}

.luxury-dreams-into-career-sliders .owl-nav i {
    font-size: 16px;
}

.luxury-dreams-into-career-card {
    height: 360px;
    border-radius: 14px;
    background: #6FC8C5;
    padding: 20px;
}

.luxury-dreams-into-career-name {
    color: #312F8E;
    text-align: center;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.luxury-dreams-into-career-degination {
    color: #FFF;
    text-align: center;
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.luxury-dreams-into-career-body img {
    padding-top: 10px !important;
    width: 60px !important;
    height: 60px !important;
    margin: auto !important;
}

.testimonial-snippets {
    padding: 40px 0px;
}

.testimonial-snippets-card {
    height: 512px;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 99, 71, 0.20);
    background: #312F8E;
}

.testimonial-snippets-image img {
    width: 100px !important;
    height: 100px !important;
}

.testimonial-snippets-name {
    color: #FFF;
    font-family: "Gotham";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.testimonial-snippets-degination {
    color: #F0F0F0;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 26px;
}

.testimonial-snippets-discription {
    color: rgba(240, 240, 240, 0.80);
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.testimonial-snippets-sliders .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.testimonial-snippets-sliders .owl-prev {
    margin-left: -60px !important;
    border-radius: 83px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3.333px 5.833px 0 rgba(81, 246, 177, 0.30), 0 21.667px 22.833px 0 rgba(0, 102, 59, 0.15), 0 5px 10px 0 rgba(0, 102, 59, 0.12), 0 1.667px 4.167px 0 rgba(0, 102, 59, 0.10), 0 5px 9.25px 0 rgba(0, 102, 59, 0.05), 0 0.833px 0.833px 0 rgba(255, 255, 255, 0.40) inset;
}

.testimonial-snippets-sliders .owl-next {
    margin-right: -60px !important;
    border-radius: 83px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3.333px 5.833px 0 rgba(81, 246, 177, 0.30), 0 21.667px 22.833px 0 rgba(0, 102, 59, 0.15), 0 5px 10px 0 rgba(0, 102, 59, 0.12), 0 1.667px 4.167px 0 rgba(0, 102, 59, 0.10), 0 5px 9.25px 0 rgba(0, 102, 59, 0.05), 0 0.833px 0.833px 0 rgba(255, 255, 255, 0.40) inset;
}

.testimonial-snippets-sliders .owl-nav button {
    pointer-events: all;
    background: #000;
    color: #fff;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: 0.3s ease;
}

.testimonial-snippets-sliders .owl-nav button:hover {
    background: #312F8E !important;
    opacity: 1;
}

.testimonial-snippets-sliders .owl-nav i {
    font-size: 16px;
}

.change-luxury-career-section {
    padding: 40px 0px;
}

.change-luxury-career-container {
    padding: 60px 20px;
    border-radius: 25.6px;
    background: linear-gradient(0deg, #312F8E 0%, #312F8E 100%), #FFF;
    box-shadow: 0 8.533px 19.2px 2.133px rgba(0, 0, 0, 0.04);
}

.change-luxury-career-container-logo img {
    width: 80px;
    height: 80px;
    margin: auto;
}

.footerlayout-section {
    padding: 40px 0px;
    background: #000;
}

.footer-logo-discription {
    width: 80%;
    color: #FFF;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: 26px;
}

.footer-layout-subheading {
    color: #6FC8C5;
    font-family: "Gotham";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 28px;
}

.footer-layout-contant ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.footer-layout-contant ul li {
    color: #FFF;
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.footer-layout-contant ul li span i {
    color: #312F8E;
    font-size: 18px;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: inherit;
}

.copyright-contant {
    color: #FFF;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
 a.learn-btn {
    width: 100% !important;}
.global-exposure-contant >a.btn.learn-btn {
    width: 50% !important;
}