/*
@File: Clgun Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Top Navbar Area CSS
** - Banner Area CSS
** - Banner Area 2 CSS
** - Slider Banner Area CSS
** - Undergraduate Area CSS
** - Academics Area CSS
** - About Us Area CSS
** - About Us Area 2 CSS
** - About Us Area 3 CSS
** - Courses CSS
** - Courses Details CSS
** - Academics Section Area CSS
** - Features Area CSS
** - Video Area CSS
** - Find Degree Area CSS
** - About University Area CSS
** - News Area CSS
** - Blog Area CSS
** - Faculty CSS
** - Contact Area CSS
** - Quick Search CSS
** - Scholarship CSS
** - Success Award CSS
** - Activities CSS
** - Campus Area CSS
** - Campus Area 2 CSS
** - Campus Tour Area CSS
** - Events Area CSS
** - Event Area 2 CSS
** - Success CSS
** - Section Banner Area CSS
** - Subscribe Area CSS
** - Footer Area CSS
** - Go Top CSS
** - Preloader CSS
*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap');*/

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&amp;display=swap");

/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: 'Lexend', sans-serif;
  --mainColor: #00C2A8;
  --secounderyColor: #f4f7fb;
  --paragraphColor: #0B1F3A;
  --paragraphColorSecond: #B9B9BA;
  --whiteColor: #ffffff;
  --blackColor: #0B1F3A;
  --fontSize: 16px;
  --transition: .5s;
}

body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.container-fluid{
  max-width: 1560px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #1B1B1B;
  line-height: normal !important;
}

.text-highlight{
  color: #00C2A8;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-30 {
  padding-bottom: 25px;
}

.pr-line{
  height: 1px;
  max-width: 100%;
  background-color: #e2e3e4;
}

/*default-btn*/
.default-btn {
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 8px 20px;
  color: var(--whiteColor);
  display: inline-block;
  border-radius: 40px;
  position: relative;
  border: none;
  font-size: 14px;
  font-weight: 400;
}

.default-btn:hover{
  color: white;
  background-color: transparent;
  background-color: var(--blackColor);
}

a.under-btn {
  font-weight: 400;
  text-decoration: underline;
}

a.white-under-btn {
  color: var(--whiteColor);
  text-decoration: underline;
  font-weight: 400;
}

.default-btn.black{
  background-color: var(--blackColor);
}

/*section-title*/
.section-title {
  max-width: 800px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Lexend', sans-serif;
}

.section-title .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.section-title .sub-title p{
  font-size: 20px;
} 

.section-title-2 .sub-title p{
  font-size: 20px;
  text-transform: uppercase;
}

.section-title .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.section-title-3 {
  position: relative;
  max-width: 100%;
}

.section-title-3 .sub-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.section-title-3 h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
}

.section-title-3.text-start {
  margin-left: 0;
  margin-right: 0;
  padding-right: 550px;
  margin-bottom: 30px;
}

.section-title-3 .default-btn {
  position: absolute;
  content: '';
  font-weight: 400;
  top: 25%;
  right: 0;
  border-radius: 5px;
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid var(--paragraphColorSecond);
}

/*form-control*/
.form-control {
  border-radius: 0;
  background-color: #f5f5f5 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 18px;
}

.form-control::-webkit-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  padding-top: 15px;
  height: auto;
}

/*================================================
Top Navbar Area CSS
=================================================*/
.top-area {
  padding: 8px 0 0;
  /* border-bottom: 1px solid #EEEEEE; */
  background: #00C2A8;
}

.top-left-items ul, .top-right-items ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

.top-left-items ul li, .top-right-items ul li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 30px;
  margin-bottom: 8px;
  position: relative;
  font-size: 14px;
   color: white;
}

.top-left-items ul li i, .top-right-items ul li i {
    color: white;
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: -30px;
  content: '';
}

.top-left-items ul li a {
  font-size: 14px;
  color: white;
}

.top-right-items {
  text-align: right;
}

.top-right-items ul li {
  margin-right: 12px;
  margin-left: 15px;
  position: relative;
}

.top-right-items ul li::before {
  position: absolute;
  top: -15px;
  right: -20px;
  content: '';
  height: 55px;
  width: 1px;
  background: #EEEEEE;
}

.top-right-items ul li a {
  font-size: 14px;
  color: white;
}



/*================================================
Banner Area CSS
=================================================*/
.big-bg-1{
  background-image: url(../img/banner/Image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:750px;
  position: relative;
}
.big-bg-1::before {    
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background:#120f2d;
	opacity:0.4;
}
.white-shape {
  position: relative;
  height: 240px;
}


.banner-content .content {
	padding-top: 200px;
	/* content: ''; */
	/* top: 55px; */
	/* left: 0; */
	/* padding: 0px 60px; */
	/* z-index: 1; */
}

.banner-content .content h1 {
	font-size: 58px;
	line-height: 72px;
	font-family: 'Lexend', sans-serif;
	font-weight: 700;
	color: var(--whiteColor);
	margin-bottom: 20px;
}
.banner-content .content p {
	color: var(--whiteColor);
	width: 80%;
	margin-bottom: 40px;
}
.banner-content .content a{color: var(--whiteColor);}
/*================================================
Banner Area 2 CSS
=================================================*/

.big-bg-2{
  background-image: url(../img/banner/bg-Image-1.jpg);
  background-size: cover;
  position:relative;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 250px;
  padding-bottom: 200px;
}
.big-bg-2::before {    
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background:#120f2d;
	opacity:0.4;
}
.nav-style-2.navbar-area {
  top: 0px;
  position: absolute;
  background-color: transparent;
  border-bottom: 1px solid #333;
}

.nav-style-2.navbar-area.is-sticky{
  position: fixed !important;
  border-bottom: none;
}

.nav-style-2 .clgun-nav .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}

.nav-style-2 .clgun-nav .nav-search .search-button{
  color: var(--whiteColor);
}

.nav-style-2.navbar-area.is-sticky .navbar-nav .nav-item a{
  color: var(--blackColor);
}

.nav-style-2.navbar-area.is-sticky .clgun-nav .nav-search .search-button{
  color: var(--blackColor);
}

.banner-content-2 {
  max-width: 1100px;
  text-align: center;
  margin: auto;
  position: relative;
}

.banner-content-2 .content span{
  color: #fff;
  font-size: 28px;
}

.banner-content-2 .content h1{
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 90px;
}

.banner-content-2 .content p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
	width: 70%;
	margin: auto;
	margin-bottom: 30px;
}

.banner-content-2 .content .vertical-lr {
  writing-mode: vertical-lr;
  position: absolute;
  content: '';
  bottom: -35%;
  left: -12%;
  height: 400px;
}

.banner-content-2 .content .vertical-lr p {
  display: flex;
  font-family: 'Lexend', sans-serif;
}

.banner-content-2 .content .vertical-lr p span {
  display: inline-block;
  font-size: 18px;
  margin-top: 30px;
}

.banner-content-2 .content .buttons-action {
  margin-bottom: 130px;
}

.banner-content-2 .content .buttons-action .default-btn.btn-style-2 {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  margin-left: 20px;
}

.banner-content-2 .content .scroll-down a {
  color: var(--whiteColor);
  background-color: #ffffff1a;
  display: inline-block;
  font-size: 50px;
  border-radius: 5px;
  line-height: 60px;
  transition: var(--transition);
  height: 55px;
  width: 75px;
}
.banner-content-2 .content .scroll-down a:hover{
  background-color: var(--mainColor);
}

/*================================================
Slider Banner Area CSS
=================================================*/

.slider-bg-1{
  background-image: url(../img/banner/bg-Image-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 350px;
  position:relative;
  padding-bottom: 100px;
}
.slider-bg-1::before {    
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background:#120f2d;
	opacity:0.6;
}
/* Zoom Background Animation */
@-webkit-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 120% auto; }
}
@-moz-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 120% auto; }
}
@-o-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 120% auto; }
}
@keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 120% auto; }
}
.zoom-x {
  -webkit-animation: zoom-a 10s linear infinite alternate; /* Safari 4+ */
  -moz-animation:    zoom-a 10s linear infinite alternate; /* Fx 5+ */
  -o-animation:      zoom-a 10s linear infinite alternate; /* Opera 12+ */
  animation:         zoom-a 10s linear infinite alternate; /* IE 10+, Fx 29+ */
}

.slider-courser{
  position: relative;
}

.slider-courser .owl-nav {
  position: absolute;
  content: '';
  bottom: 28%;
  right: 5%;
  opacity: 0;
  transition: var(--transition);
}

.slider-courser:hover .owl-nav {
  bottom: 25%;
  opacity: 1;
}

.slider-courser .owl-theme .owl-nav [class*=owl-], .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  color: var(--blackColor);
  border: none;
  background-color: var(--whiteColor);
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 0px;
  border-radius: 36px;
  font-size: 30px;
  transition: var(--transition);
}

.slider-courser.owl-theme .owl-nav [class*=owl-]:hover{
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.slider-courser .owl-nav .disabled {
  opacity: inherit;
}

.slider-content .content{
  position: relative;
}
.slider-content .content .text h1{
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  font-size: 64px;
}

.slider-courser .owl-item.active .slider-content .content .text h1{
  animation: fadeInUp ease 1s;
}

.slider-content .content .text hr {
  border: 1px solid var(--whiteColor);
}

.slider-content .content p {
  color: var(--whiteColor);
  position: relative;
  padding-left: 30px;
}

.slider-courser .owl-item.active .slider-content .content p {
  animation: fadeInUp ease 1.6s;
}

.slider-content .content p::before {
  position: absolute;
  content: '';
  background-color: var(--whiteColor);
  height: 12px;
  width: 12px;
  top: 8px;
  left: 0px;
  border-radius: 30px;
}

.slider-content .content .short-info {
  padding-right: 30px;
}

.slider-content .content .short-info h3{
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  font-size: 30px;
  margin-bottom: 30px;
}

.slider-courser .owl-item.active .slider-content .content .short-info h3{
  animation: fadeInUp ease 2s;
}
.slider-courser .owl-item.active .slider-content .content .short-info .default-btn{
  animation: fadeInUp ease 3s;
}

/*================================================
Undergraduate Area CSS
=================================================*/

.undergraduate-area{
  padding-top: 25px;
}

.undergraduate-area .item{
  background-image: url(../img/all-img/shape-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--mainColor);
  padding: 40px;
}

.undergraduate-area .item .content h3 {
  font-size: 24px;
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
}

.undergraduate-area .item .content-2{
  text-align: right;
}

.undergraduate-area .item .content-2 .default-btn {
  background-color: var(--blackColor);
  margin-left: 20px;
}

.undergraduate-area .blk{
  background-color: var(--blackColor) !important;
}

.undergraduate-area .blk .content-2 .default-btn{
  background-color: var(--mainColor);
}

/*================================================
Academics Area CSS
=================================================*/

.academics-area.bg-color-1{
  background-color: var(--secounderyColor);
}

.bg-color-1 .academics-item {
  border: 1px solid var(--whiteColor);
}

.academics-item.active{
  background-color: var(--whiteColor);
}

.bg-color-1 .academics-item:hover{
  background-color: var(--whiteColor);
}

.academics-item {
  padding: 45px 40px;;
  text-align: center;
  border: 1px solid #eeeeee;
  transition: var(--transition);
}

.academics-item img {
  margin-bottom: 20px;
}

.academics-item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}

.academics-item p {
  margin-bottom: 20px;
}

.academics-item a {
  font-weight: 400;
  color: var(--mainColor);
  position: relative;
}

.academics-item a i {
  position: absolute;
  content: '';
  top: 0px;
  right: -30px;
  font-size: 25px;
  transition: var(--transition);
}

.academics-item a:hover i {
  position: absolute;
  content: '';
  top: 0px;
  right: -40px;
  font-size: 25px;
}

/*================================================
About Us Area CSS
=================================================*/

.about-us-area.bg-color-1{
  background-color: var(--secounderyColor);
}

.about-us-area .text-content .sub-title{
  display: flex;
  margin-bottom:0px;
  align-items: center;
}

.about-us-area .text-content .sub-title p{
  margin-bottom: 0px;
  font-size: 20px;
}

.about-us-area .text-content .sub-title i{
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.about-us-area .text-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: 'Lexend', sans-serif;
}

.about-us-area .text-content p {
  margin-bottom: 30px;
}

.about-us-area .content{
  padding-left: 35px;
}

.notice-content {
  padding: 50px 40px;
  background-color: var(--blackColor);
}

.notice-content i {
  color: var(--mainColor);
  font-size: 45px;
  margin-bottom: 20px;
}

.notice-content h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  line-height: 34px;
}

.notice-content p {
  margin-bottom: 20px;
  color: var(--paragraphColorSecond);
}

.notice-content .author-info h5 {
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}

.notice-content .author-info span {
  color: var(--whiteColor);
  font-family: 'Satisfy', cursive;
  margin-bottom: 8px;
  display: block;
}

.notice-content .author-info p{
  margin-bottom: 0;
  color: var(--paragraphColorSecond);
}

/*================================================
About Us Area 2 CSS
=================================================*/

.about-us-area-2 .section-title {
  max-width: 1290px;
}
.about-us-area-2 .section-title h2{
  margin-bottom: 30px;
}
.about-us-area-2 .section-title p {
	font-size: 20px;
	width: 70%;
	margin: auto;
}

.about-us-area-2 .content-items {
  position: relative;
}

.about-us-area-2 .content-items .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 290px 110px;
  width: 65%;
  border-radius: 5px;
}

.about-us-area-2 .content-items .image.ct-bg-1{
  background-image: url(../img/all-img/about-image-2.png);
}

.about-us-area-2 .content-items .image.ct-bg-2{
  background-image: url(../img/all-img/about-image-3.png);
}

.about-us-area-2 .content-items .image.ct-bg-3{
  background-image: url(../img/all-img/about-image-4.png);
}

.about-us-area-2 .content-items .content {
  max-width: 615px;
  padding: 50px 50px;
  background-color: var(--secounderyColor);
  position: absolute;
  content: '';
  top: 10%;
  right: 0%;
  border-radius: 5px;
}

.about-us-area-2 .content-items .content span {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--paragraphColor);
  margin-bottom: 10px;
  display: block;
}

.about-us-area-2 .content-items .content h2{
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
}

.about-us-area-2 .content-items .content p{
  margin-bottom: 30px;
}

.global-alumni-events{
  background-color: var(--secounderyColor);
}
.global-alumni-events .global-content-items{
  position: relative;
}
.global-alumni-events .global-content-items .content {
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  padding: 80px 90px;
  max-width: 760px;
  position: absolute;
  top: 10%;
}
.global-alumni-events .global-content-items .content h2{
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
  margin-bottom: 30px;
}
.global-alumni-events .global-content-items .content p{
  margin-bottom: 30px;
}
.global-alumni-events .image{
  background-image: url(../img/all-img/about-image-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 290px 110px;
  max-width: 800px;
  border-radius: 5px;
  margin-left: auto;
}

.about-content-courser.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  width: 65px;
  right: 32%;
  bottom: 0;
  height: 35px;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
  border-radius: 25px;
  font-size: 18px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.about-content-courser.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.about-content-courser.owl-theme .owl-nav [class*=owl-].owl-next {
  left: 32%;
}
.about-content-courser.owl-theme .owl-nav {
  margin-top: 60px;
}
.about-content-courser .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 5px 25px;
  font-weight: 400;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
}
.about-content-courser .owl-dots .owl-dot{
  margin-right: 10px;
}
.about-content-courser .owl-dots .owl-dot:last-child{
  margin-right: 0px;
}
.about-content-courser .owl-dots .owl-dot button:hover{
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.about-content-courser .owl-dots .owl-dot button:focus {
  outline: none;
}
.about-content-courser .owl-dots .owl-dot.active button {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
About Us Area 3 CSS
=================================================*/

.about-alumni .content {
  padding: 0 50px;
}
.about-alumni .content .sub-title{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.about-alumni .content .sub-title i{
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}
.about-alumni .content .sub-title p{
  margin-bottom: 0px;
  font-size: 20px;
}
.about-alumni .content h2{
  font-size: 48px;
  margin-bottom: 30px;
  font-family: 'Lexend', sans-serif;
}
.about-alumni .content p{
  margin-bottom: 30px;
}
.about-alumni .image{
  background-image: url(../img/all-img/about-image-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 270px;
}

/*================================================
Courses CSS
=================================================*/

.course-item {
  padding: 10px;
  box-shadow: 0px 0px 75px #6767672e;
}

.course-item .image img {
  border-radius: 5px;
  width: auto;
}

.course-item .content {
  padding: 30px 20px;
}

.course-item .content span {
  color: var(--paragraphColor);
}

.course-item .content h2 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 20px;
}

.course-item .content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeee;
  padding-bottom: 15px;
}

.course-item .content ul li {
  display: inline-flex;
  align-items: center;
}

.course-item .content ul li span {
  margin-left: 15px;
  margin-bottom: 0;
  color: var(--paragraphColor);
}

.course-item .content ul li .image-circle {
  padding: 9px 10px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}

.course-item .content ul li .image-circle img {
  width: auto;
}

.teacher-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teacher-info .image {
  display: inline-flex;
  align-items: center;
}

.teacher-info .image img{
  border-radius: 100%;
}

.teacher-info .image p {
  margin-left: 20px;
}
.teacher-info .image p span {
  font-weight: 400;
  color: var(--blackColor);
}
.teacher-info .price p{
  font-weight: 400;
  color: var(--mainColor);
}

.courses-section .course-item{
  margin-bottom: 30px;
}

.grid-sorting{
  margin-bottom: 30px;
}
.grid-sorting .title p{
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lexend', sans-serif;
  color: var(--blackColor);
}
.grid-sorting .select-box {
  position: relative;
  padding-left: 60px;
}
.grid-sorting .select-box .form-select {
  padding: 20px 25px 20px 100px;
  background-color: var(--secounderyColor);
  border: none;
}
.grid-sorting .select-box label {
  position: absolute;
  top: 20px;
  left: 90px;
  content: '';
}

.courses-area .owl-theme .owl-dots .owl-dot.active span, .courses-area .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blackColor);
}
.courses-area .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}

/*================================================
Courses Details CSS
=================================================*/

.courses-details .header-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #dddd;
}
.courses-details .header-title span{
  font-size: 16px;
  color: var(--paragraphColor);
  margin-bottom: 20px;
  display: block;
}
.courses-details .header-title h2{
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}
.courses-details .header-title ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.courses-details .header-title ul li{
  display: inline-block;
  padding-left: 65px;
  position: relative;
}
.courses-details .header-title ul li::after {
  position: absolute;
  content: '';
  height: 35px;
  right: -30px;
  top: 0px;
  width: 1px;
  background-color: #dddd;
}
.courses-details .header-title ul li:last-child:after {
  display: none;
}
.courses-details .header-title ul li a{
  color: var(--blackColor);
  font-weight: 400;
}
.courses-details .header-title ul li .avater {
  position: absolute;
  left: 0;
  top: -10px;
}
.courses-details .enrolls-count {
  position: relative;
  padding-left: 30px;
}
.courses-details .enrolls-count .ikon {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
}
.courses-details .content {
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
}
.courses-details .content .content-pra {
  margin-bottom: 45px;
}
.courses-details .content .content-pra .title{
  position: relative;
  margin-bottom: 45px;
}
.courses-details .content .content-pra .title h3{
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}

.courses-details .content .content-pra .title::after{
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--mainColor);
}
.courses-details .content .content-pra .tag span {
  margin-right: 8px;
  font-weight: 700;
  font-family: 'Lexend', sans-serif;
}
.courses-details .content .content-pra .tag ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline;
}
.courses-details .content .content-pra .tag ul li{
  display: inline-block;
}
.courses-details .content .content-pra .tag ul li a{
  color: var(--paragraphColor);
}
.courses-details .content .content-pra .lists{
  padding: 0;
  list-style: none;
  margin: 0;
}
.courses-details .content .content-pra .lists li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.courses-details .content .content-pra .lists li:last-child{
  margin-bottom: 0px;
}
.courses-details .content .content-pra .lists li .icon {
  color: var(--mainColor);
  font-size: 20px;
  position: relative;
  margin-right: 20px;
}
.courses-details .content .content-pra .lists li .icon::after{
  position: absolute;
  content: '';
  top: 0;
  left: -5px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.instructor-card {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.instructor-card .title {
  position: relative;
  margin-bottom: 45px;
}

.instructor-card .title h3{
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}

.instructor-card .title::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--mainColor);
}

.instructor-card .content {
  padding: 0;
  border: none;
}
.instructor-card .content h3{
  font-size: 16px;
  margin-bottom: 20px;
}
.instructor-card .content .review {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.instructor-card .content .review .left {
  margin-right: 10px;
}
.instructor-card .content .review .left ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.instructor-card .content .review .left ul li{
  display: inline-block;
  margin-right: 5px;
  color: #DDDDDD;
}
.instructor-card .content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.instructor-card .content ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
.instructor-card .content ul li .image-circle {
  padding: 6px 10px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}
.instructor-card .content ul li span {
  margin-left: 15px;
  margin-bottom: 0;
  color: var(--paragraphColor);
}
.instructor-card .content a{
  color: var(--mainColor);
  font-weight: 400;
}
.course-widget-area{
  box-shadow: 0px 7px 60px rgba(22, 23, 26, 0.07);
  margin-left: 20px;
}
.course-widget-area .image{
  position: relative;
}
.course-widget-area .image .play-btn{
  bottom: 0;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
}
.course-widget-area .image .play-btn a{
  height: 50px;
  width: 50px;
  display: inline-block;
  z-index: 1;
  line-height: 55px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 100%;
  font-size: 40px;
}
.course-widget-area .content{
  padding: 30px;
}
.course-widget-area .content .pricing h4{
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Lexend', sans-serif;
}
.course-widget-area .content ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-widget-area .content ul li{
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.course-widget-area .content ul li:last-child{
  border: none;
  padding-bottom: 0px;
}
.course-widget-area .content ul li span{
  font-weight: 400;
}
.course-widget-area .content .enroll-btn {
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 44px;
  color: var(--whiteColor);
  display: block;
  text-align: center;
  border-radius: 40px;
  border: none;
  font-size: var(--fontSize);
  font-weight: 400;
  margin-bottom: 20px;
}
.course-widget-area .content .wish-btn {
  background-color: var(--secounderyColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 44px;
  color: var(--mainColor);
  display: block;
  text-align: center;
  border-radius: 40px;
  border: none;
  font-size: var(--fontSize);
  font-weight: 400;
}

/*================================================
Academics Section Area CSS
=================================================*/
.academics-section .academics-left .ac-category{
  margin-bottom: 50px;
}
.academics-section .academics-left .ac-category ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.academics-section .academics-left .ac-category ul li{
  margin-bottom: 20px;
}
.academics-section .academics-left .ac-category ul li:last-child{
  margin-bottom: 0px;
}
.academics-section .academics-left .ac-category ul li a{
  padding: 20px;
  display: block;
  background-color: var(--secounderyColor);
  color: var(--blackColor);
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: var(--transition);
}
.academics-section .academics-left .ac-category ul li a:hover{
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.academics-section .academics-left .ac-category ul li .active{
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.academics-section .academics-left .ac-contact span{
  color: var(--paragraphColor);
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Lexend', sans-serif;
}
.academics-section .academics-left .ac-contact a{
  background-color: var(--mainColor);
  color: var(--whiteColor);
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  font-family: 'Lexend', sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.academics-section .academics-left .ac-contact a:last-child{
  margin-bottom: 0px;
}
.academics-section .academics-left .ac-contact .darkbtn{
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.ac-overview {
    padding-left: 20px;
}
.academics-section .ac-overview .pera-title h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: 'Lexend', sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.academics-section .ac-overview .pera-title span {
  font-size: 128px;
  font-weight: 900;
  margin-right: 30px;
}
.academics-section .ac-overview .pera-dec p{
  margin-bottom: 30px;
}
.academics-section .ac-overview .pera-dec p:last-child{
  margin-bottom: 0px;
}
.academics-section .ac-overview .gallery {
  margin-top: 50px;
  margin-bottom: 160px;
}
.academics-section .ac-overview .gallery .gallery-image ul {
  padding: 0px;
  list-style: none;
  margin: 0;
  position: relative;
}
.academics-section .ac-overview .gallery .gallery-image ul li:last-child {
  position: absolute;
  bottom: -120px;
  right: 0;
  content: '';
}
.academics-section .ac-overview .pera-dec h3{
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
  font-size: 30px;
}
.academics-section .ac-overview .pera-dec .catagorys{
  margin-bottom: 50px;
}
.academics-section .ac-overview .pera-dec .catagorys .pra-catagorys a {
  padding: 80px 20px;
  display: block;
  font-size: 20px;
  text-align: center;
  background-color: var(--secounderyColor);
  font-weight: 700;
  font-family: 'Lexend', sans-serif;
}

.academics-section .ac-overview .pera-dec .graduate-area{
  background-image: url(../img/all-img/graduate-area.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box{
  position: absolute;
  content: '';
  bottom: -240px;
  left: 0;
  right: 0;
  max-width: 700px;
  background-color: var(--whiteColor);
  padding: 70px 60px;;
  margin: auto;
  text-align: center;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box h3 {
  font-family: 'Lexend', sans-serif;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 800;
}

.academics-section .ac-overview .pera-dec h4{
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box .single-info {
  text-align: start;
  padding-left: 30px;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box .single-info a {
  padding: 8px 8px;
  text-align: start;
  background-color: var(--secounderyColor);
  margin-bottom: 20px;
  display: inline-block;
}

.graduate-events{
  position: relative;
  margin-top: 200px;
}
.graduate-events .content-items .content {
  position: initial;
  max-width: 615px;
  padding-right: 230px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 50px;
  border-radius: 5px;
  background-color: var(--secounderyColor);
}
.graduate-events .content-items .content h2{
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
}
.graduate-events .content-items .content a{
  color: var(--mainColor);
  font-weight: 400;
}
.graduate-events .content-items .image{
  position: absolute;
  content: '';
  top: 15%;
  right: 0;
}
.problem-sector .problem-list {
  margin-bottom: 50px;
}
.problem-sector .problem-list:last-child{
  margin-bottom: 0px;
}
.problem-sector .problem-list .title h3{
  padding: 30px 35px;
  background-color: var(--secounderyColor);
}
.problem-sector .problem-list .problem-items {
  padding-left: 35px;
}
.problem-sector .problem-list .problem-items ul{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.problem-sector .problem-list .problem-items ul li{
  margin-bottom: 20px;
}
.problem-sector .problem-list .problem-items ul li:last-child{
  margin-bottom: 0px;
}
.problem-sector .problem-list .problem-items ul li a{
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraphColor);
  transition: var(--transition);
}

.problem-sector .problem-list .problem-items ul li a:hover{
  color: var(--mainColor);
  text-decoration: underline;
}
.faculty-model .col-lg-6 .faculty-card{
  margin-bottom: 30px;
}
.faculty-model .col-lg-6:last-child .faculty-card{
  margin-bottom: 0px;
}
.faculty-model .faculty-card .image{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faculty-model .faculty-card .image .info {
  height: 100%;
  top: 300px;
  position: absolute;
  padding: 35px 30px 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: var(--mainColor);
  opacity: 0;
}
.faculty-model .faculty-card .image:hover .info {
  top: 0;
  opacity: 1;
}

.faculty-model .faculty-card .image .info p {
  color: var(--whiteColor);
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.faculty-model .faculty-card .image .info p {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
  z-index: 2;
}

.faculty-model .faculty-card .content{
  margin-top: 30px;
}
.faculty-model .faculty-card .contact-text span{
  margin-top: 150px;
}
.faculty-model .faculty-card .contact-text span{
  display: block;
  color: var(--whiteColor);
  font-size: 18px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.faculty-model .faculty-card .contact-text a{
  display: block;
  color: var(--whiteColor);
  margin-bottom: 5px;
}
.faculty-model .faculty-card .contact-text a:last-child{
  margin-bottom: 0px;
}

.faculty-model .faculty-card .content h4{
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}



.pera-dec .program-info {
  margin-bottom: 50px;
}
.pera-dec .program-info .single-program-info {
  padding: 0 25px;
}
.pera-dec .program-info .single-program-info h4{
  font-family: 'Lexend', sans-serif;
  font-size: 70px;
  margin-bottom: 20px;
}
.pera-dec .program-info .single-program-info p{
  font-size: 18px;
  color: var(--blackColor);
  font-weight: 400;
}
.pera-dec .apply-program{
  margin-bottom: 50px;
}
.pera-dec .apply-program:last-child{
  margin-bottom: 0px;
}
.pera-dec .apply-program a{
  color: var(--mainColor);
  font-weight: 400;
}


.pera-dec .apply-program .tuition-fees h5{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Lexend', sans-serif;
}
.pera-dec .apply-program .tuition-fees{
  padding: 40px;
  background-color: var(--secounderyColor);
}
.pera-dec .apply-program .tuition-fees ul{
  padding: 0;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.pera-dec .apply-program .tuition-fees ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pera-dec .apply-program .total-fees{
  display: flex;
  justify-content: space-between;
}
.pera-dec .apply-program .total-fees span{
  color: var(--blackColor);
}
.pera-dec .program-points{
  margin-bottom: 50px;
}
.pera-dec .program-points .single-point-list{
  position: relative;
  padding-left: 60px;
  border-bottom: 1px solid var(--blackColor);
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.pera-dec .program-points .single-point-list h4{
  font-family: 'Lexend', sans-serif;
  font-size: 30px;
}
.pera-dec .program-points .single-point-list .number-list{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}
.pera-dec .program-points .single-point-list .number-list h4{
  font-family: 'Lexend', sans-serif;
  font-size: 30px;
}

.pera-dec .program-points .single-point-btn{
  text-align: center;
}
.applicant-from label {
  color: var(--blackColor);
  margin-bottom: 20px;
}
.applicant-from .form-control{
  border-radius: 0;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  border: 1px solid #EEEEEE !important;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 18px;
  margin-bottom: 30px;
}
.applicant-from .form-select {
  margin-bottom: 30px;
  height: 60px;
  color: #212529;
  border: 1px solid #EEEEEE;
  box-shadow: none;
  padding-left: 20px;
}
.applicant-from form .form-group textarea.form-control {
  height: auto;
}
.applicant-from .form-cookies-consent{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.applicant-from .form-cookies-consent input {
  position: absolute;
  left: 14px;
  top: 9px;
}
.applicant-from .form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--paragraphColor);
  font-weight: normal;
  font-size: var(--fontSize);
}
.faq-item {
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
  font-family: 'Lexend', sans-serif;
}
.icon-container i {
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: var(--blackColor);
}
.faq-answer {
  font-size: 16px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding: 0px 20px;
  max-height: 0;
  border-bottom: 2px solid var(--blackColor);
}
.faq-answer.active {
  padding: 20px;
  height: auto !important;
  padding-bottom: 0;
  max-height: 800px !important;
}
.icon-container i.active {
  transform: rotate(180deg);
}
.list-item-list {
  margin-bottom: 30px;
}
.list-item-list h4{
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Lexend', sans-serif;
}
.list-item-list .list-item-title{
  padding: 20px 0px;
  background-color: var(--secounderyColor);
  margin-bottom: 30px;
}
.list-item-list .list-item-title .list-item-title-header {
  color: var(--blackColor);
  font-weight: 400;
  padding-left: 35px;
}
.list-item-list .list-items-details{
  padding-left: 35px;
}
.list-item-list .list-items-details ul{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-item-list .list-items-details ul li p{
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraphColor);
}
.list-item-list .list-items-details ul li{
  margin-bottom: 20px;
}
.list-item-list .list-items-details ul li:last-child{
  margin-bottom: 0px;
}
.aid-pra {
  margin-bottom: 40px;
}
.aid-pra:last-child{
  margin-bottom: 0px;
}
.aid-pra h4{
  margin-bottom: 25px;
}
.deadlines-list .list-item-list{
  margin-bottom: 50px;
}
.deadlines-list .list-item-list:last-child{
  margin-bottom: 0px;
}
.univercity-life .image{
  margin-bottom: 40px;
}
.univercity-life .apply-program .image{
  margin-bottom: 0px;
}
.faq-content-2 .faq-question {
  font-size: 24px;
}
.faq-content-2 .faq-item {
  padding: 0 0px 30px 0;
}
.faq-content-2 .faq-answer {
  padding: 0px 0px;
  margin-bottom: 30px;
}
.faq-content-2 .faq-answer:last-child{
  margin-bottom: 0px;
}
.faq-content-2 .faq-answer p {
  margin-bottom: 30px !important;
}
.faq-content-2 .faq-answer.active {
  max-height: 200px !important;
}
.std-activities .graduate-events{
  margin-top: 15px !important;
  margin-bottom: 70px;
}
.std-activities .featured-clubs h3{
  margin-bottom: 0px !important;
}
.std-activities .featured-clubs ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.std-activities .featured-clubs ul li{
  display: inline-block;
}
.std-activities .featured-clubs ul li a{
  text-decoration: underline;
  color: var(--mainColor);
  font-weight: 400;
}
.featured-clubs .clubs-item{
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}
.featured-clubs .clubs-item:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}
.featured-clubs .clubs-item span{
  color: var(--paragraphColorSecond);
  margin-bottom: 25px;
  display: block;
}
.featured-clubs .clubs-item h4{
  font-size: 24px !important;
  margin-bottom: 30px;
}
.featured-clubs .clubs-item p{
  margin-bottom: 30px !important;
}
.featured-clubs p:last-child{
  margin-bottom: 0px !important;
}

/*================================================
Features Area CSS
=================================================*/
.video-play-area .contant {
  text-align: end;
  padding: 20px 0;
}
.video-play-area .contant p {
  margin-right: 145px;
  margin-bottom: 0px;
  color: var(--blackColor);
  font-weight: 400;
  font-size: 20px;
}
.video-play-area .play-button {
  padding: 18px;
  display: inline-block;
  background-color: var(--mainColor);
  position: relative;
  top: 21px;
}
.video-play-area .play-button i {
  font-size: 45px;
  color: var(--whiteColor);
}
.features-content {
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
  overflow-x: clip;
  position: relative;
}
.features-content-2{
  background-color: var(--secounderyColor);
  position: relative;
}
.features-content .sub-title, .features-content-2 .sub-title{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.features-content .sub-title p{
  margin-bottom: 0px;
  font-size: 20px;
}
.features-content-2 .sub-title p{
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.features-content .sub-title i, .features-content-2 .sub-title i{
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}
.features-content .content .item .item-content, .features-content-2 .content .item .item-content{
  position: relative;
  padding-left: 80px;
}
.features-content .content h2, .features-content-2 .content h2{
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  margin-bottom: 50px;
}
.features-content-2 .content h2{
  color: var(--blackColor);
}
.features-content .content .item, .features-content-2 .content .item{
  margin-bottom: 30px;
}
.features-content .content .item .item-content .icon, .features-content-2 .content .item .item-content .icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  background-color: var(--whiteColor);
  border-radius: 30px;
}
.features-content .content .item .item-content .icon img, .features-content-2 .content .item .item-content .icon img  {
  content: '';
  position: absolute;
  left: 18px;
  top: 16px;
}
.features-content .content .item .item-content h3, .features-content-2 .content .item .item-content h3{
  font-family: 'Lexend', sans-serif;
  font-size: 22px;
  color: var(--whiteColor);
}
.features-content-2 .content .item .item-content h3{
  color: var(--blackColor);
}
.features-content-2 .content .item .item-content p{
  color: var(--paragraphColor);padding-right: 40px;
}
.features-content-2 .content{
  position: relative;
}
.features-content-2 .content .arrow-icon {
  position: absolute;
  content: '';
  bottom: -20px;
  right: 20px;
}

.features-content .image{
  position: absolute;
  content: '';
  top: -82px;
  right: -190px;
}

.features-content-2 .academic-item .image{
  position: relative;
}

.features-content-2 .academic-item .image img {
  width: 100%;
}

.features-content-2 .academic-item .image .number {
  position: absolute;
  content: '';
  bottom: -15%;
  right: 5%;
}

.features-content-2 .academic-item .image .number h3 {
  font-size: 96px;
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
}

.features-content-2 .academic-item .content{
  padding: 20px;
  background-color: var(--whiteColor);
}

.features-content-2 .academic-item .content h4{
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}

.features-content-2 .academic-item .content .btn {
  font-weight: 400;
  color: var(--mainColor);
  position: relative;
  padding: 0;
}

.features-content-2 .academic-item .content .btn i{
  position: absolute;
  content: '';
  top: 0px;
  right: -30px;
  font-size: 25px;
}

.features-content-2 .academic-content {
  position: absolute;
  padding-right: 55px;
  top: 15%;
}

/*================================================
Video Area CSS
=================================================*/

.video-area{
  background-image: url(../img/all-img/video-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 380px;
  padding-bottom: 280px
}

.video-area .video-play-btn a {
  height: 85px;
  width: 85px;
  line-height: 80px;
  border-radius: 85px;
  background-color: var(--whiteColor);
  display: block;
  font-size: 20px;
  text-align: center;
  margin: auto;
  font-family: 'Lexend', sans-serif;
}

/*================================================
Find Degree Area CSS
=================================================*/
.find-degree{
  background-image: url(../img/all-img/shape-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.find-degree .d-row{
  display: flex;
}
.find-degree .d-row .d-col-1{
  width: 31%;
}
.find-degree .d-row .d-col-2{
  width: 38%;
}
.find-degree .d-row .d-col-3{
  width: 30%;
}

.find-degree .content-1 {
  padding: 40px 40px;
  background-color: var(--whiteColor);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.find-degree .content-1 h4{
  background-color: var(--mainColor);
  padding: 10px;
  font-size: 24px;
  color: var(--whiteColor);
  margin-bottom: 20px;
  font-family: 'Lexend', sans-serif;
}

.find-degree .content-1 .selector-box, .find-degree .content-1 .selector-box-2 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.find-degree .content-1 .selector-box .form-check {
  margin-right: 30px;
}

.find-degree .content-1 .selector-box .form-check-input:checked[type=radio], .find-degree .content-1 .selector-box-2 .form-check-input:checked[type=radio] {
  background-image: url(../img/icon/active.png);
}

.find-degree .content-1 .search-key label {
  color: var(--blackColor);
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.find-degree .content-1 .search-key .form-control {
  background-color: var(--whiteColor) !important;
  border: 1px solid #D9D9D9 !important;
  margin-bottom: 15px;
}

.find-degree .form-check-input:checked {
  background-color: var(--whiteColor);
  border-color: var(--mainColor);
}

.find-degree .form-check-input:focus {
  box-shadow: none;
  border-color: var(--mainColor) !important;
}

.find-degree .selector-btns .default-btn {
  border-radius: 5px;
  font-weight: 400;
  padding: 15px 45px;
}

.find-degree .content-1 .btn {
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 400;
}

.find-degree .content-image {
  position: relative;
  background-image: url(../img/all-img/sponcer-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 312px 100px;
}

.find-degree .content-image .content {
  position: absolute;
  content: '';
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
}

.find-degree .content-image .content h5 {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 400;
}

.find-degree .content-image .content h3 {
  font-size: 40px;
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  margin-bottom: 0px;
}

.find-degree .content-image .content h4{
  font-size: 30px;
  color: var(--mainColor);
  font-family: 'Lexend', sans-serif;
}

.find-degree .content-image .content .btn {
  color: var(--whiteColor);
  font-size: 16px;
  padding: 0;
  border: none;
  text-transform: uppercase;
  text-decoration: underline;
}

.find-degree .content-1 .selector-btns {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.find-degree .search-key .form-select {
  color: var(--paragraphColor);
  padding: 15px;
  margin-bottom: 16px;
}

.find-degree .search-key .form-select:focus{
  box-shadow: none;
  border-color: var(--mainColor);
}

.find-degree .content-1 .selector-box-2 .form-check {
  margin-right: 30px;
}

.find-degree .search-key span {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
  display: block;
}

.find-degree .content-2 {
  padding: 40px 40px;
  background-color: var(--whiteColor);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.find-degree .content-2 h4{
  font-size: 24px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.find-degree .content-2 .default-btn {
  border-radius: 5px;
  font-weight: 400;
}

.find-degree .content-2 .nav-tabs .nav-link {
  color: var(--paragraphColor);
  border: none;
}

.find-degree .content-2 .nav-tabs .nav-link.active {

  border-top: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.find-degree .content-2 .tab-content {
  margin-bottom: 50px;
}

.find-degree .content-2 .tab-content ul {
  padding: 0;
  list-style: none;
  margin: 40px 0px;
}

.find-degree .content-2 .tab-content ul li {
  margin-bottom: 30px;
}

.find-degree .content-2 .tab-content ul li a {
  text-decoration: underline;
  color: var(--mainColor);
}

/*================================================
About University Area CSS
=================================================*/

.about-university{
  background: linear-gradient(135deg,#081120,#0B1F3A);
  position: relative;
}

.about-university .sub-title, .about-university .sub-title{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.about-university .sub-title p{
  font-size: 20px;
  margin-bottom: 0px;
  color: white;
}

.about-university .sub-title i, .about-university .sub-title i{
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.about-university .content h2, .about-university .content h2{
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
}

.about-university .content h2{
color: white;
}

.about-university .content .item{
  margin: 25px 0;
  position: relative;
  padding-left: 50px;
}

.about-university .content .item .item-content .number{
  position: absolute;
  height: 35px;
  width: 35px;
  top: 0;
  left: 0;
  background-color: var(--mainColor);
  border-radius: 30px;
  margin-right: 25px;
}
.about-university .content .item .item-content .number h4{
  content: '';
  position: absolute;
  left: 7px;
  top: 5px;
  font-size: 17px;
  font-weight: 400;
  color: var(--whiteColor);
}

.about-university .content .item .item-content h3{
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
color: white;
}

.about-university .content .item .item-content p{
color: white;
}


/*================================================
News Area CSS
=================================================*/
.news-content{
  background-color: var(--secounderyColor);
}

.news-content ul {
  padding: 0;
  list-style: none;
  padding: 0px 40px;
}

.news-content ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-content ul li:last-child{
  border-bottom: none;
}

.news-content ul li .image {
  width: 72%;
}

.news-item .content {
  padding-left: 20px;
}

.news-item .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.news-item .sub-title p{
  margin-bottom: 0px;
}

.news-item .sub-title i{
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.news-item .content h2{
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}
.news-item .sub-title p {
  margin: 0 !important;
}
.news-item .content p {
  margin-bottom: 30px;
}

.news-item .content .btn {
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 400;
}

.news-content-right{
  margin-bottom: 20px;
}

.news-content-right .content-box {
  box-shadow: 0px 0px 30px #f6f6f6;
}

.news-content-right .content-box .content {
  text-align: center;
  padding: 30px;
}

.news-content-right .content-box .content h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.news-content-right .content-box .content .btn{
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 400;
}

.news-content-item {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #EEEEEE;
}

.news-content-item .content-box {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  padding-top: 30px;
}

.news-content-item .content-box:last-child{
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 20px;
}

.news-content-item .content-box .image {
  width: 40%;
}

.news-content-item .content-box .content .sub-title{
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.news-content-item .content-box .content .sub-title i{
  color: var(--mainColor);
  font-size: 25px;
  margin-right: 10px;
}
.news-content-item .content-box .content .sub-title p{
  margin-bottom: 0px;
}
.news-content-item .content-box .content h3{
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
}

.section-btn{
  padding-top: 40px;
}

.section-btn a{
  color: var(--mainColor);
  position: relative;
  font-weight: 400;
}

.section-btn a i {
  position: absolute;
  content: '';
  font-size: 25px;
  top: 0px;
  right: -25px;
}

/*================================================
Blog Area CSS
=================================================*/

.widget-area .widget{
  padding: 40px;
  background: var(--whiteColor);
  box-shadow: 0px 7px 60px rgba(22, 23, 26, 0.07);
  margin-bottom: 30px;
}


.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 3px;
  bottom: -1px;
  background-color: var(--mainColor);
}

.widget-area .widget .widget-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  font-family: 'Lexend', sans-serif;
}

.widget-area .widget-search form {
  position: relative;
}

.widget-area .widget-search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget-search form .screen-reader-text {
  display: none;
}

.widget-area .widget-search form .search-field {
  height: 60px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 2px 0 0 15px;
  color: var(--blackColor);
  background-color: var(--secounderyColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 400;
}

.widget-area .widget-search form button {
  top: 12px;
  right: 10px;
  padding: 0;
  width: 40px;
  border: none;
  height: 37px;
  font-size: 20px;
  position: absolute;
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget-catagories ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget-area .widget-catagories ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-area .widget-catagories ul li:last-child{
  margin-bottom: 0px;
}
.widget-area .widget-catagories ul li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraphColor);
}
.widget-area .widget-catagories ul li span{
  color: var(--paragraphColor);
}


.widget-area .widget-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget-area .widget-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.widget-area .widget-list ul li:last-child{
  margin-bottom: 0px;
}
.widget-area .widget-list ul li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--paragraphColor);
}
.widget-area .widget-list ul li span{
  color: var(--paragraphColor);
}

.widget-area .widget-list ul li .form-check label {
  display: flex;
  align-items: center;
}

.widget-area .widget-list ul li .form-check{
  padding: 0;
  margin: 0;
}

.widget-area .widget-list ul li .form-check p {
  padding-left: 8px;
}


.radio-input {
  visibility: hidden;
}
.radio-label {
  position: relative;
  padding-left: 15px;
  color: var(--paragraphColor);
  display: inline-block;
}
.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -14px;
  top: 7px;
  border-radius: 50%;
}
.radio-border {
  width: 16px;
  height: 16px;
  display: inline-block;
  outline: solid 2px var(--paragraphColor);
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 4px;
}

.radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: var(--mainColor);
}


.widget-area .widget-list .radio-from ul{
  list-style: none;
  padding: 0;
}

.widget-area .widget-list .radio-from ul li {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
  color: #DDDDDD;
  margin: 0;
}
.widget-area .widget-list .radio-from ul li .active{
  color: #FFC107;
}

.widget-area .widget-banner{
  background-image: url(../PLACEMENT-ASSISTANCE.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.widget-banner .blog-banner-content .title {
  font-size: 30px;
  color: var(--whiteColor);
  font-weight: 800;
  position: relative;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 40px;
  margin-bottom: 175px;
}
.widget-banner .blog-banner-content .title::after{
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--whiteColor);
}
.widget-banner .blog-banner-content .price {
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 30px;
}
.widget-banner .blog-banner-content .price span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.widget-banner .blog-banner-content .banner-button .default-btn{
  width: 100%;
  text-align: center;
}
.widget-tags ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget-tags ul li{
  display: inline-block;
}
.widget-tags ul li a{
  display: inline-block;
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  margin-bottom: 15px;
  color: var(--paragraphColor);
}
.widget-tags ul li a:hover{
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
}
.blog-single-card{
  box-shadow: 7px 7px 60px rgba(22, 23, 26, 0.06);
  margin-bottom: 30px;
}
.blog-single-card .content{
  padding: 30px;
}

.blog-single-card .content .meta ul{
  padding: 0;
  list-style: none;
}
.blog-single-card .content .meta ul li {
  display: inline-block;
  margin-right: 50px;
  color: var(--paragraphColor);
  position: relative;
}
.blog-single-card .content .meta ul li:last-child{
  margin-right: 0px;
}
.blog-single-card .content .meta ul li::before{
  position: absolute;
  content: '';
  top: 11px;
  right: -45px;
  background-color: #D9D9D9;
  height: 1px;
  width: 35px;
}

.blog-single-card .content .meta ul li:last-child:before{
  display: none;
}

.blog-single-card .content .meta ul li a{
  color: var(--paragraphColor);
}

.blog-single-card .content h3{
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

.blog-single-card .content .butn{
  color: var(--mainColor);
  position: relative;
  font-weight: 400;
  
}

.blog-single-card .content .butn i{
  position: absolute;
  content: '';
  font-size: 25px;
  top: 0px;
  right: -25px;
  transition: var(--transition);
}

.blog-single-card .content .butn:hover i {
  position: absolute;
  content: '';
  top: 0px;
  right: -30px;
  font-size: 25px;
}
.blog-pagi .pagination {
  justify-content: center !important;
  margin-bottom: 0;
  margin-top: 30px;
}
.blog-pagi .pagination .page-link {
  padding: 5px 25px;
  border-radius: 25px;
  background-color: var(--secounderyColor);
  margin-right: 10px;
  border: none;
  box-shadow: none;
  color: var(--mainColor);
  font-weight: 400;
  font-size: 16px;
  transition: var(--transition);
}
.blog-pagi .pagination .page-link i{
  font-weight: 400;
  font-size: 16px;
}
.blog-pagi .pagination .page-link:hover{
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.blog-pagi .pagination .page-link.active{
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.blog-details-desc {
  padding-right: 30px;
}

.blog-details-desc .article-image{
  margin-bottom: 30px;
}
.blog-details-desc .article-content .entry-meta ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.blog-details-desc .article-content .entry-meta ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  color: var(--paragraphColor);
}

.blog-details-desc .article-content .entry-meta ul li a{
  color: var(--paragraphColor);
}

.blog-details-desc .article-content .entry-meta ul li::before {
  position: absolute;
  content: '';
  top: 11px;
  right: -45px;
  background-color: #D9D9D9;
  height: 1px;
  width: 35px;
}
.blog-details-desc .article-content .entry-meta ul li:last-child:before {
  display: none;
}
.blog-details-desc .article-content .entry-meta ul li:last-child{
  margin-right: 0px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-2 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content h3{
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px
}

.blog-details-desc .article-content p{
  margin-bottom: 30px
}

blockquote, .blockquote {
  overflow: hidden;
  padding: 0px 50px 0 30px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left: 40px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--mainColor);
}

blockquote p, .blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px !important;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 0px !important;
}

.blog-details-desc .article-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--blackColor);
  margin-right: 3px;
  position: relative;
  top: -1px;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Lexend', sans-serif;
}
.blog-details-desc .article-footer .article-tags a{
  color: var(--paragraphColor);
  transition: var(--transition);
}
.blog-details-desc .article-footer .article-tags a:hover{
  color: var(--mainColor);
}

.blog-details-desc .article-footer .article-share{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
  font-family: 'Lexend', sans-serif;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 5px;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
  border: 1px solid var(--secounderyColor);
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
  transition: var(--transition);
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
}

.comments-area .comments-title{
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}
.comments-area .comments-title::after{
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--mainColor);
}

.comments-area .comment-list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-body{
  border-bottom: 1px dashed #eeeeee;
  padding-left: 130px;
  color: var(--blackColor);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-author{
  font-size: 16px;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  left: -130px;
  position: absolute;
}

.comments-area .comment-author .fn {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
}

.comments-area .comment-author .reply {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
}

.comments-area .comment-body .reply a {
  color: var(--paragraphColor);
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--secounderyColor);
}

.comments-area .comment-body .reply a:hover{
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.comments-area .comment-metadata {
  margin-bottom: 0.7em;
  color: var(--paragraphColor);
  letter-spacing: 0.01em;
  font-size: 16px;
}

.comments-area .comment-content .reply{
  display: none;
}

.comments-area .children {
  margin-left: 70px;
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-reply-title {
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}

.comments-area .comment-reply-title::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--mainColor);
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  border: none;
  height: 60px;
  outline: 0;
  font-size: 14.5px;
  border-radius: 3px;
  color: var(--paragraphColor);
  padding: 1px 0 0 15px;
  background-color: var(--secounderyColor);
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--paragraphColor);
  font-weight: normal;
  font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  cursor: pointer;
  text-transform: capitalize;
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 15px 32px;
  color: var(--whiteColor);
  display: inline-block;
  border-radius: 30px;
  margin: 5px;
  border: none;
  font-weight: 400;
  font-size: 18px;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

/*================================================
Faculty CSS
=================================================*/

.faculty-area, .faculty-area-2, .faculty-area-3{
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
}

.faculty-area .content {
  display: flex;
}

.faculty-area .content .icon {
  width: 30%;
}

.faculty-area .content .text h3{
  font-family: 'Lexend', sans-serif;
  font-size: 30px;
  color: var(--whiteColor);
}

.faculty-area .content .text p{
  color: var(--paragraphColorSecond);
  padding-right: 45px;
}

.faculty-area-2 .heading h2{
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
  color: var(--whiteColor);
}

.faculty-area-2 .content p{
  color: var(--paragraphColorSecond);
}

.faculty-area-3 .content {
  text-align: center;
}

.faculty-area-3 .content span {
  color: var(--paragraphColorSecond);
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
}

.faculty-area-3 .content h2 {
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
}

.faculty-area-3 .content p {
  color: var(--whiteColor);
  margin-bottom: 30px;
}

.faculty-area-3 .content .default-btn {
  border-radius: 5px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-content{
  margin-right: 30px;
}
.contact-content .header-content h2{
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}
.contact-content .header-content p a {
  font-weight: 400;
}

.map-pd{
  padding-bottom: 30px;
}
#map iframe {
  width: 100%;
  height: 250px;
  border: none;
}

.contact-form {
  padding-top: 30px;
}

.contact-form form .form-group textarea.form-control {
  height: auto;
}

.contact-form form .help-block ul {
  margin-bottom: 0;
  margin-top: 12px;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form .default-btn {
  margin-top: 5px;
}

.contact-form form #msgSubmit {
  margin: 0 !important;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 15px !important;
}


.contact-form .form-control {
  border-radius: 0;
  background-color: white !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  border: 1px solid #EEEEEE !important;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 18px;
  margin-bottom: 30px;
}

.contact-form label{
  color: var(--paragraphColor);
  margin-bottom: 20px;
}

.contact-form .form-select {
  margin-bottom: 30px;
  height: 60px;
  color: #212529;
  border: 1px solid #EEEEEE;
  box-shadow: none;
  padding-left: 20px;
}
.contact-info .info-details ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.contact-info .info-details ul li{
  font-size: 16px;
  color: var(--paragraphColor);
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.contact-info .info-details ul li a{
  color: var(--paragraphColor);
}
.contact-info .info-details ul li .info-mail{
  font-weight: 700;
  color: var(--blackColor);
}
.contact-info .info-details ul li:last-child{
  margin-bottom: 0px;
}
.contact-info .info-details ul li i{
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  font-size: 20px;
  color: var(--mainColor);
}

/*================================================
Quick Search CSS
=================================================*/

.quick-search{
  background-image: url(../img/all-img/bg-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.quick-content {
  padding-left: 40px;
}

.quick-search .course-search-box{
  padding: 60px 50px;
  box-shadow: 0px 0px 30px 10px rgba(22, 23, 26, 0.05);
  background-color: var(--whiteColor);
}

.quick-search .course-search-box h4{
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

.quick-search .course-search-box .search-key .form-control {
  background-color: var(--whiteColor) !important;
  border: 1px solid #D9D9D9 !important;
  margin-bottom: 15px;
}

.quick-search .course-search-box .search-key .form-select {
  color: var(--paragraphColor);
  padding: 18px 15px;
  margin-bottom: 15px;
}

.quick-search .course-search-box .search-key .form-select:focus{
  box-shadow: none;
  border-color: var(--mainColor);
}

.quick-search .course-search-box .search-key .default-btn {
  width: 100%;
  text-align: center;
  border-radius: 6px;
}

.quick-search .quick-content .sub-title{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.quick-search .quick-content .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.quick-search .quick-content .sub-title p {
  font-size: 20px;
}

.quick-search .quick-content h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
}

.quick-search .quick-content .list .list-items ul {
  padding-left: 30px;
  padding-top: 30px;
  list-style: none;
  padding-bottom: 30px;
}

.quick-search .quick-content .list .list-items ul li {
  margin-bottom: 25px;
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  position: relative;
  color: var(--blackColor);
}

.quick-search .quick-content .list .list-items ul li i {
  color: var(--mainColor);
  font-size: 25px;
  position: absolute;
  content: '';
  top: 5px;
  left: -30px;
}

.quick-search .quick-content .apply-banner{
  background-image: url(../img/all-img/shape-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
  padding: 30px;
  margin-bottom: 40px;
}

.quick-search .quick-content .apply-banner p{
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.quick-search .quick-content .user-exprience .user-info{
  display: flex;
}

.quick-search .quick-content .user-exprience .user-info .image{
  margin-right: 15px;
}

.quick-search .quick-content .user-exprience .user-info .text h4{
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
}

.quick-search .quick-content .user-exprience .exprience{
  display: flex;
  align-items: center;
}

.quick-search .quick-content .user-exprience .exprience .icon{
  margin-right: 15px;
}

.quick-search .quick-content .user-exprience .exprience .text{
  display: flex;
  align-items: center;
}

.quick-search .quick-content .user-exprience .exprience .text h4{
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  margin-right: 10px;
}

.quick-search .quick-content .user-exprience .exprience .text p {
  line-height: 24px;
}

.quick-search.style-2 .quick-content .sub-title{
  text-transform: uppercase;
}

.quick-search.style-3{
  background-image: url(../img/all-img/bg-image-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.quick-search.style-3 .quick-content .user-exprience .user-info{
  align-items: center;
  justify-content: flex-end;
}

.quick-search.style-3 .quick-content .user-exprience .user-info .text{
  margin-right: 20px;
}

.quick-search.style-3 .quick-content .user-exprience .user-info .text p{
  color: var(--whiteColor);
}

.quick-search.style-3 .quick-content .user-exprience .user-info .image {
  margin-right: 0px;
  border: 3px solid #fff;
  border-radius: 40px;
}

/*================================================
Scholarship CSS
=================================================*/

.scholarship-area{
  background-color: var(--blackColor);
}

.scholarship-area .content {
  max-width: 870px;
  margin: auto;
  text-align: center;
}

.scholarship-area .content h2{
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
}
.scholarship-area .content p{
  color: var(--paragraphColorSecond);
  margin-bottom: 30px;
}
.scholarship-area .content .default-btn{
  border-radius: 5px;
}

/*================================================
Success Award CSS
=================================================*/

.success-award-area .content {
  padding-right: 55px;
  position: relative;
}

.success-award-area .content .arrow {
  position: absolute;
  content: '';
  bottom: 0%;
  right: -20%;
}

.success-award-area .content span{
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--paragraphColor);
}

.success-award-area .content h2{
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 40px;
}

.success-award-area .content ol {
  padding-left: 20px;
  margin: 0;
}

.success-award-area .content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}

.success-award-area .content ol li b{
  color: var(--blackColor);
}

.success-award-area .content .notice {
  background-color: var(--secounderyColor);
  padding: 30px 60px;
  position: relative;
  border-radius: 5px;
}

.success-award-area .content .notice i {
  position: absolute;
  content: '';
  top: 36px;
  left: 25px;
  color: var(--blackColor);
  font-weight: 400;
  font-size: 20px;
}

.success-award-area .content .notice p {
  color: var(--blackColor);
  font-weight: 400;
  font-size: 18px;
}

.success-award-area .image{
  position: relative;
}

.success-award-area .image .play{
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: 46%;
  right: 0;
}

.success-award-area .image .play .button a{
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 57px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 100%;
  font-size: 40px;
  position: relative;
}

.success-award-area .image .play .button a::before{
  position: absolute;
  content: '';
  height: 65px;
  width: 65px;
  top: -7px;
  left: -7px;
  border: 2px solid var(--mainColor);
  border-radius: 45px;
  color: var(--whiteColor);
}

/*================================================
Activities CSS
=================================================*/

.activities-area{
  background-color: var(--secounderyColor);
}

.activities-card{
  padding: 10px;
  box-shadow: 0px 0px 75px #00C2A8;
  background-color: var(--whiteColor);
  height: 420px;
}

.activities-card .image img {
  border-radius: 5px;
  width: 100%;
  height: 250px;
}

.activities-card .content {
  padding: 30px 20px;
}

.activities-card .content h2 {
  margin-top: 10px;
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
}

.activities-card .content .btn {
  color: var(--mainColor);
  text-decoration: underline;
  font-weight: 400;
  padding: 0;
  border: 0;
}

.activities-area hr {
  margin-bottom: 40px;
}

.activities-card.style-2{
  padding: 0px;
}

.activities-card.style-3{
  box-shadow: none;
  background-color: transparent;
}

.activities-card.style-2 .content {
  padding: 30px 30px;
}

.activities-card.style-2 .image img {
  border-radius: 5px;
  width: 100%;
}

.activities-card.style-2.style-3 .content {
  padding: 30px 0;
}

/*================================================
Campus Area CSS
=================================================*/
.campus-experience-area .content .comment-box-info{
  padding: 30px 40px;
  box-shadow: 0px 0px 30px 10px rgba(22, 23, 26, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
}

.campus-experience-area .content span{
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--paragraphColor);
}

.campus-experience-area .content h2 {
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 40px;
}

.campus-experience-area .content .comment-box-info .admin-info {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.campus-experience-area .content .comment-box-info .admin-info .image {
  margin-right: 15px;
}

.campus-experience-area .content .comment-box-info .admin-info .text{
  position: relative;
}

.campus-experience-area .content .comment-box-info .admin-info .text i {
  position: absolute;
  content: '';
  top: 1px;
  right: -19%;
  color: #3897F0;
  font-size: 20px;
}

.campus-experience-area .content .comment-box-info .admin-info .icon {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
}

.campus-experience-area .content .comment-box-info .admin-info .text h5 {
  margin-bottom: 2px;
}

.campus-experience-area .content .comment-box-info .admin-comment .date{
  color: var(--paragraphColor);
}

/*================================================
Campus Area 2 CSS
=================================================*/
.campus-area-2{
  position: relative;
}

.campus-area-2::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
}

.campus-area-2 .section-title-2 h2{
  color: var(--whiteColor);
}

.campus-area-2 .section-title-2 .sub-title p{
  color: var(--paragraphColorSecond);
}

.campus-card {
  position: relative;
}

.campus-card .content {
  position: absolute;
  content: '';
  bottom: 10%;
  left: 5%;
}

.campus-card .content h2 {
  background-color: var(--whiteColor);
  padding: 10px;
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

/*================================================
Campus Tour Area CSS
=================================================*/
.campus-tour .content .sub-title{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.campus-tour .content .sub-title i{
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.campus-tour .content .sub-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.campus-tour .content{
  padding: 30px 60px;
}

.campus-tour .content h2{
  margin-bottom: 30px;
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
}

.campus-tour .content p{
  margin-bottom: 30px;
}
.campus-tour .content p:last-child{
  margin-bottom: 0px;
}

.campus-tour .image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px;
}
.campus-tour .image.cp-bg-1{
  background-image: url(../img/all-img/campus-1.png);
}
.campus-tour .image.cp-bg-2{
  background-image: url(../img/all-img/campus-2.png);
}
.campus-tour .image.cp-bg-3{
  background-image: url(../img/all-img/campus-3.png);
}

/*================================================
Events Area CSS
=================================================*/
.events-area{
}
.event .content {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.event .content .image {
  width: 55%;
}

.event .content .text {
  width: 77%;
  padding-right: 50px;
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
  padding-top: 30px;
  background-color: white;
}

.event .content .text::before {
  position: absolute;
  content: '';
  width: -webkit-fill-available;
  z-index: -1;
  top: 10px;
  left: -15px;
  height: -webkit-fill-available;
  background: linear-gradient(135deg,#0395B2,#00C2A8);
  transition: var(--transition);
  opacity: 1;
  box-shadow: 1px 1px 30px #0000000d;
}

.event .content:hover .text::before{
  top: 0px;
  opacity: 1;
}

.event .content .text .tag {
  color: var(--whiteColor);
  background: var(--mainColor);
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 30px;
}

.event .content .text a {
  color: var(--whiteColor);
}

.event .content .text p{
  color: var(--whiteColor);
}

.event .content .text span {
     color: var(--whiteColor);
}

.event .content .text h2{
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 20px;
}
.event .content .text span{
  display: inline-block;
  margin-bottom: 20px;
}

.event .content .text .link {
  position: absolute;
  content: '';
  top: 12%;
  right: 5%;
}
.event .content .text .link a{
  color: var(--paragraphColor);
  font-size: 20px;
}
.event .content .text .link a:hover{
  color: var(--mainColor);
}
.recent-post h4{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.recent-post .event .content .text {
  width: 91%;
}
.upcoming-event h4{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.upcoming-event .content {
  padding-right: 30px;
  padding-left: 15px;
}

.upcoming-event .content h3{
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.upcoming-event .content .location {
  position: relative;
  padding-left: 20px;
}

.upcoming-event .content .location i {
  color: var(--mainColor);
  font-size: 20px;
  position: absolute;
  content: '';
  top: 1px;
  left: -5px;
}

.upcoming-event .content .link a{
  color: var(--paragraphColor);
  font-size: 20px;
}

.upcoming-event .content .link a:hover{
  color: var(--mainColor);
}

.upcoming-event .event-dates {
  display: flex;
  padding: 30px;
  border: 1px solid var(--paragraphColorSecond);
  position: relative;
  border-bottom: 0px;
}

.upcoming-event .event-dates:last-child {
  border-bottom: 1px solid var(--paragraphColorSecond);
  justify-content: center;
}

.upcoming-event .event-dates .btn{
  color: var(--mainColor);
  font-weight: 400;
  position: relative;
  padding: 0;
  border: 0;
}

.upcoming-event .event-dates .btn i{
  position: absolute;
  content: '';
  font-size: 22px;
  top: 1px;
  right: -25px;
}

.upcoming-event .event-dates .date {
  width: 35%;
}

.upcoming-event .event-dates .date ul {
  list-style: none;
  padding: 0;
}

.upcoming-event .event-dates .date ul .mnt {
  padding: 4px;
  background: var(--mainColor);
  text-align: center;
  color: var(--whiteColor);
}

.upcoming-event .event-dates .date ul .det {
  padding: 5px 12px;
  background: var(--whiteColor);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.upcoming-event .content .link {
  position: absolute;
  top: 15%;
  right: 6%;
  content: '';
}

/*================================================
Event Area 2 CSS
=================================================*/
.events-area-2{
  padding-bottom: 60px;
}

.slider-event{
  position: relative;
}

.slider-event.owl-theme .owl-nav [class*=owl-]{
  background-color: var(--secounderyColor);
  transition: var(--transition);
  margin: 0;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--blackColor);
  border-radius: 50%;
  font-size: 25px;
  padding: 0;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.slider-event.owl-theme .owl-nav [class*=owl-]:hover{
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.slider-event.owl-theme .owl-nav [class*=owl-].owl-next{
  left: auto;
  right: -25px;
}

.slider-event-btn {
  text-align: center;
  margin-top: 30px;
}

/*================================================
Success CSS
=================================================*/
.success-area .success-card{
  position: relative;
  margin-bottom: 25px;
}

.success-area .success-card ul {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  list-style: none;
  display: inline-flex;
  padding: 0px 15px 0 85px;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}

.success-area .success-card .play {
  position: absolute;
  content: '';
  bottom: 10%;
  left: 7%;
}

.success-area .success-card .play a {
  height: 50px;
  width: 50px;
  display: inline-block;
  z-index: 1;
  line-height: 55px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 100%;
  font-size: 40px;
  position: relative;
}

.success-area .success-card .play::before {
  position: absolute;
  content: '';
  height: 65px;
  width: 65px;
  top: -7px;
  left: -7px;
  border: 2px solid var(--mainColor);
  border-radius: 45px;
}

.success-area .success-card ul li h3{
  font-family: 'Lexend', sans-serif;
  font-size: 22px;
  color: var(--whiteColor);
  z-index: 2;
      position: relative;
}

.success-area .success-card .image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* overlay color */
    z-index: 1;
    transition: 0.4s ease;
}

.success-area .success-card ul .link a{
  color: var(--whiteColor);
  font-size: 24px;
    z-index: 2;
      position: relative;
}

.success-area.success-area-2{
  background: linear-gradient(135deg,#eefafd,#dff5fb);
  border-radius: 0 0 40px 40px;
  position: relative;
  /* bottom: -40px; */
  z-index: 999;
}

/*================================================
Section Banner Area CSS
=================================================*/
.section-banner{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-spacing{
  padding: 200px 0;
  margin-bottom: 80px;
  position: relative;
}
.section-banner .section-info{
  position: absolute;
  bottom: -20%;
  left: 0%;
  padding: 40px 60px;
  background-image: url(../img/all-img/shape-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--mainColor);
  max-width: 628px;
}
.section-banner .section-info h2{
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
}
.section-banner .section-info p{
  color: #EEEEEE;
}
.section-banner.bg-1{
  background-image: url(../img/banner/section-image-1.png);
}
.section-banner.bg-2{
  background-image: url(../img/banner/section-image-2.png);
}
.section-banner.bg-3{
  background-image: url(../img/banner/section-image-3.png);
}
.section-banner.bg-4{
  background-image: url(../img/banner/section-image-4.png);
}
.section-banner.bg-5{
  background-image: url(../img/banner/section-image-5.png);
}
.section-banner.bg-6{
  background-image: url(../img/banner/section-image-6.png);
}
.section-banner.bg-7{
  background-image: url(../img/banner/section-image-7.png);
}
.section-banner.bg-8{
  background-image: url(../img/banner/section-image-8.png);
}
.section-banner.bg-9{
  background-image: url(../img/banner/section-image-9.png);
}
.section-banner.bg-10{
  background-image: url(../img/banner/section-image-10.png);
}
.section-banner.bg-11{
  background-image: url(../img/banner/section-image-11.png);
}
.section-banner.bg-12{
  background-image: url(../img/banner/section-image-12.png);
}
.section-banner.bg-13{
  background-image: url(../img/banner/section-image-13.png);
}
.section-banner.bg-14{
  background-image: url(../img/banner/section-image-14.png);
  margin-bottom: 80px;
}
.section-banner.bg-15{
  background-image: url(../img/banner/section-image-15.png);
}
.section-banner.bg-16{
  background-image: url(../img/banner/section-image-16.png);
}

.section-banner.bg-17{
  background-image: url(../img/banner/section-image-17.png);
}

.section-banner.bg-18{
  background-image: url(../img/banner/section-image-18.png);
}

.section-banner.bg-19{
  background-image: url(../img/banner/section-image-19.png);
}

.section-banner.bg-20{
  background-image: url(../img/banner/section-image-20.png);
}

.section-banner.bg-21{
  background-image: url(../img/banner/section-image-21.html);
}

.section-banner.bg-22{
  background-image: url(../img/banner/section-image-22.html);
}


/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area{
  background-image: url(../image\ \(7\).png);
  background-size: cover;
  position:relative;
  background-repeat: no-repeat;
  background-position: center;
}
.subscribe-area::before {    
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background:#120f2d;
	opacity:0.3;
}
.subscribe-area .section-title p{
  color: var(--whiteColor);
}

.subscribe-area .section-title h2{
  color: var(--whiteColor);
}

.subscribe-area-2 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.subscribe-area-3{
  background-image: url(../img/all-img/subscribe-image-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.subscribe-area-3 .image {
  position: absolute;
  content: '';
  bottom: -5%;
  left: 20%;
}


.subscribe-area-3 .content span{
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--whiteColor);
}
.subscribe-area-3 .content h2{
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  font-size: 48px;
  margin-bottom: 40px;
}

.subscribe-area-3 .content .signup {
  height: 85px;
  background-color: #ffffff12;
  border-radius: 5px;
  margin: auto;
  border: 12px solid #282828;
}

.subscribe-area-3 .content .signup .email-signup {
  height: 60px;
  padding: 0px 5px 0px 22px;
  width: 400px;
  caret-color: var(--mainColor);
  font-size: 20px;
  color: var(--whiteColor);
  background-color: transparent;
  outline-style: none;
  border: none;
  border-radius: 0.2rem;
}
.subscribe-area-3 .content .signup .btn{
  height: 60px;
  width: 200px;
  background-color: var(--mainColor);
  border: none;
  font-size: 18px;
  border-radius: 5px;
  float: right;
  color: var(--whiteColor);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area{
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
}

.footer-top-info{
  border-bottom: 1px solid #073972;
}

.footer-top-info .content {
  text-align: center;
  max-width: 675px;
  font-size: 18px;
  margin: auto;
}

.footer-top-info .content .image {
  position: relative;
  top: -50px;
}

.footer-top-info .content p{
  color: var(--paragraphColorSecond);
  margin-bottom: 30px;
  font-size: 22px;
}

.footer-top-info .content ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.footer-top-info .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-top-info .content ul li:last-child{
  margin-right: 0px;
}

.footer-top-info .content ul li a {
  display: block;
  background-color: #073972;
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--whiteColor);
  font-size: 24px;
  border-radius: 2px;
  position: relative;
}

.footer-top-info .content ul li a:hover{
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.footer-top-info .content ul li a i{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.footer-widget-info{
  border-bottom: 1px solid #073972;
}

.footer-widget-info .footer-widget h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  color: var(--whiteColor);
  margin-bottom: 30px;
}

.footer-widget-info .footer-widget ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-widget-info .footer-widget ul li {
  margin-bottom: 15px;
  padding-left: 30px;
}

.footer-widget-info .footer-widget ul li:last-child{
  margin-bottom: 0px;
}

.footer-widget-info .footer-widget ul li a {
  color: var(--paragraphColorSecond);
  position: relative;
}

.footer-widget-info .footer-widget ul li a:hover{
  color: var(--whiteColor);
}

.footer-widget-info .footer-widget ul li a i {
  color: var(--mainColor);
  font-size: 22px;
  position: absolute;
  content: '';
  left: -35px;
  top: 2px;
}

.footer-widget-info .footer-widget .image{
  margin-bottom: 30px;
}

.footer-widget-info .footer-widget .info-links{
  margin-top: 30px;
}

.footer-widget-info .footer-widget .info-links a{
  color: var(--blackColor);
  font-weight: 400;
}

.footer-widget-info .footer-widget .info-links a:hover{
  color: var(--mainColor);
}

.copy-right-area{
  padding: 20px 0;
}

.copy-right-area .cpr-left{
 
}

.copy-right-area .cpr-left p{
 color: var(--paragraphColorSecond);
}

.copy-right-area .cpr-left P a{
 color: var(--whiteColor);
 font-weight: 400;
}

.copy-right-area .cpr-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.copy-right-area .cpr-right ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}

.copy-right-area .cpr-right ul li {
  display: inline-block;
  margin-right: 25px;
}

.copy-right-area .cpr-right ul li:last-child{
  margin-right: 0px;
}

.copy-right-area .cpr-right ul li a{
 color: var(--paragraphColorSecond);
}

.copy-right-area .cpr-right ul li a:hover{
 color: var(--whiteColor);
}

.copy-right-area.style-2{
  background-color: var(--mainColor);
  position: relative;
}

.copy-right-area.style-2 .copy-logo{
  position: absolute;
  content: '';
  top: -60%;
  left: 0;
  right: 0;
  text-align: center;
}

.copy-right-area.style-2 .cpr-left p{
  color: var(--whiteColor);
}

.copy-right-area.style-2 .cpr-right ul li a{
  color: var(--whiteColor);
 }
 
.copy-right-area.style-2 {
  padding-top: 40px;
}

.copy-right-area.style-2 .social-list {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  margin-left: 20px;
}

.copy-right-area.style-2 .social-list li {
  display: inline-block;
  margin-right: 10px;
}

.copy-right-area.style-2  .social-list li:last-child{
  margin-right: 0px;
}

.copy-right-area.style-2 .social-list li a {
  display: block;
  background-color: var(--whiteColor);
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--blackColor);
  font-size: 24px;
  border-radius: 2px;
  position: relative;
}

.copy-right-area.style-2 .social-list li a i{
  color: var(--blackColor);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: var(--transition);
}

.copy-right-area.style-2 .social-list li a:hover i{
  color: var(--mainColor) !important;
}


.footer-area-3{
  background-color: var(--secounderyColor);
}


.footer-area-3 .footer-top-info .left-content{
  position: relative;
}

.footer-area-3 .footer-top-info .left-content p{
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 400;
  padding-left: 60px;
}

.footer-area-3 .footer-top-info .left-content p a{
  color: var(--mainColor);
}

.footer-area-3 .footer-top-info .left-content p i {
  font-size: 50px;
  position: absolute;
  left: 0;
  top: -10px;
}

.footer-area-3 .footer-top-info .right-content{
  text-align: end;
  position: relative;
}

.footer-area-3 .footer-top-info .right-content span {
  position: absolute;
  content: '';
  top: 10px;
  right: 37%;
}

.footer-area-3 .footer-top-info .right-content ul{
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.footer-area-3 .footer-top-info .right-content ul li{
  display: inline-block;
  margin-right: 10px;
}

.footer-area-3 .footer-top-info .right-content ul li a{
  display: block;
  background-color: var(--whiteColor);
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--blackColor);
  font-size: 24px;
  border-radius: 10px;
  position: relative;
  color: var(--whiteColor);
}

.footer-area-3 .footer-top-info .right-content ul li a i{
  color: var(--blackColor);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: var(--transition);
}

.footer-area-3 .footer-top-info{
  border-bottom: 1px solid #DDDDDD;
}

.footer-area-3 .footer-widget-info .footer-widget h4{
  color: var(--blackColor);
}

.footer-area-3 .footer-widget-info .footer-widget ul li a{
  color: var(--paragraphColor);
}

.footer-area-3 .footer-widget-info .footer-widget ul li a:hover{
  color: var(--mainColor);
}

.footer-area-3 .footer-widget-info{
  border-bottom: 1px solid #DDDDDD;
}

.footer-area-3 .copy-right-area .cpr-left p{
  color: var(--paragraphColor);
}

.footer-area-3 .copy-right-area .cpr-left P a{
  color: var(--mainColor);
}

.footer-area-3 .copy-right-area .cpr-right ul li a{
  color: var(--paragraphColor);
}

.footer-area-3 .copy-right-area .cpr-right ul li a:hover{
  color: var(--mainColor);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  z-index: 4;
  width: 43px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  font-size: 27px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/* Preloader CSS */
.preloader-container {
  --dot-size: 15px;
  --bs-white-rgb: 255, 255, 255;
  position: fixed;
  inset: 0;
  background-color: var(--whiteColor);
  backdrop-filter: blur(0.25rem);
  z-index: 10000;
  display: flex;
  place-items: center;
  place-content: center;
  gap: calc(var(--dot-size) / 4);
}
.preloader-dot {
  width: var(--dot-size);
  height: var(--dot-size);
  aspect-ratio: 1;
  border-radius: calc(var(--dot-size) / 2);
  background-color: var(--bs-primary);
  animation: slide 1.5s infinite;
}
.preloader-dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #e8e7e8;
}
.preloader-dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #d9d0d2;
}
.preloader-dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #2eca7f;
}
.preloader-dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #2eca7f;
}
.preloader-dot:nth-child(5) {
  animation-delay: 0.5s;
  background: var(--mainColor);
}
@keyframes slide {
  0% {
    scale: 1;
 }
  50% {
    scale: 2;
    opacity: 0.3;
 }
  100% {
    scale: 1;
 }
}
/* Main Hero */
.kv-edu-hero {
    position: relative;
    width: 100%;
    background: url('cmt-new.jpeg') center center/cover no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 50px 50px 0px 50px;
    height: 100vh;
}

.kv-edu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
}

.kv-edu-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

/* Left Content */
.kv-edu-content {
    width: 50%;
    margin-bottom: 30px;
    /* background: rgba(0,0,0,.2); */
}

.kv-edu-title {
    color: #fff;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 400;
    margin-bottom: 25px;
}

.kv-inline-color {
    color: #00C2A8;
}

.kv-edu-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 35px;
}

.kv-edu-btn {
    display: inline-block;
    background:#00C2A8;
    color: #fff;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 40px;
}

.kv-edu-btn:hover {
    background: #0B1F3A;
    color: white;
}

/* Right Side */
.kv-edu-image-box {
    width: 45%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -10px;
}

.kv-edu-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    background:#00C2A8;
    transform: rotate(45deg);
    z-index: 1;
}

.kv-edu-image {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

/* Tablet */
@media (max-width: 1024px) {
    .kv-edu-hero {
        padding: 60px 40px;
        min-height: auto;
    }

    .kv-edu-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .kv-edu-content,
    .kv-edu-image-box {
        width: 100%;
    }

    .kv-edu-title {
        font-size: 48px;
    }

    .kv-edu-text {
        margin: 0 auto 30px;
    }

    .kv-edu-image-box {
        margin-top: 60px;
    }

    .kv-edu-shape {
        width: 250px;
        height: 250px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .kv-edu-hero {
        padding: 50px 20px;
    }

    .kv-edu-title {
        font-size: 25px;
        line-height: 1.2;
    }

    .kv-edu-content{
        margin-top: 70px;
    }

    .kv-edu-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .kv-edu-btn {
        padding: 15px 28px;
        font-size: 14px;
    }

    .kv-edu-shape {
        width: 180px;
        height: 180px;
    }

    .kv-edu-image {
        width: 95%;
    }
}
/* Main Section */
.kv-about-sec {
    width: 100%;
    padding: 50px 60px;
    background: #f5f5f5;
}

.kv-about-wrap {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

/* Left Content */
.kv-about-content {
    width: 45%;
}

.kv-about-tag {
    color: #0B1F3A;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
}

.kv-about-title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
    color: #222;
    margin-bottom: 25px;
}

.kv-about-text {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 520px;
}

.kv-about-btn {
    display: inline-block;
    background:#00C2A8;
    color: white;
    text-decoration: none;
    padding: 16px 34px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 40px;
}

.kv-about-btn:hover {
    background: #0B1F3A;
}

/* Right Side */
.kv-about-image-box {
    width: 50%;
    position: relative;
}

.kv-about-green-box {
    position: absolute;
    width: 260px;
    height: 260px;
    background:#00c2a833;
    bottom: -20px;
    left: -20px;
    z-index: 1;
}

.kv-about-image {
    width: 100%;
    max-width: 650px;
    position: relative;
    z-index: 2;
    display: block;
}

.kv-about-card {
    position: absolute;
    right: -40px;
    bottom: -50px;
    background: #fff;
    padding: 15px;
    width: 270px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 3;
    text-align: center;
}

.kv-about-icon {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0B1F3A;
}

.kv-about-card h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 12px;
    font-weight: 800;
}

.kv-about-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

/* Tablet */
@media (max-width: 1024px) {
    .kv-about-wrap {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .kv-about-content,
    .kv-about-image-box {
        width: 100%;
    }

    .kv-about-title {
        font-size: 42px;
    }

    .kv-about-text {
        margin: 0 auto 30px;
    }

    .kv-about-card {
        right: 50%;
        transform: translateX(50%);
        bottom: -60px;
    }

    .kv-about-image-box {
        margin-top: 60px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .kv-about-sec {
        padding: 20px;
    }

    .kv-about-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .kv-about-text {
        font-size: 16px;
    }

    .kv-about-btn {
        padding: 14px 24px;
        font-size: 13px;
    }

    .kv-about-green-box {
        width: 140px;
        height: 140px;
        left: -10px;
        bottom: -10px;
    }

    .kv-about-card {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto;
        transform: none;
        margin-top: 25px;
        padding: 25px;
    }

    .kv-about-card h3 {
        font-size: 22px;
    }
}
.kv-edu-stats-section {
    background: linear-gradient(135deg,#081120,#0B1F3A);
    padding: 50px 40px;
}

.kv-edu-stats-wrapper {
    max-width: 1300px;
    margin: auto;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 40px;
    border-radius: 30px;
}

.kv-edu-top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 70px;
}

.kv-edu-left h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    color: white;
    max-width: 500px;
}

.kv-edu-right p {
    font-size: 16px;
    color: white;
    line-height: 1.8;
    max-width: 550px;
}

.kv-edu-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.kv-edu-stat-box h3 {
    font-size: 70px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}


.kv-edu-stat-box p {
    font-size: 22px;
    font-weight: 400;
   color: white;
    line-height: 1.4;
}

.kv-edu-btn-wrap {
    text-align: center;
}

.kv-edu-btn {
    display: inline-block;
background:#00C2A8;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: 0.3s;
    border-radius: 40px;
}

.kv-edu-btn:hover {
    background: #0B1F3A;
}

/* Tablet */
@media (max-width: 991px) {
    .kv-edu-top-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .kv-edu-left h2 {
        font-size: 40px;
        max-width: 100%;
    }

    .kv-edu-right p {
        max-width: 100%;
    }

    .kv-edu-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .kv-edu-stat-box h3 {
        font-size: 70px;
    }

    .kv-edu-stat-box p {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .kv-edu-stats-section {
        padding: 60px 20px;
    }

    .kv-edu-left h2 {
        font-size: 22px;
    }

    .kv-edu-right p {
        font-size: 16px;
    }

    .kv-edu-stats-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .kv-edu-stat-box h3 {
        font-size: 30px;
    }

    .kv-edu-stat-box p {
        font-size: 16px;
    }

    .kv-edu-btn {
        padding: 15px 35px;
        font-size: 12px;
    }
}
/* ===== SECTION ===== */
.dw-premium-hero {
  background: #f4f4f4;
  padding: 50px 20px;
  overflow: hidden;
}

/* ===== CONTAINER ===== */
.dw-premium-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* ===== LEFT ===== */
.dw-premium-left {
  flex: 1;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== IMAGE ===== */
.dw-img-wrap {
  position: relative;
  z-index: 5;
}

.dw-img {
  width: 450px;
  border-radius: 50px 0px 50px 0px;
}

/* ===== BADGE ===== */
.dw-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 6;
}

.dw-badge h3 {
  color: #0B1F3A;
  margin: 0;
}

.dw-badge span {
  font-size: 11px;
}

/* ===== SHAPES ===== */

/* Blob */
.dw-blob {
  position: absolute;
  width: 260px;
  height: 260px;
  background:#00C2A8;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  z-index: 1;
  animation: blobAnim 8s infinite ease-in-out;
}

/* Circle */
.dw-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background:#00C2A8;
  border-radius: 50%;
  top: 40px;
  left: 60px;
  z-index: 2;
  opacity: 0.7;
}

/* Ring */
.dw-ring {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 2px dashed #00C2A8;
  border-radius: 50%;
  z-index: 1;
  animation: rotateRing 20s linear infinite;
}

/* Layered blocks */
.dw-layer {
  position: absolute;
  width: 180px;
  height: 180px;
  background:#00C2A8;
  z-index: 0;
}

.dw-layer-1 {
  transform: rotate(25deg);
  opacity: 0.3;
}

.dw-layer-2 {
  transform: rotate(-25deg);
  opacity: 0.2;
}

/* Floating dot */
.dw-premium-left::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0B1F3A;
  border-radius: 50%;
  top: 10%;
  right: 15%;
  animation: floatDot 4s infinite;
}

/* ===== RIGHT ===== */
.dw-premium-right {
  flex: 1;
}

.dw-premium-right h1 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 400;
}

.dw-premium-right p {
  color: #666;
  margin-bottom: 25px;
  font-size: 16px;
}

.dw-btn {
  background:#00C2A8;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 400;
  border-radius: 40px;
}

.dw-btn:hover {
    background: #0B1F3A;
    color: white;
}

/* ===== ANIMATIONS ===== */
@keyframes blobAnim {
  0%,100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
  50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
}

@keyframes rotateRing {
  100% { transform: rotate(360deg); }
}

@keyframes floatDot {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
  .dw-premium-container {
    flex-direction: column;
    text-align: center;
  }

  .dw-premium-left {
    height: 350px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .dw-img {
    width: 220px;
  }

  .dw-badge {
    width: 80px;
    height: 80px;
  }

  .dw-premium-right h1 {
    font-size: 22px;
  }

  .dw-ring {
    width: 220px;
    height: 220px;
  }
}
/* ===== SECTION ===== */
.dw-premium-why {
  background: #0B1F3A;
  padding: 50px 20px;
}

/* HEADER */
.dw-premium-header {
  text-align: center;
  margin-bottom: 60px;
}

.dw-premium-header h2 {
  font-size: 30px;
  color: white;
  text-align: left;
  margin-bottom: 10px;
}

.dw-premium-header p {
  color: white;
  text-align: left;
  width: 500px;
}

/* GRID */
.dw-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD (Glassmorphism) */
.dw-card {
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.6);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.3);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* GLOW BORDER */
.dw-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
background: linear-gradient(45deg, #00C2A8, transparent, #00C2A8);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: 0.4s;
}

/* ICON */
.dw-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

background: linear-gradient(45deg, #00C2A8, #0bbbd6, #00C2A8);}

.dw-icon svg {
  width: 30px;
  fill: #fff;
}

/* TEXT */
.dw-card h3 {
  font-size: 20px;
  color: white;
  font-weight: 400;
  margin-bottom: 10px;
}

/* HOVER */
.dw-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.dw-card:hover::before {
  opacity: 1;
}

.dw-card:hover .dw-icon {
  transform: rotate(8deg) scale(1.1);
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
  .dw-premium-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .dw-premium-grid {
    grid-template-columns: 1fr;
  }

  .dw-premium-header h2 {
    font-size: 24px;
  }
}
/* ===== SECTION ===== */
.dw-video-section {
  padding: 50px 20px;
  background: #f5f5f5;
  text-align: center;
}

/* ===== TITLE ===== */
.dw-video-title {
  font-size: 30px;
  font-weight: 400;
  margin: 0px 0 25px;
}

/* ===== GRID ===== */
.dw-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1300px;
  margin: auto;
}

/* ===== VIDEO CARD ===== */
.dw-video-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

/* Maintain aspect ratio */
.dw-video-card iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

/* HOVER EFFECT */
.dw-video-card:hover {
  transform: translateY(-6px) scale(1.02);
}

/* BUTTON */
.dw-video-btn-wrap {
  margin-top: 30px;
}

.dw-video-btn {
  display: inline-block;
  padding: 10px 20px;
  background:#00C2A8;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}

.dw-video-btn:hover {
  background: #0B1F3A;
    color: #fff;
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
  .dw-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {

  .dw-video-title {
    font-size: 22px;
  }

  .dw-video-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dw-video-section {
    padding: 50px 15px;
  }
}
/* ========================================= */
/* STUDENT TESTIMONIAL SECTION */
/* ========================================= */

.nx-student-voices-section{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
    overflow:hidden;
}

.nx-student-voices-container{
    max-width:1280px;
    margin:auto;
}

/* HEADING */

.nx-student-heading{
    text-align:center;
    margin-bottom:70px;
}

.nx-student-subtitle{
    display:inline-block;
    background:#00c2a833;
    color:#fff;
    padding:12px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.nx-student-heading h2{
    font-size:30px;
    color: white;
    margin-bottom:5px;
    font-weight:400;
}

.nx-student-heading p{
    max-width:760px;
    margin:auto;
    color: white;
    font-size:16px;
}

/* CARD */

.nx-student-card{
    background:#fff;
background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:15px;
    position:relative;
    overflow:hidden;
    transition:0.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
    margin:10px;
}

.nx-student-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:28px;
    padding:1px;
    background:linear-gradient(45deg,#0395B2,transparent,#0395B2);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;

    opacity:0;
    transition:0.4s;
}

.nx-student-card:hover::before{
    opacity:1;
}

.nx-student-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

/* TOP */

.nx-student-top{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

/* IMAGE */

.nx-student-image img{
    width:75px;
    height:75px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #e8f9fd;
}

/* DETAILS */

.nx-student-details h4{
    margin:0 0 6px;
    font-size:21px;
    color: white;
    font-weight:400;
}

.nx-student-details span{
    font-size:14px;
    color:#00C2A8;
    font-weight:600;
}

/* QUOTE */

.nx-student-quote-icon{
    margin-bottom:18px;
}

/* MESSAGE */

.nx-student-message{
    color: white;
    font-size:13px;
    margin:0;
}

/* DOTS */

.nx-student-slider .owl-dots{
    margin-top:40px;
    text-align:center;
}

.nx-student-slider .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:#00C2A8 !important;
    display:block;
    border-radius:50%;
    transition:0.3s;
}

.nx-student-slider .owl-dot.active span{
    width:32px;
    border-radius:30px;
    background:#00C2A8 !important;
}

/* MOBILE */

@media(max-width:767px){

    .nx-student-voices-section{
        padding:70px 15px;
    }

    .nx-student-heading{
        margin-bottom:50px;
    }

    .nx-student-heading h2{
        font-size:22px;
    }

    .nx-student-heading p{
        font-size:15px;
    }

    .nx-student-card{
        padding:28px 22px;
    }

    .nx-student-top{
        flex-direction:column;
        text-align:center;
    }

}/* ===== FOOTER ===== */
.dw-footer {
  background: #fff;
  color: #ccc;
  padding-top: 60px;
}

/* CONTAINER */
.dw-footer-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 20px 40px;
}

/* LOGO */
.dw-footer-logo {
  color: #fff;
  margin-bottom: 5px;
}

/* TEXT */
.dw-footer-brand p {
  font-size: 15px;
}

.dw-footer-contact p {
  margin: 8px 0;
  font-size: 15px;
}

.dw-footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.7;
}
.dw-footer-contact a {
    text-decoration: none;
}

.dw-footer-contact a:hover {
    color: #00C2A8;
}

.dw-footer-contact svg {
    min-width: 20px;
    margin-top: 4px;
}

@media(max-width:768px){
    .dw-footer-contact p{
        font-size:14px;
        gap:10px;
    }
    .dw-premium-header p {
      font-size: 16px;
    width: auto;
}
}
/* HEADINGS */
.dw-footer-col h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #00C2A8;
}

/* LINKS */
.dw-footer-col ul {
  list-style: none;
  padding: 0;
}

.dw-footer-col ul li {
  margin-bottom: 10px;
}

.dw-footer-col ul li a {
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

/* HOVER */
.dw-footer-col ul li a:hover {
  color: #00C2A8;
}

.dw-footer-logo img {
  width: 200px;   /* adjust as needed */
  max-width: 100%;
  height: auto;
  display: block;
}
/* BOTTOM */
.dw-footer-bottom {
  border-top: 1px solid #222;
  padding: 20px;
  text-align: center;
}

.dw-footer-bottom p {
  color: #0B1F3A;
}
/* LINKS */
.dw-footer-links {
  margin: 10px 0;
}

.dw-footer-links a {
  margin: 0 10px;
  color: #0B1F3A;
  text-decoration: none;
  font-size: 15px;
}

.dw-footer-links a:hover {
  color: #00C2A8;
}

/* SOCIAL ICONS */
.dw-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #1a1a1a;
  border-radius: 6px;
  margin: 0 5px;
  transition: 0.3s;
  background:#00C2A8;
}

/* SVG STYLE */
.dw-footer-social svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

/* HOVER */
.dw-footer-social a:hover {
  background:#00C2A8;
  transform: translateY(-3px);
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
  .dw-footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {

  .dw-footer-container {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .dw-footer-links a {
    display: block;
    margin: 5px 0;
  }

  .dw-footer-social {
    margin-top: 10px;
  }
}
    /* ===== UNIQUE HERO SECTION ===== */
    .nx-global-hero{
      position:relative;
      width:100%;
      min-height:400px;
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:hidden;
      padding:20px;
    }

    /* Background Image */
    .nx-global-hero__bg{
      position:absolute;
      inset:0;
      z-index:1;
    }

    /* Dark Overlay */
    .nx-global-hero__overlay{
      position:absolute;
      inset:0;
      background:linear-gradient(
        to bottom,
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.50)
      );
      z-index:2;
    }

    /* Content */
    .nx-global-hero__content{
      position:relative;
      z-index:3;
      max-width:760px;
      text-align:center;
      color:#fff;
    }

    .nx-global-hero__title{
      font-size:35px;
      color: white;
      font-weight:400;
      margin-bottom:10px;
    }

    .nx-global-hero__desc{
      font-size:16px;
      color:#f1f1f1;
      max-width:620px;
      margin:0 auto 35px;
    }

    .nx-global-hero__btn{
      display:inline-block;
      padding:16px 42px;
      background:#00C2A8;
      color:white;
      text-decoration:none;
      font-size:14px;
      font-weight: 400;
      letter-spacing:1px;
      text-transform:uppercase;
      transition:0.3s ease;
      border-radius: 40px;
    }

    .nx-global-hero__btn:hover{
      background:#0B1F3A;
      transform:translateY(-2px);
      color: white;
    }

    /* =========================
       TABLET RESPONSIVE
    ========================== */
    @media (max-width: 991px){

      .nx-global-hero{
        min-height:85vh;
      }

      .nx-global-hero__title{
        font-size:48px;
      }

      .nx-global-hero__desc{
        font-size:16px;
      }
    }

    /* =========================
       MOBILE VERSION
    ========================== */
    @media (max-width: 600px){

      .nx-global-hero{
        min-height:50vh;
        padding:20px;
      }

      .nx-global-hero__title{
        font-size:24px;
        line-height:1.15;
        margin-bottom:18px;
      }

      .zx-learning-section{
        padding:20px !important;
        border-radius:20px;
    }


      .nx-global-hero__desc{
        font-size:16px;
        line-height:1.6;
        margin-bottom:28px;
      }

      .nx-global-hero__btn{
        padding:14px 30px;
        font-size:13px;
      }
    }
    .zx-learning-section{
      padding: 50px 0px;
      background: linear-gradient(135deg,#eefafd,#dff5fb);
    }

    .zx-learning-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:24px;
      max-width:1200px;
      margin:auto;
    }

    /* =========================
       LEFT CONTENT
    ========================== */
    .zx-learning-content{
      border-radius:22px;
      padding:50px;
      box-shadow:0 0 0 1px rgba(0,0,0,0.03);
      display:flex;
      flex-direction:column;
    }

    .zx-learning-subtitle{
      color:#0B1F3A;
      font-size:18px;
      font-weight: 400;
      margin-bottom:24px;
    }

    .zx-learning-title{
      font-size:35px;
      font-weight:400;
      margin-bottom:40px;
      letter-spacing:-2px;
    }

    .zx-learning-text{
      max-width:580px;
      color: #666;
    }

    /* =========================
       RIGHT SIDE
    ========================== */
    .zx-learning-right{
      display:flex;
      flex-direction:column;
      gap:24px;
    }

    /* IMAGE CARD */
    .zx-learning-image-card{
      background:#b8d2f5;
      border-radius:22px;
      overflow:hidden;
      min-height:420px;
      position:relative;
    }

    .zx-learning-image-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    /* COUNTER AREA */
    .zx-learning-counter-wrapper{
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 20px auto;
    }

    .zx-learning-counter-box{
      background: linear-gradient(135deg,#081120,#0B1F3A);
      border-radius:18px;
      padding:32px 28px;
      box-shadow:0 0 0 1px rgba(0,0,0,0.03);
    }

    .zx-learning-counter-number{
      font-size:45px;
      font-weight:600;
      margin-bottom:10px;
      line-height:1;
      color: white;
    }

    .zx-learning-counter-label{
      font-size:17px;
      color: white;
    }

    /* =========================
       TABLET
    ========================== */
    @media (max-width: 991px){

      .zx-learning-grid{
        grid-template-columns:1fr;
      }

      .zx-learning-title{
        font-size:52px;
      }

      .zx-learning-image-card{
        min-height:360px;
      }
    }

    /* =========================
       MOBILE VERSION
    ========================== */
    @media (max-width: 600px){

      .zx-learning-content{
        padding:20px;
      }

      .zx-learning-title{
        font-size:28px;
        line-height:1.15;
        margin-bottom:28px;
      }

      .zx-learning-subtitle{
        font-size:16px;
        margin-bottom:18px;
      }

      .zx-learning-text{
        font-size:15px;
        line-height:1.7;
      }

      .zx-learning-image-card{
        min-height:260px;
      }

      .zx-learning-counter-wrapper{
        grid-template-columns:1fr;
      }

      .zx-learning-counter-box{
        padding:26px 22px;
      }

      .zx-learning-counter-number{
        font-size:30px;
      }

      .zx-learning-counter-label{
        font-size:16px;
      }
    }
/* =========================
   Mission Vision Section
========================= */

.mvx-section {
  background:#00C2A8;
  padding: 100px 30px;
}

.mvx-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: space-between;
}

.mvx-card {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.mvx-icon {
  min-width: 42px;
}

.mvx-content h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.2;
}

.mvx-content p {
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  max-width: 500px;
}

/* =========================
   Mobile Responsive
========================= */

@media (max-width: 768px) {

  .mvx-section {
    padding: 50px 18px;
  }

  .mvx-container {
    flex-direction: column;
    gap: 35px;
  }

  .mvx-card {
    gap: 15px;
  }

  .mvx-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .mvx-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .mvx-icon svg {
    width: 36px;
    height: 36px;
  }
}
/* ===== FAQ SECTION ===== */

.nova-faq-wrapper {
    background: linear-gradient(135deg,#081120,#0B1F3A);
    padding: 50px 20px;
}

.nova-faq-container {
    max-width: 1300px;
    margin: auto;
}

.nova-faq-container h1 {
    font-size: 30px;
    color: white;
    margin: auto 0px 30px;
    text-align: center;
}

/* ===== FAQ ITEM ===== */

.nova-faq-item {
background: linear-gradient(135deg,#eefafd,#dff5fb);
    border-radius: 30px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.nova-faq-item.active {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

/* ===== QUESTION ===== */

.nova-faq-question {
    width: 100%;
    border: none;
    outline: none;
    background:#00C2A8;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    padding: 20px 28px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;

    transition:
        background 0.3s ease,
        padding 0.3s ease;
}

.nova-faq-question:hover {
    background: #00c2a8;
}

.nova-faq-question span {
    flex: 1;
}

/* ===== ICON ===== */

.nova-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.4s ease;
}

.nova-faq-icon svg {
    width: 18px;
    height: 18px;
}

.nova-faq-item.active .nova-faq-icon {
    transform: rotate(180deg);
}

/* ===== ANSWER ANIMATION ===== */

.nova-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;

    transition:
        max-height 0.6s ease,
        opacity 0.4s ease,
        padding 0.4s ease;

    padding: 0 35px;
}

.nova-faq-item.active .nova-faq-answer {
    max-height: 1200px;
    opacity: 1;
    padding: 35px;
}

/* ===== CONTENT ===== */

.nova-faq-content {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 40px;
}

/* ===== IMAGE ===== */

.nova-faq-image {
    overflow: hidden;
    border-radius: 18px;
}

.nova-faq-image img {
    width: 100%;
    border-radius: 18px;
    display: block;

    transform: scale(1);
    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}

.nova-faq-item.active .nova-faq-image img {
    transform: scale(1.04);
}

.nova-faq-image:hover img {
    transform: scale(1.08);
}

/* ===== TEXT ===== */

.nova-faq-text {
    animation: fadeSlideUp 0.6s ease;
}

.nova-faq-text h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #00C2A8;
    margin-bottom: 24px;
    font-weight: 400;
}

.nova-faq-text h4 {
    font-size: 24px;
    font-weight: 400;
}

.nova-faq-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.nova-faq-text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.nova-faq-text ul li {
    margin-bottom: 12px;
    color: white;
    line-height: 1.7;
    font-size: 16px;

    transform: translateX(0);
    transition: transform 0.3s ease;
}

.nova-faq-text ul li:hover {
    transform: translateX(5px);
}

/* ===== KEYFRAMES ===== */

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

    .nova-faq-wrapper {
        padding: 15px;
    }

    .nova-faq-container h1 {
        font-size: 22px;
        margin-bottom: 25px;
        font-weight: 400;
    }

    .nova-faq-question {
        font-size: 16px;
        padding: 18px 20px;
    }

    .nova-faq-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .nova-faq-text h2 {
        font-size: 20px;
        font-weight: 400;
    }

    .nova-faq-text h4 {
font-size: 20px;
        font-weight: 400;
}

    .nova-faq-answer {
        padding: 0 24px;
    }

    .nova-faq-item.active .nova-faq-answer {
        padding: 24px;
    }
}

.nova-faq-item{
    display:block;
    margin-bottom:40px;
}

.nova-faq-answer{
    max-height:unset !important;
    opacity:1 !important;
    padding:40px !important;
    overflow:visible;
}

.nova-faq-item.active{
    transform:none;
}
.nova-faq-item{
    position:relative;
    overflow:hidden;

    /* background:linear-gradient(135deg,#0395B2,#00C2A8); */
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,0.12);
    border-radius:30px;

    box-shadow:
    0 15px 35px rgba(3,149,178,0.15);
}

.nova-faq-item::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(0,194,168,0.15);
    top:-60px;
    right:-60px;
    filter:blur(20px);
}
.nova-faq-image{
    height:500px;
    border-radius:25px;
    overflow:hidden;
    position:relative;
}

.nova-faq-image img{
    width:100%;
    height:auto;
    object-fit:cover;

    transform:translateY(-30px);
    transition:transform .2s linear;
}
.nova-faq-content{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:50px;
}

.nova-faq-text h2{
    font-size:30px;
}

.nova-faq-text h4{
    margin-bottom:25px;
}

.nova-faq-text p{
    line-height:1.9;
}
@media(max-width:768px){

    .nova-faq-content{
        grid-template-columns:1fr;
    }

    .nova-faq-image{
        height:350px;
    }

    .nova-faq-text h2{
        font-size:28px;
    }
}
/* ===== PROGRAM SECTION ===== */

.nova-programs-wrapper {
    background:linear-gradient(135deg,#eefafd,#dff5fb);
    padding: 50px 20px 70px 20px;
    overflow: hidden;
}

.nova-programs-container {
    max-width: 1300px;
    margin: auto;
}

/* ===== HEADING ===== */

.nova-programs-heading {
    text-align: center;
    margin-bottom: 60px;

    animation: novaFadeUp 1s ease;
}

.nova-programs-heading h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.nova-programs-heading p {
    max-width: 650px;
    margin: auto;
    font-size: 16px;
    color: #666;
}

/* ===== GRID ===== */

.nova-programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* ===== CARD ===== */

.nova-program-card {
    position: relative;
      background:linear-gradient(135deg,#eefafd,#dff5fb);
    padding: 50px 35px 70px;
    text-align: center;
    transition: all 0.45s ease;
    animation: novaFadeUp 1s ease;
    animation-fill-mode: both;
}

.nova-program-card:nth-child(2) {
    animation-delay: 0.2s;
}

.nova-program-card:nth-child(3) {
    animation-delay: 0.4s;
}

/* Hover Animation */

.nova-program-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* Active Card */

.nova-program-card.active {
    background:#00C2A8;
    color: #ffffff;
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.nova-program-card.active h3,
.nova-program-card.active p {
    color: #ffffff;
}

/* ===== CONTENT ===== */

.nova-program-content h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 22px;
    transition: color 0.3s ease;
}

.nova-program-content p {
    font-size: 16px;
    color: #666;
    transition: color 0.3s ease;
}

/* ===== ARROW BUTTON ===== */

.nova-program-arrow {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);

    width: 58px;
    height: 58px;
    border-radius: 50%;

    background: #ffffff;
    color: #666;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);

    transition: all 0.35s ease;
}

.nova-program-arrow svg {
    width: 24px;
    height: 24px;
}

.nova-program-card:hover .nova-program-arrow {
    transform: translateX(-50%) rotate(0deg) scale(1.1);
    color: #00C2A8;
}

.nova-program-card.active .nova-program-arrow {
    color: #00C2A8;
}

/* ===== KEYFRAMES ===== */

@keyframes novaFadeUp {

    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== TABLET ===== */

@media (max-width: 991px) {

    .nova-programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nova-programs-heading h2 {
        font-size: 42px;
    }

    .nova-program-content h3 {
        font-size: 28px;
    }
}

/* ===== MOBILE ===== */

@media (max-width: 767px) {

    .nova-programs-wrapper {
        padding: 70px 16px;
    }

    .nova-programs-heading {
        margin-bottom: 40px;
    }

    .nova-programs-heading h2 {
        font-size: 22px;
        font-weight: 400;
    }

    .nova-programs-heading p {
        font-size: 15px;
    }

    .nova-programs-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .nova-program-card {
        padding: 40px 25px 65px;
    }

    .nova-program-content h3 {
        font-size: 24px;
    }

    .nova-program-content p {
        font-size: 16px;
    }

    .nova-program-arrow {
        width: 54px;
        height: 54px;
    }
}
/* ===== COMPANY SHOWCASE SECTION ===== */

.nova-company-showcase-wrapper {
    background: #f7f7f8;
    padding: 80px 20px;
}

.nova-company-showcase-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* ===== TITLE ===== */

.nova-company-showcase-heading {
    margin-bottom: 45px;
    animation: novaCompanyFadeUp 1s ease;
}

.nova-company-showcase-heading h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}

/* ===== IMAGE ===== */

.nova-company-showcase-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nova-company-showcase-image img {
    max-width: 100%;
    width: 850px;
    height: auto;
    display: block;
}

/* ===== TABLET ===== */

@media (max-width: 991px) {

    .nova-company-showcase-wrapper {
        padding: 70px 20px;
    }

    .nova-company-showcase-heading h2 {
        font-size: 42px;
    }

    .nova-company-showcase-image img {
        width: 100%;
    }
}

/* ===== MOBILE ===== */

@media (max-width: 767px) {

    .nova-company-showcase-wrapper {
        padding: 55px 16px;
    }

    .nova-company-showcase-heading {
        margin-bottom: 30px;
    }

    .nova-company-showcase-heading h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .nova-company-showcase-image img {
        width: 100%;
    }
}
/* ===== FAQ SECTION ===== */

.nova-minimal-faq-wrapper {
    background: linear-gradient(135deg,#081120,#0B1F3A);
    padding: 50px 20px;
}

.nova-minimal-faq-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 70px;
    align-items: start;
}

/* ===== LEFT ===== */

.nova-minimal-faq-left {
    animation: novaFaqFadeUp 1s ease;
}

.nova-minimal-faq-label {
    color: #00C2A8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 18px;
}

.nova-minimal-faq-left h2 {
    font-size: 30px;
    margin-bottom: 28px;
    font-weight: 400;
    color: white;
}

.nova-minimal-faq-left p {
    color: white;
    font-size: 16px;
}

/* ===== FAQ RIGHT ===== */

.nova-minimal-faq-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ===== ITEM ===== */

.nova-minimal-faq-item {
background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.4s ease;

    animation: novaFaqFadeUp 0.8s ease;
}

/* ACTIVE */

.nova-minimal-faq-item.active {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* ===== QUESTION ===== */

.nova-minimal-faq-question {
    width: 100%;
    border: none;
    padding: 24px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    text-align: left;

    transition: all 0.3s ease;
}

.nova-minimal-faq-item.active .nova-minimal-faq-question {
    background:#00C2A8;
}

.nova-minimal-faq-question span {
    font-size: 15px;
    font-weight: 700;
    color: #666;
    padding-right: 20px;
    transition: color 0.3s ease;
}

.nova-minimal-faq-item.active .nova-minimal-faq-question span {
    color: #ffffff;
}

/* ===== ICON ===== */

.nova-minimal-faq-icon {
    min-width: 28px;
    width: 28px;
    height: 28px;

    border-radius: 50%;
    background:#00C2A8;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.4s ease;
}

.nova-minimal-faq-icon svg {
    width: 14px;
    height: 14px;
}

.nova-minimal-faq-item.active .nova-minimal-faq-icon {
    background: #ffffff;
    color: #00C2A8;
    transform: rotate(180deg);
}

/* ===== ANSWER ===== */

.nova-minimal-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.5s ease,
        padding 0.4s ease;

    padding: 0 22px;
}

.nova-minimal-faq-item.active .nova-minimal-faq-answer {
    max-height: 400px;
    padding: 22px;
}

.nova-minimal-faq-answer p {
    color: white;
    font-size: 16px;
}

/* ===== ANIMATION ===== */

@keyframes novaFaqFadeUp {

    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== TABLET ===== */

@media (max-width: 991px) {

    .nova-minimal-faq-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .nova-minimal-faq-left h2 {
        font-size: 44px;
    }
}

/* ===== MOBILE ===== */

@media (max-width: 767px) {

    .nova-minimal-faq-wrapper {
        padding: 60px 16px;
    }

    .nova-minimal-faq-left h2 {
        font-size: 26px;
        line-height: 1.1;
    }

    .nova-minimal-faq-left p {
        font-size: 16px;
    }

    .nova-minimal-faq-question {
        padding: 18px 16px;
        align-items: flex-start;
    }

    .nova-minimal-faq-question span {
        font-size: 11px;
        line-height: 1.5;
    }

    .nova-minimal-faq-answer {
        padding: 0 16px;
    }

    .nova-minimal-faq-item.active .nova-minimal-faq-answer {
        padding: 18px 16px;
    }

    .nova-minimal-faq-answer p {
        font-size: 14px;
    }
}
/* =======================
   WRAPPER
======================= */
.vm-wrapper {
  padding: 50px 0;
  background: linear-gradient(135deg,#eefafd,#dff5fb);
}

.vm-container1 {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* =======================
   COMMON BLOCK LAYOUT
======================= */
.vm-block {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

/* ICON */
.vm-icon-wrap {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.vm-icon-cmabout {
  width: 350px;
  max-width: 100%;
  border-radius: 50px 0px 50px 0px;
}

/* TITLES & DIVIDER */
.vm-title {
  font-size: 34px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 10px;
  text-align: left;
}

.vm-divider {
  width: 70px;
  height: 5px;
  background:#00C2A8;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* TEXT */
.vm-text {
  font-size: 16px;
  line-height: 1.5;
  color: #5E5D6D;
  margin-bottom: 15px;
  text-align: left;
}

/* LIST */
.vm-list {
  padding-left: 0px;
  color: #5E5D6D;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  list-style: none;  
}

.vm-list li {
  margin-bottom: 12px;
}

/* =======================
   TABLET (≤992px)
======================= */
@media (max-width: 992px) {
  .vm-block {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .vm-icon-wrap {
    order: -1; /* Move icon above the text */
  }

  .vm-title {
    font-size: 25px;
    text-align: left;
  }

  .vm-text,
  .vm-list {
    text-align: left;
    font-size: 16px;
  }
}

/* =======================
   MOBILE (≤600px)
======================= */
@media (max-width: 600px) {
  .vm-wrapper {
    padding: 50px 15px;
  }

  .vm-title {
    font-size: 26px;
  }

  .vm-icon-cmabout {
    width: 100px;
  }

  .vm-divider {
    width: 50px;
    height: 4px;
  }
}

/* =======================
   EXTRA SMALL MOBILE (≤480px)
======================= */
@media (max-width: 480px) {
  .vm-title {
    font-size: 22px;
  }

  .vm-icon-cmabout {
    width: 80px;
  }

  .vm-divider {
    width: 40px;
    height: 4px;
  }
    .vm-container1 {
    padding: 0px;
}
}
/* Main Section */
.eduvista-overview-wrap {
    background: linear-gradient(135deg,#eefafd,#dff5fb);
    padding: 50px 30px;
}

.eduvista-overview-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}

/* Left Side */
.eduvista-left-content {
    flex: 1;
}

.eduvista-small-title {
    color: #0B1F3A;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}

.eduvista-main-heading {
    font-size: 40px;
    font-weight: 400;
    margin: 20px 0;
    max-width: 600px;
}

.eduvista-desc {
    color: #666;
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 35px;
}

/* Features */
.eduvista-feature-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
}

.eduvista-icon-circle {
    width: 48px;
    height: 48px;
    border: 2px solid #00C2A8;
    border-radius: 50%;
    color: #00C2A8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.eduvista-feature-box h4 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #111;
}

.eduvista-feature-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* Right Side */
.eduvista-right-content {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.eduvista-image-box {
    position: relative;
    z-index: 2;
}

.eduvista-image-box img {
    width: 350px;
    height: 480px;
    object-fit: cover;
    display: block;
}

.eduvista-green-shape {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 130px;
    height: 130px;
    background:#00C2A8;
    z-index: -1;
}

/* Info Card */
.eduvista-info-card {
    background: #fff;
    padding: 40px;
    width: 320px;
    margin-left: -20px;
    z-index: 3;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.eduvista-info-card h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
}

.eduvista-info-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.eduvista-info-card a {
    display: inline-block;
    background:#00C2A8;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 40px;
}

/* Tablet */
@media (max-width: 991px) {
    .eduvista-overview-container {
        flex-direction: column;
        text-align: center;
    }

    .eduvista-feature-box {
        justify-content: center;
        text-align: left;
    }

    .eduvista-right-content {
        flex-direction: column;
    }

    .eduvista-info-card {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        max-width: 420px;
    }

    .eduvista-main-heading {
        font-size: 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .eduvista-overview-wrap {
        padding: 20px;
    }

    .eduvista-left-content {
    text-align: left;
}
    .eduvista-main-heading {
        font-size: 22px;
        text-align: left;
    }

    .eduvista-desc {
        font-size: 14px;
        text-align: left;
    }

    .eduvista-image-box img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .eduvista-info-card {
        padding: 30px 20px;
    }

    .eduvista-info-card h3 {
        font-size: 22px;
    }

    .eduvista-feature-box h4 {
        font-size: 18px;
    }

    .eduvista-icon-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .eduvista-green-shape {
        width: 90px;
        height: 90px;
    }
}
.applyflow-section-x91 {
    background: linear-gradient(135deg,#eefafd,#dff5fb);
    padding: 50px 30px;
}

.applyflow-container-x91 {
    max-width: 1300px;
    margin: auto;
}

.applyflow-title-x91 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #111;
    margin-bottom: 30px;
}

/* Each Step */
.applyflow-step-x91 {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    padding: 45px 0;
    border-bottom: 1px solid #ddd;
}

.applyflow-step-x91:last-child {
    border-bottom: none;
}

.applyflow-number-x91 {
    font-size: 64px;
    font-weight: 400;
    color: #00C2A8;
    min-width: 120px;
    line-height: 1;
}

.applyflow-content-x91 {
    flex: 1;
}

.applyflow-content-x91 h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1.2;
}

.applyflow-content-x91 p {
    font-size: 16px;
    color: #666;
    max-width: 900px;
}

/* Tablet */
@media (max-width: 991px) {
    .applyflow-title-x91 {
        font-size: 40px;
    }

    .applyflow-step-x91 {
        gap: 40px;
    }

    .applyflow-number-x91 {
        font-size: 50px;
        min-width: 90px;
    }

    .applyflow-content-x91 h3 {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .applyflow-section-x91 {
        padding: 20px;
    }

    .applyflow-title-x91 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .applyflow-step-x91 {
        flex-direction: column;
        gap: 18px;
        padding: 30px 0;
    }

    .applyflow-number-x91 {
        font-size: 42px;
        min-width: auto;
    }

    .applyflow-content-x91 h3 {
        font-size: 20px;
    }

    .applyflow-content-x91 p {
        font-size: 14px;
        line-height: 1.7;
    }
}
.presidentmsg-wrap-vx7 {
    background: linear-gradient(135deg,#eefafd,#dff5fb);
    padding: 50px 30px;
    overflow: hidden;
}

.presidentmsg-container-vx7 {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* Left Content */
.presidentmsg-content-vx7 {
    flex: 1;
    max-width: 620px;
}

.presidentmsg-label-vx7 {
    display: inline-block;
    color: #00C2A8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.presidentmsg-title-vx7 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 28px;
}

.presidentmsg-text-vx7 {
    color: #666;
    margin-bottom: 40px;
    max-width: 540px;
}

/* Signature */
.presidentmsg-signature-vx7 {
    font-family: cursive;
    font-size: 30px;
    color: #777;
    margin-bottom: 12px;
}

.presidentmsg-name-vx7 {
    font-size: 15px;
    color: #444;
    font-weight: 400;
}

/* Right Image */
.presidentmsg-image-vx7 {
    flex: 1;
    text-align: right;
}

.presidentmsg-image-vx7 img {
    max-width: 100%;
    width: 520px;
    height: auto;
    display: inline-block;
    border-radius: 100px 0 100px 0;
}

/* Tablet */
@media (max-width: 991px) {
    .presidentmsg-container-vx7 {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .presidentmsg-content-vx7 {
        max-width: 100%;
    }

    .presidentmsg-title-vx7 {
        font-size: 46px;
    }

    .presidentmsg-text-vx7 {
        margin: auto auto 35px;
    }

    .presidentmsg-image-vx7 {
        text-align: center;
    }

    .presidentmsg-image-vx7 img {
        width: 420px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .presidentmsg-wrap-vx7 {
        padding: 20px;
    }

    .presidentmsg-title-vx7 {
        font-size: 22px;
        line-height: 1.2;
    }

    .presidentmsg-label-vx7 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .presidentmsg-text-vx7 {
        font-size: 14px;
        line-height: 1.7;
    }

    .presidentmsg-signature-vx7 {
        font-size: 26px;
    }

    .presidentmsg-name-vx7 {
        font-size: 13px;
    }

    .presidentmsg-image-vx7 img {
        width: 100%;
        max-width: 300px;
    }
}
.facultynet-wrap-kx91 {
    background: linear-gradient(135deg,#eefafd,#dff5fb);
    padding: 50px 30px;
}

.facultynet-wrap-kx91 h1{
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.facultynet-container-kx91 {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

/* Card */
.facultynet-card-kx91 {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: 0.4s ease;
    border-radius: 0px 40px 0px 40px;
}

/* Image */
.facultynet-card-kx91 img {
    width: 100%;
    display: block;
    transition: 0.5s ease;
}

/* Hover Color Effect */
.facultynet-card-kx91:hover img {
    transform: scale(1.03);
}

/* Info Box */
.facultynet-info-kx91 {
    background: linear-gradient(135deg,#0395B2,#00C2A8);
    padding: 16px 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.facultynet-info-kx91 h3 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 400;
    color: white;
}

.facultynet-info-kx91 p {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

/* Tablet */
@media (max-width: 991px) {
    .facultynet-container-kx91 {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .facultynet-wrap-kx91 {
        padding: 50px 20px;
    }

    .facultynet-container-kx91 {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /* Show color image by default on mobile */
    .facultynet-card-kx91 img {
        filter: grayscale(0%);
    }

    .facultynet-info-kx91 {
        width: 88%;
        padding: 14px;
    }

    .facultynet-info-kx91 h3 {
        font-size: 18px;
    }

    .facultynet-info-kx91 p {
        font-size: 12px;
    }
    .facultynet-wrap-kx91 h1{
  font-size: 24px;
}
}
.blog-section-title{
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
.cmtplc-wrapper {
    padding: 50px 20px 50px;
    background: linear-gradient(135deg,#eefafd,#dff5fb);
    position: relative;
}

.cmtplc-container {
    max-width: 1300px;
    margin: auto;
}

.cmtplc-heading {
    text-align: center;
    margin-bottom: 80px;
}

.cmtplc-badge {
    display: inline-block;
    background:#00C2A8;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.cmtplc-heading h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cmtplc-heading p {
    max-width: 1000px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.cmtplc-timeline {
    position: relative;
}

.cmtplc-timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background:#00C2A8;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cmtplc-card {
    width: 45%;
    padding: 25px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 50px;
    transition: 0.4s;
}

.cmtplc-card:hover {
    transform: translateY(-10px);
}

.cmtplc-card.left {
    left: 0;
}

.cmtplc-card.right {
    left: 55%;
}

.cmtplc-number {
    position: absolute;
    top: 25px;
    width: 60px;
    height: 60px;
    background:#00C2A8;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
}

.left .cmtplc-number {
    right: -90px;
}

.right .cmtplc-number {
    left: -90px;
}

.cmtplc-content h3 {
    color: #00C2A8;
    font-size: 24px;
    margin-bottom: 15px;
}

.cmtplc-content p {
    color: #666;
    line-height: 1.7;
    font-size: 16px;
}

/* Tablet */
@media(max-width: 991px){
    .cmtplc-card {
        width: 100%;
        left: 0 !important;
        margin-bottom: 80px;
    }

    .cmtplc-timeline::before {
        left: 30px;
    }

    .cmtplc-number {
        left: 0 !important;
        right: auto !important;
        top: -30px;
    }
}

/* Mobile */
@media(max-width: 767px){
    .cmtplc-wrapper {
        padding: 20px;
    }

    .cmtplc-heading h2 {
        font-size: 24px;
    }

    .cmtplc-heading p {
        font-size: 15px;
    }

    .cmtplc-card {
        padding: 20px;
    }

    .cmtplc-content h3 {
        font-size: 20px;
    }

    .cmtplc-content p {
        font-size: 14px;
    }

    .cmtplc-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}
.cmtplace-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtplace-container{
    max-width:1300px;
    margin:auto;
}

.cmtplace-head{
    text-align:center;
    margin-bottom:60px;
}

.cmtplace-badge{
    background:#00C2A8;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    display:inline-block;
    margin-bottom:20px;
}

.cmtplace-head h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:15px;
}

.cmtplace-head p{
    max-width:750px;
    margin:auto;
    line-height:1.8;
}

/* STATS */

.cmtplace-stats{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-bottom:70px;
    flex-wrap:wrap;
}

.cmtplace-statbox{
    background:#fff;
    padding:25px 40px;
    border-radius:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    text-align:center;
    min-width:220px;
}

.cmtplace-statbox h3{
    color:#00C2A8;
    font-size:35px;
    margin-bottom:8px;
}

.cmtplace-statbox p{
    color:#666;
    margin:0;
}

/* GRID */

.cmtplace-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* CARD */

.cmtplace-card{
    padding:35px 15px 15px 15px;
    background:#fff;
    border-radius:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
    border:1px solid #e5e7eb;
    border-top:5px solid #00C2A8;
    text-align:left;
}

.cmtplace-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* IMAGE */

.cmtplace-image{
    width:175px;
    height:auto;
    margin:0 auto 20px;
    overflow:hidden;
}

.cmtplace-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .6s ease;
}

/* IMAGE ZOOM ONLY */

.cmtplace-card:hover .cmtplace-image img{
    transform:scale(1.1);
}

.cmtplace-card h3{
    font-size:20px;
    margin-bottom:8px;
    color:#111827;
}

.cmtplace-card h4{
    font-size:15px;
    color:#6b7280;
    margin-bottom:18px;
    line-height:1.5;
}

.cmtplace-salary{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#00C2A8;
    color:#fff;
    font-size:15px;
    font-weight:400;
}

/* TOP PACKAGE BADGE */

.cmtplace-crown{
    position:absolute;
    top:15px;
    right:15px;
    font-size:12px;
    background:#FFD700;
    color:#111;
    padding:6px 12px;
    border-radius:20px;
    font-weight:700;
}

/* TABLET */

@media(max-width:991px){

    .cmtplace-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtplace-head h2{
        font-size:28px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .cmtplace-wrap{
        padding:20px;
    }

    .cmtplace-head{
        margin-bottom:40px;
    }

    .cmtplace-head h2{
        font-size:24px;
    }

    .cmtplace-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cmtplace-statbox{
        width:100%;
        padding:20px;
    }

    .cmtplace-statbox h3{
        font-size:28px;
    }

    .cmtplace-card{
        padding:30px 20px;
    }

    .cmtplace-image{
        width:100px;
        height:100px;
    }

    .cmtplace-card h3{
        font-size:18px;
    }

    .cmtplace-card h4{
        font-size:14px;
    }

    .cmtplace-salary{
        font-size:16px;
    }
}
.cmtseminar-wrap {
    padding: 50px 20px 50px;
    background: linear-gradient(135deg,#eefafd,#dff5fb);
  }

.cmtseminar-container {
    max-width: 1300px;
    margin: auto;
}

.cmtseminar-head {
    text-align: center;
    margin-bottom: 70px;
}

.cmtseminar-badge {
    background:#00C2A8;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
}

.cmtseminar-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.cmtseminar-head p {
    color: #666;
    margin: auto;
}

.cmtseminar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.cmtseminar-card {
    perspective: 1000px;
    height: 300px;
}

.cmtseminar-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.cmtseminar-card:hover .cmtseminar-inner {
    transform: rotateY(180deg);
}

.cmtseminar-front,
.cmtseminar-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.cmtseminar-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmtseminar-front span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background:#00C2A8;
    color: white;
    padding: 8px 18px;
    border-radius: 25px;
}

.cmtseminar-back {
    background: linear-gradient(135deg, #00C2A8, #00C2A8);
    color: white;
    transform: rotateY(180deg);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.cmtseminar-back h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.cmtseminar-back p {
    line-height: 1.8;
    font-size: 16px;
    color: white;
}

/* Tablet */
@media(max-width:991px){
    .cmtseminar-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media(max-width:767px){
    .cmtseminar-grid {
        grid-template-columns: 1fr;
    }

    .cmtseminar-head h2 {
        font-size: 24px;
    }

    .cmtseminar-card {
        height: 250px;
    }

    .cmtseminar-back h3 {
        font-size: 20px;
    }

    .cmtseminar-back p {
        font-size: 14px;
    }
    .cmtseminar-head {
    text-align: left;
}
}
.cmtiv5-wrap {
    padding: 50px 20px;
    background: linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtiv5-container {
    max-width: 1300px;
    margin: auto;
}

.cmtiv5-head {
    text-align: center;
    margin-bottom: 70px;
}

.cmtiv5-head span {
    background:#00C2A8;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.cmtiv5-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0;
}

.cmtiv5-head p {
    max-width: 1000px;
    margin: auto;
    color: #666;
}

.cmtiv5-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.cmtiv5-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    height: 300px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.cmtiv5-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.cmtiv5-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    background: rgba(3,149,178,0.9);
    color: white;
    text-align: center;
    padding: 18px;
    border-radius: 18px;
    transition: 0.5s;
}

.cmtiv5-overlay h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: white;
}

.cmtiv5-overlay p {
    font-size: 14px;
    color: white;
}

.cmtiv5-card:hover img {
    transform: scale(1.12);
}

.cmtiv5-card:hover .cmtiv5-overlay {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(20px);
}

/* Laptop */
@media(max-width:1200px){
    .cmtiv5-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablet */
@media(max-width:991px){
    .cmtiv5-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media(max-width:767px){
    .cmtiv5-grid {
        grid-template-columns: 1fr;
    }

    .cmtiv5-head h2 {
        font-size: 22px;
    }

    .cmtiv5-head {
    text-align: left;
}

    .cmtiv5-card {
        height: 320px;
    }
}
.cmtout-wrap {
    padding: 50px 20px 70px 20px;
    background: linear-gradient(135deg,#081120,#0B1F3A);
}

.cmtout-container {
    max-width: 1300px;
    margin: auto;
}

.cmtout-head {
    text-align: center;
    margin-bottom: 50px;
}

.cmtout-head span {
    background:#00C2A8;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
}

.cmtout-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0;
    color: white;
}

.cmtout-head p {
    max-width: 900px;
    margin: auto;
    color: white;
}

.cmtout-circle-area {
    position: relative;
    width: 700px;
    height: 700px;
    margin: auto;
}

.cmtout-center {
    position: absolute;
    width: 260px;
    height: 260px;
    background:#00C2A8;
    color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 20px 40px rgba(3,149,178,0.3);
}

.cmtout-center h3 {
    font-size: 26px;
    color: white;
}

.cmtout-card {
    position: absolute;
    width: 220px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.cmtout-card:hover {
    transform: translateY(-10px);
}

.cmtout-card h4 {
    margin-bottom: 12px;
    color: white;
}

.cmtout-card p {
    color: white;
}

.cmtout-one {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cmtout-two {
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.cmtout-three {
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.cmtout-four {
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

/* Tablet */
@media(max-width:991px){
    .cmtout-circle-area {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }

    .cmtout-center,
    .cmtout-card {
        position: static;
        transform: none;
    }
}

/* Mobile */
@media(max-width:767px){
    .cmtout-head h2 {
        font-size: 22px;
    }

    .cmtout-center {
        width: 220px;
        height: 220px;
    }
    .cmtout-card h4 {
    font-size: 18px;
}
}
.cmtsport-wrap {
    padding: 50px 20px;
    background: linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtsport-container {
    max-width: 1300px;
    margin: auto;
}

.cmtsport-head {
    text-align: center;
    margin-bottom: 70px;
}

.cmtsport-head span {
    background:#00C2A8;
    color: white;
    padding: 8px 22px;
    border-radius: 30px;
}

.cmtsport-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0;
}

.cmtsport-head p {
    max-width: 900px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.cmtsport-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.cmtsport-card {
    background: white;
    border-radius: 22px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.cmtsport-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00C2A8, #00C2A8);
    transform: translateY(100%);
    transition: 0.5s;
}

.cmtsport-card:hover::before {
    transform: translateY(0);
}

.cmtsport-card img,
.cmtsport-card h3 {
    position: relative;
    z-index: 2;
}

.cmtsport-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.cmtsport-card h3 {
    font-size: 18px;
    transition: 0.5s;
}

.cmtsport-card:hover img {
    transform: scale(1.15);
    filter: brightness(0) invert(1);
}

.cmtsport-card:hover h3 {
    color: white;
}

/* Laptop */
@media(max-width:1200px){
    .cmtsport-grid {
        grid-template-columns: repeat(4,1fr);
    }
}

/* Tablet */
@media(max-width:991px){
    .cmtsport-grid {
        grid-template-columns: repeat(3,1fr);
    }
}

/* Mobile */
@media(max-width:767px){
    .cmtsport-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .cmtsport-head h2 {
        font-size: 24px;
    }
    .cmtsport-wrap {
    padding: 20px;
}
.cmtsport-card img {
    width: 35px;
    height: 35px;
}
}
.cmtglx-wrap {
    padding: 50px 20px;
    background: linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtglx-container {
    max-width: 1300px;
    margin: auto;
}

.cmtglx-head {
    text-align: center;
    margin-bottom: 60px;
}

.cmtglx-head span {
    background:#00C2A8;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.cmtglx-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0;
}

.cmtglx-head p {
    max-width: 900px;
    margin: auto;
}

.cmtglx-slider {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.cmtglx-track {
    display: flex;
    gap: 20px;
    width: max-content;
    will-change: transform;
}

.cmtglx-left {
    animation: cmtglxLeft 30s linear infinite;
}

.cmtglx-right {
    animation: cmtglxRight 30s linear infinite;
}

.cmtglx-slider:hover .cmtglx-track {
    animation-play-state: paused;
}

.cmtglx-slide {
    width: 320px;
    flex-shrink: 0;
}

.cmtglx-slide img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.cmtglx-slide img:hover {
    transform: scale(1.05);
}

@keyframes cmtglxLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes cmtglxRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Lightbox */
.cmtglx-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.cmtglx-lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 20px;
    animation: cmtglxZoom 0.4s ease;
}

@keyframes cmtglxZoom {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.cmtglx-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 48px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.cmtglx-close:hover {
    transform: scale(1.2);
}

/* Laptop */
@media(max-width:1200px){
    .cmtglx-slide {
        width: 280px;
    }
}

/* Tablet */
@media(max-width:991px){
    .cmtglx-slide {
        width: 230px;
    }

    .cmtglx-slide img {
        height: 180px;
    }
}

/* Mobile */
@media(max-width:767px){
    .cmtglx-wrap {
        padding: 20px;
    }

    .cmtglx-slide {
        width: 170px;
    }

    .cmtglx-slide img {
        height: 130px;
    }

    .cmtglx-head h2 {
        font-size: 24px;
    }

    .cmtglx-head p {
        font-size: 14px;
    }

    .cmtglx-close {
        font-size: 36px;
        top: 15px;
        right: 20px;
    }
}
.cmtnxg-wrap {
    padding: 50px 20px;
    background: linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtnxg-container {
    max-width: 1300px;
    margin: auto;
}

.cmtnxg-head {
    text-align: center;
    margin-bottom: 60px;
}

.cmtnxg-head span {
    background:#00C2A8;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.cmtnxg-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0;
}

.cmtnxg-head p {
    max-width: 900px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.cmtnxg-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.cmtnxg-item {
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.cmtnxg-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.cmtnxg-item:hover img {
    transform: scale(1.08);
}

/* Lightbox */
.cmtnxg-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.94);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.cmtnxg-lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 20px;
    animation: cmtnxgZoom 0.4s ease;
}

@keyframes cmtnxgZoom {
    from {
        transform: scale(.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.cmtnxg-close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 50px;
    color: white;
    cursor: pointer;
}

/* Laptop */
@media(max-width:1300px){
    .cmtnxg-grid {
        grid-template-columns: repeat(4,1fr);
    }
}

/* Tablet */
@media(max-width:991px){
    .cmtnxg-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .cmtnxg-item img {
        height: 200px;
    }
}

/* Mobile */
@media(max-width:767px){
    .cmtnxg-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .cmtnxg-head h2 {
        font-size: 24px;
    }

    .cmtnxg-item img {
        height: 150px;
    }
    .cmtnxg-wrap {
    padding: 20px;
}
}
.Bca-title{
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}
.bca-head{
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
/* ===== Main Section ===== */

.dw-campus-clubs-section{
    padding:50px 30px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
  }

/* ===== Header ===== */

.dw-campus-clubs-header{
    text-align:center;
    margin-bottom:60px;
}

.dw-campus-clubs-tag{
    display:inline-block;
    background:#00C2A8;
    color: #fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.dw-campus-clubs-header h2{
    font-size:35px;
    margin-bottom:18px;
    font-weight:400;
}

.dw-campus-clubs-header p{
    max-width:1000px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:16px;
}

/* ===== Clubs Grid ===== */

.dw-campus-clubs-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    max-width: 1300px;
    margin: auto;
}

/* ===== Club Card ===== */

.dw-campus-club-card{
    background: linear-gradient(135deg,#081120,#0B1F3A);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,0.06);
    transition:0.4s ease;
}

.dw-campus-club-card:hover{
    transform:translateY(-10px);
}

/* ===== Club Top ===== */

.dw-campus-club-top{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:35px;
}

.dw-campus-club-icon{
    width:75px;
    height:75px;
    min-width:75px;
    border-radius:22px;
    background:#00c2a833;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dw-campus-club-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
    filter: brightness(0) invert(1);
}

.dw-campus-club-top h3{
    font-size:28px;
    color:white;
    margin-bottom:6px;
}

.dw-campus-club-top span{
    color:white;
    font-size:15px;
}

/* ===== Members ===== */

.dw-campus-member-list{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

/* ===== Member Card ===== */

.dw-campus-member-box{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:20px;
    transition:0.3s ease;
}

/* ===== President & Vice President ===== */

.dw-campus-member-box:nth-child(1),
.dw-campus-member-box:nth-child(2){
    width:calc(50% - 9px);
}

/* ===== Team Members ===== */

.dw-campus-member-box:nth-child(n+3){
    width:calc(33.33% - 12px);
}

.dw-campus-member-box:hover{
    background:#eef3ff;
    transform:translateY(-5px);
}

.dw-campus-member-box h4{
    font-size:18px;
    color:white;
    margin-bottom:8px;
}

.dw-campus-member-box p{
    font-size:14px;
    color:white;
    margin-bottom:14px;
}

.dw-campus-member-box span{
    display:inline-block;
    padding:8px 14px;
    border-radius:30px;
    background:#00c2a833;
    color:#fff;
    font-size:12px;
    font-weight:600;
}

/* ===== Tablet ===== */

@media(max-width:991px){

    .dw-campus-clubs-grid{
        grid-template-columns:1fr;
    }

    .dw-campus-clubs-header h2{
        font-size:38px;
    }

    .dw-campus-member-box:nth-child(n+3){
        width:calc(50% - 9px);
    }

}

/* ===== Mobile ===== */

@media(max-width:600px){

    .dw-campus-clubs-section{
        padding:60px 15px;
    }

    .dw-campus-clubs-header h2{
        font-size:24px;
        line-height:1.3;
    }

    .dw-campus-club-card{
        padding:22px;
    }

    .dw-campus-club-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .dw-campus-club-top h3{
        font-size:22px;
    }

    .dw-campus-club-icon{
        width:65px;
        height:65px;
        min-width:65px;
        font-size:26px;
    }

    .dw-campus-member-box:nth-child(1),
    .dw-campus-member-box:nth-child(2),
    .dw-campus-member-box:nth-child(n+3){
        width:100%;
    }

}

/* ===== Main Section ===== */

.dw-mba-premium-section{
    padding:50px 30px;
    overflow:hidden;
    max-width: 1300px;
    margin: auto;
}

/* ===== Top Layout ===== */

.dw-mba-premium-top{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    align-items:center;
}

/* ===== Left Content ===== */

.dw-mba-premium-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#00C2A8;
    color:white;
    font-size:14px;
    margin-bottom:20px;
}

.dw-mba-premium-left h2{
    font-size:35px;
    line-height:1.15;
    margin-bottom:25px;
    font-weight:400;
}

.dw-mba-premium-left p{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

/* ===== Right Image ===== */

.dw-mba-premium-right{
    position:relative;
}

.dw-mba-premium-right img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:35px;
}

/* ===== Badge ===== */

.dw-mba-premium-badge{
    position:absolute;
    bottom:30px;
    right:30px;
    background:#ffffff;
    padding:20px 24px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.dw-mba-premium-badge h4{
    font-size:20px;
    color:#111827;
    margin-bottom:5px;
}
.dw-mba-apply-link{
    color:#00C2A8;
    font-weight:600;
    text-decoration:none;
}

.dw-mba-apply-link:hover{
    text-decoration:underline;
}

/* ===== Floating Cards ===== */

.dw-mba-floating-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    position:relative;
    z-index:5;
}

.dw-mba-floating-card{
    background:#00C2A8;
    padding:35px;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    transition:0.3s ease;
}

.dw-mba-floating-card:hover{
    transform:translateY(-10px);
}

.dw-mba-floating-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:white;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
}

.dw-mba-floating-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
    /* filter:brightness(0) invert(1); */
}

.dw-mba-floating-card h3{
    font-size:26px;
    margin-bottom:16px;
    color: white;
}
.dw-mba-floating-card p {
    color: #fff;
    font-size: 15px;
}

.dw-mba-floating-card strong {
    color: #fff;
}

/* ===== Stats Strip ===== */

.dw-mba-stats-strip{
    margin:30px auto;
    background: #ffffff;
    border:1px solid #00C2A8;
    border-radius:30px;
    padding:30px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.dw-mba-stat-item{
    text-align:center;
}

.dw-mba-stat-item h4{
    font-size:25px;
    margin-bottom:10px;
}

.dw-mba-stat-item span{
    color: #00C2A8;
    font-size:14px;
}

/* ===== Tablet ===== */

@media(max-width:991px){

    .dw-mba-premium-top{
        grid-template-columns:1fr;
    }

    .dw-mba-floating-grid{
        grid-template-columns:1fr;
        margin-top:50px;
    }

    .dw-mba-stats-strip{
        grid-template-columns:repeat(2,1fr);
    }

    .dw-mba-premium-left h2{
        font-size:42px;
    }

}

/* ===== Mobile ===== */

@media(max-width:600px){

    .dw-mba-premium-section{
        padding:20px;
    }

    .dw-mba-premium-left h2{
        font-size:22px;
    }

    .dw-mba-premium-left p{
        font-size:14px;
    }

    .dw-mba-premium-right img{
        height:350px;
    }

    .dw-mba-premium-btns{
        flex-direction:column;
    }

    .dw-mba-btn-primary,
    .dw-mba-btn-outline{
        width:100%;
        text-align:center;
    }

    .dw-mba-premium-badge{
        left:15px;
        right:15px;
        bottom:15px;
    }

    .dw-mba-stats-strip{
        grid-template-columns:1fr;
    }

    .dw-mba-floating-card{
        padding:25px;
    }
.dw-mba-floating-card h3 {
    font-size: 20px;
}
}
.cmthexjob-wrap{
    padding:50px 20px;
}

.cmthexjob-container{
    max-width:1300px;
    margin:auto;
}

.cmthexjob-head{
    text-align:center;
    margin-bottom:80px;
}

.cmthexjob-head span{
    background:#00C2A8;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
}

.cmthexjob-head h2{
    font-size:30px;
    font-weight: 400;
    margin:20px 0;
}

.cmthexjob-head p{
    color:#666;
}

.cmthexjob-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
}

.cmthexjob-item{
    width:220px;
    height:250px;
    background:#00C2A8;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
    font-size:22px;
    font-weight:bold;
    clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
    transition:.4s;
    cursor:pointer;
    box-shadow:0 15px 30px rgba(0,0,0,.1);
}

.cmthexjob-item:nth-child(even){
    background:#00C2A8;
    margin-top:60px;
}

/* Tablet */
@media(max-width:991px){
    .cmthexjob-item{
        width:180px;
        height:210px;
        font-size:18px;
    }
}

/* Mobile */
@media(max-width:767px){
    .cmthexjob-item{
        width:150px;
        height:170px;
        font-size:15px;
        margin-top:0 !important;
    }

    .cmthexjob-head h2{
        font-size:22px;
    }
}
/* ===== Main Section ===== */

.dw-bba-highlight-section{
    padding:50px 30px;
}

/* ===== Container ===== */

.dw-bba-highlight-container{
    display:grid;
    /* grid-template-columns:0.9fr 1.1fr; */
    gap:50px;
    align-items:center;
    max-width: 1300px;
    grid-auto-flow: row;
    margin: auto;
}

/* ===== Left Content ===== */

.dw-bba-highlight-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#00C2A8;
    color: white;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.dw-bba-highlight-left h2{
    font-size:30px;
    margin-bottom:24px;
    font-weight:400;
}

.dw-bba-highlight-desc{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin-bottom:18px;
}

/* ===== Button ===== */

.dw-bba-highlight-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:20px;
    padding:16px 34px;
    border-radius:40px;
    background:#00C2A8;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:0.3s ease;
}

.dw-bba-highlight-btn:hover{
    background:#0B1F3A;
    color: white;
}

/* ===== Right Grid ===== */

.dw-bba-highlight-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

/* ===== Cards ===== */

.dw-bba-highlight-card{
    background:#ffffff;
    border-radius:24px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:0.3s ease;
}

.dw-bba-highlight-card:hover{
    transform:translateY(-8px);
    background:#00C2A8;
    color:#ffffff;
}

.dw-bba-highlight-card:hover h4{
    color:#ffffff;
}

.dw-bba-highlight-card:hover p{
    color:#ffffff;
}

.dw-bba-highlight-card:hover .dw-bba-highlight-icon{
    background:#ffffff;
}

/* ===== Icon ===== */

.dw-bba-highlight-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:#00C2A8;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    transition:0.3s ease;
}

.dw-bba-highlight-icon img{
    width:32px;
    height:32px;
    object-fit:contain;
    filter:brightness(0) invert(1);
    transition:0.3s ease;
}

/* Hover Change */

.dw-bba-highlight-card:hover .dw-bba-highlight-icon img{
    filter: brightness(0) saturate(100%) invert(43%) sepia(96%) saturate(478%) hue-rotate(151deg) brightness(92%) contrast(101%);
}

/* ===== Card Text ===== */

.dw-bba-highlight-card h4{
    font-size:20px;
    line-height:1.4;
    font-weight: 400;
    transition:0.3s ease;
}

/* ===== Tablet ===== */

@media(max-width:991px){

    .dw-bba-highlight-container{
        grid-template-columns:1fr;
    }

    .dw-bba-highlight-left h2{
        font-size:40px;
    }

}

/* ===== Mobile ===== */

@media(max-width:600px){

    .dw-bba-highlight-section{
        padding:20px;
    }

    .dw-bba-highlight-left h2{
        font-size:22px;
    }

    .dw-bba-highlight-desc{
        font-size:14px;
    }

    .dw-bba-highlight-grid{
        grid-template-columns:1fr;
    }

    .dw-bba-highlight-card{
        padding:24px;
    }

    .dw-bba-highlight-card h4{
        font-size:20px;
    }

    .dw-bba-highlight-btn{
        width:100%;
    }

}
.cmt-admission-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
}

.cmt-popup-content {
    background: #fff;
    width: 600px;
    max-width: 95%;
    padding: 20px;
    position: relative;
    text-align: center;
    border-radius: 8px;
}

.cmt-close {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

.cmt-popup-img {
    width: 100%;
    border-radius: 5px;
}

.cmt-popup-buttons {
    margin-top: 25px;
display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cmt-btn {
    background: #00C2A8;
    color: #fff;
    padding: 8px 21px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.cmt-btn:hover {
    background: #0B1F3A;
    color: #fff;
}

/* Mobile */
@media(max-width:768px){
    .cmt-popup-buttons{
        flex-direction: column;
        gap: 15px;
    }

    .cmt-btn{
        font-size: 16px;
        padding: 14px 20px;
    }
}
.cmt-floating-social-wrap {
    position: fixed;
    right: 20px;
    bottom: 75px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.cmt-social-float {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.cmt-social-float:hover {
    transform: scale(1.12);
        color: #fff;
}

.cmt-whatsapp {
    background: #25D366;
}

.cmt-instagram {
    background: #E1306C;
}

.cmt-facebook {
    background: #1877F2;
}

.cmt-phone {
    background:#00C2A8;
}

/* Mobile Version */
@media (max-width: 768px) {
    .cmt-floating-social-wrap {
        right: 12px;
        bottom: 75px;
        gap: 8px;
    }

    .cmt-social-float {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
.cmt-youtube {
    background: #FF0000;
}
.cmt-linkedin {
    background: #0077B5;
}
.cmt-terms-page-sec,
.cmt-privacy-page-sec,
.cmt-cookie-page-sec {
    padding: 100px 30px;
    background: linear-gradient(135deg,#081120,#0B1F3A);
}

.cmt-terms-container,
.cmt-privacy-container,
.cmt-cookie-container {
    max-width: 1100px;
    margin: auto;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.cmt-terms-container h1,
.cmt-privacy-container h1,
.cmt-cookie-container h1 {
    font-size: 40px;
    color: white;
    font-weight: 400;
    margin-bottom: 30px;
}

.cmt-terms-container h2,
.cmt-privacy-container h2,
.cmt-cookie-container h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: white;
}

.cmt-terms-container p,
.cmt-privacy-container p,
.cmt-cookie-container p {
    font-size: 16px;
    line-height: 1.9;
    color: white;
}

/* Mobile */
@media(max-width:768px){

.cmt-terms-page-sec,
.cmt-privacy-page-sec,
.cmt-cookie-page-sec {
    padding: 60px 5%;
}

.cmt-terms-container,
.cmt-privacy-container,
.cmt-cookie-container {
    padding: 25px;
}

.cmt-terms-container h1,
.cmt-privacy-container h1,
.cmt-cookie-container h1 {
    font-size: 28px;
}

.cmt-terms-container h2,
.cmt-privacy-container h2,
.cmt-cookie-container h2 {
    font-size: 20px;
}

.cmt-terms-container p,
.cmt-privacy-container p,
.cmt-cookie-container p {
    font-size: 15px;
}
}
.cmt-course-wrapper {
    padding: 50px 0px;
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
}

.cmt-course-wrapper-container{
  max-width: 1300px;
  margin: auto;
}

.cmt-course-header {
    text-align: center;
    margin-bottom: 60px;
}

.cmt-course-tag {
    background:#00C2A8;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
}

.cmt-course-header h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

.cmt-course-header p {
    max-width: 750px;
    margin: auto;
    color: #666;
    line-height: 1.7;
}

.cmt-course-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cmt-course-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    border-left: 6px solid #00C2A8;
}

.cmt-course-card:hover {
    transform: translateY(-10px);
}

.cmt-course-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.cmt-course-card ul {
    list-style: none;
    padding: 0;
}

.cmt-course-card ul li {
    margin-bottom: 14px;
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.cmt-value-added {
    text-align: center;
}

.cmt-value-added h2 {
    font-size: 30px;
    margin-bottom: 35px;
}

.cmt-course-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cmt-mini-card {
    background:#00C2A8;
    color: white;
    padding: 18px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.cmt-mini-card:hover {
    background: #0B1F3A;
    transform: scale(1.08);
}

/* Tablet */
@media (max-width: 992px) {
    .cmt-course-grid {
        grid-template-columns: 1fr;
    }

    .cmt-course-header h2 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .cmt-course-wrapper {
        padding: 20px;
    }

    .cmt-course-header h2 {
        font-size: 22px;
    }

    .cmt-course-header p {
        font-size: 16px;
    }

    .cmt-course-card {
        padding: 25px;
    }

    .cmt-course-card h3 {
        font-size: 20px;
    }

    .cmt-mini-card {
        width: 85%;
        text-align: center;
        font-size: 15px;
    }
}
.cmt-course-svg-icon{
    width:26px;
    height:26px;
    margin-right:10px;
    vertical-align:middle;
    color:#00C2A8;
}
.cmt-course-svg-icon-value{
    width:30px;
    height:30px;
    margin-right:10px;
    vertical-align:middle;
    color: white; 
}
.cmt-retail-zone {
    position: relative;
    padding: 50px 30px;
    /* background: linear-gradient(135deg, #041c32, #064663); */
    overflow: hidden;
    border-radius: 30px;
}

.cmt-retail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(135deg,#081120,#0B1F3A);
}

.cmt-retail-wrapper {
    position: relative;
    z-index: 2;
}

.cmt-retail-head {
    text-align: center;
    margin-bottom: 70px;
}

.cmt-retail-badge {
    background:#00C2A8;
    color: white;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 20px;
}

.cmt-retail-head h2 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.cmt-retail-head p {
    max-width: 850px;
    margin: auto;
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.8;
}

.cmt-retail-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1300px;
    margin: auto;
}

.cmt-retail-info-card,
.cmt-retail-objectives-card,
.cmt-retail-highlight-box,
.cmt-retail-career-box {    
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding: 35px;
    margin-bottom: 30px;
}

.cmt-retail-info-card h3,
.cmt-retail-objectives-card h3,
.cmt-retail-highlight-box h3,
.cmt-retail-career-box h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cmt-retail-info-card p,
.cmt-retail-career-box p {
    color: #fff;
    line-height: 1.9;
    font-size: 16px;
}

.cmt-retail-objectives-card ul {
    list-style: none;
    padding: 0;
}

.cmt-retail-objectives-card ul li {
    color: #fff;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
    padding-left: 28px;
}

.cmt-retail-objectives-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: white;
    font-weight: bold;
}

.cmt-retail-highlight-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.cmt-retail-highlight-item span {
    min-width: 55px;
    height: 55px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #00C2A8;
}

.cmt-retail-highlight-item h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
}

.cmt-retail-highlight-item p {
    color: rgba(255,255,255,0.8);
}

/* Tablet */
@media(max-width:992px){
    .cmt-retail-main-grid{
        grid-template-columns:1fr;
    }

    .cmt-retail-head h2{
        font-size:36px;
    }
}

/* Mobile */
@media(max-width:768px){
    .cmt-retail-zone{
        padding:20px;
    }

    .cmt-retail-head h2{
        font-size:22px;
    }

    .cmt-retail-head p{
        font-size:16px;
    }

    .cmt-retail-info-card,
    .cmt-retail-objectives-card,
    .cmt-retail-highlight-box,
    .cmt-retail-career-box{
        padding:25px;
    }

    .cmt-retail-info-card h3, .cmt-retail-objectives-card h3, .cmt-retail-highlight-box h3, .cmt-retail-career-box h3 {
    font-size: 22px;
}
    .cmt-retail-highlight-item{
        flex-direction:column;
    }
    .cmt-retail-highlight-item span {
    height: 30px;
    min-width: 0;
    width: 40px;

}

}
.cmt-retail-jobs-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cmt-retail-jobs-head {
    text-align: center;
    margin-bottom: 60px;
}

.cmt-retail-jobs-tag {
    display: inline-block;
    background:#00C2A8;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 18px;
}

.cmt-retail-jobs-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
}

.cmt-retail-jobs-head p {
    max-width: 750px;
    margin: auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.cmt-retail-jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1300px;
    margin: auto;
}

.cmt-retail-job-box {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(3,149,178,0.12);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    border-top: 5px solid #00C2A8;
}

.cmt-retail-job-box:hover {
    transform: translateY(-12px);
}

.cmt-retail-job-no {
    width: 55px;
    height: 55px;
    background:#00C2A8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 18px;
}

.cmt-retail-job-box h3 {
    font-size: 24px;
    color: #022c35;
    margin-bottom: 15px;
    font-weight: 400;
}

.cmt-retail-job-box p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* Tablet */
@media(max-width:992px){
    .cmt-retail-jobs-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .cmt-retail-jobs-head h2{
        font-size:34px;
    }
}

/* Mobile */
@media(max-width:768px){
    .cmt-retail-jobs-wrap{
        padding:20px;
    }

    .cmt-retail-jobs-grid{
        grid-template-columns:1fr;
    }

    .cmt-retail-jobs-head h2{
        font-size:22px;
    }

    .cmt-retail-jobs-head p{
        font-size:16px;
    }

    .cmt-retail-job-box{
        padding:28px;
    }

    .cmt-retail-job-box h3{
        font-size:20px;
    }
}
.cmt-retail-structure-wrap {
    padding: 50px 30px;
    background: linear-gradient(135deg,#081120,#0B1F3A);
    border-radius: 30px;
}

.cmt-retail-structure-head {
    text-align: center;
    margin-bottom: 70px;
}

.cmt-retail-structure-tag {
    display: inline-block;
    background:#00C2A8;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cmt-retail-structure-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
    color: white;
}

.cmt-retail-structure-head p {
    max-width: 800px;
    margin: auto;
    color: white;
}

.cmt-retail-semester-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 35px;
    margin: auto;
    max-width: 1300px;
}

.cmt-retail-sem-card {    
background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(3,149,178,0.10);
    transition: 0.4s;
    color: white;
}

.cmt-retail-sem-card:hover {
    transform: translateY(-10px);
}

.cmt-retail-sem-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.cmt-retail-sem-top h3 {
    font-size: 24px;
    color: white;
}

.cmt-retail-sem-top span {
    background:#00C2A8;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
}

.cmt-retail-course-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    gap: 15px;
}

.cmt-retail-course-row p {
    margin: 0;
    font-size: 15px;
    flex: 1;
    color: white;
}

.cmt-retail-course-row strong {
    min-width: 42px;
    height: 42px;
    background:#00C2A8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tablet */
@media(max-width:992px){
    .cmt-retail-semester-grid{
        grid-template-columns:1fr;
    }

    .cmt-retail-structure-head h2{
        font-size:34px;
    }
}

/* Mobile */
@media(max-width:768px){
    .cmt-retail-structure-wrap{
        padding:20px;
    }

    .cmt-retail-structure-head h2{
        font-size:22px;
    }

    .cmt-retail-sem-card{
        padding:15px;
    }

    .cmt-retail-sem-top{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .cmt-retail-course-row p{
        font-size:14px;
    }
    .cmt-retail-sem-top h3 {
      font-size: 18px;
    }

    .cmt-retail-course-row strong{
        min-width:36px;
        height:36px;
        font-size:13px;
    }
}
.cmt-retail-opportunity-wrap {
            /* background: radial-gradient(circle at top right, rgba(3,149,178,0.35), transparent 40%),
            linear-gradient(135deg, #012a33, #027a91, #00C2A8);     */
            position: relative;
    overflow: hidden;
}

.cmt-retail-opportunity-wrap::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.cmt-retail-opportunity-head {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.cmt-retail-opportunity-tag {
    display: inline-block;
    background: #fff;
    color: #00C2A8;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cmt-retail-opportunity-head h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
}

.cmt-retail-opportunity-head p {
    max-width: 750px;
    margin: auto;
}

.cmt-retail-opportunity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-bottom: 60px;
    max-width: 1300px;
    margin: auto;
}

.cmt-retail-opportunity-card,
.cmt-retail-eligibility-card {
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 35px;
    border: 1px solid rgba(255,255,255,0.15);
}

.cmt-retail-opportunity-card h3,
.cmt-retail-eligibility-card h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px;
}

.cmt-retail-opportunity-card p {
      margin-bottom: 20px;
}

.cmt-retail-eligibility-item {
    display: flex;
    gap: 18px;
    margin-bottom: 22px;
    align-items: flex-start;
}

.cmt-retail-eligibility-item span {
    width: 50px;
    height: 50px;
    background: #00C2A8;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.cmt-retail-eligibility-item p {
    margin-top: 10px;
}

.cmt-retail-cta-box {
    text-align: center;
    background: #fff;
    padding: 50px;
    border-radius: 24px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 50px auto;
}

.cmt-retail-cta-box h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cmt-retail-cta-box p {
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
    margin-bottom: 30px;
}

.cmt-retail-cta-btn {
    display: inline-block;
    background:#00C2A8;
    color: #fff;
    padding: 16px 38px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.4s;
}

.cmt-retail-cta-btn:hover {
    transform: translateY(-6px);
}

/* Tablet */
@media(max-width:992px){
    .cmt-retail-opportunity-grid{
        grid-template-columns:1fr;
    }

    .cmt-retail-opportunity-head h2{
        font-size:34px;
    }
}

/* Mobile */
@media(max-width:768px){
    .cmt-retail-opportunity-wrap{
        padding:20px;
    }

    .cmt-retail-opportunity-head h2{
        font-size:22px;
    }

    .cmt-retail-opportunity-card,
    .cmt-retail-eligibility-card{
        padding:25px;
    }

    .cmt-retail-cta-box{
        padding:30px 20px;
    }

    .cmt-retail-cta-box h3{
        font-size:20px;
    }

    .cmt-retail-eligibility-item{
        flex-direction:column;
        gap: 0;
    }
    .cmt-retail-opportunity-card h3, .cmt-retail-eligibility-card h3 {
    font-size: 20px;
}
.cmt-retail-cta-btn {
    padding: 6px 18px;
}
.cmt-retail-cta-box {
    margin: 20px auto;
}

}
/* ===============================
   CMT FinTech Section CSS
================================== */

.cmtfintech-section{
    padding:50px 30px;
    background:#f5f9ff;
    overflow:hidden;
}

.cmtfintech-container{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-direction: column;
    gap:60px;
}

.cmtfintech-content{
    flex:1;
}

.cmtfintech-tag{
    display:inline-block;
    background:#00C2A8;
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.5px;
    margin-bottom:20px;
}

.cmtfintech-title{
    font-size:35px;
    line-height:1.2;
    font-weight:600;
    margin-bottom:25px;
}

.cmtfintech-text{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:20px;
}

.cmtfintech-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    background:#00C2A8;
    color:#fff;
    text-decoration:none;
    border-radius: 40px;
    font-size:16px;
    font-weight: 400;
    transition:0.3s ease;
    margin-top:15px;
}

.cmtfintech-btn:hover{
    background: #0B1F3A;
    color: #fff;
    transform:translateY(-3px);
}

.cmtfintech-image{
    flex:1;
    position:relative;
}

.cmtfintech-image img{
    width:100%;
    border-radius:24px;
    display:block;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* ===============================
   Tablet Version
================================== */

@media (max-width:991px){

    .cmtfintech-container{
        gap:40px;
    }

    .cmtfintech-title{
        font-size:40px;
    }

    .cmtfintech-text{
        font-size:16px;
    }
}

/* ===============================
   Mobile Version
================================== */

@media (max-width:767px){

    .cmtfintech-section{
        padding:70px 15px;
    }

    .cmtfintech-container{
        flex-direction:column-reverse;
        text-align:center;
        gap:35px;
    }

    .cmtfintech-title{
        font-size:32px;
    }

    .cmtfintech-text{
        font-size:15px;
        line-height:1.8;
    }

    .cmtfintech-btn{
        width:100%;
        padding:15px 20px;
    }

    .cmtfintech-image img{
        border-radius:18px;
    }
}
.cmt-pgdm-programs-section{
    padding:50px 0px;
background: linear-gradient(135deg, #f8fcff, #edfafd);}

.cmt-pgdm-programs-container{
    max-width:1400px;
    margin:auto;
}

.cmt-pgdm-programs-header{
    text-align:center;
    margin-bottom:60px;
}

.cmt-pgdm-mini-tag{
    display:inline-block;
    background:#00C2A8;
    color:#fff;
    padding:8px 18px;
    border-radius:40px;
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:18px;
}

.cmt-pgdm-programs-header h2{
    font-size:30px;
    margin-bottom:15px;
    font-weight:400;
}

.cmt-pgdm-programs-header p{
    max-width:750px;
    margin:auto;
    color:#666;
    font-size:16px;
    line-height:1.8;
}

.cmt-pgdm-program-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.cmt-pgdm-program-card{
    position:relative;
    background:#fff;
    padding:35px 28px;
    border-radius:22px;
    text-decoration:none;
    transition:0.4s ease;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.cmt-pgdm-program-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#00C2A8,#025D73);
}

.cmt-pgdm-program-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 40px rgba(0,0,0,0.18);
}

.cmt-pgdm-program-number{
    font-size:55px;
    font-weight:800;
    color: #00C2A8;
    margin-bottom:18px;
}

.cmt-pgdm-program-card h3{
    font-size:24px;
    margin-bottom:14px;
    font-weight:600;
    color: #000;
}

.cmt-pgdm-program-card p{
    font-size:16px;
    color:#666;
    line-height:1.7;
}

.cmt-pgdm-program-card:hover h3{
    color: #00C2A8;
}

/* Tablet */
@media(max-width:1024px){
    .cmt-pgdm-program-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */
@media(max-width:768px){
    .cmt-pgdm-programs-header h2{
        font-size:34px;
    }

    .cmt-pgdm-program-grid{
        grid-template-columns:1fr;
    }

    .cmt-pgdm-program-card{
        padding:28px 22px;
    }

    .cmt-pgdm-program-number{
        font-size:42px;
    }
}
/* ====================================
CMT EVENTS GALLERY
==================================== */

.cmtx-events-gallery-wrap{
    padding:100px 30px;
    background:#f8fbfd;
    box-sizing:border-box;
}

.cmtx-events-gallery-head{
    text-align:center;
    margin-bottom:60px;
}

.cmtx-events-gallery-tag{
    display:inline-block;
    background:#00C2A8;
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:18px;
}

.cmtx-events-gallery-head h2{
    font-size:42px;
    color:#111;
    margin-bottom:18px;
}

.cmtx-events-gallery-head p{
    max-width:850px;
    margin:auto;
    color:#555;
    line-height:1.8;
    font-size:16px;
}

/* GRID */

.cmtx-events-gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* CARD */

.cmtx-events-gallery-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s ease;
    position:relative;
}

.cmtx-events-gallery-card:hover{
    transform:translateY(-10px);
}

.cmtx-events-gallery-card img,
.cmtx-events-gallery-card video{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:0.4s ease;
}

.cmtx-events-gallery-card:hover img,
.cmtx-events-gallery-card:hover video{
    transform:scale(1.06);
}

/* LIGHTBOX */

.cmtx-lightbox-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.92);
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:40px;
}

.cmtx-lightbox-popup.active{
    display:flex;
}

.cmtx-lightbox-image{
    max-width:90%;
    max-height:90vh;
    border-radius:16px;
    display:none;
}

.cmtx-lightbox-video{
    max-width:90%;
    max-height:90vh;
    border-radius:16px;
    display:none;
}

.cmtx-lightbox-close{
    position:absolute;
    top:25px;
    right:35px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
}

/* TABLET */

@media(max-width:1024px){

    .cmtx-events-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtx-events-gallery-head h2{
        font-size:34px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .cmtx-events-gallery-wrap{
        padding:20px;
    }

    .cmtx-events-gallery-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .cmtx-events-gallery-head h2{
        font-size:24px;
    }

    .cmtx-events-gallery-head p{
        font-size:15px;
    }

    .cmtx-events-gallery-card img,
    .cmtx-events-gallery-card video{
        height:220px;
    }

}
/* =========================
CMT PREMIUM FORM SECTION
========================= */

.cmtx-form-section{
    padding:100px 30px;
    background:linear-gradient(135deg,#eefafd,#ffffff);
}

.cmtx-form-wrapper{
    display:grid;
    grid-template-columns:1fr 520px;
    gap:60px;
    align-items:center;
    max-width: 1300px;
    margin: auto;
}

/* LEFT */

.cmtx-form-tag{
    display:inline-block;
    padding:10px 18px;
    background:#00C2A8;
    color:#fff;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:24px;
}

.cmtx-form-left h2{
    font-size:30px;
    line-height:1.2;
    font-weight: 400;
    margin-bottom:24px;
}

.cmtx-form-left p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:35px;
}

.cmtx-form-feature-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.cmtx-form-feature-item{
    display:flex;
    align-items:center;
    gap:16px;
    background:#fff;
    padding:18px 22px;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.cmtx-form-feature-item span{
    width:42px;
    height:42px;
    background:#00C2A8;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    flex-shrink:0;
}

.cmtx-form-feature-item p{
    margin:0;
    font-size:16px;
    color:#222;
    font-weight:600;
}

/* FORM CARD */

.cmtx-admission-form-card{
    background:#fff;
    border-radius:32px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(3,149,178,0.15);
    border:1px solid rgba(3,149,178,0.08);
}

.cmtx-admission-form-head{
    background:#00C2A8;
    padding:35px;
    text-align:center;
    color:#fff;
}

.cmtx-admission-form-head h3{
    font-size:30px;
    margin-bottom:10px;
    color: white;
}

.cmtx-admission-form-head p{
    font-size:16px;
    color: white;
    opacity:.9;
}

.cmtx-admission-form-body{
    padding:40px;
}

/* INPUTS */

.cmtx-input-group{
    margin-bottom:22px;
}

.cmtx-input-group label{
    display:block;
    margin-bottom:10px;
    font-size:15px;
    font-weight:600;
    color:#222;
}

.cmtx-input-group input,
.cmtx-input-group select,
.cmtx-input-group textarea{
    width:100%;
    padding:16px 18px;
    border:1px solid #d8e6eb;
    border-radius:16px;
    background:#f7fbfc;
    font-size:15px;
    transition:.3s;
    outline:none;
}

.cmtx-input-group textarea{
    min-height:120px;
    resize:none;
}

.cmtx-input-group input:focus,
.cmtx-input-group select:focus,
.cmtx-input-group textarea:focus{
    border-color:#00C2A8;
    background:#fff;
    box-shadow:0 0 0 4px rgba(3,149,178,0.10);
}

/* GRID */

.cmtx-two-column-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

/* BUTTON */

.cmtx-submit-btn{
    width:100%;
    border:none;
    padding:18px;
    border-radius:40px;
    background:linear-gradient(135deg,#00C2A8,#02748b);
    color:#fff;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.4s;
    margin-top:10px;
}

.cmtx-submit-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(3,149,178,0.25);
}

/* NOTE */

.cmtx-form-note{
    text-align:center;
    margin-top:18px;
    font-size:14px;
    color:#666;
}

/* BADGES */

.cmtx-form-badge-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-top:24px;
}

.cmtx-form-badge{
    background:#eef9fc;
    color:#00C2A8;
    padding:10px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight: 400;
}

/* MOBILE */

@media(max-width:991px){

    .cmtx-form-wrapper{
        grid-template-columns:1fr;
    }

    .cmtx-form-left h2{
        font-size:40px;
    }
}

@media(max-width:767px){

    .cmtx-form-section{
        padding:70px 5%;
    }

    .cmtx-two-column-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .cmtx-form-left h2{
        font-size:22px;
    }

    .cmtx-form-left p{
        font-size:15px;
    }

    .cmtx-admission-form-body{
        padding:28px;
    }

    .cmtx-admission-form-head{
        padding:28px;
    }

    .cmtx-admission-form-head h3{
        font-size:18px;
    }
}
.cmt-bhm-hero-wrap{
    padding:50px 0px;
    overflow:hidden;
}

.cmt-bhm-hero-grid{
    display:grid;
    /* grid-template-columns:1.1fr 0.9fr; */
    gap:60px;
    align-items:center;
    max-width: 1300px;
    margin: auto;
}

.cmt-bhm-left h1{
    font-size:35px;
    margin:18px 0;
    font-weight:400;
}

.cmt-bhm-left h2{
    font-size:28px;
    line-height:1.4;
    margin-bottom:22px;
    font-weight:600;
}

.cmt-bhm-subtext{
    font-size:16px;
    color:#666;
    margin-bottom:30px;
    max-width:700px;
}

.cmt-bhm-badge{
    display:inline-block;
    padding:12px 22px;
    border-radius:100px;
    background:rgba(3,149,178,0.12);
    color:#00C2A8;
    font-size:14px;
    font-weight: 400;
    letter-spacing:1px;
}

.cmt-bhm-points{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:30px;
}

.cmt-bhm-point{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#fff;
    padding:18px;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
}

.cmt-bhm-point span{
    width:32px;
    height:32px;
    min-width:32px;
    border-radius:50%;
    background:#00C2A8;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight: 400;
}

.cmt-bhm-point p{
    margin:0;
    color:#1b2d3b;
    font-size:16px;
    line-height:1.6;
    font-weight:400;
}

.cmt-bhm-badges{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:35px;
}

.cmt-bhm-mini-badge{
    background:#fff;
    padding:12px 18px;
    border-radius:100px;
    font-size:14px;
    color:#1c2e3d;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
    font-weight:600;
}

.cmt-bhm-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 34px;
    border-radius:40px;
    background:#00C2A8;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:0.4s ease;
}

.cmt-bhm-btn:hover{
    transform:translateY(-4px);
    background: #0B1F3A;
    color: white;
}

.cmt-bhm-card{
    background:#fff;
    padding:45px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
    position:relative;
}

.cmt-bhm-card-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#00C2A8;
    font-weight: 400;
    letter-spacing:1px;
    font-size:14px;
}

.cmt-bhm-card h3{
    font-size:30px;
    line-height:1.4;
    color:#05263b;
    margin-bottom:18px;
}

.cmt-bhm-card-desc{
    font-size:16px;
    line-height:1.9;
    color:#5d6871;
    margin-bottom:35px;
}

.cmt-bhm-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.cmt-bhm-feature-box{
    background:#f4fbfd;
    padding:24px;
    border-radius:20px;
    transition:0.4s ease;
}

.cmt-bhm-feature-box:hover{
    transform:translateY(-5px);
    background:#00C2A8;
}

.cmt-bhm-feature-box:hover h4,
.cmt-bhm-feature-box:hover p{
    color:#fff;
}

.cmt-bhm-feature-box h4{
    font-size:26px;
    margin-bottom:10px;
    color:#00C2A8;
}

.cmt-bhm-feature-box p{
    font-size:14px;
    line-height:1.8;
    color:#55626d;
    margin:0;
}

@media(max-width:991px){

    .cmt-bhm-hero-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .cmt-bhm-left h1{
        font-size:42px;
    }

    .cmt-bhm-left h2{
        font-size:24px;
    }

    .cmt-bhm-card{
        padding:30px;
    }

}

@media(max-width:767px){

    .cmt-bhm-hero-wrap{
        padding:70px 20px;
    }

    .cmt-bhm-left h1{
        font-size:24px;
    }

    .cmt-bhm-left h2{
        font-size:18px;
    }

    .cmt-bhm-subtext{
        font-size:15px;
    }

    .cmt-bhm-points{
        grid-template-columns:1fr;
    }

    .cmt-bhm-feature-grid{
        grid-template-columns:1fr;
    }

    .cmt-bhm-card h3{
        font-size:22px;
    }

    .cmt-bhm-btn{
        width:100%;
    }

}
.cmt-bhm-why-wrap{
    padding:50px 30px;
    background: linear-gradient(135deg,#081120,#0B1F3A);
    border-radius: 30px;
  }

.cmt-bhm-why-head{
    text-align:center;
    max-width:850px;
    margin:auto auto 70px;
}

.cmt-bhm-why-tag{
    display:inline-block;
    padding:12px 22px;
    background:rgba(3,149,178,0.12);
    color:#00C2A8;
    border-radius:100px;
    font-size:14px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmt-bhm-why-head h2{
    font-size:35px;
    margin-bottom:20px;
    font-weight:400;
    color: white;
}

.cmt-bhm-why-head p{
    font-size:16px;
color: white;
}

.cmt-bhm-why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:100px;
    max-width: 1300px;
    margin: 0 auto 100px;
}

.cmt-bhm-why-card{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:35px;
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

.cmt-bhm-why-card:hover{
    transform:translateY(-8px);
}

.cmt-bhm-why-card:hover h3,
.cmt-bhm-why-card:hover p,
.cmt-bhm-why-card:hover span{
    color:#fff;
}

.cmt-bhm-why-icon{
    width:75px;
    height:75px;
    border-radius:20px;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.cmt-bhm-why-card h3{
    font-size:24px;
    margin-bottom:15px;
    line-height:1.4;
    font-weight: 400;
    color:#fff;
}

.cmt-bhm-why-card p{
    font-size:16px;
    color:#fff;
    margin-bottom:20px;
}

.cmt-bhm-why-card span{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    color:#00C2A8;
}

.cmt-bhm-highlight-wrap{
    display:grid;
    /* grid-template-columns:0.9fr 1.1fr; */
    gap:50px;
    align-items:start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:60px;
    max-width: 1300px;
    margin: auto;
}

.cmt-bhm-highlight-tag{
    display:inline-block;
    padding:12px 20px;
    border-radius:100px;
    background:#00C2A8;
    color:#fff;
    font-size:13px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmt-bhm-highlight-left h2{
    font-size:30px;
    line-height:1.3;
    font-weight: 400;
    margin-bottom:20px;
    color: white;
}

.cmt-bhm-highlight-left p{
    font-size:16px;
    color: white;
}

.cmt-bhm-highlight-right{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.cmt-bhm-highlight-item{
    display:flex;
    gap:18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:24px;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
    transition:0.4s ease;
}

.cmt-bhm-highlight-item:hover{
    transform:translateX(8px);
}

.cmt-bhm-highlight-item span{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#00C2A8;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 400;
}

.cmt-bhm-highlight-item h4{
    font-size:20px;
    color: white;
    font-weight: 400;
    margin-bottom:10px;
}

.cmt-bhm-highlight-item p{
    font-size:16px;
     color: white;
    margin:0;
}

@media(max-width:991px){

    .cmt-bhm-why-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmt-bhm-highlight-wrap{
        grid-template-columns:1fr;
        padding:40px;
    }

    .cmt-bhm-why-head h2{
        font-size:42px;
    }

    .cmt-bhm-highlight-left h2{
        font-size:38px;
    }

}

@media(max-width:767px){

    .cmt-bhm-why-wrap{
        padding:70px 20px;
    }

    .cmt-bhm-why-grid{
        grid-template-columns:1fr;
    }

    .cmt-bhm-why-head h2{
        font-size:22px;
    }

    .cmt-bhm-highlight-left h2{
        font-size:22px;
    }

    .cmt-bhm-why-card h3 {
    font-size: 22px;
}
    .cmt-bhm-highlight-wrap{
        padding:25px;
        border-radius:25px;
    }

    .cmt-bhm-why-card{
        padding:28px;
    }

    .cmt-bhm-highlight-item{
        flex-direction:column;
    }

}
.cmt-bhm-learn-wrap{
    padding:50px 30px;
  }

.cmt-bhm-learn-head{
    text-align:center;
    max-width:820px;
    margin:auto auto 70px;
}

.cmt-bhm-learn-tag{
    display:inline-block;
    padding:12px 22px;
    border-radius:100px;
    background:rgba(3,149,178,0.12);
    color:#00C2A8;
    font-size:13px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmt-bhm-learn-head h2{
    font-size:30px;
    margin-bottom:20px;
    font-weight:400;
}

.cmt-bhm-learn-head p{
    font-size:16px;
    color:#666;
}

.cmt-bhm-learn-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
        max-width: 1300px;
    margin: auto;
}

.cmt-bhm-learn-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,0.06);
    transition:0.4s ease;
    position:relative;
}

.cmt-bhm-learn-card:hover{
    transform:translateY(-10px);
}

.cmt-bhm-learn-image{
    height:260px;
    overflow:hidden;
}

.cmt-bhm-learn-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

.cmt-bhm-learn-card:hover img{
    transform:scale(1.08);
}

.cmt-bhm-learn-content{
    padding:20px;
    position:relative;
}

.cmt-bhm-learn-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:#00C2A8;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-top:-62px;
    margin-bottom:20px;
    box-shadow:0 10px 30px rgba(3,149,178,0.3);
    position:relative;
    z-index:2;
}

.cmt-bhm-learn-content h3{
    font-size:24px;
    color:#07263d;
    margin-bottom:14px;
    line-height:1.4;
}

.cmt-bhm-learn-content p{
    font-size:15px;
    line-height:1.9;
    color:#5c6770;
    margin:0;
}

@media(max-width:1200px){

    .cmt-bhm-learn-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .cmt-bhm-learn-wrap{
        padding:20px;
    }

    .cmt-bhm-learn-head h2{
        font-size:24px;
    }

    .cmt-bhm-learn-head p{
        font-size:15px;
    }

    .cmt-bhm-learn-grid{
        grid-template-columns:1fr;
    }

    .cmt-bhm-learn-image{
        height:220px;
    }

    .cmt-bhm-learn-content{
        padding:24px;
    }

    .cmt-bhm-learn-content h3{
        font-size:22px;
    }
    .academics-section{
      padding: 20px;
    }

}
.cmt-bhm-highlight-tag-img{
    width: auto;
    max-width: 100%;
    display: inline-block;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(3,149,178,0.18);
    transition: all 0.4s ease;
}

.cmt-bhm-highlight-tag-img:hover{
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 18px 40px rgba(3,149,178,0.28);
}

@media(max-width:768px){

    .cmt-bhm-highlight-tag-img{
        width: 110px;
    }

}
/* =========================
   ANNOUNCEMENT SECTION
========================= */

.kv-announcement-section{
    width:100%;
    padding:30px;
    overflow:hidden;
    background-color: #f5f5f5;
    max-width: 1300px;
    margin: auto;
}

/* =========================
   GRID LAYOUT
========================= */

.kv-announcement-container{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

/* =========================
   CARD DESIGN
========================= */

.kv-announcement-card{
    position:relative;
    background:rgba(255,255,255,0.05);
    border:2px solid #00C2A8;
    border-radius:20px;
    padding:28px 22px;
    backdrop-filter:blur(12px);
    overflow:hidden;
    transition:0.4s ease;
    cursor:pointer;
}

/* Glow Effect */

.kv-announcement-card::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background: #00c2a833;
    border-radius:50%;
    top:-100px;
    right:-100px;
    opacity:0.75;
}

/* Hover */

.kv-announcement-card:hover{
    transform:translateY(-8px);
    border-color:#00C2A8;
    box-shadow:0 15px 40px rgba(0,194,168,0.25);
}

/* =========================
   ICON
========================= */

.kv-announcement-icon{
    width:60px;
    height:60px;
    background: #00C2A8;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:18px;
    box-shadow:0 10px 25px rgba(0,194,168,0.3);
}

/* =========================
   TEXT
========================= */

.kv-announcement-content{
    font-size:16px;
    font-weight:400;
    line-height:1.7;
    position:relative;
    z-index:2;
}

/* =========================
   TABLET VERSION
========================= */

@media(max-width:991px){

    .kv-announcement-container{
        grid-template-columns:repeat(2,1fr);
    }

}

/* =========================
   MOBILE VERSION
========================= */

@media(max-width:768px){

    .kv-announcement-section{
        padding:25px 20px;
    }

    .kv-announcement-container{
        grid-template-columns:1fr;
        gap:18px;
    }

    .kv-announcement-card{
        padding:22px 18px;
        border-radius:16px;
    }

    .kv-announcement-content{
        font-size:14px;
        line-height:1.6;
    }

    .kv-announcement-icon{
        width:50px;
        height:50px;
        font-size:22px;
        border-radius:14px;
    }

}
.article-image img{
    width: 100%;
    height: auto;
    display: block;
}
.event-img{
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
/* ===== SLIDER SECTION ===== */

.kv-slider-section{
    width:100%;
    overflow:hidden;
}

.kv-slider-wrapper{
    width:100%;
    overflow:hidden;
    position:relative;
}

.kv-slider-track{
    display:flex;
    gap:20px;
    width:max-content;
    animation:kvSliderMove 100s linear infinite;
}

.kv-slide-item{
    width:320px;
    background:#f5f5f5;
    border-radius:15px;
    overflow:hidden;
    flex-shrink:0;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    text-align:center;
}

.kv-slide-item img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.kv-slide-item h3{
    font-size:20px;
    color:#111;
    padding:15px 10px;
    margin:0;
}

/* ===== AUTO LOOP ANIMATION ===== */

@keyframes kvSliderMove{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

/* ===== MOBILE VERSION ===== */

@media(max-width:768px){

    .kv-slider-section{
        padding:40px 0;
    }

    .kv-slider-track{
        gap:15px;
        animation:kvSliderMove 15s linear infinite;
    }

    .kv-slide-item{
        width:220px;
    }

    .kv-slide-item img{
        height:160px;
    }

    .kv-slide-item h3{
        font-size:16px;
        padding:12px 8px;
    }

}
.back-blog-link{
    margin-bottom:25px;
}

.back-blog-link a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:22px;
    font-weight:600;
    color:#00C2A8;
    text-decoration:none;
    transition:0.3s ease;
    padding-left: 25px;
}

.back-blog-link a i{
    font-size:24px;
}

.back-blog-link a:hover{
    color:#000;
    transform:translateX(-5px);
}
.cmt-advisory-section{
    padding:50px 20px;
    background:linear-gradient(135deg, #eefafd, #dff5fb);
    overflow:hidden;
}

.cmt-advisory-container{
    max-width:1300px;
    margin:auto;
}

.cmt-advisory-heading{
    text-align:center;
    margin-bottom:70px;
}

.cmt-advisory-heading span{
    display:inline-block;
    background: #00C2A8;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.cmt-advisory-heading h2{
    font-size:30px;
    margin-bottom:20px;
    font-weight:400;
}

.cmt-advisory-heading p{
    max-width:850px;
    margin:auto;
    font-size:16px;
}

.cmt-advisory-top-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-bottom:80px;
}

.cmt-advisory-card{
    background: white;
    border-radius: 30px;
    padding:20px;
    transition:0.4s ease;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
}

.cmt-advisory-card:hover{
    transform:translateY(-10px);
}

.cmt-advisory-card.active{
    background:#00C2A8;
}

.cmt-advisory-card.active h3,
.cmt-advisory-card.active p,
.cmt-advisory-card.active .cmt-advisory-number{
    color:#fff;
}

.cmt-advisory-number{
    font-size:40px;
    font-weight:600;
    color:#00C2A8;
    margin-bottom:20px;
}

.cmt-advisory-card h3{
    font-size:24px;
    margin-bottom:15px;
}

.cmt-advisory-card p{
    font-size:15px;
    line-height:1.8;
}

.cmt-board-title{
    text-align:center;
    margin-bottom:50px;
}

.cmt-board-title h2{
    font-size:30px;
    font-weight:400;
}

.cmt-board-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.cmt-board-card {
    background-image: url('..//advisory-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    transition: 0.4s ease;
    border: 1px solid #e5e7eb;

    position: relative;
    overflow: hidden;
}

.cmt-board-card img{
    width:200px;
    height:auto;
    object-fit:cover;
    margin:0 auto 18px;
    display:block;
}

.cmt-board-card.active{
    background:#00C2A8;
    color:#fff;
}

.cmt-board-card.active h3,
.cmt-board-card.active p{
    color:#fff;
}

.cmt-board-card:hover{
    transform:translateY(-8px);
    border-color:#00C2A8;
}

.cmt-board-card h3{
    font-size:20px;
    margin-bottom:12px;
    font-weight:400;
}

.cmt-board-card p{
    font-size:14px;
}

@media(max-width:991px){

    .cmt-advisory-heading h2{
        font-size:38px;
    }

    .cmt-advisory-top-grid,
    .cmt-board-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .cmt-advisory-section{
        padding:20px;
    }

    .cmt-advisory-heading h2{
        font-size:22px;
    }

    .cmt-advisory-heading p{
        font-size:16px;
    }

    .cmt-advisory-top-grid,
    .cmt-board-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cmt-advisory-card,
    .cmt-board-card{
        padding:25px;
    }

    .cmt-advisory-card h3,
    .cmt-board-card h3{
        font-size:20px;
    }

    .cmt-board-title h2{
        font-size:22px;
    }

}
.cmt-choose-section{
    padding:50px 20px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
    overflow:hidden;
}

.cmt-choose-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:420px 1fr;
    gap:50px;
    align-items:start;
}

.cmt-choose-left{
    position:sticky;
    top:100px;
}

.cmt-choose-subtitle{
    display:inline-block;
    background:#00C2A8;
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.cmt-choose-title{
    font-size:35px;
    font-weight:400;
    margin-bottom:25px;
}

.cmt-choose-description{
    font-size:16px;
    margin-bottom:35px;
    color: #666;
}

.cmt-choose-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.cmt-choose-card{
    background:#fff;
    padding:20px;
    border-radius:26px;
    transition:0.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
    border:1px solid transparent;
    position:relative;
    overflow:hidden;
}

.cmt-choose-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#00C2A8;
    transform:scaleX(0);
    transition:0.4s ease;
}

.cmt-choose-card:hover::before,
.cmt-choose-card.active::before{
    transform:scaleX(1);
}

.cmt-choose-card:hover{
    transform:translateY(-10px);
    border-color:#00C2A8;
    background:#00C2A8;
    color: white;
}

.cmt-choose-card.active{
    background:#00C2A8;
}

.cmt-choose-card.active h3,
.cmt-choose-card:hover h3,
.cmt-choose-card:hover p,
.cmt-choose-card:hover .cmt-choose-icon,
.cmt-choose-card.active p,
.cmt-choose-card.active .cmt-choose-icon{
    color:#fff;
}

.cmt-choose-icon{
    width:50px;
    height:50px;
    background:rgba(3,149,178,0.1);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#00C2A8;
    margin-bottom:25px;
}

.cmt-choose-card.active .cmt-choose-icon{
    background:rgba(255,255,255,0.15);
}

.cmt-choose-card h3{
    font-size:18px;
    margin-bottom:15px;
    font-weight:400;
}

@media(max-width:1100px){

    .cmt-choose-container{
        grid-template-columns:1fr;
    }

    .cmt-choose-left{
        position:relative;
        top:0;
    }

}

@media(max-width:768px){

    .cmt-choose-section{
        padding:20px;
    }

    .cmt-choose-title{
        font-size:24px;
    }

    .cmt-choose-description{
        font-size:16px;
    }

    .cmt-choose-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cmt-choose-card{
        padding:25px;
    }

    .cmt-choose-card h3{
        font-size:18px;
    }

    .cmt-choose-icon{
        width:65px;
        height:65px;
        font-size:28px;
    }

}
/*======================================
CMT BBA FEE SECTION
======================================*/

.cmt-bba-fee-section{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
    overflow:hidden;
}

.cmt-bba-fee-container{
    max-width:1300px;
    margin:auto;
    display:flex;
    gap:60px;
    align-items:center;
    justify-content:space-between;
}

.cmt-bba-fee-left{
    flex:1;
}

.cmt-bba-small-title{
    display:inline-block;
    background:#00C2A8;
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmt-bba-main-title{
    font-size:35px;
    margin-bottom:20px;
    font-weight:400;
    color: white;
}

.cmt-bba-description{
    font-size:16px;
    color:white;
    margin-bottom:35px;
}

.cmt-bba-eligibility-card{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.cmt-bba-eligibility-card h3{
    font-size:24px;
    margin-bottom:30px;
    font-weight: 400;
    color: white;
}

.cmt-bba-eligibility-item{
    display:flex;
    gap:18px;
    margin-bottom:25px;
}

.cmt-bba-check-icon{
    min-width:45px;
    height:45px;
    background:#00C2A8;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:bold;
}

.cmt-bba-eligibility-item h4{
    font-size:20px;
    margin-bottom:8px;
    color: white;
}

.cmt-bba-eligibility-item p{
    color: white;
    font-size:15px;
}

/* RIGHT CARD */

.cmt-bba-fee-right{
    width:420px;
}

.cmt-bba-fee-card{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:40px;
    color:#fff;
    box-shadow:0 15px 50px rgba(3,149,178,0.3);
}

.cmt-bba-fee-header{
    margin-bottom:35px;
}

.cmt-bba-fee-header h3{
    font-size:26px;
    margin-bottom:10px;
    color: white;
    font-weight: 400;
}

.cmt-bba-fee-header p{
    opacity:0.9;
    color: white;
    color: white;
}

.cmt-bba-fee-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,0.2);
    gap:20px;
}

.cmt-bba-fee-item span{
    font-size:16px;
    line-height:1.5;
}

.cmt-bba-fee-item strong{
    font-size:22px;
    white-space:nowrap;
}

.cmt-bba-apply-btn{
    display:inline-block;
    margin-top:35px;
    background:#fff;
    color:#00C2A8;
    padding:16px 28px;
    border-radius:50px;
    font-weight: 400;
    text-decoration:none;
    transition:0.3s;
}

.cmt-bba-apply-btn:hover{
    background:#0B1F3A;
    color:#fff;
}

/*======================================
MOBILE VERSION
======================================*/

@media(max-width:991px){

    .cmt-bba-fee-container{
        flex-direction:column;
    }

    .cmt-bba-fee-right{
        width:100%;
    }

    .cmt-bba-main-title{
        font-size:36px;
    }

}

@media(max-width:767px){

    .cmt-bba-fee-section{
        padding:70px 15px;
    }

    .cmt-bba-main-title{
        font-size:22px;
    }

    .cmt-bba-description{
        font-size:15px;
    }

    .cmt-bba-eligibility-card{
        padding:25px 20px;
    }

    .cmt-bba-eligibility-card h3{
        font-size:20px;
    }

    .cmt-bba-check-icon {
    width: 50px;
}

    .cmt-bba-eligibility-item{
        flex-direction:column;
        gap:12px;
    }

    .cmt-bba-fee-card{
        padding:30px 22px;
        border-radius:22px;
    }

    .cmt-bba-fee-header h3{
        font-size:22px;
    }

    .cmt-bba-fee-item{
        flex-direction:column;
        align-items:flex-start;
    }

    .cmt-bba-fee-item strong{
        font-size:20px;
    }

    .cmt-bba-apply-btn{
        width:100%;
        text-align:center;
    }

}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 210px !important; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}
.cmt-brochure-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.7);
  z-index:99999;
}

.cmt-brochure-box{
  width:380px;
  background:#fff;
  margin:10% auto;
  padding:25px;
  border-radius:12px;
  position:relative;
  box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.cmt-brochure-title{
  text-align:center;
  margin-bottom:15px;
  color: #00C2A8;
  font-size:22px;
}

.cmt-input{
  width:100%;
  padding:10px;
  margin:8px 0;
  border:1px solid #ccc;
  border-radius:6px;
}

.cmt-submit-btn{
  width:100%;
  padding:12px;
  background:#00C2A8;
  color:#fff;
  border:none;
  border-radius:40px;
  cursor:pointer;
  font-weight:bold;
}

.cmt-submit-btn:hover{
  background: #0B1F3A;
}

.cmt-brochure-close{
  position:absolute;
  right:12px;
  top:8px;
  font-size:22px;
  cursor:pointer;
}
/* =========================
   MOBILE VERSION
========================= */
@media (max-width: 767px){

    .cmt-brochure-modal{
        padding:15px;
        display:none;
        align-items:center;
        justify-content:center;
    }

    .cmt-brochure-box{
        width:100%;
        max-width:350px;
        margin:0;
        padding:20px 15px;
        border-radius:10px;
    }

    .cmt-brochure-title{
        font-size:20px;
        margin-bottom:12px;
    }

    .cmt-input{
        padding:12px;
        font-size:14px;
        margin:8px 0;
    }

    .cmt-submit-btn{
        padding:12px;
        font-size:15px;
    }

    .cmt-brochure-close{
        right:10px;
        top:8px;
        font-size:24px;
    }
}
/* ========================================= */
/* CMT PROFESSIONAL ENRICHMENT */
/* ========================================= */

.cmt-pro-enrichment-section{
    padding:50px 20px;
    background: linear-gradient(135deg,#081120,#0B1F3A);
    overflow:hidden;
}

.cmt-pro-container{
    max-width:1300px;
    margin:auto;
}

/* HEADING */

.cmt-pro-heading{
  font-size: 30px;
  font-weight: 400;
  color: white;
    text-align:center;
    margin-bottom:60px;
}

.cmt-pro-subtitle{
    display:inline-block;
    background:#00c2a833;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmt-pro-heading h2{
    font-size:35px;
    font-weight:400;
    color:white;
    margin-bottom:15px;
    line-height:1.2;
}

.cmt-pro-heading p{
    font-size:16px;
    color:white;
}

/* TOP WRAPPER */

.cmt-pro-top-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin-bottom:40px;
}

.cmt-pro-main-card{
    padding:40px;
background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    transition:0.4s;
    position:relative;
    overflow:hidden;
}

.cmt-pro-main-card:hover{
    transform:translateY(-8px);
}

.cmt-pro-icon-box{
    width:80px;
    height:80px;
    background:#00c2a833;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.cmt-pro-icon-box i{
    color:#fff;
    font-size:32px;
}

.cmt-pro-main-card h3{
    font-size:26px;
    margin-bottom:18px;
    font-weight:400;
        color:#fff;
}

.cmt-pro-main-card p{
    color:#666;
    font-size:16px;
    color:#fff;
}

/* TAGS */

.cmt-pro-tags{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:25px;
}

.cmt-pro-tags span{
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color: white;
    padding:12px 18px;
    border-radius:50px;
    font-weight:600;
    font-size:14px;
    transition:0.3s;
}

.cmt-pro-tags span:hover{
    background: #0B1F3A;
    color:#fff;
}

/* TITLE */

.cmt-pro-title-box{
    text-align:center;
    margin-bottom:50px;
}

.cmt-pro-title-box h3{
    font-size:26px;
    color:white;
    margin-bottom:10px;
    font-weight: 400;
}

.cmt-pro-title-box p{
    color:white;
    font-size:16px;
}

/* GRID */

.cmt-pro-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.cmt-pro-feature-card{
background: linear-gradient(135deg,#0395B2,#00C2A8);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:15px 40px;
    text-align:center;
    transition:0.4s;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.cmt-pro-feature-card i{
    font-size:42px;
    color:#1b4d8c;
    margin-bottom:20px;
    transition:0.4s;
}

.cmt-pro-feature-card h4{
    font-size:18px;
    color: white;
    line-height:1.5;
    transition:0.4s;
}


/* OUTCOME */

.cmt-pro-outcome-box{
    margin-top:50px;
background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.cmt-pro-outcome-left{
    flex:1;
}

.cmt-pro-outcome-left h3{
    font-size:30px;
    font-weight: 400;
    margin-bottom:20px;
    color: white;
}

.cmt-pro-outcome-left p{
    color: white;
    font-size:16px;
}

.cmt-pro-circle{
    width:220px;
    height:220px;
    border-radius:50%;
    background:#00c2a833;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.cmt-pro-circle span{
    font-size:52px;
    font-weight:800;
    color: white;
}

.cmt-pro-circle small{
    font-size:18px;
    color:white;
    font-weight:600;
}

/* MOBILE */

@media(max-width:991px){

    .cmt-pro-heading h2{
        font-size:34px;
    }

    .cmt-pro-top-wrapper{
        grid-template-columns:1fr;
    }

    .cmt-pro-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmt-pro-outcome-box{
        flex-direction:column;
        text-align:center;
        padding:40px 25px;
    }

}

@media(max-width:767px){

    .cmt-pro-grid{
        grid-template-columns:1fr;
    }

    .cmt-pro-heading h2 , .cmt-pro-main-card h3{
        font-size:22px;
    }

    .cmt-pro-main-card{
        padding:30px 22px;
    }

    .cmt-pro-title-box h3{
        font-size:24px;
    }

    .cmt-pro-outcome-left h3{
        font-size:24px;
    }

    .cmt-pro-circle{
        width:180px;
        height:180px;
    }

    .cmt-pro-circle span{
        font-size:42px;
    }

}

/* =========================
   SECTION GLOW EFFECTS
========================= */

.cmt-pro-enrichment-section{
    position:relative;
}

.cmt-pro-enrichment-section::before{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    background:#0395B2;
    border-radius:50%;
    filter:blur(120px);
    opacity:0.35;
    top:-120px;
    left:-120px;
    animation:cmtProFloat 8s ease-in-out infinite;
    z-index:1;
}

.cmt-pro-enrichment-section::after{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:#00C2A8;
    border-radius:50%;
    filter:blur(120px);
    opacity:0.35;
    bottom:-100px;
    right:-100px;
    animation:cmtProFloat 10s ease-in-out infinite;
    z-index:1;
}

.cmt-pro-container{
    position:relative;
    z-index:2;
}

/* =========================
   CARD GLOW EFFECT
========================= */

.cmt-pro-main-card,
.cmt-pro-feature-card,
.cmt-pro-outcome-box{
    position:relative;
    overflow:hidden;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.cmt-pro-main-card::before,
.cmt-pro-feature-card::before,
.cmt-pro-outcome-box::before{
    content:'';
    position:absolute;
    width:140px;
    height:140px;
    background:rgba(0,194,168,0.15);
    border-radius:50%;
    top:-50px;
    right:-50px;
    transition:0.4s ease;
}

.cmt-pro-main-card:hover,
.cmt-pro-feature-card:hover,
.cmt-pro-outcome-box:hover{
    transform:translateY(-8px);
    border-color:#00C2A8;
    box-shadow:
    0 15px 35px rgba(3,149,178,0.35),
    0 0 25px rgba(0,194,168,0.15);
}

.cmt-pro-main-card:hover::before,
.cmt-pro-feature-card:hover::before,
.cmt-pro-outcome-box:hover::before{
    transform:scale(1.2);
}

/* =========================
   ICON GRADIENT
========================= */

.cmt-pro-icon-box{
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    box-shadow:0 10px 25px rgba(3,149,178,0.35);
    transition:0.4s ease;
}

.cmt-pro-main-card:hover .cmt-pro-icon-box{
    transform:rotate(-5deg) scale(1.08);
}

.cmt-pro-feature-card i{
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

/* =========================
   OUTCOME CIRCLE GRADIENT
========================= */

.cmt-pro-circle{
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    box-shadow:
    0 15px 35px rgba(3,149,178,0.35),
    0 0 25px rgba(0,194,168,0.15);
}

/* =========================
   ANIMATION
========================= */

@keyframes cmtProFloat{

    0%{
        transform:translateY(0px) translateX(0px);
    }

    50%{
        transform:translateY(30px) translateX(20px);
    }

    100%{
        transform:translateY(0px) translateX(0px);
    }

}
.white-text{
  color: white;
}
.upcoming-event .event-dates .date ul .det {
    color: black;
}



/* SECTION */

.cmt-glass-horizontal-section{
    width:100%;
    padding:50px 30px;
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(135deg,#081120,#0B1F3A);
}

/* GLOW EFFECTS */

.cmt-glow-ball{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    opacity:0.4;
    z-index:1;
    animation:cmtFloat 8s ease-in-out infinite;
}

.cmt-glow-one{
    width:320px;
    height:320px;
    background:#0395B2;
    top:-100px;
    left:-100px;
}

.cmt-glow-two{
    width:280px;
    height:280px;
    background:#00C2A8;
    bottom:-80px;
    right:-80px;
}

.cmt-glow-three{
    position:absolute;
    width:180px;
    height:180px;
    background:#0395B2;
    border-radius:50%;
    filter:blur(100px);
    opacity:0.25;
    top:40%;
    left:45%;
    z-index:1;
    animation:cmtFloatTwo 10s ease-in-out infinite;
}

/* WRAPPER */

.cmt-glass-wrapper{
    position:relative;
    z-index:2;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border-radius:30px;
    padding:55px;
    overflow:hidden;
    max-width: 1300px;
    margin: auto;
}

/* CONTENT */

.cmt-glass-content{
    text-align:center;
    margin-bottom:50px;
}

.cmt-mini-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,0.08);
    color:#00C2A8;
    font-size:14px;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,0.1);
}

.cmt-glass-content h2{
    font-size:35px;
    line-height:1.2;
    color:#fff;
    margin-bottom:20px;
    font-weight:400;
}

.cmt-glass-content h2 span{
    color:#00C2A8;
}

.cmt-glass-content p{
    color:#d6e4f0;
    line-height:1.8;
    font-size:16px;
    max-width:850px;
    margin:auto;
    margin-bottom:35px;
}

.cmt-glass-btn{
    display:inline-block;
    padding:15px 30px;
    border-radius:50px;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:0.4s ease;
    box-shadow:0 10px 25px rgba(3,149,178,0.35);
}

.cmt-glass-btn:hover{
    transform:translateY(-5px);
}

/* FEATURE GRID */

.cmt-feature-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:22px;
}

/* CARD */

.cmt-feature-card{
    min-height:220px;
    border-radius:25px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:25px;
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

.cmt-feature-card::before{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(0,194,168,0.15);
    border-radius:50%;
    top:-40px;
    right:-40px;
    transition:0.4s ease;
}

.cmt-feature-card:hover{
    transform:translateY(-10px);
    border-color:#00C2A8;
    box-shadow:
    0 15px 35px rgba(3,149,178,0.35),
    0 0 25px rgba(0,194,168,0.15);
}

.cmt-feature-card:hover::before{
    transform:scale(1.2);
}

/* ICON */

.cmt-icon-box{
    width:75px;
    height:75px;
    border-radius:22px;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    box-shadow:0 10px 25px rgba(3,149,178,0.35);
    position:relative;
    z-index:2;
    transition:0.4s ease;
}

.cmt-feature-card:hover .cmt-icon-box{
    transform:rotate(-5deg) scale(1.08);
}

/* SVG */

.cmt-icon-box svg{
    width:32px;
    height:32px;
}

.cmt-icon-box svg path,
.cmt-icon-box svg rect,
.cmt-icon-box svg circle{
    stroke:#fff;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* TITLE */

.cmt-feature-card h3{
    color:#fff;
    font-size:20px;
    line-height:1.5;
    font-weight:600;
    position:relative;
    z-index:2;
}

/* ANIMATION */

@keyframes cmtFloat{

    0%{
        transform:translateY(0px) translateX(0px);
    }

    50%{
        transform:translateY(30px) translateX(20px);
    }

    100%{
        transform:translateY(0px) translateX(0px);
    }

}

@keyframes cmtFloatTwo{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-25px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* RESPONSIVE */

@media(max-width:1200px){

    .cmt-feature-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:768px){

    .cmt-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmt-glass-content h2{
        font-size:38px;
    }

    .cmt-glass-wrapper{
        padding:40px 25px;
    }

}

@media(max-width:576px){

    .cmt-feature-grid{
        grid-template-columns:1fr;
    }

    .cmt-glass-horizontal-section{
        padding:70px 20px;
    }

    .cmt-glass-wrapper{
        padding:35px 20px;
    }

    .cmt-glass-content h2{
        font-size:22px;
    }

    .cmt-glass-content p{
        font-size:15px;
    }

    .cmt-feature-card{
        min-height:180px;
    }

    .cmt-icon-box{
        width:65px;
        height:65px;
    }

    .cmt-icon-box svg{
        width:28px;
        height:28px;
    }

    .cmt-feature-card h3{
        font-size:18px;
    }

}

@media(max-width:768px){

    .navbar-area{
        top:0 !important;
    }
    .bca-head {
    font-size: 24px;
}
.Bca-title {
    font-size: 20px;
}
.contact-content .header-content h2 {
    font-size: 24px;
}
.blog-section-title {
    font-size: 24px;
}
}
/* MAIN LAYOUT */
.cmt-program-layout{
    display:flex;
    gap:50px;
    align-items:flex-start;
    position:relative;
    padding:50px 30px;
    max-width: 1400px;
    margin: auto;
}

.cmt-program-layout-width{
background: linear-gradient(135deg,#eefafd,#dff5fb);
}

/* SIDEBAR */
.cmt-program-sidebar{
    width:320px;
    min-width:320px;
    background:#ffffff;
    padding:35px;
    border:1px solid #e5e5e5;
    position:sticky;
    top:100px;
    height:fit-content;
    border-radius:10px;
}

.cmt-program-small-tag{
    font-size:14px;
    color:#555;
    letter-spacing:1px;
    display:block;
    margin-bottom:15px;
}

.cmt-program-sidebar h2{
    font-size:30px;
    color:#00C2A8;
    margin-bottom:30px;
    font-weight:400;
}

/* BUTTONS */
.cmt-program-sidebar-btns{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-bottom:35px;
}

.cmt-program-sidebar-btns a{
    border:1px solid #00c2a8;
    padding:14px 20px;
    text-decoration:none;
    color:#00C2A8;
    font-weight:600;
    transition:0.4s;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.cmt-program-sidebar-btns a:hover{
    background:#00C2A8;
    color:#fff;
}

/* MENU */
.cmt-program-menu{
    display:flex;
    flex-direction:column;
    gap:18px;
    border-top:1px solid #ddd;
    padding-top:30px;
}

.cmt-program-menu a{
    text-decoration:none;
    color:#222;
    font-size:17px;
    font-weight:400;
    transition:0.3s;
    position:relative;
}

.cmt-program-menu a:hover{
    color:#1b2c6b;
    padding-left:10px;
}

/* RIGHT CONTENT */
.cmt-program-main-content{
    flex:1;
    min-width:0;
}

/* SMOOTH SCROLL */
html{
    scroll-behavior:smooth;
}

/* MOBILE */
@media(max-width:991px){

    .cmt-program-layout{
        flex-direction:column;
        padding:0px;
    }

    .cmt-program-sidebar{
        width:100%;
        min-width:100%;
        position:relative;
        top:0;
    }

    .cmt-program-sidebar h2{
        font-size:24px;
    }
    .cmt-value-added h2 {
    font-size: 22px;
}

}
/* =========================
   NAVBAR
========================= */

.navbar-area{
    position: relative;
}

/* =========================
   MEGA DROPDOWN
========================= */

.mega-dropdown{
    position: static;
}

/* MAIN MEGA MENU */
.mega-menu{

    position: absolute;

    top: 100%;
    left: 50%;

    transform: translateX(-50%) translateY(20px);

    width: 90vw;
    height: 420px;

    background: white;

    display: flex;

    opacity: 0;
    visibility: hidden;

    transition: all .45s ease;

    z-index: 9999;

    overflow: hidden;

    border-radius: 0px 0px 30px 30px;
        box-shadow:
    0 0 20px rgba(255,255,255,.08);

}

.mega-dropdown:hover .mega-menu{

    opacity: 1;
    visibility: visible;

    transform: translateX(-50%) translateY(0);
}

/* =========================
   LEFT SIDE
========================= */

.mega-left{

    width: 50%;

    border-right: 1px solid rgba(255,255,255,0.12);

    display: flex;
    flex-direction: column;

    justify-content: flex-start;

    padding: 30px;
}

/* EACH MENU ITEM */
.mega-submenu{

    position: relative;

    padding: 10px 0;

    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* REMOVE LAST BORDER */
.mega-submenu:last-child{
    border-bottom: none;
}

/* MAIN TITLE */
.mega-link{

    color: #ffffff;

    text-decoration: none;

    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    transition: all .3s ease;
}

/* PLUS ICON */
.mega-link::after{

    content: "+";

    font-size: 28px;
    font-weight: 300;

    transition: all .3s ease;
}

/* HOVER */
.mega-submenu:hover .mega-link{

    color: #7ff5e4;

    transform: translateX(8px);
}

/* CHANGE ICON */
.mega-submenu:hover .mega-link::after{
    content: "−";
}

/* =========================
   INNER DROPDOWN
========================= */

.inner-dropdown{

    display: none;

    padding-top: 18px;

    animation: fadeIn .4s ease;
}

/* SHOW INNER MENU */
.mega-submenu:hover .inner-dropdown{
    display: block;
}

/* INNER LINKS */
.inner-dropdown a{

    display: block;

    color: rgba(255,255,255,0.72);

    text-decoration: none;

    font-size: 16px;
    font-weight: 400;

    margin-bottom: 14px;

    transition: all .3s ease;
}

/* INNER LINK HOVER */
.inner-dropdown a:hover{

    color: #ffffff;

    transform: translateX(6px);
}

/* =========================
   RIGHT SIDE
========================= */

.mega-right{

    width: 62%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 50px;
}

/* IMAGE */
.mega-right img{

    width: 100%;
    max-width: 760px;

    height: 300px;

    object-fit: cover;

    border-radius: 22px;

    transition: all .45s ease;

    box-shadow: 0 18px 55px rgba(0,0,0,0.25);
}

/* =========================
   ANIMATION
========================= */

@keyframes fadeIn{

    from{
        opacity: 0;
        transform: translateY(10px);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }

}
/* ===================================
   LARGE DESKTOP (1800px+)
=================================== */

@media (min-width: 1800px) {

    #programmesMegaMenu{

        width: 85vw;

        transform: translateX(-45%) translateY(20px);
    }

    .mega-dropdown:hover #programmesMegaMenu{

        transform: translateX(-45%) translateY(0);
    }


    #insideCmtMegaMenu{

        width: 85vw;

        transform: translateX(-52%) translateY(20px);
    }

    .mega-dropdown:hover #insideCmtMegaMenu{

        transform: translateX(-52%) translateY(0);
    }

}


/* ===================================
   1600px - 1799px
=================================== */

@media (min-width: 1600px) and (max-width: 1799px) {

    #programmesMegaMenu{

        width: 88vw;

        transform: translateX(-43%) translateY(20px);
    }

    .mega-dropdown:hover #programmesMegaMenu{

        transform: translateX(-43%) translateY(0);
    }


    #insideCmtMegaMenu{

        width: 88vw;

        transform: translateX(-56%) translateY(20px);
    }

    .mega-dropdown:hover #insideCmtMegaMenu{

        transform: translateX(-56%) translateY(0);
    }

}


/* ===================================
   1440px - 1599px
=================================== */

@media (min-width: 1440px) and (max-width: 1599px) {

    #programmesMegaMenu{

        width: 92vw;

        transform: translateX(-38%) translateY(20px);
    }

    .mega-dropdown:hover #programmesMegaMenu{

        transform: translateX(-38%) translateY(0);
    }


    #insideCmtMegaMenu{

        width: 92vw;

        transform: translateX(-51%) translateY(20px);
    }

    .mega-dropdown:hover #insideCmtMegaMenu{

        transform: translateX(-51%) translateY(0);
    }

}


/* ===================================
   DESKTOP 1200px - 1439px
=================================== */

@media (min-width: 1200px) and (max-width: 1299px) {

    #programmesMegaMenu{

        width: 85vw;

        transform: translateX(-28%) translateY(20px);
    }

    .mega-dropdown:hover #programmesMegaMenu{

        transform: translateX(-28%) translateY(0);
    }


    #insideCmtMegaMenu{

        width: 85vw;

        transform: translateX(-43%) translateY(20px);
    }

    .mega-dropdown:hover #insideCmtMegaMenu{

        transform: translateX(-43%) translateY(0);
    }

}

@media (min-width: 1300px) and (max-width: 1439px) {

    #programmesMegaMenu{

        width: 85vw;

        transform: translateX(-35%) translateY(20px);
    }

    .mega-dropdown:hover #programmesMegaMenu{

        transform: translateX(-35%) translateY(0);
    }


    #insideCmtMegaMenu{

        width: 85vw;

        transform: translateX(-49%) translateY(20px);
    }

    .mega-dropdown:hover #insideCmtMegaMenu{

        transform: translateX(-49%) translateY(0);
    }

}


/* ===================================
   LAPTOP 992px - 1199px
=================================== */

@media (min-width: 1100px) and (max-width: 1199px) {

    #programmesMegaMenu{

        width: 95vw;

        transform: translateX(-34%) translateY(20px);
    }

    .mega-dropdown:hover #programmesMegaMenu{

        transform: translateX(-34%) translateY(0);
    }


    #insideCmtMegaMenu{

        width: 95vw;

        transform: translateX(-48%) translateY(20px);
    }

    .mega-dropdown:hover #insideCmtMegaMenu{

        transform: translateX(-48%) translateY(0);
    }

}

@media (min-width: 992px) and (max-width: 1099px) {

    #programmesMegaMenu{

        width: 95vw;

        transform: translateX(-30%) translateY(20px);
    }

    .mega-dropdown:hover #programmesMegaMenu{

        transform: translateX(-30%) translateY(0);
    }


    #insideCmtMegaMenu{

        width: 95vw;

        transform: translateX(-43%) translateY(20px);
    }

    .mega-dropdown:hover #insideCmtMegaMenu{

        transform: translateX(-43%) translateY(0);
    }

}

/* ===================================
   LARGE DESKTOP (1800px+)
=================================== */

@media (min-width: 1800px) {

    #MoreMegaMenu{
        width: 85vw;
        transform: translateX(-80%) translateY(20px);
    }

    .mega-dropdown:hover #MoreMegaMenu{
        transform: translateX(-80%) translateY(0);
    }

}


/* ===================================
   1600px - 1799px
=================================== */

@media (min-width: 1600px) and (max-width: 1799px) {

    #MoreMegaMenu{
        width: 88vw;
        transform: translateX(-85%) translateY(20px);
    }

    .mega-dropdown:hover #MoreMegaMenu{
        transform: translateX(-85%) translateY(0);
    }

}


/* ===================================
   1440px - 1599px
=================================== */

@media (min-width: 1440px) and (max-width: 1599px) {

    #MoreMegaMenu{
        width: 92vw;
        transform: translateX(-88%) translateY(20px);
    }

    .mega-dropdown:hover #MoreMegaMenu{
        transform: translateX(-88%) translateY(0);
    }

}


/* ===================================
   DESKTOP 1200px - 1299px
=================================== */

@media (min-width: 1200px) and (max-width: 1299px) {

    #MoreMegaMenu{
        width: 85vw;
        transform: translateX(-88%) translateY(20px);
    }

    .mega-dropdown:hover #MoreMegaMenu{
        transform: translateX(-88%) translateY(0);
    }

}


/* ===================================
   DESKTOP 1300px - 1439px
=================================== */

@media (min-width: 1300px) and (max-width: 1439px) {

    #MoreMegaMenu{
        width: 85vw;
        transform: translateX(-90%) translateY(20px);
    }

    .mega-dropdown:hover #MoreMegaMenu{
        transform: translateX(-90%) translateY(0);
    }

}


/* ===================================
   LAPTOP 1100px - 1199px
=================================== */

@media (min-width: 1100px) and (max-width: 1199px) {

    #MoreMegaMenu{
        width: 95vw;
        transform: translateX(-84%) translateY(20px);
    }

    .mega-dropdown:hover #MoreMegaMenu{
        transform: translateX(-84%) translateY(0);
    }

}


/* ===================================
   LAPTOP 992px - 1099px
=================================== */

@media (min-width: 992px) and (max-width: 1099px) {

    #MoreMegaMenu{
        width: 95vw;
        transform: translateX(-83%) translateY(20px);
    }

    .mega-dropdown:hover #MoreMegaMenu{
        transform: translateX(-83%) translateY(0);
    }

}
.three-column-menu{
    display:flex;
    align-items:stretch;
}

.mega-col-left{
    width:30%;
    padding:35px;
    border-right:1px solid rgba(255,255,255,.12);
}

.mega-col-center{
    width:30%;
    padding:35px;
    border-right:1px solid rgba(255,255,255,.12);
}

.mega-col-image{
    width:40%;
    padding:35px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
}

.mega-col-image img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:20px;
    transition:.4s;
}

.main-menu-item,
.inside-menu-item{
    display:block;
    text-decoration:none;
    margin-bottom:25px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.main-menu-item.active,
.inside-menu-item.active{
    padding:12px 18px;
    background:rgba(255,255,255,.08);
    border-radius:10px;
}

.submenu-content,
.inside-content{
    display:none;
}

.submenu-content.active,
.inside-content.active{
    display:block;
}

.submenu-content a,
.inside-content a{
    display:block;
    text-decoration:none;
    margin-bottom:18px;
    font-size:16px;
}

.submenu-content a:hover,
.inside-content a:hover{
    transform:translateX(6px);
}
/* ===================================
   PREMIUM MEGA MENU ANIMATION
=================================== */

.mega-menu{

    opacity: 0;
    visibility: hidden;

    transform: translateX(-50%) translateY(25px);

    transition:
    opacity .45s ease,
    transform .45s cubic-bezier(.22,.61,.36,1),
    visibility .45s;

    will-change: transform, opacity;
}

/* COLUMN ANIMATION */

.main-menu-item,
.inside-menu-item{

    opacity: 0;
    transform: translateX(-20px);

    transition: all .35s ease;
}

/* STAGGER EFFECT */

.mega-dropdown:hover .main-menu-item,
.mega-dropdown:hover .inside-menu-item{

    animation: slideLeft .5s forwards;
}

.main-menu-item:nth-child(1),
.inside-menu-item:nth-child(1){
    animation-delay:.05s;
}

.main-menu-item:nth-child(2),
.inside-menu-item:nth-child(2){
    animation-delay:.12s;
}

.main-menu-item:nth-child(3),
.inside-menu-item:nth-child(3){
    animation-delay:.19s;
}

.main-menu-item:nth-child(4){
    animation-delay:.26s;
}

/* SECOND COLUMN */

.submenu-content.active,
.inside-content.active{

    animation: fadeUp .4s ease;
}

/* IMAGE ANIMATION */

.mega-col-image img{

    transition:
    opacity .4s ease,
    transform .6s ease;

    transform: scale(1);
}

/* ACTIVE ITEM */

.main-menu-item.active,
.inside-menu-item.active{

    background: #00C2A8;
    border-radius: 30px;

    transform: translateX(8px);

    box-shadow:
    0 0 20px rgba(255,255,255,.08);
    color: white;
}

/* SUBMENU LINK EFFECT */

.submenu-content a,
.inside-content a{

    position: relative;

    transition: .3s ease;
}

.submenu-content a:hover,
.inside-content a:hover{

    transform: translateX(10px);
}

.submenu-content a::before,
.inside-content a::before{

    content: "";

    position: absolute;

    left: -15px;
    top: 50%;

    width: 0;
    height: 1px;

    background: #00C2A8;

    transition: .3s ease;
}

.submenu-content a:hover::before,
.inside-content a:hover::before{

    width: 10px;
}
@keyframes slideLeft{

    from{
        opacity:0;
        transform:translateX(-20px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(15px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}
.main-blog-title{
  font-size: 30px;
  font-weight: 400;
}
.heighlight-text {
    color: #00C2A8;
}
.cmt-bca-pathway-section{

    padding:50px 0px;
}

.cmt-bca-pathway-header{

    text-align:center;
    max-width:800px;
    margin:auto auto 70px;
}

.cmt-bca-pathway-header span{

    display:inline-block;
    padding:8px 20px;
    background:#00c2a8;
    color:#fff;
    border-radius:30px;
    font-size:13px;
}

.cmt-bca-pathway-header h2{

    font-size:30px;
    margin:20px 0;
}

.cmt-bca-pathway-wrapper{

    display:grid;
    /* grid-template-columns:1.5fr .8fr; */
    gap:50px;
}

.cmt-bca-pathway-road{

    position:relative;
}

.cmt-bca-pathway-road::before{

    content:'';
    position:absolute;

    left:30px;
    top:0;
    bottom:0;

    width:4px;
    background:#00c2a8;
}

.cmt-bca-job-item{

    position:relative;

    margin-bottom:25px;
    margin-left:80px;

    background:#fff;
    padding:25px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.cmt-bca-job-icon{

    position:absolute;

    left:-72px;
    top:20px;

    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#00c2a8;
    color:#fff;
    font-size:24px;
}

.cmt-bca-eligibility-panel{

    background:#0b1f3a;
    color:#fff;
    padding:40px;
    border-radius:30px;
    position:sticky;
    top:100px;
}

.cmt-bca-panel-tag{

    background:#00c2a8;
    padding:8px 15px;
    border-radius:20px;
    font-size:12px;
}

.cmt-bca-eligibility-panel h3{

    margin:20px 0 30px;
    font-size:28px;
    color: white;
}

.cmt-bca-panel-item{

    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,.15);
}

.cmt-bca-panel-item p{
    color: white;
}
@media(max-width:991px){

    .cmt-bca-pathway-wrapper{

        grid-template-columns:1fr;
    }

    .cmt-bca-pathway-header h2{

        font-size:34px;
    }

    .cmt-bca-job-item{

        margin-left:60px;
    }

    .cmt-bca-eligibility-panel{

        position:relative;
        top:auto;
    }
}
.cmt-globalvision-section{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
}

.cmt-globalvision-container{
    max-width:1300px;
    margin:auto;
}

.cmt-globalvision-header{
    text-align:center;
    margin-bottom:60px;
}

.cmt-globalvision-badge{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(0,194,168,0.15);
    color:#00C2A8;
    font-size:14px;
    margin-bottom:20px;
}

.cmt-globalvision-header h2{
    color:#fff;
    font-size:30px;
    font-weight:400;
    margin-bottom:20px;
}

.cmt-globalvision-header p{
    max-width:900px;
    margin:auto;
    color:#d6e4f0;
    line-height:1.8;
}

.cmt-globalvision-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.cmt-globalvision-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    height:275px;
    cursor:pointer;
}

.cmt-globalvision-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s;
}

.cmt-globalvision-card:hover img{
    transform:scale(1.1);
}

.cmt-globalvision-content{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:25px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0.1)
    );
}

.cmt-globalvision-content span{
    color:#00C2A8;
    font-size:14px;
    font-weight: 400;
}

.cmt-globalvision-content h3{
    color:#fff;
    font-size:20px;
    margin:8px 0;
}

.cmt-globalvision-content p{
    color:#d6e4f0;
    font-size:14px;
}

@media(max-width:991px){

    .cmt-globalvision-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .cmt-globalvision-grid{
        grid-template-columns:1fr;
    }

    .cmt-globalvision-header h2{
        font-size:28px;
    }

    .cmt-globalvision-card{
        height:300px;
    }

}
/* ====================================
   CMT ADMISSION PROCESS
==================================== */

.cmt-admission-process-section{
    padding:50px 0px;
    position:relative;
    overflow:hidden;
}

.cmt-admission-process-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.cmt-admission-tag{
    display:inline-block;
    padding:10px 22px;
    background:#00C2A8;
    color:white;
    font-size:13px;
    font-weight: 400;
    border-radius:50px;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmt-admission-process-header h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:15px;
}

.cmt-admission-process-header p{
    font-size:16px;
}

.cmt-admission-steps-wrapper{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.cmt-admission-step-card{
    background:#fff;
    border-radius:25px;
    padding:40px 30px;
    text-align:center;
    position:relative;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.cmt-admission-step-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.cmt-admission-step-number{
    position:absolute;
    top:-18px;
    right:20px;
    width:55px;
    height:55px;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight: 400;
}

.cmt-admission-step-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    margin-bottom:25px;
}

.cmt-admission-step-card h3{
    font-size:22px;
    font-weight: 400;
    margin-bottom:15px;
}

.cmt-admission-step-card p{
    font-size:15px;
    line-height:1.8;
}

/* ===========================
   TABLET
=========================== */

@media(max-width:991px){

    .cmt-admission-steps-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

    .cmt-admission-process-header h2{
        font-size:36px;
    }
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:767px){

    .cmt-admission-process-section{
        padding:20px;
    }

    .cmt-admission-process-header{
        margin-bottom:45px;
    }

    .cmt-admission-process-header h2{
        font-size:22px;
        line-height:1.3;
    }

    .cmt-admission-process-header p{
        font-size:16px;
    }

    .cmt-admission-steps-wrapper{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cmt-admission-step-card{
        padding:35px 25px;
    }

    .cmt-admission-step-icon{
        width:75px;
        height:75px;
        font-size:34px;
    }

    .cmt-admission-step-card h3{
        font-size:20px;
    }
}
/*=================================
  CMT BHM ELIGIBILITY SECTION
=================================*/

.cmt-bhm-eligibility-section{
    padding:50px 0px;
    position:relative;
}

.cmt-bhm-eligibility-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    gap:50px;
    align-items:center;
}

.cmt-bhm-eligibility-tag{
    display:inline-block;
    background:#00C2A8;
    color:white;
    padding:10px 20px;
    border-radius:50px;
    font-size:13px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmt-bhm-eligibility-left h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:15px;
}

.cmt-bhm-eligibility-subtitle{
    font-size:16px;
    margin-bottom:35px;
}

.cmt-bhm-criteria-box{
    background:#ffffff;
    border-radius:25px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.cmt-bhm-criteria-box h3{
    margin-bottom:25px;
    font-size:20px;
}

.cmt-bhm-criteria-list{
    list-style:none;
    padding:0;
    margin:0;
}

.cmt-bhm-criteria-list li{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
    font-size:18px;
    color:#333;
    font-weight:400;
}

.cmt-bhm-criteria-list li span{
    width:35px;
    height:35px;
    background:#00C2A8;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 400;
}

.cmt-bhm-cta-card{
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:#fff;
    padding:50px 40px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(13,23,48,.25);
}

.cmt-bhm-cta-icon{
    width:80px;
    height:80px;
    background:rgba(255,255,255,.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    margin-bottom:25px;
}

.cmt-bhm-cta-card h3{
    font-size:24px;
    margin-bottom:15px;
    font-weight:400;
    color: white;
}

.cmt-bhm-cta-card p{
    font-size:16px;
    opacity:.95;
    margin-bottom:30px;
    color: white;
}

.cmt-bhm-cta-buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.cmt-bhm-btn-primary,
.cmt-bhm-btn-secondary{
    text-decoration:none;
    padding:16px 25px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
    display:inline-block;
}

.cmt-bhm-btn-primary{
    background:white;
    color:#00C2A8;
}

.cmt-bhm-btn-primary:hover{
    transform:translateY(-3px);
}

.cmt-bhm-btn-secondary{
    background:#fff;
    color:#00C2A8;
}

.cmt-bhm-btn-secondary:hover{
    transform:translateY(-3px);
}

.cmt-bhm-call-box{
    margin-top:25px;
    font-size:22px;
    font-weight: 400;
}

.cmt-bhm-call-box a{
    color:#fff;
    text-decoration:none;
}

/*=========================
  TABLET
=========================*/

@media(max-width:991px){

    .cmt-bhm-eligibility-container{
        grid-template-columns:1fr;
    }

    .cmt-bhm-eligibility-left h2{
        font-size:38px;
    }
}

/*=========================
  MOBILE
=========================*/

@media(max-width:767px){

    .cmt-bhm-eligibility-section{
        padding:20px;
    }

    .cmt-bhm-eligibility-left h2{
        font-size:22px;
    }

    .cmt-bhm-eligibility-subtitle{
        font-size:16px;
    }

    .cmt-bhm-criteria-box{
        padding:25px;
    }

    .cmt-bhm-criteria-list li{
        font-size:16px;
        align-items:flex-start;
        flex-wrap:wrap
    }

    .cmt-bhm-cta-card{
        padding:35px 25px;
    }

    .cmt-bhm-cta-card h3{
        font-size:22px;
    }

    .cmt-bhm-call-box{
        font-size:20px;
    }
}
/*=====================================
   CMT BHM INTERNSHIP & CAREER SECTION
=====================================*/

.cmt-bhm-career-section{
    padding:50px 20px;
    overflow:hidden;
}

.cmt-bhm-career-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    gap:40px;
}

.cmt-bhm-internship-panel,
.cmt-bhm-career-panel{
    background:#ffffff;
    border-radius:30px;
    padding:50px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    transition:.4s;
}

.cmt-bhm-internship-panel:hover,
.cmt-bhm-career-panel:hover{
    transform:translateY(-8px);
}

.cmt-bhm-section-tag{
    display:inline-block;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:white;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
    text-align: center;
}

.cmt-bhm-internship-panel h2,
.cmt-bhm-career-panel h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:20px;
}

.cmt-bhm-section-desc{
    font-size:16px;
    margin-bottom:30px;
}

.cmt-bhm-internship-list{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-bottom:35px;
}

.cmt-bhm-feature-item{
    background:#f8fbff;
    padding:18px 22px;
    border-radius:12px;
    font-size:16px;
    color:#333;
    position:relative;
    overflow:hidden;
}

.cmt-bhm-feature-item::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
}

.cmt-bhm-action-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.cmt-bhm-btn-main{
    background:#00C2A8;
    color:#fff;
    text-decoration:none;
    padding:15px 25px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.cmt-bhm-btn-main:hover{
    transform:translateY(-3px);
}

.cmt-bhm-btn-outline{
    border:2px solid #00C2A8;
    color:#00C2A8;
    text-decoration:none;
    padding:15px 25px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.cmt-bhm-btn-outline:hover{
    background:#0c4db5;
    color:#fff;
}

.cmt-bhm-career-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-top:30px;
}

.cmt-bhm-career-card{
    background:#f8fbff;
    border-radius:18px;
    padding:25px;
    text-align:center;
    font-size:34px;
    transition:.3s;
}

.cmt-bhm-career-card:hover{
    transform:translateY(-5px);
    background:#eef5ff;
}

.cmt-bhm-career-card h4{
    margin-top:12px;
    font-size:16px;
    color:#0d1730;
    font-weight: 400;
    line-height:1.5;
}

.cmt-bhm-global-opportunity{
    margin-top:30px;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:#fff;
    padding:22px;
    border-radius:15px;
    text-align:center;
    font-size:18px;
    font-weight: 400;
}

/*=========================
   TABLET
=========================*/

@media(max-width:991px){

    .cmt-bhm-career-container{
        grid-template-columns:1fr;
    }

    .cmt-bhm-internship-panel h2,
    .cmt-bhm-career-panel h2{
        font-size:34px;
    }
}

/*=========================
   MOBILE
=========================*/

@media(max-width:767px){

    .cmt-bhm-career-section{
        padding:20px;
    }

    .cmt-bhm-internship-panel,
    .cmt-bhm-career-panel{
        padding:30px 25px;
    }

    .cmt-bhm-internship-panel h2,
    .cmt-bhm-career-panel h2{
        font-size:22px;
    }

    .cmt-bhm-career-grid{
        grid-template-columns:1fr;
    }

    .cmt-bhm-action-buttons{
        flex-direction:column;
    }

    .cmt-bhm-btn-main,
    .cmt-bhm-btn-outline{
        text-align:center;
        width:100%;
    }

    .cmt-bhm-global-opportunity{
        font-size:16px;
    }
}
/*==================================
   CMT CAMPUS FACILITIES SECTION
==================================*/

.cmt-campus-facilities-section{
    padding:50px 20px;
    background:linear-gradient(135deg,#f7faff,#eef5ff);
    position:relative;
    overflow:hidden;
}

.cmt-campus-facilities-container{
    max-width:1300px;
    margin:auto;
}

.cmt-campus-facilities-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.cmt-campus-tag{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:#00C2A8;
    color:white;
    font-size:13px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmt-campus-facilities-header h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:18px;
    line-height:1.2;
}

.cmt-campus-facilities-header p{
    font-size:16px;
}

.cmt-campus-facilities-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.cmt-campus-facility-card{
    background:#fff;
    border-radius:25px;
    padding:40px 25px;
    text-align:center;
    box-shadow:0 12px 40px rgba(0,0,0,.08);
    transition:.4s ease;
    position:relative;
    overflow:hidden;
}

.cmt-campus-facility-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
}

.cmt-campus-facility-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.cmt-campus-facility-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#edf4ff,#dbe8ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
}

.cmt-campus-facility-card h3{
    font-size:22px;
    color:#0d1730;
    margin-bottom:15px;
    font-weight: 400;
}

.cmt-campus-facility-card p{
    font-size:15px;
    color:#666;
    line-height:1.8;
}

/*=========================
   TABLET
=========================*/

@media(max-width:1200px){

    .cmt-campus-facilities-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:991px){

    .cmt-campus-facilities-header h2{
        font-size:38px;
    }

    .cmt-campus-facilities-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/*=========================
   MOBILE
=========================*/

@media(max-width:767px){

    .cmt-campus-facilities-section{
        padding:20px;
    }

    .cmt-campus-facilities-header{
        margin-bottom:45px;
    }

    .cmt-campus-facilities-header h2{
        font-size:22px;
    }

    .cmt-campus-facilities-header p{
        font-size:16px;
    }

    .cmt-campus-facilities-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cmt-campus-facility-card{
        padding:35px 25px;
    }

    .cmt-campus-facility-icon{
        width:75px;
        height:75px;
        font-size:34px;
    }

    .cmt-campus-facility-card h3{
        font-size:20px;
    }
}
/*===================================
  CMT CAMPUS FACILITIES
===================================*/

.cmtcampusx-facilities-section{
    padding:50px 0px;
    position:relative;
    overflow:hidden;
}

.cmtcampusx-container{
    max-width:1300px;
    margin:auto;
}

.cmtcampusx-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.cmtcampusx-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#00C2A8;
    color:white;
    font-size:13px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmtcampusx-header h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:18px;
}

.cmtcampusx-header p{
    font-size:16px;
}

.cmtcampusx-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.cmtcampusx-card{
    background:#ffffff;
    border-radius:28px;
    padding:40px 25px;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.cmtcampusx-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
}

.cmtcampusx-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.cmtcampusx-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#eef5ff,#dbe8ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
}

.cmtcampusx-card h3{
    font-size:22px;
    color:#0d1730;
    font-weight: 400;
    margin:0;
}

/*=========================
  LARGE TABLET
=========================*/

@media(max-width:1100px){

    .cmtcampusx-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtcampusx-header h2{
        font-size:42px;
    }
}

/*=========================
  MOBILE
=========================*/

@media(max-width:767px){

    .cmtcampusx-facilities-section{
        padding:70px 15px;
    }

    .cmtcampusx-header{
        margin-bottom:45px;
    }

    .cmtcampusx-header h2{
        font-size:22px;
    }

    .cmtcampusx-header p{
        font-size:16px;
    }

    .cmtcampusx-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cmtcampusx-card{
        padding:35px 20px;
    }

    .cmtcampusx-icon{
        width:75px;
        height:75px;
        font-size:34px;
    }

    .cmtcampusx-card h3{
        font-size:20px;
    }
}
/*=================================
  CMT BBA PLACEMENTS SECTION
=================================*/

.cmtbba-placementx-section{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
    border-radius: 25px;
    overflow:hidden;
}

.cmtbba-placementx-container{
    max-width:1300px;
    margin:auto;
}

.cmtbba-placementx-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.cmtbba-placementx-tag{
    display:inline-block;
    background:#00C2A8;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight: 400;
    margin-bottom:20px;
}

.cmtbba-placementx-header h2{
    color:#fff;
    font-size:30px;
    font-weight:400;
    margin-bottom:20px;
}

.cmtbba-placementx-header p{
    color:rgba(255,255,255,.85);
    font-size:16px;
}

.cmtbba-placementx-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-bottom:70px;
}

.cmtbba-placementx-stat-card{
    background:#fff;
    text-align:center;
    padding:35px;
    border-radius:25px;
}

.cmtbba-placementx-stat-card h3{
    font-size:25px;
    color:#00C2A8;
    font-weight:400;
}

.cmtbba-placementx-stat-card p{
    margin-top:10px;
    font-weight:400;
}

.cmtbba-placementx-recruiters{
    background:#fff;
    padding:50px;
    border-radius:30px;
    margin-bottom:60px;
}

.cmtbba-placementx-recruiters h3{
    text-align:center;
    margin-bottom:30px;
    font-size:32px;
}

.cmtbba-placementx-logo-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.cmtbba-placementx-logo{
    background:#f5f7fb;
    padding:20px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:70px;
    transition:.3s ease;
}

.cmtbba-placementx-logo img{
    max-width:100px;
    max-height:60px;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:.3s ease;
}

.cmtbba-placementx-logo:hover img{
    transform:scale(1.05);
}

.cmtbba-placementx-feature-head{
    text-align:center;
    margin-bottom:40px;
}

.cmtbba-placementx-feature-head h2{
    color:#fff;
    font-size:30px;
}

.cmtbba-placementx-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.cmtbba-placementx-feature-card{
    background:#fff;
    padding:35px;
    border-radius:25px;
    position:relative;
    transition:.3s;
}

.cmtbba-placementx-feature-card:hover{
    transform:translateY(-8px);
}

.cmtbba-placementx-icon{
    font-size:42px;
    margin-bottom:20px;
}

.cmtbba-placementx-feature-card h4{
    font-size:22px;
    margin-bottom:15px;
    color:#071c3f;
}

.cmtbba-placementx-feature-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.cmtbba-placementx-feature-card span{
    display:inline-block;
    background:#00C2A8;
    color:white;
    padding:8px 15px;
    border-radius:30px;
    font-weight: 400;
}

.cmtbba-placementx-highlight{
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:#fff;
}

.cmtbba-placementx-highlight h4,
.cmtbba-placementx-highlight p{
    color:#fff;
}

.cmtbba-placementx-highlight span{
    background:#fff;
    color:#16a34a;
}

/*====================
TABLET
====================*/

@media(max-width:991px){

    .cmtbba-placementx-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtbba-placementx-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtbba-placementx-logo-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .cmtbba-placementx-header h2{
        font-size:40px;
    }
}

/*====================
MOBILE
====================*/

@media(max-width:767px){

    .cmtbba-placementx-section{
        padding:70px 15px;
    }

    .cmtbba-placementx-header h2{
        font-size:22px;
    }
.cmtbba-placementx-recruiters h3 {
    font-size: 22px;
}
    .cmtbba-placementx-header p{
        font-size:16px;
    }

    .cmtbba-placementx-stats,
    .cmtbba-placementx-feature-grid,
    .cmtbba-placementx-logo-grid{
        grid-template-columns:1fr;
    }

    .cmtbba-placementx-recruiters{
        padding:30px 20px;
    }

    .cmtbba-placementx-feature-head h2{
        font-size:22x;
    }
}
/*====================================
   CMT BBA PROGRAMME STRUCTURE
====================================*/

.cmtbba-programx-section{
    padding:50px 20px;
    overflow:hidden;
}

.cmtbba-programx-container{
    max-width:1300px;
    margin:auto;
}

/* HEADER */

.cmtbba-programx-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 80px;
}

.cmtbba-programx-tag{
    display:inline-block;
    padding:10px 24px;
    background:#00C2A8;
    color:white;
    border-radius:50px;
    font-size:13px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmtbba-programx-header h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:20px;
}

.cmtbba-programx-header p{
    font-size:16px;
}

/* TIMELINE */

.cmtbba-programx-timeline{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    position:relative;
    margin-bottom:70px;
}

.cmtbba-programx-card{
    background:#fff;
    padding:45px 30px;
    border-radius:30px;
    text-align:center;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.cmtbba-programx-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0b4db5,#3a86ff);
}

.cmtbba-programx-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.cmtbba-programx-year{
    display:inline-block;
    padding:10px 20px;
    background:#edf4ff;
    color:#0b4db5;
    border-radius:50px;
    font-weight: 400;
    margin-bottom:20px;
}

.cmtbba-programx-icon{
    font-size:55px;
    margin-bottom:20px;
}

.cmtbba-programx-card h3{
    font-size:28px;
    font-weight:800;
    color:#08142f;
    margin-bottom:15px;
}

.cmtbba-programx-card p{
    color:#666;
    line-height:1.8;
}

/* CERTIFICATION BOX */

.cmtbba-programx-certification{
    background:linear-gradient(135deg,#081120,#0B1F3A);
    border-radius:35px;
    padding:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.cmtbba-programx-cert-left{
    flex:1;
}

.cmtbba-programx-cert-left h3{
    color:#fff;
    font-size:34px;
    margin-bottom:15px;
}

.cmtbba-programx-cert-left p{
    color:rgba(255,255,255,.8);
    line-height:1.8;
}

.cmtbba-programx-cert-right{
    flex:1;
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:center;
}

.cmtbba-programx-badge{
    background:#fff;
    color:#00C2A8;
    padding:15px 20px;
    border-radius:50px;
    font-weight: 400;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/* TABLET */

@media(max-width:991px){

    .cmtbba-programx-header h2{
        font-size:40px;
    }

    .cmtbba-programx-timeline{
        grid-template-columns:1fr;
    }

    .cmtbba-programx-certification{
        flex-direction:column;
        text-align:center;
    }

    .cmtbba-programx-cert-right{
        justify-content:center;
    }
}

/* MOBILE */

@media(max-width:767px){

    .cmtbba-programx-section{
        padding:20px;
    }

    .cmtbba-programx-header{
        margin-bottom:50px;
    }

    .cmtbba-programx-header h2{
        font-size:22px;
    }

    .cmtbba-programx-header p{
        font-size:16px;
    }

    .cmtbba-programx-card{
        padding:35px 25px;
    }

    .cmtbba-programx-card h3{
        font-size:20px;
    }

    .cmtbba-programx-icon{
        font-size:45px;
    }

    .cmtbba-programx-certification{
        padding:35px 20px;
    }

    .cmtbba-programx-cert-left h3{
        font-size:20px;
    }

    .cmtbba-programx-badge{
        width:100%;
        text-align:center;
    }
    .cmtbba-programx-tag {
    font-size: 10px;
}
}
/*==================================
  CMT BBA VOICES SECTION
==================================*/

.cmtbbavoicex-section{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
    border-radius: 25px;
    overflow:hidden;
}

.cmtbbavoicex-container{
    max-width:1300px;
    margin:auto;
}

.cmtbbavoicex-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.cmtbbavoicex-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:white;
    font-size:13px;
    font-weight: 400;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmtbbavoicex-header h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:20px;
    color:white;
}

.cmtbbavoicex-header p{
    font-size:16px;
    color:white;
}

/* VIDEO GRID */

.cmtbbavoicex-video-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:70px;
}

.cmtbbavoicex-video-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.cmtbbavoicex-video-card:hover{
    transform:translateY(-10px);
}

.cmtbbavoicex-video-wrap{
    position:relative;
    padding-bottom:56.25%;
    height:0;
}

.cmtbbavoicex-video-wrap iframe{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    border:none;
}

.cmtbbavoicex-video-content{
    padding:25px;
}

.cmtbbavoicex-video-content h3{
    font-size:22px;
    margin-bottom:8px;
    color:white;
}

.cmtbbavoicex-video-content span{
    color:#0c4db5;
    font-weight:600;
}

/* REVIEW GRID */

.cmtbbavoicex-review-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.cmtbbavoicex-review-card{
background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
}

.cmtbbavoicex-review-card:hover{
    transform:translateY(-8px);
}

.cmtbbavoicex-stars{
    color:#ffb400;
    font-size:24px;
    margin-bottom:20px;
}

.cmtbbavoicex-review-card p{
    color:white;
    font-size: 14px;
    margin-bottom:25px;
}

.cmtbbavoicex-user h4{
    margin:0;
    color:white;
    font-size:20px;
}

.cmtbbavoicex-user span{
    color:white;
    font-weight:600;
}

/* TABLET */

@media(max-width:991px){

    .cmtbbavoicex-video-grid,
    .cmtbbavoicex-review-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtbbavoicex-header h2{
        font-size:40px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .cmtbbavoicex-section{
        padding:70px 15px;
    }

    .cmtbbavoicex-header{
        margin-bottom:45px;
    }

    .cmtbbavoicex-header h2{
        font-size:30px;
    }

    .cmtbbavoicex-header p{
        font-size:16px;
    }

    .cmtbbavoicex-video-grid,
    .cmtbbavoicex-review-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cmtbbavoicex-review-card{
        padding:25px;
    }
}
/* ===================================
   PGDM OVERVIEW SECTION
=================================== */

.cmtpgdmfinance-section,
.cmtpgdmhr-section{
    padding:50px 0px;
}

.cmtpgdmfinance-container{
    max-width:1300px;
    margin:auto;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    padding:60px;
    border-radius:35px;
    color:#fff;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.cmtpgdmhr-container{
    max-width:1300px;
    margin:auto;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    padding:60px;
    border-radius:35px;
    color:#fff;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.cmtpgdmfinance-tag,
.cmtpgdmhr-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:20px;
}

.cmtpgdmfinance-container h2,
.cmtpgdmhr-container h2{
    font-size:30px;
    margin-bottom:15px;
    color:#fff;
}

.cmtpgdmfinance-container h3,
.cmtpgdmhr-container h3{
    font-size:26px;
    margin-bottom:25px;
    color:#fff;
}

.cmtpgdmfinance-container p,
.cmtpgdmhr-container p{
    font-size:16px;
    margin-bottom:20px;
    color: white;
}

.cmtpgdmfinance-divider,
.cmtpgdmhr-divider{
    width:90px;
    height:4px;
    background:#fff;
    margin:30px 0;
    border-radius:30px;
}

.cmtpgdmfinance-container h4,
.cmtpgdmhr-container h4{
    font-size:28px;
    margin-bottom:20px;
    color:#fff;
}

.cmtpgdmfinance-list,
.cmtpgdmhr-list{
    padding-left:20px;
}

.cmtpgdmfinance-list li,
.cmtpgdmhr-list li{
    margin-bottom:15px;
    line-height:1.8;
    font-size:17px;
}

/* Mobile */

@media(max-width:767px){

    .cmtpgdmfinance-section,
    .cmtpgdmhr-section{
        padding:60px 15px;
    }

    .cmtpgdmfinance-container,
    .cmtpgdmhr-container{
        padding:35px 25px;
        border-radius:25px;
    }

    .cmtpgdmfinance-container h2,
    .cmtpgdmhr-container h2{
        font-size:30px;
    }

    .cmtpgdmfinance-container h3,
    .cmtpgdmhr-container h3{
        font-size:20px;
    }

    .cmtpgdmfinance-container h4,
    .cmtpgdmhr-container h4{
        font-size:22px;
    }

    .cmtpgdmfinance-container p,
    .cmtpgdmhr-container p,
    .cmtpgdmfinance-list li,
    .cmtpgdmhr-list li{
        font-size:15px;
    }

}
.cmtpgdmwhyx-section,
.cmtpgdmvaluex-section,
.cmtpgdmeligx-section,
.cmtpgdmhighx-section,
.cmtpgdmjobx-section{
    padding:25px 0px;
}

.cmtpgdmwhyx-container,
.cmtpgdmvaluex-container,
.cmtpgdmeligx-container,
.cmtpgdmhighx-container,
.cmtpgdmjobx-container{
    max-width:1300px;
    margin:auto;
}

.cmtpgdmwhyx-head,
.cmtpgdmvaluex-head,
.cmtpgdmhighx-head,
.cmtpgdmjobx-head{
    text-align:center;
    margin-bottom:50px;
}

.cmtpgdmwhyx-grid,
.cmtpgdmvaluex-grid,
.cmtpgdmhighx-grid,
.cmtpgdmjobx-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.cmtpgdmwhyx-card,
.cmtpgdmvaluex-item,
.cmtpgdmhighx-item,
.cmtpgdmjobx-item{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-align:center;
}

.cmtpgdmwhyx-icon{
    font-size:45px;
    margin-bottom:15px;
}

.cmtpgdmeligx-container{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

.cmtpgdmeligx-left,
.cmtpgdmeligx-right{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.cmtpgdmeligx-right a{
    display:inline-block;
    margin-top:20px;
    background:#00C2A8;
    color:#fff;
    padding:14px 28px;
    border-radius:10px;
    text-decoration:none;
}

@media(max-width:768px){

.cmtpgdmwhyx-grid,
.cmtpgdmvaluex-grid,
.cmtpgdmhighx-grid,
.cmtpgdmjobx-grid,
.cmtpgdmeligx-container{
    grid-template-columns:1fr;
}

}
.cmtpgdmoverviewx-section{
    padding:50px 0px;
}

.cmtpgdmoverviewx-container{
    max-width:1300px;
    margin:auto;
}

.cmtpgdmoverviewx-content{
    background:linear-gradient(135deg,#1693b3,#2d95b2);
    color:#fff;
    padding:30px;
    border-radius:40px;
}

.cmtpgdmoverviewx-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:20px;
}

.cmtpgdmoverviewx-content h2{
    font-size:30px;
    margin-bottom:10px;
    color: white;
}

.cmtpgdmoverviewx-content h3{
    font-size:24px;
    font-weight:400;
    margin-bottom:25px;
        color: white;
}

.cmtpgdmoverviewx-content p{
    color: white;
        font-size:16px;
}

@media(max-width:768px){

.cmtpgdmoverviewx-content{
    padding:35px 25px;
    border-radius:25px;
}

.cmtpgdmoverviewx-content h2{
    font-size:32px;
}

.cmtpgdmoverviewx-content h3{
    font-size:22px;
}

.cmtpgdmoverviewx-content p{
    font-size:15px;
}

}
.pgdm-specializations{
    display:none;
    flex-direction:column;
    gap:12px;
}

.pgdm-specializations a{
display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 400;
    transition: .3s;
    text-align: center;
}

.pgdm-specializations a:hover{
    color:#00C2A8;
}

@media(max-width:991px){

    .pgdm-specializations{
        display:none !important;
    }

}
/* ===========================
   BBA VALUE ADDED COURSES LIST
=========================== */

.cmt-bba-value-list-section{
    padding:50px 0px;
}

.cmt-bba-value-list-container{
    max-width:1300px;
    margin:auto;
}

.cmt-bba-value-list-heading{
    margin-bottom:30px;
}

.cmt-bba-value-list-heading h2{
    font-size:30px;
    font-weight:400;
    margin-bottom:10px;
}

.cmt-bba-value-list-heading p{
    font-size:16px;
}

.cmt-bba-value-list-box{
    background:#f8f9fb;
    padding:30px;
    border-radius:12px;
}

.cmt-bba-value-list{
    margin:0;
    padding-left:20px;
}

.cmt-bba-value-list li{
    margin-bottom:18px;
    line-height:1.8;
   font-size:16px;
}

.cmt-bba-value-list li:last-child{
    margin-bottom:0;
}

.cmt-bba-value-list strong{
    color:#00C2A8;
}

/* Mobile */

@media (max-width:768px){

    .cmt-bba-value-list-section{
        padding:40px 15px;
    }

    .cmt-bba-value-list-heading h2{
        font-size:28px;
    }

    .cmt-bba-value-list-box{
        padding:20px;
    }

    .cmt-bba-value-list li{
        font-size:15px;
    }

}
.cmt-bba-career-list-section{
    padding:50px 0px;
}

.cmt-bba-career-list-container{
    max-width:1300px;
    margin:auto;
}

.cmt-bba-career-list-header{
    text-align:center;
    margin-bottom:35px;
}

.cmt-bba-career-list-tag{
    display:inline-block;
    padding:8px 20px;
    background:#00C2A8;
    color:#fff;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.cmt-bba-career-list-header h2{
    font-size:30px;
    margin:0;
}

.cmt-bba-career-list-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.cmt-bba-career-list{
    margin:0;
    padding-left:20px;
    columns:2;
    column-gap:50px;
}

.cmt-bba-career-list li{
    margin-bottom:15px;
    font-size:16px;
}

@media(max-width:768px){

    .cmt-bba-career-list-section{
        padding:50px 15px;
    }

    .cmt-bba-career-list-header h2{
        font-size:28px;
    }

    .cmt-bba-career-list{
        columns:1;
    }

    .cmt-bba-career-list li{
        font-size:15px;
    }

}
.cmtsessions-showcase-box{
    margin:50px 0;
    padding:35px;
    border-radius:24px;
    background:#ffffff;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.cmtsessions-showcase-title h3{
    font-size:30px;
    font-weight: 400;
    margin-bottom:25px;
}

.cmtsessions-showcase-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.cmtsessions-showcase-item{
    padding:18px 20px;
    border-radius:16px;
    background:#f8fafc;
    border-left:4px solid #00C2A8;
    line-height:1.7;
}

.cmtsessions-showcase-item strong{
    color:#00C2A8;
}

.cmtsessions-showcase-footer{
    margin-top:25px;
    font-size:16px;
    line-height:1.8;
    font-weight:500;
}

@media(max-width:768px){

    .cmtsessions-showcase-list{
        grid-template-columns:1fr;
    }

    .cmtsessions-showcase-box{
        padding:25px;
    }

    .cmtsessions-showcase-title h3{
        font-size:24px;
    }
}
.cmtiv5-company-showcase{
    margin-top:80px;
}

.cmtiv5-company-head{
    text-align:center;
    margin-bottom:50px;
}

.cmtiv5-company-head h3{
    font-size:30px;
    margin-bottom:15px;
}

.cmtiv5-company-head p{
    max-width:850px;
    margin:auto;
    line-height:1.8;
}

.cmtiv5-company-track{
    position:relative;
    display:flex;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.cmtiv5-company-track::before{
    content:'';
    position:absolute;
    top:45px;
    left:5%;
    width:90%;
    height:3px;
    background:#dbe4f3;
    z-index:1;
}

.cmtiv5-company-item{
    flex:1;
    min-width:220px;
    text-align:center;
    position:relative;
    z-index:2;
}

.cmtiv5-company-item span{
    width:90px;
    height:90px;
    border-radius:50%;
    background: linear-gradient(135deg,#0395B2,#00C2A8);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:22px;
    font-weight: 400;
    box-shadow:0 15px 35px rgba(13,75,140,.25);
}

.cmtiv5-company-item h4{
    font-size:20px;
    margin:0;
    line-height:1.5;
}
/* ===================================
   EDUCATIONAL TOUR SECTION
=================================== */

.cmtedu-tour-wrap{
    padding:50px 20px;
  background: linear-gradient(135deg,#eefafd,#dff5fb);
  }

.cmtedu-tour-container{
    max-width:1300px;
    margin:auto;
}

.cmtedu-tour-card{
    display:grid;
    grid-template-columns:500px 1fr;
    align-items:center;
    gap:60px;
    background:#fff;
    border-radius:35px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

/* IMAGE */

.cmtedu-tour-image{
    height:100%;
}

.cmtedu-tour-image img{
    width:100%;
    height:100%;
    min-height:550px;
    object-fit:cover;
    display:block;
}

/* CONTENT */

.cmtedu-tour-content{
    padding:50px 50px 50px 0;
}

.cmtedu-tour-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#00C2A8;
    color:white;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.cmtedu-tour-content h2{
    font-size:30px;
    margin-bottom:25px;
}

.cmtedu-tour-content p{
    font-size:16px;
    margin-bottom:18px;
}

.cmtedu-tour-content strong{
    color: #00C2A8;
}

.cmtedu-tour-highlight{
    display:flex;
    gap:20px;
    margin-top:35px;
    flex-wrap:wrap;
}

.cmtedu-tour-highlight-item{
    flex:1;
    min-width:180px;
    background:#f8fafc;
    padding:20px;
    border-radius:20px;
    text-align:center;
}

.cmtedu-tour-highlight-item span{
    width:55px;
    height:55px;
    border-radius:50%;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    font-weight: 400;
}

.cmtedu-tour-highlight-item h4{
    margin:0;
    font-size:16px;
    color:#111827;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .cmtedu-tour-card{
        grid-template-columns:1fr;
        gap:0;
    }

    .cmtedu-tour-image img{
        min-height:350px;
    }

    .cmtedu-tour-content{
        padding:40px;
    }

    .cmtedu-tour-content h2{
        font-size:34px;
    }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .cmtedu-tour-wrap{
        padding:60px 15px;
    }

    .cmtedu-tour-card{
        border-radius:25px;
    }

    .cmtedu-tour-image img{
        min-height:250px;
    }

    .cmtedu-tour-content{
        padding:25px;
    }

    .cmtedu-tour-content h2{
        font-size:28px;
    }

    .cmtedu-tour-content p{
        font-size:15px;
        line-height:1.8;
    }

    .cmtedu-tour-highlight{
        flex-direction:column;
    }

    .cmtedu-tour-highlight-item{
        min-width:100%;
    }
}
/* ==================================
   SKILL COMPETITIONS SECTION
================================== */

.cmtskillx-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
    overflow:hidden;
}

.cmtskillx-container{
    max-width:1300px;
    margin:auto;
}

.cmtskillx-header{
    text-align:center;
    margin-bottom:70px;
}

.cmtskillx-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#00C2A8;
    color:#fff;
    font-size:14px;
    margin-bottom:18px;
}

.cmtskillx-header h2{
    font-size:30px;
    color:#fff;
    margin-bottom:20px;
}

.cmtskillx-header p{
    max-width:850px;
    margin:auto;
    color:rgba(255,255,255,.8);
    line-height:1.9;
}

.cmtskillx-main-layout{
    display:grid;
    grid-template-columns:350px 1fr;
    gap:60px;
    align-items:center;
}

/* LEFT CONTENT */

.cmtskillx-content-side h3{
    color:#fff;
    font-size:30px;
    margin-bottom:20px;
}

.cmtskillx-content-side p{
    color:white;
}

.cmtskillx-stat-box{
    margin-top:40px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.12);
    padding:30px;
    border-radius:25px;
}

.cmtskillx-stat-box span{
    display:block;
    font-size:50px;
    font-weight: 400;
    color:#fff;
    margin-bottom:10px;
}

.cmtskillx-stat-box p{
    margin:0;
}

/* RIGHT GRID */

.cmtskillx-activity-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.cmtskillx-activity-item{
    position:relative;
    background:#fff;

    width:180px;
    height:180px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
    padding:25px;

    border-radius:50%;

    transition:.4s ease;
    margin:auto;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}


.cmtskillx-activity-item:hover{
    transform:translateY(-10px);
}

.cmtskillx-activity-item span{
    width:50px;
    height:50px;
    border-radius:50%;
    background:linear-gradient(135deg,#0395B2,#00C2A8);
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight: 400;
    margin-bottom:15px;
}

.cmtskillx-activity-item h4{
    font-size:16px;
    line-height:1.5;
    margin:0;
    color:#111827;
}

/* TABLET */

@media(max-width:1024px){

    .cmtskillx-main-layout{
        grid-template-columns:1fr;
    }

    .cmtskillx-content-side{
        text-align:center;
    }

    .cmtskillx-activity-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* MOBILE */

@media(max-width:767px){

    .cmtskillx-wrap{
        padding:70px 15px;
    }

    .cmtskillx-header h2{
        font-size:32px;
    }

    .cmtskillx-content-side h3{
        font-size:24px;
    }

    .cmtskillx-activity-grid{
        grid-template-columns:1fr;
        gap:20px;
    }
    .cmtskillx-activity-item{
        width:180px;
        height:180px;
        border-radius:50%;
        margin:auto;
    }

    .cmtskillx-activity-item h4{
        font-size:14px;
    }

    .cmtskillx-activity-item span{
        margin-bottom:0;
        flex-shrink:0;
    }
}
/* =========================
   CAMPUS ENVIRONMENT
========================= */
/* =====================================
   CAMPUS ENVIRONMENT
===================================== */

.cmtcampusx-wrap{
    padding:80px 20px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtcampusx-grid{
    max-width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:480px 1fr;
    gap:60px;
    align-items:center;
}

.cmtcampusx-image{
    position:relative;
}

.cmtcampusx-image img{
    width:100%;
    display:block;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.cmtcampusx-content h2{
    font-size:42px;
    font-weight: 400;
    color:#0b1f3a;
    margin-bottom:15px;
}

.cmtcampusx-content h4{
    font-size:24px;
    color:#00C2A8;
    margin-bottom:25px;
    line-height:1.4;
}

.cmtcampusx-content p{
    color:#4b5563;
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
}

/* =====================================
   FACILITY GRID
===================================== */

.cmtcampusx-facility-grid{
    max-width:1300px;
    margin:70px auto 0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.cmtcampusx-facility-card{
    background:#fff;
    padding:30px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    border-left:5px solid #00C2A8;
    transition:.35s ease;
}

.cmtcampusx-facility-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.1);
}

.cmtcampusx-facility-card h3{
    color:#0b1f3a;
    font-size:22px;
    margin-bottom:15px;
    line-height:1.4;
}

.cmtcampusx-facility-card p{
    color:#6b7280;
    line-height:1.8;
    margin:0;
}

/* =====================================
   BOTTOM HIGHLIGHT
===================================== */

.cmtcampusx-bottom-note{
    max-width:1300px;
    margin:70px auto 0;
    background: linear-gradient(135deg,#0395B2,#00C2A8);
    padding:60px;
    border-radius:30px;
    text-align:center;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.cmtcampusx-bottom-note::before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-80px;
}

.cmtcampusx-bottom-note::after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-80px;
    left:-40px;
}

.cmtcampusx-bottom-note h3{
    position:relative;
    z-index:2;
    font-size:34px;
    margin-bottom:20px;
    color: white;
}

.cmtcampusx-bottom-note p{
    position:relative;
    z-index:2;
    max-width:950px;
    margin:0 auto 15px;
    line-height:1.9;
    color:rgba(255,255,255,.92);
}

/* =====================================
   TABLET
===================================== */

@media (max-width:991px){

    .cmtcampusx-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .cmtcampusx-facility-grid{
        grid-template-columns:1fr 1fr;
    }

    .cmtcampusx-content h2{
        font-size:36px;
    }

    .cmtcampusx-content h4{
        font-size:22px;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width:767px){

    .cmtcampusx-wrap{
        padding:60px 15px;
    }

    .cmtcampusx-grid{
        gap:25px;
    }

    .cmtcampusx-image img{
        border-radius:20px;
    }

    .cmtcampusx-content h2{
        font-size:30px;
        line-height:1.3;
    }

    .cmtcampusx-content h4{
        font-size:20px;
        margin-bottom:18px;
    }

    .cmtcampusx-content p{
        font-size:15px;
        line-height:1.8;
    }

    .cmtcampusx-facility-grid{
        grid-template-columns:1fr;
        gap:20px;
        margin-top:40px;
    }

    .cmtcampusx-facility-card{
        padding:22px;
    }

    .cmtcampusx-facility-card h3{
        font-size:18px;
    }

    .cmtcampusx-bottom-note{
        padding:35px 20px;
        border-radius:20px;
        margin-top:40px;
    }

    .cmtcampusx-bottom-note h3{
        font-size:24px;
    }

    .cmtcampusx-bottom-note p{
        font-size:15px;
        line-height:1.8;
    }
}
/* =========================
   STUDENT COMMUNITY
========================= */

.cmtcommunityx-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
}

.cmtcommunityx-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:550px 1fr;
    gap:60px;
    align-items:center;
}

.cmtcommunityx-left h2 {
    color:#fff;
}

.cmtcommunityx-left h4 {
    color:#fff;
}

.cmtcommunityx-left p {
    color:#fff;
}

.cmtcommunityx-left span{
    font-size:80px;
    font-weight: 400;
}

.cmtcommunityx-fest{
    background:#fff;
    padding:50px;
    border-radius:30px;
}

.cmtcommunityx-fest h3{
    font-size:30px;
    margin-bottom:20px;
}

/* =========================
   LEARNING EXPERIENCE
========================= */

.cmtlearningx-wrap{
    padding:50px 20px;
    background: linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtlearningx-head{
    text-align:center;
    margin: 0 auto 60px;
    max-width: 1300px;
}

.cmtlearningx-head span{
    font-size:80px;
    font-weight: 400;
    color:#00C2A8;
}

.cmtlearningx-timeline{
    max-width:900px;
    margin:auto;
    border-left:4px solid #00C2A8;
    padding-left:40px;
}

.cmtlearningx-item{
    position:relative;
    margin-bottom:40px;
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.cmtlearningx-item::before{
    content:'';
    width:20px;
    height:20px;
    background:#00C2A8;
    border-radius:50%;
    position:absolute;
    left:-52px;
    top:30px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .cmtcampusx-grid,
    .cmtcommunityx-container{
        grid-template-columns:1fr;
    }
}

@media(max-width:767px){

    .cmtcommunityx-wrap,
    .cmtlearningx-wrap{
        padding:70px 15px;
    }

    .cmtcampusx-list{
        grid-template-columns:1fr;
    }

    .cmtcommunityx-fest{
        padding:25px;
    }

    .cmtlearningx-timeline{
        padding-left:25px;
    }

    .cmtlearningx-item::before{
        left:-37px;
    }
}
/* ===================================
SPORTS SECTION
=================================== */

.cmtsportiva-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
}

.cmtsportiva-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    gap:50px;
    align-items:center;
}

.cmtsportiva-left{
    color:#fff;
}

.cmtsportiva-number{
    font-size:90px;
    font-weight: 400;
    display:block;
    margin-bottom:20px;
    opacity:.2;
}

.cmtsportiva-left h2{
    font-size:30px;
    color: white;
    margin-bottom:10px;
    text-align: center;
}

.cmtsportiva-left h3{
    margin-bottom:20px;
    color: white;
    text-align: center;
}

.cmtsportiva-left p{
    color: white;
    text-align: center;
}

.cmtsportiva-right{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.cmtsportiva-card{
    background: white;
    padding:35px;
    border-radius:25px;
}

.cmtsportiva-card h4{
    margin-bottom:15px;
}

/* ===================================
HOSTEL
=================================== */

.cmthostelia-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmthostelia-container{
    max-width:1300px;
    margin:auto;
}

.cmthostelia-head{
    text-align:center;
    margin-bottom:60px;
}

.cmthostelia-head span{
    font-size:70px;
    font-weight: 400;
    color:#0d4b8c;
}

.cmthostelia-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.cmthostelia-item{
    background: #00C2A8;
    color: white;
    padding:30px;
    border-radius:20px;
    text-align:center;
    font-weight:600;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

/* ===================================
ADVANTAGES
=================================== */

.cmtadvanta-wrap{
    padding:50px 20px;
    background: linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtadvanta-container{
    max-width:1300px;
    margin:auto;
}

.cmtadvanta-head{
    text-align:center;
    margin-bottom:60px;
}

.cmtadvanta-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.cmtadvanta-box{
    background: #00C2A8;
    border:1px solid #e5e7eb;
    padding:25px;
    color: white;
    border-radius:20px;
    text-align:center;
    font-weight:600;
    transition:.4s;
}

.cmtadvanta-box:hover{
    transform:translateY(-8px);
}

/* ===================================
TABLET
=================================== */

@media(max-width:991px){

    .cmtsportiva-container{
        grid-template-columns:1fr;
    }

    .cmthostelia-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtadvanta-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* ===================================
MOBILE
=================================== */

@media(max-width:767px){

    .cmtsportiva-wrap,
    .cmthostelia-wrap,
    .cmtadvanta-wrap{
        padding:70px 15px;
    }

    .cmtsportiva-left h2{
        font-size:30px;
    }

    .cmtsportiva-right{
        grid-template-columns:1fr;
    }

    .cmthostelia-grid{
        grid-template-columns:1fr;
    }

    .cmtadvanta-grid{
        grid-template-columns:1fr;
    }

    .cmtsportiva-number{
        font-size:60px;
    }

    .cmthostelia-head span{
        font-size:50px;
    }
}
.cmtnxg-content{
    max-width:1200px;
    margin:0 auto 50px;
    text-align:center;
}

.cmtnxg-content h3{
    font-size:28px;
    margin:15px 0 20px;
    color:#0b1f3a;
}

.cmtnxg-content p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:15px;
}

.cmtnxg-activity-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
    margin:25px 0;
}

.cmtnxg-activity-list span{
    background:#00C2A8;
    color:#fff;
    padding:12px 20px;
    border-radius:50px;
    font-weight:600;
    font-size:14px;
}

@media(max-width:767px){

    .cmtnxg-content h3{
        font-size:22px;
    }

    .cmtnxg-content p{
        font-size:15px;
    }

    .cmtnxg-activity-list{
        gap:10px;
    }

    .cmtnxg-activity-list span{
        width:100%;
        text-align:center;
    }
}
.dw-campus-clubs-intro{
    max-width:1200px;
    margin:40px auto 30px;
    text-align:center;
}

.dw-campus-clubs-intro h3{
    font-size:32px;
    margin-bottom:15px;
    color:#0b1f3a;
}

.dw-campus-clubs-intro p{
    line-height:1.9;
}

.dw-campus-clubs-grid-custom{
    max-width:1200px;
    margin:0 auto 40px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
    gap:25px;
}

.dw-campus-club-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    border-left:4px solid #00C2A8;
}

.dw-campus-club-box h4{
    margin-bottom:12px;
    color:#0b1f3a;
}

.dw-campus-club-box p{
    line-height:1.8;
    margin:0;
}

.dw-campus-clubs-bottom-content{
    max-width:1300px;
    margin:0 auto 50px;
    text-align:center;
}

.dw-campus-clubs-bottom-content p{
    line-height:1.9;
    margin-bottom:15px;
}

@media(max-width:767px){

    .dw-campus-clubs-intro h3{
        font-size:24px;
    }

    .dw-campus-clubs-grid-custom{
        grid-template-columns:1fr;
    }
}
/* =====================================================
   1. TRAINING, INTERNSHIPS & PLACEMENTS HERO
===================================================== */

.cmtcareerhub-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
    text-align:center;
}

.cmtcareerhub-content{
    max-width:1300px;
    margin:auto;
}

.cmtcareerhub-tag{
    display:inline-block;
    padding:10px 25px;
    background: #00C2A8;
    color: white;
    border-radius:50px;
    margin-bottom:20px;
    font-weight:600;
}

.cmtcareerhub-content h2{
    font-size:30px;
    margin-bottom:15px;
}

.cmtcareerhub-content h3{
    font-size:23px;
    color:#00d8b6;
    margin-bottom:25px;
}

.cmtcareerhub-content p{
    font-size:17px;
    line-height:1.9;
    margin:0 auto 15px;
}


/* =====================================================
   2. PAID INTERNSHIPS
===================================================== */

.cmtinternova-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
}

.cmtinternova-head{
    max-width:1000px;
    margin:auto;
    text-align:center;
}

.cmtinternova-head h2{
    font-size:30px;
    color:white;
}

.cmtinternova-head h3{
    color:white;
    margin:15px 0 20px;
}

.cmtinternova-head p{
    color:white;
}

.cmtinternova-grid{
    max-width:1300px;
    margin:50px auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.cmtinternova-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-align:center;
    font-weight:600;
    transition:.3s;
}

.cmtinternova-card:hover{
    transform:translateY(-8px);
}

.cmtinternova-companies{
    max-width:1200px;
    margin:40px auto;
    text-align:center;
}

.cmtinternova-companies h4{
 color: white;
}

.cmtinternova-stipend h4{
  color: white;
}
.cmtinternova-tags{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
    margin-top:25px;
}

.cmtinternova-tags span{
    background:#00C2A8;
    color:#fff;
    padding:12px 20px;
    border-radius:40px;
}

.cmtinternova-stipend{
    max-width:1000px;
    margin:60px auto 0;
    text-align:center;
}

.cmtinternova-salary{
    display:inline-block;
    margin:10px;
    padding:20px 35px;
    background:white;
    color:#00C2A8;
    border-radius:15px;
    font-weight: 400;
}


/* =====================================================
   3. CORPORATE TRAINING
===================================================== */

.cmtcorpora-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:450px 1fr;
    gap:50px;
    align-items:center;
}

.cmtcorpora-wrap-full{
    background:linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtcorpora-left h2{
    font-size:30px;
}

.cmtcorpora-left h3{
    color:#00C2A8;
    margin:15px 0;
}

.cmtcorpora-left p{
    line-height:1.9;
}

.cmtcorpora-right{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.cmtcorpora-right div{
    background:#f4f8fb;
    padding:20px;
    border-radius:18px;
    font-weight:600;
    border-left:4px solid #00C2A8;
}


/* =====================================================
   4. HR CONNECT
===================================================== */

.cmthrconnect-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#081120,#0B1F3A);
}

.cmthrconnect-head{
    text-align:center;
    max-width:900px;
    margin:auto;
}

.cmthrconnect-head h2{
    font-size:30px;
    color:white;
}

.cmthrconnect-head h3{
    color:white;
    margin-top:15px;
}

.cmthrconnect-grid{
    max-width:1300px;
    margin:50px auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.cmthrconnect-box{
    background:#fff;
    padding:25px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    font-weight:600;
}

.cmthrconnect-text{
    max-width:900px;
    margin:auto;
    text-align:center;
    line-height:1.9;
    color: white;
}


/* =====================================================
   5. PLACEMENTS & RECRUITERS
===================================================== */

.cmtplacex-wrap{
    padding:50px 20px;
    background:linear-gradient(135deg,#eefafd,#dff5fb);
}

.cmtplacex-head{
    text-align:center;
}

.cmtplacex-head h2{
    font-size:30px;
}

.cmtplacex-head h3{
    margin-top:15px;
}

.cmtplacex-stats{
    max-width:1000px;
    margin:60px auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.cmtplacex-stat{
    background:white;
    padding:35px;
    text-align:center;
    border-radius:25px;
}

.cmtplacex-stat span{
    display:block;
    font-size:34px;
    font-weight: 400;
    color:#00d8b6;
    margin-bottom:10px;
}

.cmtplacex-features{
    max-width:1000px;
    margin:40px auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.cmtplacex-features div{
    background:white;
    padding:20px;
    border-radius:15px;
}

.cmtplacex-wrap h4{
    text-align:center;
    margin:30px 0 30px;
    font-size:24px;
}

.cmtplacex-recruiters{
    max-width:1200px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.cmtplacex-recruiters span{
    background:#00C2A8;
    color:#fff;
    padding:12px 20px;
    border-radius:40px;
    font-weight:600;
}


/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media(max-width:991px){

    .cmtinternova-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtcorpora-wrap{
        grid-template-columns:1fr;
    }

    .cmthrconnect-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtplacex-stats{
        grid-template-columns:1fr;
    }
}

@media(max-width:767px){

    .cmtcareerhub-wrap{
        padding:70px 15px;
    }

    .cmtcareerhub-content h2{
        font-size:34px;
    }

    .cmtcareerhub-content h3{
        font-size:20px;
    }

    .cmtcareerhub-content p{
        font-size:15px;
    }

    .cmtinternova-grid,
    .cmthrconnect-grid,
    .cmtcorpora-right,
    .cmtplacex-features{
        grid-template-columns:1fr;
    }

    .cmtinternova-card,
    .cmthrconnect-box{
        padding:22px;
    }

    .cmtinternova-head h2,
    .cmthrconnect-head h2,
    .cmtplacex-head h2,
    .cmtcorpora-left h2{
        font-size:30px;
    }

    .cmtplacex-wrap{
        padding:70px 15px;
    }

    .cmtplacex-recruiters{
        gap:10px;
    }

    .cmtplacex-recruiters span{
        font-size:14px;
        padding:10px 15px;
    }
}
.cmtplacex-head p{
    max-width:900px;
    margin:20px auto 0;
    line-height:1.9;
    color:rgba(255,255,255,.9);
}

.cmtplacex-snapshot{
    max-width:1100px;
    margin:50px auto;
}

.cmtplacex-snapshot h4,
.cmtplacex-recent h4{
    text-align:center;
    font-size:28px;
    margin-bottom:30px;
    color:#fff;
}

.cmtplacex-recent{
    max-width:1200px;
    margin:60px auto 0;
}
/* ==========================================
   YOUR CAREER STARTS HERE
========================================== */

.cmtcareerlaunch-wrap{
    position:relative;
    padding:50px 20px;
    overflow:hidden;
    background:linear-gradient(135deg,#081120,#0B1F3A);
}

.cmtcareerlaunch-wrap::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(0,194,168,.12);
    top:-100px;
    left:-100px;
}

.cmtcareerlaunch-wrap::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    bottom:-120px;
    right:-120px;
}

.cmtcareerlaunch-container{
    max-width:1300px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.cmtcareerlaunch-badge{
    display:inline-block;
    padding:10px 24px;
    background:#00C2A8;
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.cmtcareerlaunch-container h2{
    color:#fff;
    font-size:30px;
    font-weight: 400;
    margin-bottom:25px;
}

.cmtcareerlaunch-intro{
    max-width:950px;
    margin:auto;
    color:white;
    font-size:16px;
}

.cmtcareerlaunch-highlight{
    max-width:1000px;
    margin:50px auto 0;
    padding:40px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.1);
    border-radius:30px;
    backdrop-filter:blur(10px);
}

.cmtcareerlaunch-line{
    width:80px;
    height:4px;
    background:#00C2A8;
    margin:0 auto 25px;
    border-radius:50px;
}

.cmtcareerlaunch-highlight p{
    color:#fff;
    font-size:19px;
    line-height:1.9;
    margin:0;
}

.cmtcareerlaunch-actions{
    margin-top:50px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.cmtcareerlaunch-box{
    background:#00C2A8;
    color:#fff;
    padding:22px;
    border-radius:20px;
    font-weight: 400;
    font-size:16px;
    transition:.4s ease;
}

.cmtcareerlaunch-box:hover{
    transform:translateY(-8px);
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:991px){

    .cmtcareerlaunch-actions{
        grid-template-columns:repeat(2,1fr);
    }

    .cmtcareerlaunch-container h2{
        font-size:42px;
    }

}

@media(max-width:767px){

    .cmtcareerlaunch-wrap{
        padding:70px 15px;
    }

    .cmtcareerlaunch-container h2{
        font-size:32px;
    }

    .cmtcareerlaunch-intro{
        font-size:15px;
        line-height:1.8;
    }

    .cmtcareerlaunch-highlight{
        padding:25px;
    }

    .cmtcareerlaunch-highlight p{
        font-size:16px;
    }

    .cmtcareerlaunch-actions{
        grid-template-columns:1fr;
        gap:15px;
    }

    .cmtcareerlaunch-box{
        padding:18px;
        font-size:15px;
    }

}

