:root {
    --thm-font: 'Montserrat', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #726f84;
    --thm-gray-rgb: 114, 111, 132;
    --thm-primary: #183e65;
    --thm-primary-rgb: 24, 62, 101;
    --thm-black: #0f0d1d;
    --thm-black-rgb: 15, 13, 29;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-light: #f2f4f8;
    --thm-light-rgb: 242, 244, 248;
    --thm-letter-space-big: 0.1em;
    --thm-letter-space-small: -0.02em;
}

body {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
	background:#589496;
    padding: 26px 70px;
    transition: 500ms;
    letter-spacing: 0.1em;
	font-size:28px;
	line-height:36px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:5%;
}

.thm-btn:hover {
    background: var(--thm-base);
    color: var(--thm-primary);
}

.section-title {
	margin-bottom:10px;
}

.section-title__title {
    margin: 0;
    font-weight: 300;
    color: #1E1E1E;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 8px;
    letter-spacing: 1;
}
.section-title__title strong {
    font-weight: 700;
    color: #111111;
}
.section-title__title span{
	display:block;
}
.section-title__title2 {
    margin: 0;
    font-weight: 300;
    color: #1E1E1E;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px;
    letter-spacing: 1;
}
.section-title__title2 strong {
    font-weight: 700;
    color: #FECC00;
}
.section-title__title2 span{
	display:block;
    font-size: 40px;
    line-height: 50px;
}

.preloader {
    position: fixed;
    background-color: var(--thm-black);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    background-image: url(../images/loader.png);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    padding: 0 60px;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 91;
    transition: all 500ms ease;
}

.padding {
    padding: 40px 0;
}

.banner {
    background: url(../images/banner.webp) center top no-repeat;
	border-top:solid 25px #FFF;
	padding: 30px 0px;
}
.banner-mob {
display: none;
}

.banner_content{ margin-top:3%;}
.banner h1 {
	font-size:38px;
	line-height:40px;
	color:#589496;
	font-weight:700;
}
.banner h2 {
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:500;
	border-top:solid 1px #fff;
	padding-top:10px;
	margin-top:15px;
	margin-bottom:40px;
}
.banner p {
	font-size:15px;
	line-height:20px;
	color:#fff;
	font-weight:300;
}


.key-stats{ background:#44245B; padding:20px 0;}
.key-box{text-align:center;}
.key-box h2{ font-size:30px; line-height:36px; color:#589496; font-weight:700; margin-bottom:5px;}
.key-box p{ font-size:15px; line-height:20px; color:#fff; font-weight:300; margin-bottom:0;}
.key-box-border{border-right:solid 1px #93819b;}


.accredited{ background:#fff; text-align:center;}
.accredited p{ font-size:22px; line-height:28px; color:#1E1E1E; font-weight:300;}
.accredited-box {padding:20px; text-align:center; border:solid 1px #c1c1c1; border-radius:30px; margin:10px;}
.accredited-box h1{ font-size:20px; line-height:26px; color:#1E1E1E; font-weight:600;}
.accredited-box p{ font-size:16px; line-height:22px; color:#1E1E1E; font-weight:300; margin-bottom:0;}
.accredited-box hr{ background:#c1c1c1; height:2px; margin:20px 0;}

.advantage{ background:url(../images/advantage-bg.webp) no-repeat center top #3d507b; text-align:center;}
.advantage p{ font-size:22px; line-height:28px; color:#fff; font-weight:300;}
.advantage_box {background: #e5eef7; height: 100%; padding:35px 30px; border-radius:20px; position: relative;}
.advantage_box h1 {font-size: 20px; line-height: 26px; color: #44245B; font-weight: 600; margin-top:10%;}
.advantage_box h1 span{display:block;}
.advantage_box p {font-size:16px; line-height:22px; color:#1E1E1E; font-weight: 300; margin-bottom:0;}
.advantage_icon { position:absolute; left:0; right:0; top:-40px;}
.advantage_box:hover h1, .advantage_box:hover p {
	color: #fff;
}
.advantage_box:hover {
background: #589495;
}
.advantage_mt {
	margin-top:3%;
}

.industry-leaders{ background:#FFF; text-align:center; padding-bottom:50px;}	
.industry-block {
  margin-top:3%;
}
.industry-box img {
  border-radius: 20px;
}
.owl-industry .owl-dots {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top:2%;
}
.owl-industry .owl-dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #fecc00 !important;
  background-color: #fff !important;
}
.owl-industry .owl-dot.active {
  background-color: #fecc00 !important;
}
.owl-industry .owl-nav .owl-next {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position:absolute;
font-size:24px;
background:#FECC00 !important;
color:#29577e !important;
right: 0px;
top:-15%;
border-radius:50%;
padding: 3px 12px;
}
.owl-industry .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position:absolute;
font-size:24px;
background:#FECC00 !important;
color:#29577e !important;
right: 50px;
top:-15%;
border-radius:50%;
padding: 3px 12px;
}

.industry_list{
    width: 100%;
	padding:10px;
	background:#44245B;
	border-radius:30px;
	padding:15px;
	text-align:left;
}
.industry_list h1 {
	font-size:26px;
	line-height:36px;
	color:#589496;
	font-weight:600;
	margin-bottom:10px;
}
.industry_list h2 {
	font-size:14px;
	line-height:24px;
	color:#fff;
	font-weight:300;
}
.industry_list p {
	font-size:15px;
	line-height:22px;
	color:#fff;
	font-weight:300;
}
.industry_list img {
	border-radius:20px;
	border:solid 1px #FFF;
}
.industry_list hr {
	background:#FFF;
	height:1px;
}
.industry_list_content_padding{ padding:0px 0px;}


.program{ background:url(../images/program-bg.webp) no-repeat center top #3d507b; text-align:center;}
.program p {font-size: 22px; line-height: 28px; color: #1E1E1E; font-weight: 300;}
.program_box {height: 100%; padding:30px; border:solid 1px #559395; transition-duration: 0.3s;}
.program_box h1 {font-size: 20px; line-height: 24px; color: #44245B; font-weight: 600; margin-bottom:5%;}
.program_box p {font-size: 16px; line-height: 22px; color: #1E1E1E; font-weight: 300; margin-bottom: 0;}
.program_box:hover h1 {color: #fff;}
.program_box:hover p {color: #fff;}
.program_box:hover {background: #559395; transform: scale(1.05);}

.placement{ background:url(../images/placement-bg.webp) no-repeat center top #f3f0e1; text-align:center;}	
.placement p{ font-size: 22px; line-height: 28px; color: #1E1E1E; font-weight: 300;}
.placement_counter{background:#589496;}
.counter-box{height:100%; text-align:center; padding:15px;}
.counter-box h2{ font-size:30px; line-height:36px; color:#44245B; font-weight:700;}
.counter-box p{ font-size:16px; line-height:22px; color:#fff; margin-bottom:5px;}
.brand-default .brand {
text-align: center
}
.brand-default.brand-style--2 {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
display: -ms-grid;
display: grid
}
@media only screen and (max-width:575px) {
.brand-default.brand-style--2 {
-ms-grid-columns: (1fr)[1];
grid-template-columns: repeat(2, 1fr)
}
}
.brand-default.brand-style--2 .brand {
position: relative;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background:#589496;
}
.brand-default.brand-style--2 .brand::after {
display: block;
position: absolute;
content: "";
left: -1px;
top: -1px;
right: 0;
bottom: 0;
pointer-events: none;
border: 1px solid #fff;
}

.recruiters{ background:#FFF; border-radius:15px; text-align:center; margin-top:3%; padding:10px 0;}
.recruiters h3{width: 100%; font-size: 26px; line-height: 36px; color: #000; font-weight:500; margin: .1em auto; overflow: hidden;}
.recruiters h3:before {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.recruiters h3:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.recruiters h3:after {
  margin: 0 -55% 0 .5em;
}

.recruiters-logo {
	background:#fff;
	border-radius:15px;
}
.recruiters-logo img {
  margin: 10px 30px;
}
.recruiters-mt{ margin-top:3%;}

ul, li {
list-style: none;
}
.marquee {
margin: 0 auto;
overflow: hidden;
}
.marquee ul.flex {
display: flex;
align-items: center;
}
.marquee-wrapper {
width: 100%;
overflow: hidden;
}

.international-placements{border-radius:15px; text-align:center; margin-top:3%; padding:10px 0;}
.international-placements h2{font-size: 20px; line-height: 26px; color: #000; font-weight:500; margin-bottom:0px;}
.international-placements h3{width: 100%; font-size: 26px; line-height: 36px; color: #000; font-weight:600; margin: .1em auto; overflow: hidden;}
.international-placements h3:before {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
.international-placements h3:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
.international-placements h3:after {
  margin: 0 -55% 0 .5em;
}
.international-placements-session{ background:#FFF; text-align:center;}	
.international-placements-session p{font-size: 22px; line-height: 28px; color: #1E1E1E; font-weight: 300;}
ul.placements_icon {
width: 100%;
padding: 0;
list-style-type: none;
}
ul.placements_icon li {
width: 100%;
clear: both;
display: block;
font-size: 18px;
line-height: 26px;
color: #000;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 15px;
text-align: left;
font-weight:600;
background:#E4E4E4;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}


.beyond-classroom{ background:#fff; text-align:center;}
.beyond-classroom p{ font-size:22px; line-height:28px; color:#1E1E1E; font-weight:300;}
.beyond-classroom p span{ display:block;}

/* Accordion Structure */
.accordion {
display: flex;
flex-direction: column;
gap: 15px;
text-align:left;
margin-top:1%;
}

.accordion-item {
border:solid 1px #589496;
border-radius: 25px; /* Large rounded corners as per image_5b2118.jpg */
transition: all 0.3s ease;
}

/* Header Layout */
.accordion-header {
padding: 25px 45px;
display: flex;
align-items: center; /* Arrow vertically centered */
cursor: pointer;
}

.accordion-header h3 {
margin: 0;
font-size: 20px;
line-height:26px;
color: #44245B;
font-weight: 700;
position: relative;
padding-bottom: 5px;
width:40%;
}

/* Purple Line Logic - Only shows when active */
.accordion-item.active .accordion-header h3::after {
content: '';
position: absolute;
left: 0;
bottom: -5px;
width: 70px; /* Short line like design */
height: 4px;
background-color: #589496;
}

.arrow {
font-size: 40px;
font-weight: 300;
color: #1E1E1E;
line-height: 1;
}

/* Hide arrow when active */
.accordion-item.active .arrow {
display: none;
}

/* Content Layout */
.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
}

.accordion-item.active .accordion-content {
max-height: 500px;
}

.content-body {
padding: 0px 45px 40px 45px; /* Aligned with header padding */
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 40px;
}

.text-section p {
margin: 0;
font-size: 16px;
line-height: 22px;
color: #1E1E1E;
margin-top: 10px; /* Spacing between heading and body */
}

.image-section {
display: flex;
gap: 15px;
align-items: center;
}

.image-section img {
width: 50%;
height: 150px;
object-fit: cover;
border-radius: 12px;
background-color: #f0f0f0;
}

/* Responsive */
@media (max-width: 850px) {
.content-body { grid-template-columns: 1fr; }
.image-section img { height: auto; }
}

.focused-learning{ background:url(../images/focused-learning-bg.webp) no-repeat center top #5f636f; text-align:center;}
.focused-learning p{ font-size:22px; line-height:28px; color:#fff; font-weight:300;}
.focused-learning p span{ display:block;}

.learning-box { background:#589496; height:100%; padding:10px; box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1); border-radius:10px; display:flex;}
.learning-pic {float:flex;}
.learning-pic img{ border-radius:10px;}
.learning-left {overflow: hidden; text-align: left; width: calc(70% - 0px); padding:10px 20px;}
.learning-left h1 {font-size: 20px; line-height:26px; font-weight: 700; color: #44245B; border-bottom:solid 5px #44245B; padding-bottom:5px; display:inline-block; margin-bottom:10px;}
.learning-left p {color: #fff; font-size: 16px; line-height: 22px;font-weight: 300; margin-bottom:0;}


/*FAQS Page*/
.faqs-page {
    background-color: #E4E4E4;
}

.faqs-page .faq-one-accrodion .accrodion-title {
    background-color: #fff;
}

.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-one-accrodion {
    position: relative;
    display: block;
    counter-reset: count;
	margin-top:2%;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
	background-color:#fff;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
    background-color: #eeeeee;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 0px 22px;
    padding-top: 23.5px;
    padding-left: 40px;
    padding-right: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--thm-light);
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #032C4D;
    position: relative;
    letter-spacing: var(--thm-letter-space-small);
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4 span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
}

.faq-one-accrodion .accrodion-title h4 span:before {
    counter-increment: count;
    content: ""counter(count);
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: #fff;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #032C4D;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: #0682be;
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: #0682be;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 60px 28px;
    border-bottom: 0px solid #e5e5e5;
	background-color: #fff;
}

.faq-one-accrodion .accrodion.last-chiled.active .accrodion-content {
    border-bottom: 0px solid transparent;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
	line-height:22px;
	color:#1E1E1E;
	font-weight:300;
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.faq-one__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.faq-one__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 42px;
}

.faq-one__list-box {
    position: relative;
    display: block;
}

.faq-one__list li {
    display: flex;
    align-items: center;
}

.faq-one__list li+li {
    margin-top: 6px;
}

.faq-one__list li .icon span {
    font-size: 20px;
    color: var(--thm-primary);
    display: block;
    transform: scale(1);
    transform-origin: right center;
    transition: transform 500ms ease;
}

.faq-one__list li:hover .icon span {
    transform: scale(.75);
}

.faq-one__list li .text {
    margin-left: 20px;
}

.faq-one__list li .text p {
    margin: 0;
    font-weight: 400;
}

.faq-one__experience-box {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 28px 0 38px;
}

.faq-one__experience-box h2 {
    font-size: 60px;
    color: var(--thm-base);
    line-height: 70px;
    font-weight: 900;
}

.faq-one__experience-box p {
    margin: 0;
    color: var(--thm-base);
    line-height: 25px;
}


.cta{ background:url(../images/cta-bg.webp) no-repeat center top #40235a; text-align:center;}
.cta h1 {font-size: 26px; line-height: 32px; color: #fff; font-weight: 500; margin-top:3%;}
.cta h1 a{ color:#FFF; text-decoration:none;}
.cta h1 a:hover{text-decoration:underline;}
.cta p {font-size:18px; line-height:22px; color:#fff; font-weight: 300; margin-bottom:0;}

.copyright {
    background: #ededed;
    padding: 20px 10px;
    text-align: center;
    color: #2e2e2e;
}

.copyright p{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#032C4D;
	margin-bottom:0;
}

@media only screen and (min-width: 320px) and (max-width: 769px) {
.banner{ background:#3f5294; padding:0;}
.banner_content{ display:none;}
.banner-mob {
display: block;
}
.banner .col-md-4{ padding-left:0px !important; padding-right:0px !important;}
.panel.dynamic_theme_block {
  border-radius: 0px !important;
}

.padding {
  padding: 30px 0;
}	

.admission-form{ width:100% !important;}
.accredited p, .advantage p, .program p, .placement p, .international-placements-session p, .beyond-classroom p, .focused-learning p, .faq-one-accrodion .accrodion-content p, .cta p{font-size: 15px; line-height: 20px;}

.key-box {
	margin-bottom:20px;
}
.key-box h2 {
  font-size: 22px;
  line-height: 28px;
}
.key-box p {
  margin-bottom:0;
}
.key-box p span {
  display: inline;
}
.key-box-border {
	border:none;
}
.accredited-box {
  margin: 0px;
}
.advantage_box {
  height: auto;
  margin-bottom: 30px;
}
.industry_list {
  padding: 20px;
}
.industry_list_content_padding {
  padding: 0px 10px;
}
.industry_list h2 {
  font-size: 16px;
  line-height: 22px;
}
.industry_list img {
	margin-top:10px;
}
.program_box {
  padding: 10px 10px;
}
.program_box h1 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom:10px;
}
.program p {
  margin-bottom: 0;
}
.international-placements h2{ font-size:16px;}
.recruiters h3, .international-placements h3 {
  font-size: 18px;
}
.international-placements-session p{ 
margin-bottom:0;
}
ul.placements_icon li {
  font-size: 14px;
  line-height: 18px;
}
.beyond-classroom p span{
display:inline;
}

.accordion-header {
  padding: 15px 20px;
}
.content-body {
  padding: 0px 10px 20px 20px;
}
.accordion-header h3{ width:100%;}

.counter-box {
  border-bottom: solid 1px #c19936;
}
.counter-box h2 {
  font-size: 24px;
  line-height: 30px;
}
.learning-box{
display:block;
}
.learning-left {
width:100%;
display:inline-block;
}

.faq-one-accrodion .accrodion-title{ padding:20px;}	
.faq-one-accrodion .accrodion-title h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}	
.faq-one-accrodion .accrodion-content {
  padding: 0px 20px 28px;
}
.faq-one-accrodion .accrodion-title h4::before {
  font-size: 15px;
  top: 20%;
  right: -25px;
}
.cta h1 {
  font-size: 16px;
  line-height: 24px;
}
.cta p{ padding:0 10px;}

.thm-btn {
  font-size: 16px;
  padding: 10px 50px;
  margin-top: 10px;
}
.copyright p{ font-size:13px;}
}