/*-----------------------------------------------------------------------------------

    
    CSS INDEX
    ===================
	
    1. Default CSS
    2. Header CSS
    3. Slider CSS
    4. Notice CSS
    5. Choose CSS
    6. Courses CSS
    7. Event CSS
    8. Testimonial CSS
    9. Blog CSS
    10. Subscribe CSS
    11. Scrollup CSS
    12. Footer CSS
    13. Service CSS
    14. About CSS
    15. Teacher CSS
    16. Contact CSS
    17. Login CSS
    18. Register CSS

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. Default CSS
/*----------------------------------------*/
@import url("../../../css");

body {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

.clear {
  clear: both;
}

.fix {
  overflow: hidden;
}

.block {
  display: block;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

@media (max-width: 567px) {
  h2{
    font-size: 20px !important;
  }
h3{
   font-size: 16px !important;
}

h4{
   font-size: 16px !important;
}

  p{
    font-size: 14px !important;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #ffca05;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

a,
button,
input {
  outline: medium none;
  color: #606060;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button {
  border: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

p {
  font-size: 14px;
}

label {
  font-size: 15px;
  font-weight: 400;
  color: #606060;
}

*::-moz-selection {
  background: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #fff;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.mark,
mark {
  background: #4fc1f0 none repeat scroll 0 0;
  color: #ffffff;
  font-weight: 600;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969696;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #969696;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #969696;
}

.bg-light {
  background: #fafafa;
}

.default-btn {
  color: #fff;
  display: inline-block;
  
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  padding: 8px 25px 9px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  background: #ffca05;
}

.default-btn:hover {
  color: #ffca05;
  background: #fff;
}

.banner-btn span {
  transition: all 0.3s ease 0s;
}

input,
select,
textarea {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.banner-area {
  background: rgba(0, 0, 0, 0) url("../img/banner/inner-bg.jpg") no-repeat scroll center center / cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.banner-content {
  padding: 132px 0 134px;
}

.banner-content h2 {
  font-size: 40px;
  color: #fff;
  
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.banner-breadcrumb ul li {
  display: inline-block;
  padding: 30px 0;
}

.banner-breadcrumb ul li a,
.banner-breadcrumb ul li {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  
  font-style: italic;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.banner-breadcrumb ul li:hover a {
  color: #471a72;
}

/*************************
     Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
        Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-157 {
  margin-top: 157px;
}

.mt-195 {
  margin-top: 195px;
}

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-66 {
  margin-right: 66px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/*************************
    Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-350 {
  margin-bottom: 350px;
}

/*************************
    Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/*************************
    Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
    Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-58 {
  padding-right: 58px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-63 {
  padding-right: 63px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/*************************
    Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
    Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-18 {
  padding: 18px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
.logo a {
  display: inline-block;
}

.logo {
  padding: 60px 0 23px;
  /*    width: 60%;*/
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area.two .logo {
  padding: 3px 0 3px;
}

/*.header-sticky.sticky.two .content-wrapper.text-end{*/
/*    padding: 20px 0;*/
/*}*/
.header-area.two.sticky .logo {
  padding: 7px 0 7px;
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.header-area.two.sticky .search {
  top: 43px;
}

.header-area.two.sticky .main-menu>nav>ul>li>a {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.one.mobile-menu a.meanmenu-reveal span {
  background-color: #fff;
}

.one.mobile-menu a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
}

.header-area {
  background: transparent none repeat scroll 0 0;
}

.fixed {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.main-menu {
  display: inline-block;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
}

.header-contact>a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  
  border: 1px solid #471a72;
  border-radius: 25px;
  color: #666666;
  margin-top: 13px;
}

.content-wrapper {
  text-align: right;
}

.main-menu nav>ul>li>a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 158px;
  padding: 0 10px;
  /* position: relative;
    text-transform: uppercase; */
  transition: all 0.4s ease 0s;
}

.header-area.two .main-menu nav>ul>li>a {
  color: #303030;
  font-size: 16px;
  line-height: 65px;
}

/*.content-wrapper.text-end{*/
/*    padding: 15px 0;*/
/*}*/
.main-menu ul li:last-child a {
  padding-right: 0px;
}

.main-menu nav ul>li:hover>a {
  color: #ffca05;
}

.one.main-menu ul li ul {
  top: 75%;
}

.sticky .one.main-menu ul li ul {
  top: 100%;
}

.main-menu ul li ul {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  opacity: 1;
  padding: 10px 18px;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.3s ease 0s;
  /* visibility: hidden; */
  width: 185px;
  z-index: 999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.main-menu ul li:hover>ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.main-menu ul li ul li {
  display: block;
  margin: 0;
  padding: 7px 0;
}

.main-menu nav ul li ul li a {
  color: #252525;
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  text-transform: capitalize;
}

.main-menu ul li ul span {
  float: right;
  font-size: 15px;
  line-height: 20px;
  margin-right: 22px;
}

.main-menu ul li ul li:hover>a {
  padding-left: 5px;
  color: #ffca05;
}

.main-menu ul li ul li a:before {
  display: none;
}

.main-menu ul li ul li>ul {
  left: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 17%;
  visibility: hidden;
}

.main-menu.text-start span {
  float: right;
}

.mobile-menu-area,
.mean-container .mean-bar:after {
  display: none;
}

.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  min-height: 0;
  padding: 0;
}

.sticky .header-social ul li a {
  line-height: 69px;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #2c2b5e;
  color: #000;
  margin-top: -94px;
  padding: 4px 5px;
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.header-area.two .mean-container a.meanmenu-reveal {
  margin-top: -84px;
}

.header-area.two.sticky .mean-container a.meanmenu-reveal {
  margin-top: -49px;
}

.mean-container a.meanmenu-reveal span {
  background-color: #2c2b5e;
}

.mean-container .mean-nav {
  /* border-right: 1px solid rgba(0, 0, 0, 0.5); */
  margin-top: 0;
}

.headroom {
  -webkit-transition: -webkit-transform 200ms linear 0s;
  transition: -webkit-transform 200ms linear 0s;
  transition: transform 200ms linear 0s;
  transition: transform 200ms linear 0s, -webkit-transform 200ms linear 0s;
  will-change: transform;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.intelligent-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.intelligent-header.headroom--pinned {}

.intelligent-header.headroom--not-top {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px 0;
}

.header-sticky.sticky {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-sticky.sticky.two {
  background: rgb(255 255 255 / 95%);
}

.sticky .main-menu>nav>ul>li>a {
  line-height: 69px;
}

.sticky .header-contact a {
  margin-top: 25px;
}

.sticky .logo {
  padding: 12px 0 8px;
}

.header-area .sticky {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}

.menu-style-toggle nav {
  margin-right: -30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.menu-style-toggle nav.menu-open {
  margin-right: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.menu-style-toggle nav {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu.mean-menu.menu-style-toggle.text-right {
  float: right;
}

.mobile-header {
  background: #ffffff none repeat scroll 0 0;
  display: none;
  left: 0;
  margin: auto;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.mobile-logo img {
  width: 40px;
}

.menu-icon {
  border: 1px solid #464646;
  box-sizing: content-box;
  color: #464646;
  cursor: pointer;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  padding: 4px 5px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 25px;
  width: 22px;
}

.menu-icon span {
  background-color: #333333;
  display: block;
  height: 3px;
  margin-top: 3px;
  box-sizing: content-box;
}

.mobile-menu-area {
  background-color: #fff;
  display: block;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.mobile-menu-area .menu-close {
  background-color: transparent;
  border: 2px solid #858585;
  border-radius: 50%;
  color: #858585;
  height: 40px;
  padding: 0;
  width: 40px;
  margin-bottom: 30px;
}

.mobile-menu-area .menu-close:hover {
  color: #433a8b;
  border-color: #433a8b;
}

.mobile-menu-area .menu-close i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding-right: 2px;
}

.sticky .menu-toggle {
  margin-top: 32px;
}

.header-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-social ul li {
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-social ul li a {
  display: block;
  font-size: 16px;
  color: #191919;
  line-height: 100px;
  padding: 0 13px;
}

.header-social ul li:last-child a {
  padding-right: 0px;
}

.header-social ul li:first-child a {
  padding-left: 0px;
}

.header-social ul li:hover a {
  color: #471a72;
}

.search-btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 28px;
  position: relative;
  top: -2px;
}

.search {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0;
  top: 79px;
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 216px;
  z-index: 9999;
}

#search-form>input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #cacaca;
  color: #252525;
  height: 40px;
  padding: 0 40px 0 10px;
  width: 100%;
}

#search-form>input::-moz-placeholder {
  color: #252525;
}

#search-form>input::-webkit-input-placeholder {
  color: #252525;
}

#search-form>button {
  background: #2c2b5e none repeat scroll 0 0;
  border: 2px solid #c5c596;
  color: #ffffff;
  font-size: 15px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
}

#search-form>button:hover {
  background: #ffca05;
  border: 2px solid #939369;
}

.search-menu {
  background: #2c2b5e none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 31px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 31px;
  line-height: 25px;
}

.search-menu i {
  font-size: 12px;
  line-height: 30px;
}

.search-menu:hover {
  background: #ffca05;
}

.open.search {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  z-index: 2;
}

.header-top {
  background: #ffca05;
  position: relative;
}

.header-top:after {
  background: #2c2b5e;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 36%;
}

.header-top::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 108px;
  position: absolute;
  right: 37.8%;
  top: -37px;
  transform: rotate(-45deg);
  width: 8px;
  z-index: 1;
}

.header-top-right {
  position: relative;
}

.header-top-right::after {
  background: #2c2b5e none repeat scroll 0 0;
  content: "";
  height: 115px;
  left: -16%;
  position: absolute;
  top: -60px;
  transform: rotate(-45deg);
  width: 40px;
}

.header-top-right ul li {
  display: inline-block;
  margin-right: 38px;
}

.header-top-right ul li:last-child {
  margin-right: 0px;
}

.right-side-new-links a {
  text-transform: capitalize !important;
}

.header-top-left p,
.header-top-right ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  line-height: 52px;
  position: relative;
  z-index: 1;
}

.header-top-right ul li:hover a {
  color: #ffca05;
}

.header-area.two .main-menu>ul>li>a {
  color: #303030;
  line-height: 132px;
}

.header-area.two .main-menu>ul>li:hover>a {
  color: #ffca05;
}

/*----------------------------------------*/
/*  3. Slider CSS
/*----------------------------------------*/
.slider-area,
.single-banner {
  position: relative;
  overflow: hidden;
}

/*.single-slide:after, .banner-area:after{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    content: "";*/
/*    background: rgba(0, 0, 0, 0.32);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.two .single-slide:after{*/
/*    background: rgba(0, 0, 0, 0.55);*/
/*}*/
/*.three .single-slide:after, .banner-area:after{*/
/*    background: rgba(0, 0, 0, 0.80);*/
/*}*/
.slider-img {
  z-index: 1;
  position: relative;
  margin-right: -25px;
}

.slider-area img {
  width: 100%;
}

.slide-content,
.text-content {
  z-index: 99;
  position: relative;
}

.text-content-wrapper,
.slider-area img {
  width: 100%;
}

.slide-content-wrapper {
  display: inline-table;
  width: 100%;
}

.slide-content {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.slider-area.two .slide-content {
  text-align: center;
}

.slide-content h3 {
  color: #fff;
  
  font-size: 52px;
  font-weight: 800;
  line-height: 58px;
  padding-top: 80px;
  text-transform: capitalize;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.slider-img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slide-content h2 {
  color: #fff;
  
  font-size: 58px;
  font-weight: 800;
  line-height: 64px;
  text-transform: capitalize;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.slider-area.two .slide-content h2 {
  line-height: 82px;
}

.slider-area.two .slide-content p {
  margin-bottom: 40px;
}

.slide-content p {
  color: #fff;
  
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.slider-area .default-btn {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.slider-area .owl-item.active .slide-content h2,
.slider-area .owl-item.active .slide-content h3,
.slider-area .owl-item.active .slide-content p,
.slider-area .owl-item.active .default-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slider-area .owl-item.active .default-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slider-area .owl-item.active .slider-img img {
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

.owl-item.active .slider-img {
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

.single-banner .slide-content h2,
.single-banner .slide-content h3,
.single-banner .slide-content p,
.single-banner .banner-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slider-area .owl-item.active .slide-content h3 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.slider-area .owl-item.active .slide-content h2 {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

.slider-area .owl-item.active .slide-content p {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.slider-area .owl-item.active .slide-content .banner-btn {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}

.owl-nav div {
  background: #2c2b5e;
  color: #ddd;
  font-size: 18px;
  border-radius: 3px;
  height: 40px;
  left: -46px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 35px;
  z-index: 999;
}

.owl-nav .owl-next {
  left: auto;
  right: -46px;
}

.slider-area:hover .owl-nav div {
  left: 0;
}

.slider-area:hover .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.owl-nav div:hover {
  color: #fff;
}

.single-slide {
  background-position: top center;
  background-size: cover;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.fadeInDown {
  animation-name: fadeInDown;
}

/* .slider-area {
  height: 79vh;
} */

.slider-area div {
  height: 100%;

}

section.slider-area.two .single-slide.item img {
  aspect-ratio: 8 / 3;
  height: auto;
}

@media (max-width: 567px) {
  .latest-news-marquee {
    padding: 5px 0 !important;
  }
}

.fix {
  overflow: hidden;
}

.slider-area .owl-nav div {
  height: auto;
}

.owl-carousel .owl-item .slider-img>img {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 70%;
}

/*----------------------------------------*/
/*  4. Notice CSS
/*----------------------------------------*/
.notice-left,
.notice-right {
  padding: 45px 55px 70px 55px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.notice-area.three .notice-left {
  padding: 35px 55px 30px 55px;
}

.notice-right {
  padding: 40px 50px 50px;
}

.notice-left h3,
.notice-left-wrapper h3,
.notice-right-wrapper h3 {
  
  font-size: 800;
  color: #2c2b5e;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.notice-right-wrapper h3,
.notice-left-wrapper h3 {
  margin-bottom: 33px;
}

.notice-right-wrapper {
  margin-right: 27px;
}

.single-notice-left,
.single-notice-right {
  border-bottom: 1px solid #e7e7e7;
}

.col-md-6 .single-notice-left:last-child,
.col-md-6 .single-notice-left:nth-child(3),
.col-md-6 .single-notice-left:nth-child(6),
.col-md-6 .single-notice-right:last-child {
  border-bottom: none;
}

.single-notice-left h4 {
  
  font-size: 700;
  font-size: 16px;
  color: #ffca05;
  margin-bottom: 5px;
}

.single-notice-left p,
.single-notice-right p {
  
  font-size: 14px;
  color: #303030;
  margin-bottom: 0px;
}

.single-notice-right h3 {
  
  font-size: 20px;
  color: #2c2b5e;
  text-transform: uppercase;
  margin-bottom: 15.5px;
  font-size: 700;
}

.video-icon a i {
  font-size: 38px;
  color: #2b2a5a;
  background: #ffffff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.video-icon a:hover i {
  color: #ffca05;
}

.notice-video {
  background: rgba(0, 0, 0, 0) url("../img/notice/video.jpg") repeat scroll 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 382px;
  width: 100%;
}

.video-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.notice-video::after {
  background: rgba(44, 43, 94, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.notice-area.two .notice-left {
  padding: 33px 58px 31px;
  max-height: 380px;
  overflow-y: auto;
}

.notice-left {
  height: 540px;
  overflow-y: auto;
}

/*-----------------------------------------*/
/*  5. Choose CSS
/*----------------------------------------*/
.choose-area {
  background: url(../img/choose/choose-bd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.choose-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(44, 43, 94, 0.9);
}

.choose-area:before {
  position: absolute;
  right: 130px;
  bottom: 0;
  width: 293px;
  height: 506px;
  content: "";
  background: url(../img/choose/choose.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.choose-content {
  position: relative;
  z-index: 1;
  margin-right: 50px;
}

.choose-content h2 {
  color: #fefefe;
  font-size: 34px;
  
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.choose-content p {
  color: #fff;
  font-size: 14px;
  
  margin-bottom: 20px;
}


.choose-us .choose-footer {
  margin-top: auto;
  padding-top: 18px;
}

.choose-us .choose-footer .btn {
  background: #ffffff;
  border-color: #ffffff;
  border-radius: 999px;
  color: #2c2b5e;
  font-weight: 600;
  padding: 5px 20px;
  float: right;
}

.choose-us .choose-footer .btn:hover,
.choose-us .choose-footer .btn:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #2c2b5e;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/*----------------------------------------*/
/*  6. Courses CSS
/*----------------------------------------*/
.section-title h2 {
  font-size: 34px;
  color: #2c2b5e;
  font-weight: 700;
  
  margin-bottom: 20px;
  text-transform: capitalize;
}

.section-title>img {
  margin-bottom: 2px;
}

.course-content {
  padding: 22px 15px 25px;
  text-align: left;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.course-content .captilize {
  font-size: 16px;
}

.course-img img {
  width: 100%;
}

.course-content h3 {
  font-size: 22px;
  color: #303030;
  text-transform: uppercase;
  font-weight: 700;
  
  margin-bottom: 10px;
}

.course-content p {
  font-size: 14px;
  color: #606060;
  
  margin-bottom: 20px;
}

.course-content .default-btn {
  font-size: 14px;
  padding: 9px 16px;
  transition: all 0.5s ease 0s;
}

.course-content .default-btn:hover {
  background: #2c2b5e;
  color: #fff;
}

.course-img {
  position: relative;
}

.course-img a {
  display: block;
  line-height: 0;
  position: relative;
}

.course-img a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 68, 255, 0.404);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.course-hover,
.blog-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  opacity: 0;
  transform: translate(-50% -50%);
  margin: auto;
  z-index: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.course-hover i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.course-hover i:hover {
  color: #2c2b5e;
}

.course-img a:hover::after,
.course-img:hover .course-hover {
  opacity: 1;
}

.courses-area.two {
  position: relative;
  background: url(../img/course/course-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.courses-area.two:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(44, 43, 94, 0.92);
}

.courses-area.two .section-title h2 {
  color: #fff;
}

.courses-area.two .section-title,
.courses-area.two .single-course {
  z-index: 1;
  position: relative;
}

.courses-area.two .course-content {
  background: #fff;
}

.course-title h3 {
  background: #2c2b5e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  
  padding: 16px 93px 16px 27px;
  display: inline-block;
  position: relative;
}

.course-title h3::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 85px;
  position: absolute;
  right: -26px;
  top: -17px;
  transform: rotate(-30deg);
  width: 45px;
}

.course-form form {
  position: relative;
  margin-bottom: 50px;
}

.course-form form input {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #f8f8f8;
  padding: 14px 195px 14px 25px;
}

.course-form form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffca05;
  color: #fff;
  height: 50px;
  width: 185px;
  content: "";
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  
  font-size: 18px;
}

.course-details-content {
  padding-top: 35px;
  overflow: hidden;
}

.course-details-content h2 {
  font-size: 28px;
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  
}

.course-details-content p {
  font-size: 14px;
  color: #606060;
  margin-bottom: 35px;
  
}

.course-details-left {
  float: left;
  padding-right: 50px;
  width: 58%;
}

.course-details-right {
  overflow: hidden;
  width: 42%;
}

.course-details-left h3,
.course-details-right h3 {
  font-weight: 700;
  text-transform: uppercase;
  
  font-size: 20px;
  color: #303030;
  margin-bottom: 14px;
}

.course-details-right {
  padding: 45px 35px 45px;
  border: 1px solid #e1e1e1;
}

.course-details-right h3 {
  margin-bottom: 50px;
}

.course-details-right ul li {
  display: block;
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  text-transform: uppercase;
  
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.course-details-right ul li:last-child {
  border-bottom: none;
}

.course-details-right ul li span {
  float: right;
}

.course-details-right h3.red {
  color: #ffca05;
  margin-bottom: 0;
}

.course-details-content p.margin {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  7. Event CSS
/*----------------------------------------*/
.single-event {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.event-date {
  float: left;
  background: #2c2b5e;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.event-date h3 {
  color: #fefefe;
  font-size: 30px;
  line-height: 32px;
  padding: 11px 18px 11px;
  text-align: center;
}

.event-img img {
  width: 100%;
}

.event-date h3:hover a {
  color: #fefefe;
}

.event-date h3 span {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.event-content {
  overflow: hidden;
  padding: 18px 0 20px;
}

.event-content-left {
  float: left;
}

.event-content-left h4 {
  font-size: 16px;
  color: #303030;
  font-weight: 700;
  
  text-transform: uppercase;
  margin-bottom: 5px;
}

.event-content-left ul li {
  display: inline-block;
  margin-right: 15px;
  
  font-size: 14px;
  color: #606060;
}

.event-content-left ul li:last-child {
  margin-right: 0px;
}

.event-content-left ul li i {
  color: #606060;
  font-weight: 300;
  margin-right: 8px;
}

.event-content-right {
  padding: 6px 0;
}

.event-content-right a {
  float: right;
  margin-right: 22px;
  font-size: 14px;
  color: #303030;
  background: transparent;
  border: 1px solid #e1e1e1;
  font-weight: 400;
  padding: 8px 15px 8px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.event-content-right a:hover {
  color: #fff;
  background: #ffca05;
  border: 1px solid #ffca05;
}

.single-event:hover .event-date {
  background: #ffca05;
}

.event-area.two .event-img {
  float: left;
  margin-right: 25px;
}

.event-area.two .event-content {
  padding: 22px 0 25px;
}

.event-area.two .event-content {
  overflow: hidden;
}

.event-area.two .event-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2c2b5e;
  
  margin-bottom: 5px;
}

.event-area.two .event-content h4 {
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.event-area.two .event-content h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #606060;
  
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.event-area.two .event-content h4 a:hover {
  color: #ffca05;
}

.event-area.two .event-content ul {
  margin-bottom: 15px;
}

.event-area.two .event-content ul li {
  color: #606060;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  
}

.event-area.two .event-content ul li i {
  margin-right: 10px;
}

.event-area.two .event-content-right {
  float: left;
}

.event-area.three .event-img,
.event-details-img {
  position: relative;
}

.event-area.three .event-img a {
  position: relative;
  line-height: 0;
  display: block;
}

.event-area.three .event-img a:after {
  background: rgba(236, 28, 35, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.event-area.three .event-img a:hover::after,
.event-area.three .event-img a:hover .course-hover {
  opacity: 1;
}

.event-area.three .event-date,
.event-details-img .event-date {
  position: absolute;
  left: 0;
  top: 30px;
  width: 70px;
  height: 85px;
  background: rgba(44, 43, 94, 0.79);
  content: "";
}

.event-area.three .event-img h3 {
  font-size: 28px;
  font-weight: 700;
  
  z-index: 1;
  color: #fefefe;
  line-height: 22px;
  text-align: center;
  padding: 20px 0;
}

.event-area.three .event-img h3 span {
  font-size: 18px;
  font-weight: 400;
  
  z-index: 1;
  color: #fefefe;
  text-transform: uppercase;
  line-height: 30px;
}

.event-area.three .event-content h4 a {
  font-size: 18px;
  font-weight: 700;
  
  color: #303030;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.event-area.three .event-content h4:hover a {
  color: #ffca05;
}

.event-area.three .event-content {
  padding: 23px 35px 25px;
}

.event-area.three .event-content h4 {
  margin-bottom: 12px;
}

.event-area.three .event-content ul {
  margin-bottom: 15px;
}

.event-area.three .event-content ul li {
  margin-bottom: 10px;
}

.event-area.three .event-content ul li span {
  font-size: 14px;
  font-weight: 700;
  color: #606060;
  text-transform: capitalize;
}

.event-area.three .event-content-right {
  float: left;
}

.event-area.three .event-content-right a {
  background: #ffca05 none repeat scroll 0 0;
  color: #fff;
  margin-right: 0;
  padding: 8px 20px;
  font-weight: 700;
}

.event-area.three .event-content-right a:hover {
  background: #2c2b5e;
  border: 1px solid #2c2b5e;
}

.event-img {
  line-height: 0px;
  display: block;
}

.event-details-content {
  margin-top: 25px;
}

.event-details-content h2 {
  font-size: 24px;
  font-weight: 700;
  
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.event-details-content ul {
  margin-bottom: 28px;
}

.event-details-content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.event-details-content ul li:last-child {
  margin-right: 0;
}

.event-details-content ul li span {
  font-weight: 700;
}

.event-details-content p {
  font-size: 14px;
  
  color: #606060;
  margin-bottom: 22px;
}

.speakers-area {
  margin-top: 50px;
  margin-bottom: 70px;
}

.speakers-area h4 {
  font-size: 18px;
  color: #303030;
  text-transform: uppercase;
  
  margin-bottom: 35px;
}

.speaker-img {
  float: left;
  margin-right: 25px;
}

.speaker-content {
  overflow: hidden;
}

.speaker-name {
  display: table-cell;
  padding-top: 16px;
}

.speaker-name h5 {
  font-size: 18px;
  color: #303030;
  font-weight: 600;
  
}

.speaker-name p {
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  
  margin-bottom: 0px;
}

.single-speaker {
  display: table-cell;
  padding-right: 65px;
}

/*----------------------------------------*/
/*  8. Testimonial CSS
/*----------------------------------------*/
.testimonial-area {
  background: url(../img/testimonial/testimonial-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}

.testimonial-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(44, 43, 94, 0.9);
}

.testimonial-area.three {
  background: #fafafa;
}

.testimonial-area.three:after {
  display: none;
}

.testimonial-area.three .testimonial-content p {
  color: #606060;
}

.testimonial-area.three .testimonial-content h4,
.testimonial-area.three .testimonial-content h5 {
  color: #303030;
}

.testimonial-img {
  height: auto;
  margin: auto auto 28px;
  width: 200px;
}

.testimonial-img img {
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.testimonial-text {
    position: relative;
    font-style: italic;
    color: #555;
    line-height: 1.6;
    padding-left: 20px;
}

/* Quote Icon */
.quote-icon {
    font-size: 60px;
    color: #ffca05;
    position: absolute;
    left: -32px;
    top: -25px;
    font-weight: bold;
}

.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav .owl-prev {
    background: #ffca05;
    color: #000000;
}

.three .testimonial-img img {
  border: 1px solid #f1f1f1;
}

.testimonial-content {
  padding: 0 35px;
}

.testimonial-content p,
.testimonial-content h5 {
  
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

.testimonial-content h5 {
  margin-bottom: 0px;
}

.testimonial-content h4 {
  
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.testimonial-owl .owl-nav {
  display: none;
}

/*----------------------------------------*/
/*  9. Blog CSS
/*----------------------------------------*/
.single-blog {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.blog-area .section-title h2 {
  margin-bottom: 55px;
}

.blog-img {
  line-height: 0;
  position: relative;
}

.blog-img a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(236, 28, 35, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-img img {
  width: 100%;
}

/*
.blog-hover {
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
    z-index: 1;
    transform: translate(-50%, -50%);
}
*/
.blog-hover i {
  color: #fff;
  font-size: 20px;
  z-index: 1;
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-hover i:hover {
  color: #2c2b5e;
}

.single-blog:hover .blog-img a:after,
.single-blog:hover .blog-hover,
.single-blog:hover .blog-hover i {
  opacity: 1;
}

.blog-top p {
  font-size: 14px;
  color: #606060;
  
  padding: 15px 20px 10px 25px;
  border-bottom: 1px solid #e1e1e1;
}

.blog-top p i {
  font-size: 16px;
  color: #606060;
  margin-left: 5px;
}

.blog-bottom {
  padding: 26px 15px 30px 25px;
}

.blog-bottom h2 {
  margin-bottom: 14px;
}

.blog-bottom h2 a {
  font-size: 18px;
  color: #303030;
  font-weight: 700;
  
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-bottom h2 a:hover {
  color: #ffca05;
}

.blog-bottom a {
  font-size: 14px;
  color: #ffca05;
  font-weight: 700;
  
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-bottom a:hover {
  color: #2c2b5e;
}

.single-blog-widget h3 {
  font-size: 20px;
  color: #303030;
  font-weight: 600;
  
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 26px;
}

.blog-search form input {
  border: 1px solid #e1e1e1;
  padding: 11px 43px 11px 12px;
  width: 100%;
  font-size: 14px;
  color: #606060;
  font-weight: 400;
  
}

.blog-search form {
  position: relative;
}

.blog-search form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ebebeb;
  width: 43px;
  height: 43px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-search form button:hover {
  background: #ffca05;
}

.blog-search form button i {
  font-size: 16px;
  color: #606060;
  line-height: 25px;
}

.blog-search form button:hover i {
  color: #fff;
}

.single-blog-widget ul li {
  display: block;
  padding-bottom: 27px;
}

.single-blog-widget ul li:last-child {
  padding-bottom: 5px;
}

.single-blog-widget ul li a {
  font-size: 14px;
  
  font-weight: 600;
  color: #606060;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-blog-widget ul li:hover a {
  color: #ffca05;
}

.single-blog-banner a {
  position: relative;
  display: block;
}

.single-blog-banner a img {
  line-height: 0;
  display: block;
}

.single-blog-banner a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  content: "";
}

.single-blog-banner {
  position: relative;
}

.single-blog-banner h2 {
  position: absolute;
  left: 20px;
  bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  
  text-transform: uppercase;
  color: #fefefe;
  z-index: 9;
  line-height: 35px;
}

.blog-sidebar.left {
  margin-right: 70px;
}

.single-post-img a {
  float: left;
  margin-right: 20px;
  position: relative;
}

.single-post-img a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(236, 28, 35, 0.5) none repeat scroll 0 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-post-img a:hover::after,
.single-post-img a:hover .blog-hover,
.single-post-img a:hover .blog-hover i {
  opacity: 1;
}

.blog-img>a,
.single-post-img a {
  display: block;
  line-height: 0;
}

.blog-sidebar.right {
  margin-left: 70px;
}

.blog-area .pagination {
  margin-bottom: 0;
}

.single-post-content {
  overflow: hidden;
}

.single-post-content h4 {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  
  margin-bottom: 8px;
  margin-top: 5px;
}

.single-post-content p {
  color: #606060;
  font-size: 12px;
  
  margin-bottom: 0px;
}

.single-tag a {
  float: left;
  text-transform: capitalize;
  border: 1px solid #e1e1e1;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 300;
  
  display: block;
  color: #606060;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-tag a:hover {
  color: #fff;
  background: #2c2b5e;
  border: 1px solid #2c2b5e;
}

.blog-details-content {
  padding-top: 30px;
}

.blog-details-content h2 {
  font-size: 24px;
  color: #303030;
  text-transform: uppercase;
  
  margin-bottom: 5px;
}

.blog-details-content h6 {
  font-size: 16px;
  color: #606060;
  
  font-weight: 400;
  margin-bottom: 35px;
}

.blog-details-content p {
  
  font-size: 14px;
  color: #606060;
  margin-bottom: 25px;
}

.blog-details-content p.quote {
  
  font-size: 16px;
  color: #606060;
  margin-bottom: 25px;
  font-style: italic;
  line-height: 25px;
  margin-top: 35px;
}

.reply-area h3 {
  font-size: 20px;
  color: #303030;
  text-transform: uppercase;
  
  margin-top: 58px;
  margin-bottom: 15px;
}

.reply-area form {
  position: relative;
}

.reply-area p {
  font-size: 14px;
  color: #606060;
  font-weight: 400;
  margin-bottom: 26px;
}

.reply-area form p {
  font-size: 14px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 10px;
}

.reply-area form input,
.reply-area form textarea {
  border: 1px solid #e1e1e1;
  height: 42px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}

.reply-area form textarea {
  height: auto;
  margin-bottom: 40px;
  padding: 15px;
}

.reply-area form .reply-btn {
  background: #2c2b5e;
  color: #fff;
  text-transform: uppercase;
  
  padding: 8px 25px;
  font-weight: 700;
  display: inline-block;
}

.reply-area form .reply-btn:hover {
  background: #ffca05;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#contact-form .form-message {
  margin-top: 15px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  10. Subscribe CSS
/*----------------------------------------*/
.subscribe-area {
  background: #fafafa;
}

.subscribe-content h2 {
  margin-bottom: 5px;
}

.subscribe-content p {
  margin-bottom: 16px;
  color: #606060;
  
  margin-bottom: 25px;
}

.newsletter-form form {
  position: relative;
}

.newsletter-form form input {
  border: 1px solid #e1e1e1;
  width: 100%;
  background: transparent;
  padding: 13px 180px 13px 30px;
}

.newsletter-form form button {
  padding: 11px 30px 12px;
  position: absolute;
  right: 1px;
  top: 1px;
}

.newsletter-form form button:hover {
  background: #2c2b5e;
  color: #fff;
}

.mc-news {
  left: -5000px;
  position: absolute;
}

/*----------------------------------------*/
/*  11. Scrollup CSS
/*----------------------------------------*/
#scrollUp {
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 200;
}

#scrollUp:hover {}

@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 50%;
    opacity: 1;
  }

  100% {
    bottom: 75%;
    opacity: 0;
  }
}

@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 50%;
    opacity: 1;
  }

  100% {
    bottom: 75%;
    opacity: 0;
  }
}

@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 50%;
    opacity: 1;
  }

  100% {
    bottom: 75%;
    opacity: 0;
  }
}

#scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-top;
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
}

#scrollUp i {
  color: #ffffff;
}

#scrollUp {
  background: #ffca05 none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  12. Footer CSS
/*----------------------------------------*/
.main-footer {
  padding-bottom: 20px;
  padding-top: 50px;
}

.footer-area.three .main-footer {
  padding-bottom: 50px;
}

.footer-area.two .main-footer {
  padding-top: 85px;
  padding-bottom: 60px;
}

.single-widget h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  
  color: #606060;
  margin-bottom: 45px;
  position: relative;
}

.single-widget h3::after {
  background: #606060 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 57px;
}

.single-widget h3::before {
  background: #606060 none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 45px;
}

.single-widget p {
  color: #7d7d7d;
  
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 15px;
}

.single-widget ul {
  margin-top: 25px;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 13px;
}

.footer-social ul li:last-child {
  margin-right: 0px;
}

.single-widget ul li {
  color: #7d7d7d;
  
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-social ul li a {
  border: 1px solid #dadada;
  color: #7d7d7d;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 26px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-area.two .footer-social ul li a {
  border: 1px solid #7a7a93;
  color: #c7c7c7;
}

.footer-social ul li:hover a,
.footer-area.two .footer-social ul li:hover a {
  border: 1px solid #ffca05;
  background: #ffca05;
  color: #fff;
}

.single-widget ul li:last-child {
  margin-right: 0px;
}

.footer-bottom {
  background: #2c2b5e;
}

.footer-bottom p {
  color: #c7c7c7;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 2px;
  
}

.footer-area.three .footer-bottom.two p {
  line-height: 48px;
  margin-bottom: 0;
}

.footer-area.three .footer-bottom.two .footer-social ul {
  padding: 15px 0 15px;
}

.footer-bottom p a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.main-footer .col-md-3:last-child {
  padding-left: 75px;
}

.footer-area.two .single-widget a {
  float: left;
  display: block;
}

.footer-area.two .single-widget ul li a {
  float: none;
}

.footer-area.two .main-footer .col-md-3:last-child {
  padding-left: 50px;
}

.footer-area.three .footer-bottom {
  background: #fafafa none repeat scroll 0 0;
  padding: 75px 0 55px;
}

.footer-area.three .footer-bottom p a {
  color: #c7c7c7;
}

.footer-area.three .footer-bottom p {
  margin-bottom: 10px;
}

.footer-bottom .footer-social ul {
  padding: 17px 0 15px;
}

.single-widget.instagram a {
  position: relative;
  line-height: 0;
}

.single-widget.instagram a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  background: rgba(236, 28, 35, 0.5) none repeat scroll 0 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-widget.instagram a:hover::after,
.single-widget.instagram a:hover i {
  opacity: 1;
}

.single-widget.instagram a i {
  position: absolute;
  z-index: 1;
  color: #fff;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*----------------------------------------*/
/*  13. Service CSS
/*----------------------------------------*/
.single-service {
  padding: 40px 40px;
  box-shadow: 0 0 4px 0 #ddd;
}

.service-area h3 {
  font-size: 20px;
  color: #303030;
  font-weight: 700;
  
  margin-bottom: 12px;
}

.service-area p {
  font-size: 14px;
  color: #606060;
  
  margin-bottom: 0px;
}

/*----------------------------------------*/
/*  14. About CSS
/*----------------------------------------*/
.achievement-area h2 {
  font-size: 34px;
  color: #303030;
  font-weight: 700;
  
  /* margin-top: 100px; */
  margin-bottom: 10px;
  text-transform: capitalize;
}

.about-content h2 {
  font-size: 34px;
  color: #303030;
  font-weight: 700;
  
  /* margin-top: 100px; */
  margin-bottom: 10px;
  text-transform: capitalize;
}

.about-content h2 span {
  color: #ffca05;
}

.about-content p {
  font-size: 14px;
  color: #606060;
  
  margin-bottom: 10px;
  text-align: justify;
}

.about-content a {
  margin-top: 25px;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.about-content a:hover {
  color: #fff;
  background: #2c2b5e;
}

.about-img {
  position: relative;
  z-index: 1;
  margin-right: -30px;
  padding: 0 20px;
}

.about-img:after {
  position: absolute;
  border: 10px solid #ebebeb;
  left: 0;
  bottom: -5px;
  width: 100%;
  content: "";
  height: 88%;
  z-index: -1;
}

/*----------------------------------------*/
/*  15. Teacher CSS
/*----------------------------------------*/
.single-teacher {
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.single-teacher-img {
  line-height: 0;
  padding-bottom: 91px;
}

.single-teacher-img a {
  position: relative;
  display: block;
}

.single-teacher-img a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(231, 231, 231, 0.84);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-teacher:hover .single-teacher-img a:after {
  opacity: 1;
}

.single-teacher-content {
  background: #fff none repeat scroll 0 0;
  bottom: -70px;
  left: 0;
  padding: 20px 0 30px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-teacher-img img {
  width: 100%;
}

.single-teacher:hover .single-teacher-content {
  bottom: 00px;
}

.single-teacher-content h2 {
  color: #303030;
  
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.single-teacher-content h4 {
  color: #929292;
  font-size: 14px;
  font-weight: 600;
  
  text-transform: capitalize;
  margin-bottom: 20px;
}

.single-teacher-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-teacher-content ul li:last-child {
  margin-right: 0px;
}

.single-teacher-content ul li a i {
  font-size: 15px;
  color: #2c2b5e;
  background: #f6f6f6;
  height: 40px;
  width: 38px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-teacher-content ul li:hover a i {
  color: #fff;
  background: #ffca05;
}

.pagination ul {
  margin-top: 24px;
}

.pagination ul li {
  display: inline-block;
  margin-right: 12px;
}

.pagination ul li:last-child {
  margin-right: 0px;
}

.pagination ul li a {
  font-size: 18px;
  font-weight: 600;
  
  color: #606060;
  background: #fff;
  text-align: center;
  line-height: 36px;
  height: 38px;
  width: 38px;
  display: block;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pagination ul li:hover a {
  color: #fff;
  background: #2c2b5e;
}

.teacher-details-content {
  margin-top: 26px;
}

.teacher-details-content h2 {
  color: #303030;
  
  font-size: 32px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.teacher-details-content h5 {
  font-size: 22px;
  color: #929292;
  
  margin-bottom: 40px;
  font-weight: 400;
}

.teacher-details-content h4 {
  font-size: 24px;
  color: #303030;
  
  margin-bottom: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.teacher-details-content p {
  font-size: 14px;
  color: #606060;
  
  margin-bottom: 38px;
}

.teacher-details-content ul li span {
  font-size: 14px;
  color: #303030;
  
  font-weight: 700;
  text-transform: uppercase;
}

.teacher-details-content ul li {
  font-weight: 600;
  margin-bottom: 15px;
}

.teacher-contact,
.skill-area {
  margin-top: 58px;
}

.skill-area {
  margin-left: 40px;
}

.teacher-contact h4,
.skill-area h4 {
  font-size: 20px;
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.teacher-contact p span {
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  text-transform: uppercase;
}

.teacher-contact p {
  font-weight: 600;
  color: #606060;
  margin-bottom: 10px;
}

.teacher-contact ul {
  margin-top: 30px;
}

.teacher-contact ul li {
  font-weight: 600;
  color: #606060;
  display: inline-block;
  margin-right: 5px;
}

.teacher-contact ul li a i {
  font-size: 15px;
  color: #2c2b5e;
  background: #f6f6f6;
  text-align: center;
  line-height: 30px;
  width: 34px;
  height: 32px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.teacher-contact ul li:hover a i {
  color: #f6f6f6;
  background: #2c2b5e;
}

.skill-bar-item>span {
  color: #606060;
  display: block;
  
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.skill-bar-item {
  overflow: hidden;
  padding-top: 5px;
  margin-left: 40px;
}

.progress {
  background-color: #e8e8e8;
  border-radius: 0;
  height: 10px;
  margin-bottom: 40px;
  overflow: visible;
}

.progress-bar {
  background-color: #d4d3d3;
  position: relative;
  box-shadow: none;
  overflow: visible;
}

.progress-bar span.text-top {
  background: #e6e6e6 none repeat scroll 0 0;
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  position: absolute;
  right: 0;
  top: -38px;
  z-index: 8;
}

.skill-bar-item .text-top::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e6e6e6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 7px;
  bottom: -14px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}

/*----------------------------------------*/
/*  16. Contact CSS
/*----------------------------------------*/
.contact-contents {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  padding: 30px 50px;
  /* margin-right: 65px; */
}

.contact-icon {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  height: 50px;
  margin: auto auto 10px;
  position: relative;
  text-align: center;
  width: 50px;
}

.contact-icon img {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact-add h3 {
  font-size: 18px;
  color: #303030;
  font-weight: 600;
  
  text-transform: capitalize;
  margin-bottom: 8px;
}

.contact-add p {
  font-size: 16px;
  color: #606060;
  
  margin-bottom: 0px;
}

.contact-area .reply-area h3 {
  margin-top: 0;
}

/*---------------------
  17. Login CSS
-------------------------*/
.login-form-container {
  background: #f5f5f5 none repeat scroll 0 0;
  overflow: hidden;
  padding: 37px 40px;
  text-align: left;
}

.login-text {
  text-align: center;
  margin-bottom: 30px;
}

.login-text h2 {
  color: #444;
  font-size: 30px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.login-text span {
  font-size: 15px;
}

.login-form-container input {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  color: #666666;
  margin-bottom: 20px;
  font-size: 14px;
  height: 40px;
  padding-left: 10px;
  width: 100%;
  border: medium none rgba(0, 0, 0, 0);
  box-shadow: none;
}

.login-form-container input::-moz-placeholder {
  color: #666666;
}

.login-form-container input::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.login-toggle-btn {
  padding-top: 20px;
}

.login-form-container input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}

.login-form-container label {
  color: #606060;
  font-size: 15px;
  font-weight: 400;
}

.login-toggle-btn>a {
  color: #ffca05;
  float: right;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.login-toggle-btn>a:hover {
  color: #444;
}

.button-box .default-btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ffca05;
  border-radius: 30px;
  color: #ffca05;
  font-size: 14px;
  margin-top: 40px;
  padding: 8px 36px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.button-box .default-btn:after,
.button-box .default-btn:before {
  display: none;
}

.button-box .default-btn:hover {
  background-color: #ffca05;
  border: 1px solid #ffca05;
  color: #fff;
}

/* --------------------------------------------about-section-css--start--------------------------------------------- */

.chairman-desk .aboutus {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.chairman-desk .about-title {
  position: relative;
}

.chairman-desk .content-box {
  background: white;
  border-left: 4px solid #2f2484;
  position: relative;
}

.chairman-desk .content-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg,
      transparent,
      rgba(255, 152, 0, 0.05),
      transparent);
  z-index: -1;
  border-radius: 8px;
}

.chairman-desk .profile-card {
  position: relative;
}

.chairman-desk .image-container {
  position: relative;
  padding: 10px;
  background: white;
  border-radius: 20px;
}

.chairman-desk .border-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid transparent;
  border-radius: 20px;
  background: linear-gradient(45deg, #ff9800, #2f2484) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.chairman-desk .profile-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 15px;
}

.chairman-desk .profile-info {
  margin-top: -40px;
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #2f2484;
}

.chairman-desk .highlight-box {
  background: linear-gradient(135deg, #fff8e1, #ffecb3);
}


/* Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.chairman-desk .profile-img {
  animation: float 0s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
  .chairman-desk .profile-img {
    height: 280px;
  }

  .aff-and-aff-page td.action-cell {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .chairman-desk .content-box {
    padding: 20px !important;
  }

  .brand-logo-img {
    opacity: initial !important;
    transform: none !important;
    filter: none !important;
  }

  .brand-logo-area .brand-logo-slider .owl-item {
    opacity: 1 !important;
  }

  .chairman-desk .profile-img {
    height: auto;
    object-fit: contain;
  }

  .about-area {
    padding: 30px 0px !important;
  }

  .chairman-desk {
    padding: 30px 0px !important;
  }

  .main-footer {
    padding: 30px 0px !important;
  }
}

.chairman-desk .about-content h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* --------------------------------------------about-section-css-end--------------------------------------------- */

/* --------------------------------------------news-event-css-start--------------------------------------------- */

.choose-us .single-choose-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .choose-us .single-choose-us {
    padding: 30px 15px 26px;
  }
}

.choose-us .single-choose-us .choose-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .choose-us .single-choose-us .choose-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    margin-right: 10px;
  }
}

.choose-us .single-choose-us .choose-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.choose-us .choose-bg-light-blue {
  background-color: #00a0eb;
}

.choose-us .choose-bg-yellow {
  background-color: #7f47b9;
}

.choose-us .choose-bg-blue {
  background-color: #2f2484;
}

.choose-us .choose-content h3 {
  color: white;
  font-size: 25px;
}

.choose-us .choose-content p {
  margin-bottom: 0px;
  color: #fff;
}

.choose-us .choose-content {
  margin-right: 0px;
}

/* --------------------------------------------news-event-css-end--------------------------------------------- */


/* --------------------------------------------Life At Our Campus-section-css-start--------------------------------------------- */

.event-gallery .marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.event-gallery .marquee-track {
  display: flex;
  width: calc(280px * 8 + 25px * 7 + 30px);
  animation: marquee 40s linear infinite;
  padding: 10px 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform;
}

.event-gallery .marquee-track-reverse {
  animation: marquee-reverse 35s linear infinite;
  margin-top: 30px;
  width: calc(280px * 8 + 25px * 7 + 30px);
}

.event-gallery .marquee-content {
  display: flex;
  gap: 25px;
  padding: 0 15px;
  flex-shrink: 0;
}

.event-gallery .gallery-card {
  flex: 0 0 280px;
  flex-basis: 280px;
  flex-shrink: 0;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}


.event-gallery .gallery-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.event-gallery .card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.event-gallery .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.event-gallery .gallery-card:hover .card-image img {
  transform: scale(1.1);
}

.event-gallery .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.event-gallery .gallery-card:hover .image-overlay {
  opacity: 1;
}

.event-gallery .card-content {
  padding: 20px;
  background: white;
  color: #000;
  position: relative;
}

.event-gallery .card-content h5 {
  color: #2c3e50;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.event-gallery .card-content p {
  color: #7f8c8d;
  margin: 0;
}

.event-gallery .gallery-card:hover .card-content h5 {
  color: #3498db;
}

/* .event-gallery .gallery-card::after {
  content: "New";
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e74c3c;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
} */


@supports (-webkit-touch-callout: none) {
  .event-gallery .marquee-track {
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
  }

  .event-gallery .marquee-track-reverse {
    -webkit-animation: marquee-reverse 35s linear infinite;
    animation: marquee-reverse 35s linear infinite;
  }

  .event-gallery .gallery-card {
    -webkit-tap-highlight-color: transparent;
  }
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-280px * 4 - 25px * 3.5));
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-280px * 4 - 25px * 3.5));
    transform: translateX(calc(-280px * 4 - 25px * 3.5));
  }
}

@keyframes marquee-reverse {
  0% {
    transform: translateX(calc(-280px * 4 - 25px * 3.5));
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes marquee-reverse {
  0% {
    -webkit-transform: translateX(calc(-280px * 4 - 25px * 3.5));
    transform: translateX(calc(-280px * 4 - 25px * 3.5));
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.event-gallery .marquee-container:hover .marquee-track {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.event-gallery .marquee-container:hover .marquee-track-reverse {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}


@media (hover: none) and (pointer: coarse) {

  .event-gallery .marquee-container:active .marquee-track,
  .event-gallery .marquee-container:active .marquee-track-reverse {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
}

.event-gallery .marquee-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.event-gallery .marquee-container:hover+.marquee-controls,
.event-gallery .marquee-controls:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .event-gallery .gallery-card {
    flex: 0 0 220px;
  }

  .event-gallery .card-image {
    height: 160px;
  }

  .event-gallery .card-content {
    padding: 15px;
  }

  .event-gallery .marquee-track {
    animation: marquee 30s linear infinite;
  }

  .event-gallery .marquee-track-reverse {
    animation: marquee-reverse 25s linear infinite;
  }
}

@media (max-width: 480px) {
  .event-gallery .gallery-card {
    flex: 0 0 180px;
  }

  .event-gallery .card-image {
    height: 120px;
  }

  .event-gallery .marquee-content {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .event-gallery .gallery-card {
    flex: 0 0 220px;
    flex-basis: 220px;
  }

  .event-gallery .marquee-track {
    width: calc(220px * 8 + 25px * 7 + 30px);
    animation: marquee 30s linear infinite;
    -webkit-animation: marquee 30s linear infinite;
  }

  .event-gallery .marquee-track-reverse {
    width: calc(220px * 8 + 25px * 7 + 30px);
    animation: marquee-reverse 25s linear infinite;
    -webkit-animation: marquee-reverse 25s linear infinite;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-220px * 4 - 25px * 3.5));
    }
  }

  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-220px * 4 - 25px * 3.5));
      transform: translateX(calc(-220px * 4 - 25px * 3.5));
    }
  }

  @keyframes marquee-reverse {
    0% {
      transform: translateX(calc(-220px * 4 - 25px * 3.5));
    }

    100% {
      transform: translateX(0);
    }
  }

  @-webkit-keyframes marquee-reverse {
    0% {
      -webkit-transform: translateX(calc(-220px * 4 - 25px * 3.5));
      transform: translateX(calc(-220px * 4 - 25px * 3.5));
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .event-gallery .card-image {
    height: 160px;
  }

  .event-gallery .card-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .event-gallery .gallery-card {
    flex: 0 0 180px;
    flex-basis: 180px;
  }

  .event-gallery .marquee-track {
    width: calc(180px * 8 + 15px * 7 + 30px);
    animation: marquee 25s linear infinite;
    -webkit-animation: marquee 25s linear infinite;
  }

  .event-gallery .marquee-track-reverse {
    width: calc(180px * 8 + 15px * 7 + 30px);
    animation: marquee-reverse 20s linear infinite;
    -webkit-animation: marquee-reverse 20s linear infinite;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-180px * 4 - 15px * 3.5));
    }
  }

  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-180px * 4 - 15px * 3.5));
      transform: translateX(calc(-180px * 4 - 15px * 3.5));
    }
  }

  @keyframes marquee-reverse {
    0% {
      transform: translateX(calc(-180px * 4 - 15px * 3.5));
    }

    100% {
      transform: translateX(0);
    }
  }

  @-webkit-keyframes marquee-reverse {
    0% {
      -webkit-transform: translateX(calc(-180px * 4 - 15px * 3.5));
      transform: translateX(calc(-180px * 4 - 15px * 3.5));
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .event-gallery .card-image {
    height: 120px;
  }

  .event-gallery .marquee-content {
    gap: 15px;
  }
}

/* --------------------------------------------Life At Our Campus-section-css-end--------------------------------------------- */




/* --------------------------------------------Why Choose Us-section-css-start--------------------------------------------- */

/* Section Styles */
.why-choose-us {
  background: linear-gradient(135deg, #2c2b5e 0%, #2c2b5e 100%);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
}

.why-choose-us::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 70%);
  z-index: 1;
}

/* Section Header */
.why-choose-us .section-header {
  position: relative;
  z-index: 2;
}

.why-choose-us .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
}

.why-choose-us .divider-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4dabf7, transparent);
}

.why-choose-us .divider-icon {
  color: #4dabf7;
  animation: float 3s ease-in-out infinite;
}

/* Features Grid */
.why-choose-us .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}

.why-choose-us .feature-card {
  perspective: 1000px;
  height: 100%;
}

.why-choose-us .feature-card-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px 0px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.why-choose-us .feature-card-inner:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(77, 171, 247, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(77, 171, 247, 0.1);
}

/* Icon Styles */
.why-choose-us .feature-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.why-choose-us .feature-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4dabf7, #228be6);
  border-radius: 20px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.why-choose-us .feature-card:hover .why-choose-us .feature-icon-bg {
  transform: rotate(0deg);
  background: linear-gradient(135deg, #ffd43b, #fcc419);
}

.why-choose-us .feature-icon {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
}

.why-choose-us .icon-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(77, 171, 247, 0.3);
  animation: pulse 2s infinite;
}

/* Content Styles */
.why-choose-us .feature-content {
  position: relative;
  z-index: 2;
}

.why-choose-us .feature-title {
  color: white;
  margin-bottom: 15px;
  font-size: 20px;
}

.why-choose-us .feature-description {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}

/* Link */
.why-choose-us .feature-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4dabf7;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: all 0.3s ease;
}

.why-choose-us .feature-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #4dabf7;
  transition: width 0.3s ease;
}

.why-choose-us .feature-link:hover {
  color: #ffd43b;
}

.why-choose-us .feature-link:hover::after {
  width: 100%;
  background: #ffd43b;
}

.why-choose-us .feature-link i {
  transition: transform 0.3s ease;
}

.why-choose-us .feature-link:hover i {
  transform: translateX(5px);
}

/* Decorative Elements */
.why-choose-us .feature-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(77, 171, 247, 0.1);
}

.why-choose-us .feature-hover-effect {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.why-choose-us .feature-card:hover .feature-hover-effect {
  opacity: 1;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

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

@media (max-width: 992px) {


  .why-choose-us .features-grid> :nth-child(3) {
    justify-self: center;
    grid-column: 1 / -1;
    /* span full row */

  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .why-choose-us .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .why-choose-us .why-choose-us {
    padding: 60px 0;
  }

  .why-choose-us .section-divider {
    gap: 10px;
  }

  .why-choose-us .divider-line {
    width: 40px;
  }

  .why-choose-us .stats-banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .why-choose-us .feature-card-inner {
    padding: 30px 20px;
  }

  .why-choose-us .stats-banner {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------Why Choose Us-section-css-end--------------------------------------------- */

/* ./././//////////Our Institutes////////////// */
.captilize {
  text-transform: capitalize;
}

/* --------------------------------------------counter-css-start--------------------------------------------- */

.counter-section {
  position: relative;
  /* background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%); */
  padding: 50px 0;
  overflow: hidden;
}

.counter-section .section-header {
  margin-bottom: 70px;
}

/* Counter Card */
.counter-section .counter-card {
  background: rgba(24, 169, 226, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  height: 100%;
}

.counter-section .counter-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Counter Icon */
.counter-section .counter-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
}

.counter-section .counter-icon {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffca05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.counter-section .counter-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.counter-section .icon-glow {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, #ffca05);
  border-radius: 50%;
  opacity: 0.3;
  animation: pulseGlow 2s infinite;
}

/* Counter Content */
.counter-section .counter-content {
  position: relative;
  z-index: 2;
}

.counter-section .count-number {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
}

.counter-section .counter-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ffca05);
  margin: 0 auto 15px;
  border-radius: 2px;
}

.counter-section .count-title {
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
}

/* Counter Wave Animation */
.counter-section .counter-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23ffffff"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35,6.36,117.35-7.43C1022.43,78.22,1100,34.29,1200,22.23V0Z" opacity=".5" fill="%23ffffff"/></svg>');
  background-size: 1200px 100px;
  opacity: 0.05;
  animation: waveAnimation 15s linear infinite;
}

/* Background Patterns */
.counter-section .counter-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.counter-section .pattern-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.counter-section .pattern-dot-1 {
  top: 20%;
  left: 10%;
  animation: float 8s infinite ease-in-out;
}

.counter-section .pattern-dot-2 {
  top: 60%;
  right: 15%;
  animation: float 10s infinite ease-in-out;
}

.counter-section .pattern-dot-3 {
  bottom: 30%;
  left: 20%;
  animation: float 12s infinite ease-in-out;
}

.counter-section .pattern-circle {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

/* Animations */
@keyframes pulseGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.2;
  }
}

@keyframes waveAnimation {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 1200px;
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

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

/* Responsive Design */
@media (max-width: 991px) {
  .counter-section .counter-card {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-section {
    padding: 60px 0;
  }
}

/* --------------------------------------------counter-css-start--------------------------------------------- */

/* -------------------------------------------faq-section-css-start--------------------------------------------- */

/* Base Styles */
.welcome-faq-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding: 50px 0;
}

.welcome-faq-section .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%,
      rgba(37, 99, 235, 0.03) 0%,
      transparent 50%),
    radial-gradient(circle at 80% 80%,
      rgba(139, 92, 246, 0.03) 0%,
      transparent 50%);
  z-index: 1;
}

/* Welcome Container */
.welcome-faq-section .welcome-container {
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Section Header */
.welcome-faq-section .section-header {
  margin-bottom: 20px;
}

.welcome-faq-section .tag-text {
  background: linear-gradient(135deg, #3b82f6, #2c2b5e);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
}

.welcome-faq-section .tag-line {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, transparent);
}

.welcome-faq-section .highlight {
  background: linear-gradient(90deg, #3b82f6, #2c2b5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.welcome-faq-section .title-line {
  display: block;
  color: #475569;
}

/* Campus Image */
.welcome-faq-section .campus-image {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.welcome-faq-section .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.welcome-faq-section .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.welcome-faq-section .image-wrapper:hover img {
  transform: scale(1.05);
}

.welcome-faq-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.welcome-faq-section .image-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 10px;
  color: #3b82f6;
}

/* Content Cards */
.welcome-faq-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.welcome-faq-section .content-card {
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.welcome-faq-section .content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #c7d2fe;
}

.welcome-faq-section .content-card h3 {
  color: #1e293b;
  margin-bottom: 15px;
}

/* FAQ Container */
.welcome-faq-section .faq-container {
  padding: 0px 40px;
  background: white;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* FAQ Header */
.welcome-faq-section .faq-header {
  margin-bottom: 10px;
}

.welcome-faq-section .faq-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #3b82f6, #2c2b5e);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  margin-bottom: 20px;
}

.welcome-faq-section .faq-title {
  color: #1e293b;
  margin-bottom: 15px;
  font-size: 20px;
}

/* FAQ Accordion */
.welcome-faq-section .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.welcome-faq-section .faq-item {
  background: #f8fafc;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.welcome-faq-section .faq-item.active {
  background: white;
  border-color: #c7d2fe;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
}

.welcome-faq-section .faq-question {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  cursor: pointer;
  gap: 10px;
}

.welcome-faq-section .question-number {
  color: #2c2b5e;
  min-width: 30px;
  font-weight: 600;
}

.welcome-faq-section .question-text {
  flex: 1;
}

.welcome-faq-section .question-text h3 {
  color: #1e293b;
  margin-bottom: 5px;
  font-size: 15px;
}

.welcome-faq-section .question-text p {
  color: #64748b;
  margin: 0;
}

.welcome-faq-section .question-toggle {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.welcome-faq-section .faq-item.active .welcome-faq-section .question-toggle {
  background: linear-gradient(135deg, #3b82f6, #2c2b5e);
  transform: rotate(180deg);
}

.welcome-faq-section .toggle-icon {
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.welcome-faq-section .faq-item.active .welcome-faq-section .toggle-icon {
  border-color: white;
}

.welcome-faq-section .faq-answer {
  padding: 0 30px;
  display: none;
}

.welcome-faq-section .faq-item.active .welcome-faq-section .faq-answer {
  display: block;
  animation: fadeIn 0.3s ease;
}

.welcome-faq-section .faq-answer p {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Answer Meta */
.welcome-faq-section .answer-meta {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.welcome-faq-section .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
}

/* Programs Grid */
.welcome-faq-section .programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.welcome-faq-section .program-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #f1f5f9;
  border-radius: 10px;
}

/* Philosophy List */
.welcome-faq-section .philosophy-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.welcome-faq-section .philosophy-list li {
  padding: 8px 0;
  color: #475569;
  position: relative;
  padding-left: 25px;
}

.welcome-faq-section .philosophy-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
}

/* Hostel Features */
.welcome-faq-section .hostel-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.welcome-faq-section .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #f8fafc;
  border-radius: 10px;
}

.welcome-faq-section .feature-text {
  color: #475569;
}

/* Facilities Grid */
.welcome-faq-section .facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.welcome-faq-section .facility-card {
  text-align: center;
  padding: 15px;
  background: #f1f5f9;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.welcome-faq-section .facility-card:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}

.welcome-faq-section .facility-icon {
  margin-bottom: 8px;
}

.welcome-faq-section .facility-name {
  color: #475569;
}

@media (max-width: 992px) {

  .welcome-faq-section .welcome-container,
  .welcome-faq-section .faq-container {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .welcome-faq-section .faq-question {
    padding: 20px;
  }

  .welcome-faq-section .faq-answer {
    padding: 0 20px 20px 20px;
  }

  .welcome-faq-section .programs-grid,
  .welcome-faq-section .hostel-features,
  .welcome-faq-section .facilities-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  .welcome-faq-section .welcome-container,
  .welcome-faq-section .faq-container {
    padding: 20px 10px;
  }

  .welcome-faq-section .content-card {
    padding: 20px;
  }

  .welcome-faq-section .faq-question {
    align-items: flex-start;
    gap: 10px;
  }

  /* .welcome-faq-section .question-toggle {
    align-self: flex-end;
  } */
}

/* --------------------------------------------faq-section-css-end--------------------------------------------- */

/* ------------------------------------------brand-section-css-start--------------------------------------------- */
/* Brand Logo Area */
.brand-logo-area {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.brand-logo-area .section-header {
  position: relative;
}

/* Brand Logo Container */
.brand-logo-area .brand-logo-container {
  position: relative;
  padding: 0 10px;
}

/* Brand Logo Card */
.brand-logo-area .single-brand-logo {
  padding: 8px;
}

.brand-logo-area .brand-logo-card {
  background: white;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.brand-logo-area .brand-logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.brand-logo-area .brand-logo-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35, #ffa726);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.brand-logo-area .brand-logo-card:hover:before {
  transform: scaleX(1);
}

/* Brand Logo Link */
.brand-logo-area .brand-logo-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.brand-logo-area .brand-logo-img {
  width: 100%;
  /* height: 120px; */
  object-fit: contain;
  transition: all 0.4s ease;
  opacity: 0.8;
  padding: 0px;
}

.brand-logo-area .brand-logo-card:hover .brand-logo-img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Navigation Buttons */
.brand-logo-area .brand-logo-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.brand-logo-area .brand-logo-prev,
.brand-logo-area .brand-logo-next {
  width: 50px;
  height: 50px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}

.brand-logo-area .brand-logo-prev {
  transform: translateX(-25px);
}

.brand-logo-area .brand-logo-next {
  transform: translateX(25px);
}

.brand-logo-area .brand-logo-prev:hover,
.brand-logo-area .brand-logo-next:hover {
  background: #ff6b35;
  transform: translateX(-25px) scale(1.1);
}

.brand-logo-area .brand-logo-next:hover {
  transform: translateX(25px) scale(1.1);
}

.brand-logo-area .brand-logo-prev:before,
.brand-logo-area .brand-logo-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff6b35, #ffa726);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brand-logo-area .brand-logo-prev:hover:before,
.brand-logo-area .brand-logo-next:hover:before {
  opacity: 1;
}

.brand-logo-area .brand-logo-prev svg,
.brand-logo-area .brand-logo-next svg {
  width: 24px;
  height: 24px;
  fill: #333;
  position: relative;
  z-index: 1;
  transition: fill 0.3s ease;
}

.brand-logo-area .brand-logo-prev:hover svg,
.brand-logo-area .brand-logo-next:hover svg {
  fill: white;
}

/* Owl Carousel Custom Styles */
.brand-logo-area .brand-logo-slider .owl-stage {
  display: flex;
  align-items: center;
  /* padding: 20px 0; */
}

.brand-logo-area .brand-logo-slider .owl-item {
  /* opacity: 0.5; */
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.brand-logo-area .brand-logo-slider .owl-item.center {
  opacity: 1;
  transform: scale(1);
}

.brand-logo-area .brand-logo-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.brand-logo-area .brand-logo-slider .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.brand-logo-area .brand-logo-slider .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.brand-logo-area .brand-logo-slider .owl-dot.active span {
  background: #ff6b35;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .brand-logo-area .brand-logo-container {
    padding: 0 40px;
  }

  .brand-logo-area .brand-logo-prev {
    transform: translateX(-15px);
  }

  .brand-logo-area .brand-logo-next {
    transform: translateX(15px);
  }

  .brand-logo-area .brand-logo-prev:hover {
    transform: translateX(-15px) scale(1.1);
  }

  .brand-logo-area .brand-logo-next:hover {
    transform: translateX(15px) scale(1.1);
  }

  .brand-logo-area .brand-logo-img {
    /* height: 100px; */
  }

  .brand-logo-area .section-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .main-footer .single-widget {
    padding-right: 0px !important;
  }

  .brand-logo-area .brand-logo-container {
    padding: 0 30px;
  }

  .brand-logo-area .brand-logo-prev,
  .brand-logo-area .brand-logo-next {
    width: 40px;
    height: 40px;
  }

  .brand-logo-area .brand-logo-img {
    height: 80px;
  }

  .slider-area:hover .owl-nav div {
    left: 0;
  }

  .footer-area .single-widget {
    margin-bottom: 0px;
  }

}

/* --------------------------------------------brand-section-css-end--------------------------------------------- */

/* --------------------------------------------latest-news-section-css-start--------------------------------------------- */
.latest-news-marquee {
  background: linear-gradient(to right, #1a237e, #283593);
  color: white;
  padding: 12px 0;
  border-top: 3px solid #ffd700;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}

.latest-news-marquee .marquee-container {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

.latest-news-marquee .marquee-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}

.latest-news-marquee .news-icon {
  font-size: 16px;
}

.latest-news-marquee .marquee-content {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.latest-news-marquee .marquee-track {
  display: flex;
  gap: 40px;
  animation: marquee 30s linear infinite;
  padding: 5px 0;
}

.latest-news-marquee .marquee-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 5px 0;
}

.latest-news-marquee .news-date {
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
}

.latest-news-marquee .news-text {
  font-size: 14px;
  color: #fff;
}

.latest-news-marquee .news-link {
  color: #ffd700;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border: 1px solid #ffd700;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.latest-news-marquee .news-link:hover {
  background: #ffd700;
  color: #1a237e;
}

.latest-news-marquee .marquee-controls {
  flex-shrink: 0;
  display: flex;
  gap: 5px;
}

.latest-news-marquee .marquee-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.latest-news-marquee .marquee-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Pause animation on hover */
.latest-news-marquee .marquee-content:hover .marquee-track {
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 992px) {
  .latest-news-marquee .marquee-container {
    flex-wrap: wrap;
    gap: 10px;
  }

  .latest-news-marquee .marquee-label {
    order: 1;
    width: 100%;
    justify-content: center;
  }

  .latest-news-marquee .marquee-content {
    order: 3;
    width: 100%;
  }

  .latest-news-marquee .marquee-controls {
    order: 2;
  }
}

@media (max-width: 768px) {
  .latest-news-marquee .marquee-item {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    white-space: normal;
  }

  .latest-news-marquee .news-date,
  .news-link {
    font-size: 11px;
  }

  .latest-news-marquee .news-text {
    font-size: 13px;
  }

  .latest-news-marquee .marquee-track {
    gap: 20px;
    animation-duration: 40s;
  }
}

@media (max-width: 768px) {
  .latest-news-marquee .marquee-label {
    display: none;
  }

  .latest-news-marquee .marquee-item {
    display: block;
  }
}

/* --------------------------------------------latest-news-section-css-end--------------------------------------------- */

/* Responsive adjustments */
@media (max-width: 768px) {
  .choose-us .auto-scroll-list {
    height: 180px;
  }

  .choose-us .auto-scroll-list p {
    font-size: 13px;
  }
}

.choose-us .auto-scroll-list li:last-child {
  border-bottom: none;
}

.choose-us .auto-scroll-list li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.choose-us .auto-scroll-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.choose-us .auto-scroll-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  animation: scrollUp linear infinite;
  animation-play-state: running;
}

.choose-us .auto-scroll-list:hover ul {
  animation-play-state: paused;
}

.choose-us .auto-scroll-list li {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.choose-us .auto-scroll-list {
  overflow: hidden;
  position: relative;
  height: 200px;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .choose-us .single-choose-us {
    padding: 20px 20px;
    margin-bottom: 20px;
  }

  /* .slider-area {
    height: 25vh !important;
  } */

  .single-slide {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .right-side-new-links a.text-dark {
    color: white !important;
  }

  .choose-us .single-choose-us {
    padding: 20px 20px;
    margin-bottom: 20px;
  }

  .header-area.two .logo {
    padding: 10px 0 !important;
  }

  .right-side-new-links {
    text-align: center;
  }

  /* .slider-area {
    height: 25vh !important;
  } */

  .single-slide {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 567px) {
  .choose-us .choose-content {
    margin-left: 15px !important;
  }

  .right-side-new-links {
    text-align: center !important;
    display: block;
  }

  .header-top-right div ul {
    display: none;
  }

  .choose-us .single-choose-us {
    padding: 20px 20px;
    margin-bottom: 20px;
  }

  .header-top-left {
    text-align: center;
  }

  .header-area.two.sticky .mean-container a.meanmenu-reveal {
    margin-top: -68px !important;
  }

  .header-top-right ul li {
    margin: 0px 3px;
  }

  .choose-us .single-choose-us .choose-img {
    margin-right: 8px;
  }

  .welcome-faq-section .content-wrapper {
    margin-right: 0px;
  }

  .testimonial-content {
    padding: 0 15px !important;
  }

  .header-area.two .logo {
    padding: 0px 0 !important;
  }

  .header-area.two .logo a img {
    height: auto !important;
    max-height: 100% !important;
    max-width: 82px;
  }

  /* .slider-area {
    height: 22vh !important;
  } */

  .single-slide {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .header-top-right ul li {
    margin: 0 10px;
  }

  /*.main-menu nav>ul>li>a {*/
  /*  padding: 0 4px !important;*/
  /*  line-height: 0px;*/
  /*}*/

  .header-area.two .main-menu nav>ul>li>a {
    line-height: 0px !important;
  }

  .header-top-right.innner-box-inn::after {
    background: none;
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  /* .slider-area {
    height: 43vh !important;
  } */

  .single-slide {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .main-menu nav>ul>li>a {
    padding: 0 6px !important;
    line-height: 0px !important;
  }

  /* .slider-area {
    height: 47vh !important;
  } */

  .single-slide {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .single-slide {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.header-top-right.innner-box-inn::after {
  background: none;
  display: none;
}



.testimonial-owl .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;

}

.testimonial-owl .owl-nav button {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.5) !important;
  color: white !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.testimonial-owl .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.testimonial-owl .owl-nav button.owl-prev {
  margin-left: -20px;
}

.testimonial-owl .owl-nav button.owl-next {
  margin-right: -20px;
}

.testimonial-owl .owl-nav div {
  background: rgba(63, 84, 202, 0.295);
}

/* For mobile devices, adjust arrow position */
@media (max-width: 768px) {
  /* .testimonial-owl .owl-nav {
        display: none; 
    } */

  .testimonial-owl .owl-nav div {
    left: 0px;
    right: 0px;
    margin-top: 0px;
    position: relative;
  }

  .testimonial-owl .owl-nav {
    position: relative;
    justify-content: center;
    margin-top: 20px;
  }

  .testimonial-owl .owl-prev {
    margin-right: 10px;
  }

  .testimonial-owl .owl-next {
    margin-left: 10px;
  }

  .testimonial-owl .owl-nav {
    transform: translateY(0%);
  }
}


.courses-area .single-course {
  display: flex;
  margin-bottom: 15px;
  border-radius: 10px;
}

.courses-area .course-img img {
  height: 100%;
  object-fit: cover;
}

.courses-area .course-img a {
  height: 100%;
  object-fit: cover;
}

.courses-area .course-content {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.courses-area .course-img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 768px) {
  .courses-area .single-course {
    display: block;
  }

  .courses-area .course-img img {
    border-radius: 0px;
  }

  .courses-area .course-content {
    border-radius: 0px;
  }

  .reply-area.p-5.rounded.shadow-lg.bg-white {
    padding: 30px !important;
  }

  .main-menu ul li ul {
    /* background: #ffffff none repeat scroll 0 0; */
    left: 0;
    opacity: 1;
    padding: 10px 18px;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    /* visibility: hidden; */
    width: 185px;
    z-index: 999;
    box-shadow: none;
  }

  .mobile-tab-section li {
    padding: 0px !important;
  }

  .header-one .mobile-tab-section ul li a {
    padding: 0px;
    ;
  }
}

.course-content .default-btn:focus {
  color: white !important;
}




/* -------------------------quality-policy and anti-ragging-policy page start css---------------------- */


.quality-policy-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.quality-policy-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 193, 7, 0.05) 0%, transparent 50%);
  z-index: 1;
}

.quality-policy-section .quality-policy-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.quality-policy-section .icon-wrapper {
  position: relative;
  display: inline-block;
}

.quality-policy-section .policy-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2c2b5e 0%, #2c2b5e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
  position: relative;
}

.quality-policy-section .policy-icon::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border: 2px solid rgba(13, 110, 253, 0.1);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.quality-policy-section .quality-policy-card h2 {
  color: #212529;
  font-weight: 700;
  position: relative;
}


.quality-policy-section .intro-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #2c2b5e;
}

.quality-policy-section .section-header {
  position: relative;
}

.quality-policy-section .header-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, #dee2e6, transparent);
}

.quality-policy-section .section-header h3 {
  color: #495057;
  white-space: nowrap;
}

.quality-policy-section .policy-list {
  list-style: none;
  padding: 0;
}

.quality-policy-section .policy-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.quality-policy-section .policy-list li:hover {
  /* background: linear-gradient(135deg, #fff8e1, #ffecb3); */
  padding-left: 3px;
  border-bottom-color: #2c2b5e;
}

.quality-policy-section .list-icon {
  width: 36px;
  height: 36px;
  background: rgba(13, 110, 253, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2b5e;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.quality-policy-section .principles-grid .row {
  margin-top: 1rem;
}

.quality-policy-section .principle-card {
  background: #f8f9fa;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.quality-policy-section .principle-card i {
  font-size: 20px;
}

.quality-policy-section .principle-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #2c2b5e 0%, #2c2b5e 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.quality-policy-section .principle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: #2c2b5e;
  background: white;
}

.quality-policy-section .principle-card:hover::before {
  transform: scaleX(1);
}

.quality-policy-section .principle-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2c2b5e 0%, #2c2b5e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 auto;
}

.quality-policy-section.principle-card h4 {
  color: #212529;
  margin-bottom: 0.75rem;
}

.quality-policy-section .principle-card p {
  color: #6c757d;
  line-height: 1.6;
}

.quality-policy-section .seal-wrapper {
  position: relative;
  padding: 2rem 0;
}

.quality-policy-section .quality-seal {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.2);
  position: relative;
}

.quality-policy-section .quality-seal::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border: 2px solid rgba(255, 193, 7, 0.3);
  border-radius: 50%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .quality-policy-section .quality-policy-card {
    padding: 2rem !important;
  }

  .quality-policy-section .section-header {
    flex-direction: column;
    text-align: center;
  }

  .quality-policy-section .header-line {
    width: 100%;
    margin: 0.5rem 0;
  }

  .quality-policy-section .section-header h3 {
    white-space: normal;
    padding: 0.5rem 0;
  }

  .quality-policy-section .policy-list li {
    padding: 0.75rem 0;
  }

  .quality-policy-section .principle-card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .quality-policy-section .quality-policy-card {
    padding: 1.5rem !important;
  }

  .quality-policy-section .intro-box {
    padding: 1.5rem !important;
  }
}


/* -------------------------quality-policy and anti-ragging-policy page end css---------------------- */


.course-prog-section-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
  position: relative;
  overflow: hidden;
}

.course-prog-section-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 10% 20%, rgba(25, 118, 210, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(56, 142, 60, 0.05) 0%, transparent 40%);
  z-index: 1;
}

.course-prog-section-section .affiliations-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Enhanced Table */
.course-prog-section-section .affiliations-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
}

.course-prog-section-section .affiliations-table thead th {
  background: linear-gradient(135deg, #2c2b5e 0%, #4a47a3 100%);
  color: white;
  border: none;
  padding: 18px 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.course-prog-section-section .affiliations-table thead th:first-child {
  border-radius: 12px 0 0 12px;
  width: 25%;
}

.course-prog-section-section .affiliations-table thead th:nth-child(2) {
  width: 25%;
}

.course-prog-section-section .affiliations-table thead th:nth-child(3) {
  width: 50%;
}

.course-prog-section-section .affiliations-table thead th:last-child {
  border-radius: 0 12px 12px 0;
}

.course-prog-section-section .th-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Table Rows */
.course-prog-section-section .table-row {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.course-prog-section-section .table-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background: #f8fdff;
}

.course-prog-section-section .table-row td {
  padding: 20px 15px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: top;
}

.course-prog-section-section .table-row:first-child td {
  border-top: none;
}

/* Programme Column */
.course-prog-section-section .programme-cell {
  font-weight: 700;
  color: #2c2b5e;
  background: rgba(44, 43, 94, 0.05);
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.course-prog-section-section .programme-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.course-prog-section-section .programme-content strong {
  color: #2c2b5e;
}

.course-prog-section-section .programme-content small {
  color: #7b8a8b;
  font-weight: 500;
}

/* Specialization Column */
.course-prog-section-section .specialization-cell {
  border-right: 2px solid rgba(0, 0, 0, 0.05);
  color: #2c3e50;
  font-weight: 500;
}

.course-prog-section-section .specialization-content {
  color: #3498db;
  font-weight: 500;
}

.course-prog-section-section .empty-cell {
  color: #95a5a6;
}

/* Eligibility Column */
.course-prog-section-section .eligibility-cell {
  color: #34495e;
}

.course-prog-section-section .eligibility-content p {
  margin-bottom: 8px;
  color: #2c3e50;
}

.course-prog-section-section .eligibility-content p:last-child {
  margin-bottom: 0;
}

/* Responsive column widths for desktop */
@media (min-width: 992px) {
  .course-prog-section-section .affiliations-table {
    table-layout: fixed;
  }

  .course-prog-section-section .programme-col {
    width: 25% !important;
    min-width: 200px;
  }

  .course-prog-section-section .specialization-col {
    width: 25% !important;
    min-width: 180px;
  }

  .course-prog-section-section .eligibility-col {
    width: 50% !important;
    min-width: 400px;
  }
}

/* Tablet styles */
@media (max-width: 991px) and (min-width: 768px) {
  .course-prog-section-section .table-responsive {
    overflow-x: auto;
  }

  .course-prog-section-section .affiliations-table {
    min-width: 800px;
  }

  .course-prog-section-section .affiliations-card {
    padding: 20px !important;
  }
}

/* Mobile styles - Stack layout */
@media (max-width: 767px) {
  .course-prog-section-section .affiliations-card {
    padding: 15px !important;
  }

  .course-prog-section-section .affiliations-table {
    display: block;
    width: 100%;
  }

  .course-prog-section-section .affiliations-table thead {
    display: none;
  }

  .course-prog-section-section .affiliations-table tbody,
  .course-prog-section-section .affiliations-table tr,
  .course-prog-section-section .affiliations-table td {
    display: block;
    width: 100%;
  }

  .course-prog-section-section .affiliations-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: white;
    position: relative;
  }

  .course-prog-section-section .affiliations-table td {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 45%;
  }

  .course-prog-section-section .affiliations-table td:last-child {
    border-bottom: none;
  }

  .course-prog-section-section .affiliations-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40%;
    font-weight: 600;
    color: #2c2b5e;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  /* Special handling for programme cell on mobile */
  .course-prog-section-section .affiliations-table td.programme-cell {
    background: linear-gradient(135deg, rgba(44, 43, 94, 0.1) 0%, rgba(74, 71, 163, 0.1) 100%);
    padding-left: 15px;
    border-bottom: 2px solid rgba(44, 43, 94, 0.2);
  }

  .course-prog-section-section .affiliations-table td.programme-cell:before {
    display: none;
  }


  /* Handle empty specialization cells on mobile */
  .course-prog-section-section .affiliations-table td.specialization-cell .empty-cell {
    display: none;
  }

  .course-prog-section-section .affiliations-table td.specialization-cell:has(.empty-cell) {
    display: none !important;
  }

  /* Adjust padding for eligibility cell on mobile */
  .course-prog-section-section .affiliations-table td.eligibility-cell {
    padding-left: 15px;
    background: #fafbfc;
  }

  .course-prog-section-section .affiliations-table td.eligibility-cell:before {
    display: none;
  }

  .course-prog-section-section .eligibility-content {
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
  }
}

/* Small mobile optimization */
@media (max-width: 480px) {
  .course-prog-section-section .affiliations-table td {
    padding-left: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .course-prog-section-section .affiliations-table td:before {
    width: 45%;
    font-size: 0.8em;
    top: 12px;
  }

  .course-prog-section-section .affiliations-table td.programme-cell,
  .course-prog-section-section .affiliations-table td.eligibility-cell {
    padding-left: 15px;
  }

  .course-prog-section-section .eligibility-content {
    padding: 8px;
  }
}

/* Print styles */
@media print {
  .course-prog-section-section .affiliations-table {
    border-collapse: collapse !important;
  }

  .course-prog-section-section .affiliations-table th,
  .course-prog-section-section .affiliations-table td {
    border: 1px solid #000 !important;
    padding: 8px !important;
  }

  .course-prog-section-section .affiliations-table thead {
    display: table-header-group !important;
  }

  .course-prog-section-section .affiliations-table tr {
    page-break-inside: avoid;
  }
}

/* --------------------------------------vision-missionpage-css-started------------------------------------------------- */


.vision-section.achievement-area {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.vision-section.achievement-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
  opacity: 0.03;
  border-radius: 50%;
  transform: translate(150px, -150px);
}

.vision-section.achievement-area::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #00acc1 0%, #26c6da 100%);
  opacity: 0.03;
  border-radius: 50%;
  transform: translate(-200px, 200px);
}

.vision-section .achievement-content h2 {
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 0.6rem;
  position: relative;
  padding-bottom: 10px;
}

.vision-section .achievement-content h2 span {
  color: #ff9800;
  position: relative;
}

.vision-section .achievement-content h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #2c2b5e 0%, #2c2b5e 100%);
  border-radius: 2px;
}

.vision-section .achievement-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.5rem;
}

.vision-section .achievement-content p b {
  color: #000;
  font-weight: 600;
}

.vision-section .achievement-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.vision-section .achievement-img:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.vision-section .achievement-img img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.vision-section .achievement-img:hover img {
  transform: scale(1.05);
}

.vision-section .achievement-img::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  z-index: 1;
  pointer-events: none;
}

.vision-section .goals-list {
  margin-top: 1.5rem;
}

.vision-section .goal-item {
  line-height: 1.8;
  color: #555;
  margin-bottom: 1rem;
  padding-left: 10px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.vision-section .goal-item:hover {
  border-left: 3px solid #ff9800;
  padding-left: 15px;
}

.vision-section .goal-item i {
  color: #ff9800;
}

.vision-section .goal-item strong {
  color: #1a237e;
  font-weight: 600;
}

.vision-section .extended-goals {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #ff9800;
}

.vision-section .extended-goals h3 {
  color: #1a237e;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 15px;
}

.vision-section .extended-goals h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #00acc1 0%, #26c6da 100%);
  border-radius: 2px;
}

.vision-section .extended-goals h5 {
  color: #1a237e;

}

.vision-section .extended-goals .lead {

  color: #555;
  font-style: italic;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #00acc1;
}

/* Responsive Styles */

@media (max-width: 768px) {

  .vision-section .achievement-img {
    margin-top: 3rem;
  }

  .vision-section .extended-goals {
    padding: 30px 20px;
  }
}



/* --------------------------------------vision-missionpage-css-ended------------------------------------------------- */

/* --------------------------eligibility-page-css-started------------------------------------ */
.eg-criteria .eligibility-section.course-prog-section-section .affiliations-table thead th:nth-child(2) {
  width: auto;
}

.eg-criteria .eligibility-section.course-prog-section-section .affiliations-table thead th:first-child {
  width: auto;
}

.eg-criteria .eligibility-section.course-prog-section-section .affiliations-table thead th:last-child {
  width: auto;
}

.eg-criteria .course-prog-section-section td.programme-cell {
  text-align: start;
}

.eg-criteria .course-prog-section-section td.specialization-cell {
  text-align: start;
}

.eg-criteria .course-prog-section-section td.eligibility-cell {
  text-align: start;
}

/* Enhanced responsive styles */
.eg-criteria .affiliations-card {
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.eg-criteria .affiliations-table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

.eg-criteria .affiliations-table thead th {
  background: linear-gradient(135deg, #2c3e50, #4a6491);
  color: white;
  font-weight: 600;
  padding: 16px 12px;
  border: none;
  position: relative;
}

.eg-criteria .affiliations-table thead th:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.eg-criteria .affiliations-table thead th:last-child:after {
  display: none;
}

.eg-criteria .affiliations-table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #eef1f6;
}

.eg-criteria .affiliations-table tbody tr:hover {
  background-color: #f8fafd;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.eg-criteria .affiliations-table td {
  padding: 18px 12px;
  vertical-align: top;
  border-top: 1px solid #eef1f6;
}

.eg-criteria .course-title {
  font-weight: 600;
  color: #2c3e50;
}

.eg-criteria .course-title small {
  color: #7b8a8b;
  font-weight: 500;
}

.eg-criteria .specialization-content {
  color: #3498db;
  font-weight: 500;
}

.eg-criteria .empty-cell {
  color: #95a5a6;
}

.eg-criteria .eligibility-content {
  color: #34495e;
}

.eg-criteria .eligibility-content p {
  margin-bottom: 8px;
}

.eg-criteria .eligibility-content p:last-child {
  margin-bottom: 0;
}

/* Responsive column widths for desktop */
@media (min-width: 992px) {
  .eg-criteria .affiliations-table {
    table-layout: fixed;
    width: 100%;
  }

  .eg-criteria .programme-col {
    width: 25% !important;
    min-width: 200px;
  }

  .eg-criteria .specialization-col {
    width: 20% !important;
    min-width: 150px;
    max-width: 200px;
  }

  .eg-criteria .eligibility-col {
    width: 55% !important;
    min-width: 350px;
  }

  .eg-criteria .affiliations-table td {
    padding: 16px 15px;
  }
}

/* Tablet styles */
@media (max-width: 991px) and (min-width: 768px) {
  .eg-criteria .table-responsive {
    overflow-x: auto;
  }

  .eg-criteria .affiliations-table {
    min-width: 800px;
  }

  .eg-criteria .affiliations-card {
    padding: 20px !important;
  }

  .eg-criteria .programme-col {
    width: 25%;
  }

  .eg-criteria .specialization-col {
    width: 20%;
  }

  .eg-criteria .eligibility-col {
    width: 55%;
  }
}

/* Mobile styles - Stack layout */
@media (max-width: 767px) {
  .eg-criteria .affiliations-card {
    padding: 15px !important;
  }

  .eg-criteria .affiliations-table {
    display: block;
    width: 100%;
  }

  .eg-criteria .affiliations-table thead {
    display: none;
  }

  .eg-criteria .affiliations-table tbody,
  .eg-criteria .affiliations-table tr,
  .eg-criteria .affiliations-table td {
    display: block;
    width: 100%;
  }

  .eg-criteria .affiliations-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: white;
  }

  .eg-criteria .affiliations-table td {
    padding: 12px 15px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 45%;
  }

  .eg-criteria .affiliations-table td:last-child {
    border-bottom: none;
  }

  .eg-criteria .affiliations-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 12px;
    width: 40%;
    font-weight: 600;
    color: #2c3e50;
  }

  /* Special handling for course cell on mobile */
  .eg-criteria .affiliations-table td.programme-cell {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding-left: 15px;
  }

  .eg-criteria .affiliations-table td.programme-cell:before {
    display: none;
  }


  /* Hide empty specialization cells on mobile */
  .eg-criteria .affiliations-table td.specialization-cell .empty-cell {
    display: none;
  }

  /* Show specialization only when it has content */
  .eg-criteria .affiliations-table td.specialization-cell:not(:has(.empty-cell)) {
    display: block !important;
  }

  .eg-criteria .affiliations-table td.specialization-cell:has(.empty-cell) {
    display: none !important;
  }

  /* Adjust padding for eligibility cell on mobile */
  .eg-criteria .affiliations-table td.eligibility-cell {
    padding-left: 15px;
    background: #fafbfc;
  }

  .eg-criteria .affiliations-table td.eligibility-cell:before {
    display: none;
  }

}

/* Small mobile optimization */
@media (max-width: 480px) {
  .eg-criteria .affiliations-table td {
    padding-left: 50%;
  }

  .eg-criteria .affiliations-table td:before {
    width: 45%;
    font-size: 0.85em;
  }

  .eg-criteria .affiliations-table td.programme-cell,
  .eg-criteria .affiliations-table td.eligibility-cell {
    padding-left: 15px;
  }
}

/* Print styles */
@media print {
  .eg-criteria .affiliations-table {
    border-collapse: collapse !important;
  }

  .eg-criteria .affiliations-table th,
  .eg-criteria .affiliations-table td {
    border: 1px solid #000 !important;
    padding: 8px !important;
  }

  .eg-criteria .affiliations-table thead {
    display: table-header-group !important;
  }

  .eg-criteria .affiliations-table tr {
    page-break-inside: avoid;
  }
}

/* --------------------------------------eligibility-page-css-ended------------------------------------------------- */


/* --------------------------affiliation-and-approvals-page-css-started--------------------------------- */


.aff-and-aff-page.affiliations-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
  position: relative;
  overflow: hidden;
}

.aff-and-aff-page.affiliations-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 10% 20%, rgba(25, 118, 210, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(56, 142, 60, 0.05) 0%, transparent 40%);
  z-index: 1;
}



.aff-and-aff-page .affiliations-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Enhanced Table */
.aff-and-aff-page .affiliations-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.aff-and-aff-page .affiliations-table thead th {
  background: linear-gradient(135deg, #2c2b5e 0%, #2c2b5e 100%);
  color: white;
  border: none;
  padding: 20px 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.aff-and-aff-page .affiliations-table thead th:first-child {
  border-radius: 12px 0 0 12px;
}

.aff-and-aff-page .affiliations-table thead th:last-child {
  border-radius: 0 12px 12px 0;
}

.aff-and-aff-page .th-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Table Rows */
.aff-and-aff-page .table-row {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.aff-and-aff-page .table-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background: #f8fdff;
}

.aff-and-aff-page .table-row td {
  padding: 25px 20px;
  vertical-align: middle;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.aff-and-aff-page .table-row:first-child td {
  border-top: none;
}

/* Serial Column */
.aff-and-aff-page .serial-cell {
  text-align: center;
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.aff-and-aff-page .serial-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2c2b5e 0%, #2c2b5e 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(25, 118, 210, 0.2);
}

/* Description Column */
.aff-and-aff-page .description-cell {
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.aff-and-aff-page .doc-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.aff-and-aff-page td.action-cell {
  text-align: end;
}

/* Action Column */
.aff-and-aff-page .download-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #ffca05 0%, #ffca05 100%);
  color: white;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.2);
  border: none;
  min-width: 160px;
  justify-content: center;
}

.aff-and-aff-page .download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
  color: white;
  text-decoration: none;
}


.aff-and-aff-page .btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.aff-and-aff-page .btn-main {
  font-weight: 600;
}

/* Table Footer */
.aff-and-aff-page .table-footer {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}


.notice-list-page .date-cell {
  border-right: 2px solid rgba(0, 0, 0, 0.05);
  color: #2c2b5e;
  font-weight: 600;
  min-width: 130px;
  text-align: center;
}

.notice-list-page .doc-info > *:last-child {
  margin-bottom: 0;
}

.notice-list-page .doc-info ul,
.notice-list-page .doc-info ol {
  padding-left: 1.2rem;
}

.notice-list-page .empty-state {
  color: #6c757d;
  font-size: 16px;
  font-weight: 600;
  padding: 30px 20px;
  text-align: center;
}

.notice-list-page .notice-data-table {
  width: 100% !important;
}

.notice-list-page .dataTables_wrapper {
  margin-top: 6px;
}

.notice-list-page .dataTables_wrapper .dataTables_length,
.notice-list-page .dataTables_wrapper .dataTables_filter {
  margin-bottom: 18px;
}

.notice-list-page .dataTables_wrapper .dataTables_length label,
.notice-list-page .dataTables_wrapper .dataTables_filter label,
.notice-list-page .dataTables_wrapper .dataTables_info {
  color: #526172;
  font-weight: 500;
}

.notice-list-page .dataTables_wrapper .dataTables_filter input,
.notice-list-page .dataTables_wrapper .dataTables_length select {
  border: 1px solid #d9e1ea;
  border-radius: 10px;
  min-height: 40px;
  padding: 6px 12px;
  background: #fff;
  height: 36px;
}

.notice-list-page .dataTables_wrapper .dataTables_filter input:focus,
.notice-list-page .dataTables_wrapper .dataTables_length select:focus {
  border-color: #2c2b5e;
  box-shadow: 0 0 0 0.15rem rgba(44, 43, 94, 0.12);
  outline: none;
}

.notice-list-page .dataTables_wrapper .dataTables_paginate {
  margin-top: 18px;
}

.notice-list-page .dataTables_wrapper .pagination {
  gap: 6px;
}

.notice-list-page .dataTables_wrapper .page-link {
  color: #2c2b5e;
  border-radius: 10px !important;
  border: 1px solid #d9e1ea;
  min-width: 40px;
  text-align: center;
}

.notice-list-page .dataTables_wrapper .page-item.active .page-link {
  background: #2c2b5e;
  border-color: #2c2b5e;
  color: #fff;
}

.notice-list-page .dataTables_wrapper .page-item.disabled .page-link {
  color: #98a4b3;
}


/* Responsive Design */
@media (max-width: 992px) {
  .aff-and-aff-page .stat-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .aff-and-aff-page .affiliations-card {
    padding: 2rem !important;
  }

  .aff-and-aff-page .table-row td {
    padding: 20px 15px;
  }

  .aff-and-aff-page .download-btn {
    min-width: 140px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .aff-and-aff-page .affiliations-card {
    padding: 1.5rem !important;
  }

  .aff-and-aff-page .table-responsive {
    border: none;
  }

  .aff-and-aff-page .download-btn {
    min-width: 120px;
    padding: 8px 15px;
  }
}

/* --------------------------affiliation-and-approvals-page-css-ended--------------------------------- */


/* --------------------------document_required-page-css-started--------------------------------- */

/* --------------------------------------documents-page-css-started------------------------------------------------- */
.document-re-qu-ired-page .eligibility-section.course-prog-section-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
  position: relative;
  overflow: hidden;
}

.document-re-qu-ired-page .eligibility-section.course-prog-section-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 10% 20%, rgba(25, 118, 210, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(56, 142, 60, 0.05) 0%, transparent 40%);
  z-index: 1;
}

.document-re-qu-ired-page .affiliations-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Enhanced Table */
.document-re-qu-ired-page .affiliations-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
}

.document-re-qu-ired-page .affiliations-table thead th {
  background: linear-gradient(135deg, #2c2b5e 0%, #4a47a3 100%);
  color: white;
  border: none;
  padding: 18px 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.document-re-qu-ired-page .affiliations-table thead th:first-child {
  border-radius: 12px 0 0 12px;
  width: 30%;
}

.document-re-qu-ired-page .affiliations-table thead th:nth-child(2) {
  border-radius: 0 12px 12px 0;
  width: 70%;
}

.document-re-qu-ired-page .th-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Table Rows */
.document-re-qu-ired-page .table-row {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.document-re-qu-ired-page .table-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background: #f8fdff;
}

.document-re-qu-ired-page .table-row td {
  padding: 20px 15px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: top;
}

.document-re-qu-ired-page .table-row:first-child td {
  border-top: none;
}

/* Programme Column */
.document-re-qu-ired-page .programme-cell {
  font-weight: 700;
  color: #2c2b5e;
  background: rgba(44, 43, 94, 0.05);
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.document-re-qu-ired-page .programme-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.document-re-qu-ired-page .programme-content strong {
  color: #2c2b5e;
}

.document-re-qu-ired-page .programme-subtitle {
  color: #7b8a8b;
  font-weight: 500;
  font-style: italic;
  margin-top: 4px;
}

/* Documents Column */
.document-re-qu-ired-page .documents-cell {
  color: #34495e;
  line-height: 1.6;
}

.document-re-qu-ired-page .document-item {
  margin-bottom: 8px;
  padding-left: 5px;
  display: flex;
  align-items: flex-start;
}

.document-re-qu-ired-page .document-item:last-child {
  margin-bottom: 0;
}

.document-re-qu-ired-page .document-item i {
  color: #4a47a3;
  margin-right: 10px;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Responsive column widths for desktop */
@media (min-width: 992px) {
  .document-re-qu-ired-page .affiliations-table {
    table-layout: fixed;
  }

  .document-re-qu-ired-page .programme-col {
    width: 30% !important;
    min-width: 250px;
  }

  .document-re-qu-ired-page .documents-col {
    width: 70% !important;
    min-width: 500px;
  }
}

/* Tablet styles */
@media (max-width: 991px) and (min-width: 768px) {
  .document-re-qu-ired-page .table-responsive {
    overflow-x: auto;
  }

  .document-re-qu-ired-page .affiliations-table {
    min-width: 800px;
  }

  .document-re-qu-ired-page .affiliations-card {
    padding: 20px !important;
  }
}

/* Mobile styles - Stack layout */
@media (max-width: 767px) {
  .document-re-qu-ired-page .affiliations-card {
    padding: 15px !important;
  }

  .document-re-qu-ired-page .affiliations-table {
    display: block;
    width: 100%;
  }

  .document-re-qu-ired-page .affiliations-table thead {
    display: none;
  }

  .document-re-qu-ired-page .affiliations-table tbody,
  .document-re-qu-ired-page .affiliations-table tr,
  .document-re-qu-ired-page .affiliations-table td {
    display: block;
    width: 100%;
  }

  .document-re-qu-ired-page .affiliations-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: white;
    position: relative;
  }

  .document-re-qu-ired-page .affiliations-table td {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 45%;
  }

  .document-re-qu-ired-page .affiliations-table td:last-child {
    border-bottom: none;
  }

  .document-re-qu-ired-page .affiliations-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40%;
    font-weight: 600;
    color: #2c2b5e;

    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  /* Special handling for programme cell on mobile */
  .document-re-qu-ired-page .affiliations-table td.programme-cell {
    background: linear-gradient(135deg, rgba(44, 43, 94, 0.1) 0%, rgba(74, 71, 163, 0.1) 100%);
    padding-left: 15px;
    border-bottom: 2px solid rgba(44, 43, 94, 0.2);
  }

  .document-re-qu-ired-page .affiliations-table td.programme-cell:before {
    display: none;
  }


  /* Adjust padding for documents cell on mobile */
  .document-re-qu-ired-page .affiliations-table td.documents-cell {
    padding-left: 15px;
    background: #fafbfc;
  }

  .document-re-qu-ired-page .affiliations-table td.documents-cell:before {
    display: none;
  }

  .document-re-qu-ired-page .documents-content {
    padding: 10px 0;
  }

  .document-re-qu-ired-page .document-item {
    margin-bottom: 10px;
  }

  .document-re-qu-ired-page .document-item i {
    margin-right: 8px;
    margin-top: 3px;
  }
}

/* Small mobile optimization */
@media (max-width: 480px) {
  .document-re-qu-ired-page .affiliations-table td {
    padding-left: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .document-re-qu-ired-page .affiliations-table td:before {
    width: 45%;
    top: 12px;
  }

  .document-re-qu-ired-page .affiliations-table td.programme-cell,
  .document-re-qu-ired-page .affiliations-table td.documents-cell {
    padding-left: 15px;
  }


  .document-re-qu-ired-page .document-item {
    margin-bottom: 8px;
  }

  .document-re-qu-ired-page .document-item i {
    margin-right: 6px;
  }
}

/* Print styles */
@media print {
  .document-re-qu-ired-page .affiliations-table {
    border-collapse: collapse !important;
  }

  .document-re-qu-ired-page .affiliations-table th,
  .document-re-qu-ired-page .affiliations-table td {
    border: 1px solid #000 !important;
    padding: 8px !important;
  }

  .document-re-qu-ired-page .affiliations-table thead {
    display: table-header-group !important;
  }

  .document-re-qu-ired-page .affiliations-table tr {
    page-break-inside: avoid;
  }

  .document-re-qu-ired-page .document-item i {
    color: #000 !important;
  }
}



/* --------------------------document_required-page-css-ended--------------------------------- */



/* --------------------------------------administration-and-faculty-page-css-started------------------------------------------------- */
.faculties-section-new {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}



.faculties-section-new .section-title {
  color: #2c2b5e;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.faculties-section-new .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #4a47a3, #ff6b6b);
  border-radius: 2px;
}

.faculties-section-new .divider {
  margin: 20px 0;
}

.faculties-section-new .divider .fa-graduation-cap {
  font-size: 2rem;
  color: #4a47a3;
  background: white;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(74, 71, 163, 0.2);
}


/* Faculty Cards */
.faculties-section-new .faculty-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
}

.faculties-section-new .faculty-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.faculties-section-new .faculty-img-container {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.faculties-section-new .faculty-img-container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.5s ease;
}

.faculties-section-new .faculty-card:hover .faculty-img-container img {
  transform: scale(1.1);
}

.faculties-section-new .faculty-border {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid white;
  border-radius: 10px;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.faculties-section-new .faculty-card:hover .faculty-border {
  opacity: 0.8;
  border-color: #fafafc;
}

/* Faculty Info */
.faculties-section-new .faculty-info {
  padding: 20px 20px;
  text-align: center;
}

.faculties-section-new .faculty-name {
  color: #2c2b5e;
  font-weight: 700;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.faculties-section-new .faculty-card:hover .faculty-name {
  color: #4a47a3;
}

.faculties-section-new .faculty-designation {
  color: #6c757d;
  margin-bottom: 5px;
  font-weight: 500;
}


/* Responsive Design */
@media (max-width: 1199px) {
  .faculties-section-new .faculty-img-container {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .faculties-section-new .faculty-img-container {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .faculties-section-new .faculty-img-container {
    height: 320px;
  }


}

@media (max-width: 575px) {


  .faculties-section-new .faculty-info {
    padding: 20px 15px;
  }
}

/* Animation Classes */
.faculties-section-new .faculty-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.faculties-section-new .faculty-card:hover::before {
  opacity: 1;
}

/* --------------------------------------administration-and-faculty-page-css-started------------------------------------------------- */





/* --------------------------------------teachers-feedback-section-css-started------------------------------------------------- */
.teachers-feedback-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.teachers-feedback-section .section-title {
  color: #2c2b5e;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.teachers-feedback-section .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #4a47a3, #2c2b5e);
  border-radius: 2px;
}


.teachers-feedback-section .section-description {
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Feedback Form Container */
.teachers-feedback-section .feedback-form-container {
  position: relative;
  z-index: 2;
}


/* Feedback Form Card */
.teachers-feedback-section .feedback-form-card {
  background: white;
  border-radius: 20px;
  padding: 50px 40px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.teachers-feedback-section .form-border-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4a47a3, #2c2b5e, #4a47a3);
}

/* Information Banner */
.teachers-feedback-section .info-banner {
  background: rgba(74, 71, 163, 0.1);
  border-left: 4px solid #4a47a3;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.teachers-feedback-section .info-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.teachers-feedback-section .info-icon {
  color: #4a47a3;
  margin-top: 3px;
}

.teachers-feedback-section .info-content p {
  color: #2c2b5e;
  margin: 0;
  line-height: 1.6;
}

/* Form Sections */
.teachers-feedback-section .form-section {
  margin-bottom: 20px;
}

.teachers-feedback-section .section-header {
  margin-bottom: 25px;
}

.teachers-feedback-section .section-title {
  color: #2c2b5e;
  font-weight: 600;
  align-items: center;
  margin-bottom: 10px;
}

.teachers-feedback-section .section-title i {
  color: #4a47a3;
}

.teachers-feedback-section .section-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4a47a3, #2c2b5e);
  border-radius: 2px;
}

/* Form Groups */
.teachers-feedback-section .form-group {
  position: relative;
}

.teachers-feedback-section .form-label {
  color: #2c2b5e;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.teachers-feedback-section .form-label i {
  color: #4a47a3;
  margin-right: 8px;
}

.teachers-feedback-section .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.teachers-feedback-section .form-control:focus {
  border-color: #4a47a3;
  box-shadow: 0 0 0 3px rgba(74, 71, 163, 0.1);
  background: white;
}

.teachers-feedback-section .form-control::placeholder {
  color: #adb5bd;
}

.teachers-feedback-section .form-note {
  color: #6c757d;
  margin-top: 5px;
}

/* Rating Questions */
.teachers-feedback-section .feedback-question {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.teachers-feedback-section .feedback-question:hover {
  border-color: #4a47a3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.teachers-feedback-section .question-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.teachers-feedback-section .question-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #4a47a3, #2c2b5e);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

.teachers-feedback-section .question-text {
  color: #2c2b5e;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  flex: 1;
}

/* Rating Options */
.teachers-feedback-section .rating-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.teachers-feedback-section .rating-input {
  display: none;
}

.teachers-feedback-section .rating-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 120px;
  justify-content: center;
}

.teachers-feedback-section .rating-label:hover {
  border-color: #4a47a3;
  transform: translateY(-2px);
}

.teachers-feedback-section .rating-input:checked+.rating-label {
  background: linear-gradient(135deg, #4a47a3, #2c2b5e);
  border-color: #4a47a3;
  color: white;
}

.teachers-feedback-section .rating-input:checked+.rating-label .rating-icon {
  color: white;
}

.teachers-feedback-section .rating-icon {
  color: #ffc107;
}

.teachers-feedback-section .rating-text {
  font-weight: 600;
}

/* Submit Button */
.teachers-feedback-section .btn-submit-feedback {
  background: linear-gradient(135deg, #4a47a3, #2c2b5e);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(74, 71, 163, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.teachers-feedback-section .btn-submit-feedback:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(74, 71, 163, 0.5);
  color: white;
}

.teachers-feedback-section .btn-submit-feedback:active {
  transform: translateY(-1px);
}

/* Checkbox Styling */
.teachers-feedback-section .form-check {
  margin-bottom: 15px;
}

.teachers-feedback-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0.2em;
  border: 2px solid #dee2e6;
}

.teachers-feedback-section .form-check-input:checked {
  background-color: #4a47a3;
  border-color: #4a47a3;
}

.teachers-feedback-section .form-check-label {
  color: #495057;
  line-height: 1.5;
  margin-left: 5px;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .teachers-feedback-section .feedback-form-card {
    padding: 40px 30px 30px;
  }
}

@media (max-width: 991px) {

  .teachers-feedback-section .header-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .teachers-feedback-section .rating-group {
    gap: 10px;
  }

  .teachers-feedback-section .rating-label {
    min-width: 100px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {

  .teachers-feedback-section .feedback-form-card {
    padding: 30px 20px;
  }

  .teachers-feedback-section .form-header-card {
    padding: 20px;
    margin-bottom: -15px;
  }

  .teachers-feedback-section .question-header {
    flex-direction: column;
    gap: 10px;
  }

  .teachers-feedback-section .rating-group {
    flex-direction: column;
  }

  .teachers-feedback-section .rating-label {
    min-width: 100%;
    justify-content: flex-start;
  }

  .teachers-feedback-section .btn-submit-feedback {
    padding: 12px 30px;
    width: 100%;
  }
}

@media (max-width: 575px) {

  .teachers-feedback-section .feedback-question {
    padding: 20px 15px;
  }

  .teachers-feedback-section .rating-label {
    padding: 10px;
  }
}


.teachers-feedback-section .progress-indicator {
  position: sticky;
  top: 20px;
  z-index: 100;
}

/* Success Message (Optional) */
.teachers-feedback-section .success-message {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  display: none;
}

/* --------------------------------------teachers-feedback-section-css-ended------------------------------------------------- */


/* --------------------------------------student-testimonials-section-css-started------------------------------------------------- */
.student-testimonials-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.student-testimonials-section .section-title {
  color: #2c2b5e;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.student-testimonials-section .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #4a47a3, #ff6b6b);
  border-radius: 2px;
}

.student-testimonials-section .section-description {
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

/* Carousel Container */
.student-testimonials-section .testimonials-carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

/* Carousel Controls */
.student-testimonials-section .carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.student-testimonials-section .carousel-btn {
  width: 50px;
  height: 50px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  pointer-events: all;
}

.student-testimonials-section .carousel-btn:hover {
  background: linear-gradient(135deg, #4a47a3, #2c2b5e);
  transform: scale(1.1);
}

.student-testimonials-section .carousel-btn:hover i {
  color: white;
}

.student-testimonials-section .carousel-btn i {
  color: #4a47a3;
  transition: color 0.3s ease;
}

.student-testimonials-section .carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Testimonials Carousel */
.student-testimonials-section .testimonials-carousel {
  display: flex;
  overflow: hidden;
  position: relative;
}

.student-testimonials-section .testimonial-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.student-testimonials-section .testimonial-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
  position: relative;
}

.student-testimonials-section .testimonial-slide.prev {
  opacity: 0;
  transform: translateX(-100%);
}

.student-testimonials-section .testimonial-slide.next {
  opacity: 0;
  transform: translateX(100%);
}

/* Hide mobile-only slides on desktop */
@media (min-width: 992px) {
  .student-testimonials-section .mobile-only-slide {
    display: none !important;
  }
}

/* Show mobile-only slides on mobile */
@media (max-width: 991px) {
  .student-testimonials-section .d-lg-block {
    display: none !important;
  }

  .student-testimonials-section .mobile-only-slide {
    display: block;
  }
}

/* Testimonial Card */
.student-testimonials-section .testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

.student-testimonials-section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.student-testimonials-section .testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #4a47a3, #ff6b6b);
}

.student-testimonials-section .testimonial-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.student-testimonials-section .quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4a47a3, #2c2b5e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
  box-shadow: 0 8px 15px rgba(74, 71, 163, 0.3);
}

.student-testimonials-section .testimonial-text-div {
  color: #2c2b5e;
  line-height: 1.6;
  margin-bottom: 25px;
  font-style: italic;
  position: relative;
  padding-left: 15px;
  flex: 1;
  font-size: 16px;
}

.student-testimonials-section .testimonial-text-div::before {
  content: '""';
  position: absolute;
  left: -5px;
  top: -10px;
  color: rgba(74, 71, 163, 0.1);
  font-family: serif;
  line-height: 1;
  font-size: 3rem;
}

/* Student Info */
.student-testimonials-section .student-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  margin-top: auto;
}

.student-testimonials-section .student-avatar {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.student-testimonials-section .avatar-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}

.student-testimonials-section .student-avatar span {
  color: #2c2b5e;
  font-weight: 600;
  font-size: 14px;
  display: block;
  width: 100%;
}

/* Carousel Dots */
.student-testimonials-section .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.student-testimonials-section .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.student-testimonials-section .dot:hover {
  background: #4a47a3;
  transform: scale(1.2);
}

.student-testimonials-section .dot.active {
  background: linear-gradient(135deg, #4a47a3, #2c2b5e);
  transform: scale(1.2);
}

/* Stats Counter */
.student-testimonials-section .testimonials-stats {
  background: white;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

.student-testimonials-section .stat-item {
  padding: 20px;
}

.student-testimonials-section .stat-number {
  color: #2c2b5e;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #4a47a3, #2c2b5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 25px;
}

.student-testimonials-section .stat-label {
  color: #6c757d;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .student-testimonials-section .testimonials-carousel-container {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .student-testimonials-section .testimonial-card {
    padding: 25px;
  }

  .student-testimonials-section .testimonial-text {
    font-size: 15px;
  }

}

@media (max-width: 767px) {
  .student-testimonials-section .testimonials-carousel-container {
    padding: 0 20px;
  }

  .student-testimonials-section .testimonial-card {
    padding: 20px;
  }

  .student-testimonials-section .testimonials-carousel {
    min-height: 400px;
  }

  .student-testimonials-section .testimonial-text {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .student-testimonials-section .testimonial-text {
    padding-left: 10px;
    font-size: 14px;
  }

  .student-testimonials-section .quote-icon {
    width: 45px;
    height: 45px;
  }

  .student-testimonials-section .carousel-dots {
    gap: 8px;
  }

  .student-testimonials-section .dot {
    width: 10px;
    height: 10px;
  }



  .student-testimonials-section .avatar-img {
    width: 60px;
    height: 60px;
  }

  .student-testimonials-section .stat-number {
    font-size: 22px;
  }
}

/* Animation for numbers */
@keyframes countUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.student-testimonials-section .stat-number {
  animation: countUp 0.6s ease forwards;
}

/* Smooth transitions */
.student-testimonials-section .testimonial-slide {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}



/* Equal height cards on desktop */
@media (min-width: 992px) {
  .student-testimonials-section .testimonial-slide .row {
    display: flex;
    flex-wrap: wrap;
  }

  .student-testimonials-section .testimonial-slide .col-lg-6 {
    display: flex;
  }

  .student-testimonials-section .testimonial-card {
    height: 100%;
  }
}

/* --------------------------------------student-testimonials-section-css-ended------------------------------------------------- */


/* --------------------------------------campus-training-section-css-started------------------------------------------------- */



.campus-training {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.campus-training.section-header {
  margin-bottom: 60px;
}

.campus-training .section-title {
  font-weight: 700;
  color: #302484;
  position: relative;
  display: inline-block;
}

.campus-training .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #302484, #4a6bff);
  border-radius: 2px;
}

.campus-training .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.1) 100%);
}

.campus-training .lead-text {
  line-height: 1.8;
  color: #444;
  font-weight: 500;
}

.campus-training .fw-600 {
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .campus-training {
    padding: 60px 0;
  }
}


/* Accordion Header Styling */
.campus-training .accordion-button {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #302484;
  font-weight: 600;
  padding: 18px 25px;
  border: 1px solid rgba(48, 36, 132, 0.1);
  border-radius: 8px !important;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.campus-training .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #302484 0%, #4a6bff 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(48, 36, 132, 0.2);
}

.campus-training .accordion-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.campus-training .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23302484'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

.campus-training .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.campus-training .accordion-button i {
  transition: color 0.3s ease;
}

.campus-training .accordion-button:not(.collapsed) i {
  color: white;
}

/* Accordion Body Styling */
.campus-training .accordion-body {
  padding: 25px;
  background: white;
  border: 1px solid rgba(48, 36, 132, 0.1);
  border-top: none;
  border-radius: 0 0 8px 8px;
}

/* Table Styling with Borders */
.campus-training .training-table {
  margin-bottom: 0;
  border: 2px solid #302484;
  /* Outer table border */
  border-radius: 8px;
  overflow: hidden;
}

.campus-training .training-table thead {
  background: linear-gradient(135deg, #302484 0%, #4a6bff 100%);
  border-bottom: 2px solid #302484;
}

.campus-training .training-table thead th {
  color: white;
  font-weight: 600;
  padding: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  /* Header cell borders */
  vertical-align: middle;
}

.campus-training .training-table thead th:last-child {
  border-right: none;
}

.campus-training .training-table tbody tr {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e0e0e0;
  /* Row borders */
}

.campus-training .training-table tbody tr:last-child {
  border-bottom: none;
}

.campus-training .training-table tbody td {
  padding: 15px;
  vertical-align: top;
  border-right: 1px solid #e0e0e0;
  /* Column borders */
}

.campus-training .training-table tbody td:last-child {
  border-right: none;
}

/* Explicit border for all table cells */
.campus-training .training-table td,
.campus-training .training-table th {
  border: 1px solid #dee2e6;
  /* Individual cell borders */
}

/* Remove Bootstrap's default borders */
.campus-training .table-bordered {
  border: none !important;
}

.campus-training .table-bordered th,
.campus-training .table-bordered td {
  border: 1px solid #dee2e6 !important;
}

/* Table hover effect */
.campus-training .training-table tbody tr:hover {
  background-color: rgba(48, 36, 132, 0.05);
}

/* Badge Styling */
.campus-training .semester-badge {
  display: inline-block;
  padding: 6px 12px;
  background: linear-gradient(135deg, #302484, #4a6bff);
  color: white;
  border-radius: 20px;
  font-weight: 600;
  min-width: 70px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.campus-training .hours-badge {
  display: inline-block;
  padding: 6px 12px;
  background: #e9f7ef;
  color: #28a745;
  border-radius: 20px;
  font-weight: 600;
  min-width: 50px;
  text-align: center;
  border: 1px solid #c3e6cb;
}

.campus-training thead.thead-light {
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .campus-training .accordion-button {
    padding: 15px 20px;
  }

  .campus-training .accordion-body {
    padding: 15px;
  }

  .campus-training .training-table {
    border-width: 1px;
  }

  .campus-training .training-table thead th,
  .campus-training .training-table tbody td {
    padding: 10px 8px;
  }

  .campus-training .semester-badge,
  .campus-training .hours-badge {
    padding: 4px 8px;
  }
}

/* Small screens */
@media (max-width: 576px) {
  .campus-training .training-table {
    font-size: 0.85rem;
  }

  .campus-training .training-table thead th,
  .campus-training .training-table tbody td {
    padding: 8px 6px;
  }
}



/* --------------------------------------campus-training-section-css-ended------------------------------------------------- */


/* --------------------------------------transport-page-css-started------------------------------------------------- */


.transport-page {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.transport-page .section-header {
  margin-bottom: 60px;
}

.transport-page .section-title {
  font-weight: 700;
  color: #302484;
  position: relative;
  display: inline-block;
}

.transport-page .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #302484, #4a6bff);
  border-radius: 2px;
}

/* Description Section */
.transport-page .lead-text {
  line-height: 1.8;
  color: #444;
  font-weight: 500;
}

.transport-page .fw-600 {
  font-weight: 600;
}

/* Bus Routes Section */
.transport-page .bus-routes-section {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.transport-page .section-subtitle h4 {
  color: #302484;
  font-weight: 600;
}

.transport-page .section-subtitle h4 i {
  color: #4a6bff;
}

.transport-page .routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.transport-page .route-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: linear-gradient(135deg, #302484, #2c2b5e);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  text-align: center;
  box-shadow: 0 4px 6px rgba(48, 36, 132, 0.2);
}

.transport-page .route-btn:hover {
  background: linear-gradient(135deg, #4a6bff, #302484);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(48, 36, 132, 0.3);
  text-decoration: none;
}


/* Highlight Box */
.transport-page .highlight-box {
  background: linear-gradient(135deg, rgba(48, 36, 132, 0.05), rgba(74, 107, 255, 0.05));
  border-left: 4px solid #4a6bff;
}

.transport-page .highlight-title {
  color: #302484;
  font-weight: 600;
  margin-bottom: 15px;
}

.transport-page .highlight-title i {
  color: #4a6bff;
}

.transport-page .highlight-text {
  color: #555;
  line-height: 1.7;
}

.transport-page .contact-phone {
  color: #302484;
  margin-top: 10px;
}

.transport-page .contact-phone i {
  color: #4CAF50;
}

/* Responsive Design */
@media (max-width: 768px) {
  .transport-page {
    padding: 30px 0;
  }

  .transport-page .routes-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
  }

  .transport-page .bus-routes-section {
    padding: 20px;
  }

  .transport-page .route-btn {
    padding: 10px 15px;
  }

}

@media (max-width: 576px) {
  .transport-page .routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .transport-page .highlight-box {
    padding: 20px;
  }
}


/* --------------------------------------transport-page-css-ended------------------------------------------------- */



/* --------------------------------------sports-activity-page-css-started------------------------------------------------- */

/* Simple Library Section */
.sports-activity {
  padding: 60px 0;
  background: #f8f9ff;
}

.sports-activity .content-text {
  color: #555;
  line-height: 1.6;

}

/* Gallery Styles */
.sports-activity .gallery-title {
  color: #302484;
  font-weight: 600;
}

.sports-activity .gallery-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sports-activity .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sports-activity .gallery-card:hover .gallery-img {
  transform: scale(1.05);
}

.sports-activity .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(174 174 179 / 22%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sports-activity .gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.sports-activity .gallery-overlay a {
  color: white;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.sports-activity .gallery-overlay a:hover {
  transform: scale(1.2);
}

.sports-activity .gallery-overlay p {
  color: white;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sports-activity {
    padding: 40px 0;
  }

  .sports-activity .stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sports-activity .gallery-card {
    height: 200px;
  }
}



/* --------------------------------------sports-activity-page-css-started------------------------------------------------- */


/* --------------------------------------library-page-css-started------------------------------------------------- */


/* Simple Library Section */
.simple-library {
  padding: 60px 0;
  background: #f8f9ff;
}

.simple-library .content-text {
  color: #555;
  line-height: 1.6;

}

/* Gallery Styles */
.simple-library .gallery-title {
  color: #302484;
  font-weight: 600;
}

.simple-library .gallery-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.simple-library .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.simple-library .gallery-card:hover .gallery-img {
  transform: scale(1.05);
}

.simple-library .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(174 174 179 / 22%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.simple-library .gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.simple-library .gallery-overlay a {
  color: white;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.simple-library .gallery-overlay a:hover {
  transform: scale(1.2);
}

.simple-library .gallery-overlay p {
  color: white;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .simple-library {
    padding: 40px 0;
  }

  .simple-library .stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .simple-library .gallery-card {
    height: 200px;
  }
}


/* --------------------------------------library-page-css-started------------------------------------------------- */

/* --------------------------------------placement-record-css-started------------------------------------------------- */

.placement-record {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.placement-record span.btn-text {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #ffca05 0%, #ffca05 100%);
  color: white;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.2);
  border: none;
  min-width: 160px;
  justify-content: center;
}

/* Table Styling */
.placement-record .training-table {
  margin-bottom: 0;
  border: 2px solid #302484;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.placement-record .training-table thead {
  background: linear-gradient(135deg, #302484 0%, #4a6bff 100%);
}

.placement-record .training-table thead th {
  color: white;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.placement-record .training-table thead th:last-child {
  border-right: none;
}

.placement-record .training-table tbody tr {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e0e0e0;
}

.placement-record .training-table tbody tr:hover {
  background-color: rgba(48, 36, 132, 0.05);
}

.placement-record .training-table tbody tr:last-child {
  border-bottom: none;
}

.placement-record .training-table tbody td,
.placement-record .training-table tbody th {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e0e0e0;
}

.placement-record .training-table tbody td:last-child,
.placement-record .training-table tbody th:last-child {
  border-right: none;
}

.placement-record .training-table td,
.placement-record .training-table th {
  border: 1px solid #dee2e6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .placement-record {
    padding: 30px 0;
  }

  .placement-record .training-table thead th,
  .placement-record .training-table tbody td,
  .placement-record .training-table tbody th {
    padding: 10px 8px;
  }
}

@media (max-width: 576px) {
  .placement-record .table-responsive {
    border: none;
  }
}



/* --------------------------------------placement-record-css-ended------------------------------------------------- */

/* --------------------------------------industrial-visit-css-ended------------------------------------------------- */


.industrial-visit {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.industrial-visit span.btn-text {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #ffca05 0%, #ffca05 100%);
  color: white;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.2);
  border: none;
  min-width: 160px;
  justify-content: center;
}

/* Table Styling */
.industrial-visit .training-table {
  margin-bottom: 0;
  border: 2px solid #302484;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.industrial-visit .training-table thead {
  background: linear-gradient(135deg, #302484 0%, #4a6bff 100%);
}

.industrial-visit .training-table thead th {
  color: white;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.industrial-visit .training-table thead th:last-child {
  border-right: none;
}

.industrial-visit .training-table tbody tr {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e0e0e0;
}

.industrial-visit .training-table tbody tr:hover {
  background-color: rgba(48, 36, 132, 0.05);
}

.industrial-visit .training-table tbody tr:last-child {
  border-bottom: none;
}

.industrial-visit .training-table tbody td,
.industrial-visit .training-table tbody th {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e0e0e0;
}

.industrial-visit .training-table tbody td:last-child,
.industrial-visit .training-table tbody th:last-child {
  border-right: none;
}

.industrial-visit .training-table td,
.industrial-visit .training-table th {
  border: 1px solid #dee2e6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .industrial-visit {
    padding: 30px 0;
  }

  .industrial-visit .training-table thead th,
  .industrial-visit .training-table tbody td,
  .industrial-visit .training-table tbody th {
    padding: 10px 8px;
  }
}

@media (max-width: 576px) {
  .industrial-visit .table-responsive {
    border: none;
  }
}


.industrial-visit .section-title {
  font-weight: 700;
  color: #302484;
  position: relative;
  display: inline-block;
}

.industrial-visit .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #302484, #4a6bff);
  border-radius: 2px;
}

.industrial-visit .infrastructure .lead-text {
  line-height: 1.8;
  color: #444;
  font-weight: 500;
}

.industrial-visit .facilities-section {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.industrial-visit .facilities-title {
  color: #302484;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
}

.industrial-visit .goal-item {
  line-height: 1.8;
  color: #555;
  margin-bottom: 1rem;
  padding-left: 10px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.industrial-visit .goal-item i {
  color: #ff9800;
}


/* --------------------------------------industrial-visit-css-ended------------------------------------------------- */


/* --------------------------------------media-css-started------------------------------------------------- */
 .press-release-section {
        padding: 50px 0;
        background: linear-gradient(135deg, #edfff2 0%, #e6f7ff 100%);
        position: relative;
        overflow: hidden;
    }

     .press-release-section .section-title {
        color: #302484;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

    .press-release-section .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: linear-gradient(90deg, #302484, #4a6bff);
        border-radius: 2px;
    }

     .press-release-section .press-card {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        transition: all 0.4s ease;
        height: 100%;
        border: 2px solid transparent;
        cursor: pointer;
    }

     .press-release-section .press-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(74, 107, 255, 0.15);
        border-color: #302484;
    }

     .press-release-section .press-image {
        position: relative;
        overflow: hidden;
        height: 250px;
    }

     .press-release-section .press-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

     .press-release-section .press-card:hover .press-image img {
        transform: scale(1.05);
    }

     .press-release-section .press-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(48 36 132 / 32%);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

     .press-release-section .press-card:hover .press-overlay {
        opacity: 1;
    }

     .press-release-section .view-icon {
        width: 50px;
        height: 50px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #302484;
        transition: all 0.3s ease;
    }

     .press-release-section .press-card:hover .view-icon {
        background: #4a6bff;
        color: white;
        transform: scale(1.1);
    }

     .press-release-section .press-carousel-container {
        position: relative;
        padding: 0 50px;
    }

    
     .press-release-section .carousel {
        border-radius: 20px;
        overflow: hidden;
    }

     .press-release-section .carousel-inner {
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 20px;
    }

    
    /* Responsive Design */
    @media (max-width: 992px) {
        .press-release-section {
            padding: 60px 0;
        }

        .press-release-section .press-image {
            height: 200px;
        }

         .press-release-section .press-carousel-container {
            padding: 0 40px;
        }

         .press-release-section .prev-btn, .next-btn {
            width: 40px;
            height: 40px;
        }
    }

    @media (max-width: 768px) {
        .press-release-section {
            padding: 50px 0;
        }

         .press-release-section .press-image {
            height: 180px;
        }

        .press-release-section  .press-carousel-container {
            padding: 0 30px;
        }

         .press-release-section .prev-btn, .next-btn {
            width: 35px;
            height: 35px;
            padding: 0 10px;
        }
    }

    @media (max-width: 576px) {
        .press-release-section {
            padding: 40px 0;
        }

         .press-release-section .press-carousel-container {
            padding: 0 20px;
        }

         .press-release-section .prev-btn, .next-btn {
            width: 30px;
            height: 30px;
            font-size: 16px;
            padding: 0 5px;
        }

    
    }
/* --------------------------------------media-css-ended------------------------------------------------- */

/* --------------------------------------gallery-page-css-started------------------------------------------------- */


    /* Campus Life Section */
    .gallery-page.campus-life-section {
        padding: 40px 0;
        background: linear-gradient(135deg, #f8f9fa 0%, #edfff2 100%);
        position: relative;
    }

    /* Header Styling */
    .gallery-page .section-header {
        margin-bottom: 60px;
    }

    .gallery-page .section-title {
        color: #302484;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

    .gallery-page .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: linear-gradient(90deg, #302484, #4a6bff);
        border-radius: 2px;
    }

    /* Carousel Container */
    .gallery-page .campus-gallery-container {
        position: relative;
        padding: 0 60px;
    }

    .gallery-page .campus-carousel-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    /* Carousel */
    .gallery-page .campus-carousel {
        display: flex;
        transition: transform 0.5s ease;
        gap: 25px;
    }

    .gallery-page .campus-slide {
        flex: 0 0 auto;
        width: 280px;
    }

    .gallery-page .gallery-item {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        transition: all 0.4s ease;
        height: 100%;
        cursor: pointer;
    }

    .gallery-page .gallery-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(74, 107, 255, 0.15);
    }

    .gallery-page .gallery-item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .gallery-page .gallery-item:hover img {
        transform: scale(1.05);
    }


    /* Navigation Arrows */
    .gallery-page .slick-arrow {
        display: none !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: white;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #302484;
        cursor: pointer;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        z-index: 10;
    }

    .gallery-page .slick-arrow:hover {
        background: #302484;
        color: white;
        transform: translateY(-50%) scale(1.1);
    }

    .gallery-page .slick-prev {
        left: -25px;
    }

    .gallery-page .slick-next {
        right: -25px;
    }

   
    @media (max-width: 1200px) {
        .gallery-page .campus-slide {
            width: 250px;
        }

        .gallery-page .gallery-item img {
            height: 220px;
        }
    }

    @media (max-width: 992px) {

        .gallery-page .campus-gallery-container {
            padding: 0 50px;
        }

        .gallery-page .campus-slide {
            width: 220px;
        }

        .gallery-page .gallery-item img {
            height: 200px;
        }

        .gallery-page .slick-prev {
            left: -20px;
        }

        .gallery-page .slick-next {
            right: -20px;
        }

        .gallery-page .slick-arrow {
            width: 45px;
            height: 45px;
        }
    }

    @media (max-width: 768px) {
        .gallery-page .campus-life-section {
            padding: 50px 0;
        }
        .gallery-page .campus-gallery-container {
            padding: 0 40px;
        }

        .gallery-page .campus-carousel-wrapper {
            padding: 15px;
        }

        .gallery-page .campus-slide {
            width: 200px;
        }

        .gallery-page .gallery-item img {
            height: 180px;
        }

        .gallery-page .content {
            padding: 15px;
        }

        .gallery-page .slick-arrow {
            width: 40px;
            height: 40px;
        }

        .gallery-page .slick-prev {
            left: -15px;
        }

        .gallery-page .slick-next {
            right: -15px;
        }
    }

    @media (max-width: 576px) {
        .gallery-page .campus-life-section {
            padding: 40px 0;
        }

        .gallery-page .campus-gallery-container {
            padding: 0 30px;
        }

        .gallery-page .campus-slide {
            width: 180px;
        }

        .gallery-page .gallery-item img {
            height: 160px;
        }

        .gallery-page .slick-arrow {
            width: 35px;
            height: 35px;
        }
    }


/* --------------------------------------gallery-page-css-ended------------------------------------------------- */


/* --------------------------------------blog-page-css-started------------------------------------------------- */

          /* Blog Grid */
        .blog-page .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
        }

        /* Blog Card */
        .blog-page .blog_card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(48, 36, 132, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            border: 1px solid #e6e9ff;
        }

        .blog-page .blog_card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(48, 36, 132, 0.15);
            border-color: #4a6bff;
        }

        .blog-page .blog_card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #2c2b5e 50%, #ffc107 100%);
            z-index: 2;
        }

        .blog-page .blog_image {
            position: relative;
            overflow: hidden;
            height: 220px;
        }

        .blog-page .blog_image img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            transition: transform 0.5s ease;
        }

        .blog-page .blog_card:hover .blog_image img {
            transform: scale(1.05);
        }

        .blog-page .blog_image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 50%;
            background: linear-gradient(transparent, rgba(48, 36, 132, 0.1));
        }

        .blog-page .blog_content {
            padding: 25px 15px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .blog-page .blog_title {
            font-weight: 700;
            margin-bottom: 10px;
            color: #333;
            transition: color 0.3s ease;
        }

        .blog-page .blog_card:hover .blog_title {
            color: #2c2b5e;
        }

        .blog-page .blog_meta {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 10px;
            color: #666;
        }

        .blog-page .blog_date {
            background: #dae5f7;
            padding: 4px 12px;
            border-radius: 20px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 5px;
            color: #000;
        }

        .blog-page .blog_date i {
            color: #2c2b5e;
        }


        .blog-page .blog_excerpt {
            color: #555;
            margin-bottom: 10px;
            line-height: 1.6;
            flex: 1;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .blog-page .blog_link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #302484;
            text-decoration: none;
            font-weight: 600;
            padding: 6px 0;
            transition: all 0.3s ease;
            position: relative;
            align-self: flex-start;
        }

        .blog-page .blog_card:hover .blog_link::after {
            width: 100%;
        }

        .blog-page .blog_link i {
            transition: transform 0.3s ease;
        }

        .blog-page .blog_card:hover .blog_link i {
            transform: translateX(5px);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .blog-page .blog-grid {
                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .blog-page .blog-grid {
                grid-template-columns: 1fr;
            }

            .blog-page .blog_content {
                padding: 20px 10px;
            }
        }

       

        .blog-page .blog_card {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }

        .blog-page .blog_card:nth-child(1) { animation-delay: 0.1s; }
        .blog-page .blog_card:nth-child(2) { animation-delay: 0.2s; }
        .blog-page .blog_card:nth-child(3) { animation-delay: 0.3s; }
        .blog-page .blog_card:nth-child(4) { animation-delay: 0.4s; }
        .blog-page .blog_card:nth-child(5) { animation-delay: 0.5s; }
        .blog-page .blog_card:nth-child(6) { animation-delay: 0.6s; }

/* --------------------------------------blog-page-css-started------------------------------------------------- */

/* --------------------------------------blog-details-css-started------------------------------------------------- */

    /* Main Container */
    .blog-detail-page {
        padding: 40px 0;
        background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
        min-height: 100vh;
    }

    .blog-detail-page .blog-category-card {
        background: #6c757d2e;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(48, 36, 132, 0.1);
        overflow: hidden;
        border: 1px solid #e6e9ff;
        /* height: calc(100vh - 100px); */
        display: flex;
        flex-direction: column;
    }

    .blog-detail-page .category-header {
        background: linear-gradient(135deg, #302484 0%, #2c2b5e 100%);
        color: white;
        padding: 15px 20px;
    }

    .blog-detail-page .category-header h4 {
        color: white;
        margin-bottom: 15px;
    }

    .blog-detail-page .search-box {
        position: relative;
        margin-bottom: 10px;
    }

    .blog-detail-page .search-box input {
        width: 100%;
        padding: 12px 15px 12px 45px;
        border: none;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.9);
        color: #333;
        transition: all 0.3s ease;
    }

    .blog-detail-page .search-box input:focus {
        outline: none;
        background: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .blog-detail-page .search-box i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #2c2b5e;
    }

    .blog-detail-page .category-list-container {
        flex: 1;
        overflow-y: auto;
        padding: 15px;
    }

    .blog-detail-page .category-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .blog-detail-page .category-list li {
        margin-bottom: 8px;
        border-radius: 8px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .blog-detail-page .category-list li:hover {
        transform: translateX(5px);
    }

    .blog-detail-page .category-list a {
        display: block;
        padding: 12px 15px;
        color: #444;
        text-decoration: none;
        background: #f8f9ff;
        border-left: 4px solid transparent;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .blog-detail-page .category-list a:hover {
        background: linear-gradient(90deg, #e6eeff 0%, #f0f4ff 100%);
        color: #2c2b5e;
        border-left-color: #2c2b5e;
        box-shadow: 0 3px 10px rgba(48, 36, 132, 0.1);
    }

    /* .category-list a i {
        color: #4a6bff;
        width: 20px;
    } */

    .blog-detail-page .category-footer {
        background: #f8f9ff;
        padding: 15px;
        border-top: 1px solid #e6e9ff;
        display: none;
    }

    .blog-detail-page .total-courses {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2c2b5e;
        font-weight: 600;
    }


    @media (max-width: 991px) {
        .blog-detail-page .blog-content-wrapper {
            padding-left: 0;
            margin-top: 30px;
        }
    }

    /* Course Banner */
    .blog-detail-page .course-banner {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .blog-detail-page .course-banner img {
        width: 100%;
        aspect-ratio: 3 / 2;
        /* height: 350px; */
        /* object-fit: cover; */
    }

    .blog-detail-page .banner-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
        padding: 30px;
    }
    /* Course Details Card */
    .blog-detail-page .course-details-card {
        background: white;
        border-radius: 15px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(48, 36, 132, 0.1);
        border: 1px solid #e6e9ff;
    }

    /* Course Sections */
    .blog-detail-page .course-section {
        margin-bottom: 40px;
    }

    .blog-detail-page .section-header {
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 3px solid #2c2b5e;
    }

    .blog-detail-page .section-header h3 {
        color: #2c2b5e;
        font-weight: 600;
        margin: 0;
    }


    .blog-detail-page .section-content {
        color: #555;
        line-height: 1.8;
    }

    /* Tables */
    .blog-detail-page .responsive-table {
        overflow-x: auto;
        border-radius: 10px;
        border: 1px solid #e6e9ff;
    }

    .blog-detail-page .course-table, .eligibility-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }

    .blog-detail-page .course-table thead, .eligibility-table thead {
        background: linear-gradient(135deg, #302484 0%, #2c2b5e 100%);
        color: white;
    }

    .blog-detail-page .course-table th, .eligibility-table th {
        padding: 15px;
        text-align: left;
        font-weight: 600;
        border: none;
    }

    .blog-detail-page .course-table tbody tr, .eligibility-table tbody tr {
        border-bottom: 1px solid #e6e9ff;
        transition: all 0.3s ease;
    }

    .blog-detail-page .course-table tbody tr:nth-child(even), .eligibility-table tbody tr:nth-child(even) {
        background: #f8f9ff;
    }

    .blog-detail-page .course-table tbody tr:hover, .eligibility-table tbody tr:hover {
        background: #e6eeff;
        transform: translateY(-2px);
    }

    .blog-detail-page .course-table td, .eligibility-table td {
        padding: 15px;
        border: none;
    }

    .blog-detail-page .intake-badge {
        background: #2c2b5e;
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-weight: 600;
    }

    /* Labs Grid */
    .blog-detail-page .labs-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }

    .blog-detail-page .lab-card {
        background: #f8f9ff;
        padding:10px 20px;
        border-radius: 10px;
        border: 1px solid #e6e9ff;
        display: flex;
        align-items: center;
        gap: 15px;
        transition: all 0.3s ease;
    }

    .blog-detail-page .lab-card:hover {
        background: #e6eeff;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(48, 36, 132, 0.1);
        border-color: #2c2b5e;
    }

    .blog-detail-page .lab-card i {
        color: #2c2b5e;
        background: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

    .blog-detail-page .lab-card span {
        color: #333;
        font-weight: 500;
        flex: 1;
    }



    /* Responsive Design */
    @media (max-width: 768px) {        
        .blog-detail-page .course-details-card {
            padding: 20px;
        }
        
        .blog-detail-page .labs-grid {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        }
        
    }

    @media (max-width: 576px) {
        /* .blog-category-card {
            height: auto;
            max-height: 500px;
        } */
        
        .blog-detail-page .course-banner img {
            height: 250px;
        }
        
        .blog-detail-page .labs-grid {
            grid-template-columns: 1fr;
        }
    }


/* --------------------------------------blog-details-css-ended------------------------------------------------- */


/* --------------------------------------hostel-css-started------------------------------------------------- */

        /* Hostel Section */
        .hostel {
            padding: 80px 0;
            background: #f8f9ff;
        }

        /* Header */
        .hostel .section-header {
            padding-bottom: 20px;
            margin-bottom: 40px;
        }

        .hostel .section-title {
            color: #302484;
            font-weight: 700;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
        }

        .hostel .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #302484, #4a6bff);
            border-radius: 2px;
        }

        /* Intro Card */
        .hostel .intro-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border-left: 4px solid #302484;
            margin-bottom: 30px;
        }


        .hostel .intro-text {
            color: #555;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        /* Facility Cards */
        .hostel .facility-card {
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            height: 100%;
            border-top: 3px solid #302484;
        }

        .hostel .facility-title {
            color: #302484;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .hostel .facility-title i {
            color: #4a6bff;
        }

        /* Helpline Box */
        .hostel .helpline-box {
            background: #f0f2ff;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #e0e4ff;
        }

        .hostel .helpline-item {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .hostel .helpline-item i {
            color: #302484;
            background: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }

        .hostel .helpline-item h5 {
            color: #302484;
            margin-bottom: 5px;
        }

        .hostel .helpline-number {
            color: #4a6bff;
            font-weight: 600;
            text-decoration: none;
        }

        .hostel .helpline-number:hover {
            color: #302484;
            text-decoration: underline;
        }

        /* Facilities Grid */
        .hostel .facilities-section {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }

        .hostel .facilities-title {
            color: #302484;
            position: relative;
            display: inline-block;
        }

        .hostel .facilities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }

        .hostel .facility-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 15px;
            background: #f8f9ff;
            border-radius: 8px;
            border-left: 3px solid #302484;
            transition: transform 0.3s ease;
        }

        .hostel .facility-item:hover {
            transform: translateX(5px);
            background: #f0f2ff;
        }

        .hostel .facility-item span {
            color: #444;
        }

        /* Benefits Section */
        .hostel .benefits-section {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }

        .hostel .benefits-title {
            color: #302484;
            position: relative;
            display: inline-block;
        }


        .hostel .benefit-card {
            background: #f8f9ff;
            padding: 25px;
            border-radius: 10px;
            height: 100%;
            text-align: center;
            border-top: 3px solid #302484;
            transition: transform 0.3s ease;
        }

        .hostel .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .hostel .benefit-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #302484, #4a6bff);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
        }

        .hostel .benefit-icon i {
            color: white;
        }

        .hostel .benefit-card h4 {
            color: #302484;
            margin-bottom: 10px;
        }

        .hostel .benefit-card p {
            color: #666;
            line-height: 1.5;
        }

        /* Rules Section */
        .hostel .rules-section {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }

        .hostel .rules-title {
            color: #302484;
            position: relative;
            display: inline-block;
        }


        .hostel .rules-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }

        .hostel .rule-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 15px;
            background: #fff5f5;
            border-radius: 8px;
            border-left: 4px solid #dc3545;
        }

        .hostel .rule-item:last-child {
            background: #fff8e6;
            border-left: 4px solid #ffc107;
        }

        .hostel .rule-item i {
            color: #dc3545;
            margin-top: 3px;
            flex-shrink: 0;
        }

        .hostel .rule-item:last-child i {
            color: #ffc107;
        }

        .hostel .rule-item p {
            color: #555;
            margin: 0;
            line-height: 1.5;
        }

        /* Gallery Styles */
        .hostel .gallery-title {
            color: #302484;
            position: relative;
        }

        .hostel .gallery-card {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            height: 300px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .hostel .gallery-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .hostel .gallery-card:hover .gallery-img {
            transform: scale(1.05);
        }

        .hostel .gallery-overlay {
            position: absolute;
            top: 0;
            /* Changed from bottom: 0 */
            left: 0;
            width: 100%;
            height: 100%;
            /* Added to cover full height */
            padding: 15px;
            background: rgb(174 174 179 / 22%);
            color: white;
            text-align: center;
            display: flex;
            /* Added for centering content */
            align-items: center;
            /* Vertically center */
            justify-content: center;
            /* Horizontally center */
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .hostel .gallery-card:hover .gallery-overlay {
            opacity: 1;
        }



        /* Responsive Design */
        @media (max-width: 768px) {
            .hostel {
                padding: 50px 0;
            }

            .hostel .facilities-grid {
                grid-template-columns: 1fr;
            }

            .hostel .gallery-card {
                height: 250px;
            }

            .hostel .intro-card,
            .hostel .facilities-section,
            .hostel .benefits-section,
            .hostel .rules-section {
                padding: 20px;
            }
        }

        @media (max-width: 576px) {

            .hostel .section-title::after {
                width: 60px;
                height: 2px;
            }

            .hostel .gallery-card {
                height: 200px;
            }

            .hostel .benefit-card {
                padding: 20px;
            }
        }


/* --------------------------------------hostel-css-ended------------------------------------------------- */

/* --------------------------------------infrastructure-css-started------------------------------------------------- */


/* Infrastructure Section Styles */
.infrastructure {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.infrastructure .section-header {
    margin-bottom: 60px;
}

.infrastructure .section-title {
    font-weight: 700;
    color: #302484;
    position: relative;
    display: inline-block;
}

.infrastructure .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #302484, #4a6bff);
    border-radius: 2px;
}


/* Hero Image */
.infrastructure .infrastructure-hero {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.infrastructure .infrastructure-hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.infrastructure .infrastructure-hero:hover img {
    transform: scale(1.02);
}

.infrastructure .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.1) 100%);
}

/* Description Section */
.infrastructure .lead-text {
    line-height: 1.8;
    color: #444;
    font-weight: 500;
}

.infrastructure .description-content p {
    line-height: 1.8;
    color: #555;
}

.infrastructure .campus-highlight {
    border-left: 4px solid #302484;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Feature Section */
.infrastructure .feature-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.infrastructure .feature-header {
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.infrastructure .feature-icon-wrapper {
    background: linear-gradient(135deg, #302484, #4a6bff);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infrastructure .fw-600{
    font-weight: 600;
}

.infrastructure .feature-icon {
    color: white;
}

.infrastructure .feature-title {
    font-weight: 700;
    color: #302484;
    margin-left: 15px;
}

/* Feature Points */
.infrastructure .feature-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.infrastructure .point-icon {
    color: #4CAF50;
    margin-top: 3px;
    flex-shrink: 0;
}

.infrastructure .point-text {
    line-height: 1.6;
    color: #555;
}

/* Highlight Box */
.infrastructure .highlight-box {
    background: linear-gradient(135deg, rgba(48, 36, 132, 0.05), rgba(74, 107, 255, 0.05));
    border-left: 4px solid #4a6bff;
}

.infrastructure .highlight-title {
    color: #302484;
    font-weight: 600;
    margin-bottom: 10px;
}

.infrastructure .highlight-text {
    color: #555;
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .infrastructure {
        padding: 60px 0;
    }

    
    .infrastructure .infrastructure-hero img {
        height: 250px;
    }

    
    .infrastructure .feature-section {
        padding: 20px;
    }

}

/* --------------------------------------infrastructure-css-ended------------------------------------------------- */


/* --------------------------------------contact-section-css-started------------------------------------------------- */

        /* Contact Section */
        .simple-contact-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #eef2ff 100%);
            position: relative;
        }

        /* Header */
        .simple-contact-section .contact-header {
            position: relative;
        }

        .simple-contact-section .contact-title {
            color: #302484;
            font-weight: 700;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
        }

        .simple-contact-section .contact-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, #302484, #4a6bff);
            border-radius: 2px;
        }

        /* Contact Form Card */
        .simple-contact-section .contact-form-card {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            height: 100%;
            border: 1px solid rgba(48, 36, 132, 0.1);
            transition: transform 0.3s ease;
        }

        .simple-contact-section .contact-form-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(74, 107, 255, 0.15);
        }

        .simple-contact-section .form-header h3 {
            color: #2c2b5e;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .simple-contact-section .form-intro {
            color: #666;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        /* Form Groups */
        .simple-contact-section .form-group {
            position: relative;
            margin-bottom: 10px;
        }

        .simple-contact-section .form-group label {
            color: #2c2b5e;
            font-weight: 600;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }

        .simple-contact-section .form-control {
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            padding: 12px 15px 12px 45px;
            transition: all 0.3s ease;
            height: 50px;
        }

        .simple-contact-section .form-control:focus {
            border-color: #4a6bff;
            box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.1);
        }

        .simple-contact-section textarea.form-control {
            height: auto;
            min-height: 120px;
            resize: vertical;
        }

        .simple-contact-section .form-icon {
            position: absolute;
            left: 15px;
            top: 38px;
            color: #4a6bff;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .simple-contact-section .form-control:valid+.form-icon {
            opacity: 1;
        }

        /* File Upload */
        .simple-contact-section .file-note {
            color: #888;
            font-weight: 400;
            margin-left: 5px;
        }

        .simple-contact-section .file-input-wrapper {
            position: relative;
        }

        .simple-contact-section .file-preview {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #f8f9fa;
            border: 2px dashed #ddd;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .simple-contact-section .file-preview:hover {
            border-color: #4a6bff;
            background: #f0f4ff;
        }

        .simple-contact-section .file-preview i {
            margin-right: 10px;
            color: #4a6bff;
        }

        .simple-contact-section .file-input-wrapper input[type="file"] {
            opacity: 0;
            position: relative;
            z-index: 2;
            cursor: pointer;
            height: 50px;
        }

        /* reCAPTCHA */
        .simple-contact-section .error-text {
            color: #dc3545;
            margin-top: 10px;
            display: none;
        }

        /* Submit Button */
        .simple-contact-section .submit-btn {
            background: linear-gradient(135deg, #302484 0%, #2c2b5e 100%);
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .simple-contact-section .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(74, 107, 255, 0.3);
            background: linear-gradient(135deg, #4a6bff 0%, #302484 100%);
        }

        /* Contact Info Card */
        .simple-contact-section .contact-info-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            height: 100%;
            border: 1px solid rgba(48, 36, 132, 0.1);
        }

        /* Info Items */
       .simple-contact-section .info-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #f0f0f0;
        }

        .simple-contact-section .info-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .simple-contact-section .info-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #302484, #2c2b5e);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .simple-contact-section .info-content h5 {
            color: #302484;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .simple-contact-section .info-content p {
            color: #555;
            line-height: 1.6;
            margin: 0;
        }

        .simple-contact-section .info-content a {
            color: #4a6bff;
            text-decoration: none;
            transition: color 0.3s ease;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

        .simple-contact-section .info-content a:hover {
            color: #302484;
            text-decoration: underline;
        }


        .simple-contact-section .response-note i {
            color: #ffc107;
            margin-right: 10px;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .simple-contact-section {
                padding: 60px 0;
            }

            .simple-contact-section .contact-form-card,
            .simple-contact-section .contact-info-card {
                padding: 30px;
            }
        }

        @media (max-width: 768px) {
            .simple-contact-section {
                padding: 50px 0;
            }

            .simple-contact-section .contact-form-card,
            .simple-contact-section .contact-info-card {
                padding: 25px;
            }

            .simple-contact-section .info-item {
                margin-bottom: 25px;
                padding-bottom: 25px;
            }
        }

        @media (max-width: 576px) {
            .simple-contact-section {
                padding: 40px 0;
            }

            .simple-contact-section .contact-form-card,
            .simple-contact-section .contact-info-card {
                padding: 20px;
            }

            .simple-contact-section .form-control {
                padding: 12px 15px 12px 40px;
            }

            .simple-contact-section .info-icon {
                width: 45px;
                height: 45px;
                margin-right: 15px;
            }
        }


/* --------------------------------------contact-section-css-ended------------------------------------------------- */

/* --------------------------------------recruiters-css-ended------------------------------------------------- */

        /* Company Logo Gallery */
        .recru-iters .company-gallery {
            padding: 50px 0;
            background-color: #f8f9fa;
        }

         .recru-iters .company-gallery .section-title {
            color: #302484;
            font-weight: 700;
            margin-bottom: 40px;
            text-align: center;
            position: relative;
            padding-bottom: 15px;
        }

         .recru-iters .company-gallery .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: linear-gradient(90deg, #302484, #4a6bff);
            border-radius: 2px;
        }

        /* Gallery Container */
         .recru-iters .company-gallery .row {
            margin: -10px;
            /* Negative margin for better spacing */
        }

        /* Gallery Item */
         .recru-iters .company-gallery .thumb {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: white;
            padding: 10px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid transparent;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

         .recru-iters .company-gallery .thumb:hover {
            transform: translateY(-5px);
            border-color: #ffc107;
            box-shadow: 0 8px 25px rgba(74, 107, 255, 0.2);
        }

        /* Image Styling */
         .recru-iters .company-gallery .img-fullwidth {
            width: 100%;
            height: 90px;
            object-fit: contain;
            transition: all 0.4s ease;
            /* padding: 10px; */
        }

         .recru-iters .company-gallery .thumb:hover .img-fullwidth {
            transform: scale(1.05);
        }

        /* Overlay Effect */
         .recru-iters .company-gallery .thumb::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(48, 36, 132, 0) 0%, rgba(74, 107, 255, 0.1) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 10px;
        }

         .recru-iters .company-gallery .thumb:hover::before {
            opacity: 1;
        }

        /* Column Styling */
         .recru-iters .company-gallery .col-lg-2 {
            padding: 10px;
            /* Add padding to columns */
        }

        @media (max-width: 992px) {
             .recru-iters .company-gallery .img-fullwidth {
                height: 100px;
            }
        }

        @media (max-width: 768px) {
             .recru-iters .company-gallery {
                padding: 30px 0;
            }

             .recru-iters .company-gallery .img-fullwidth {
                height: 90px;
            }

             .recru-iters .company-gallery .thumb {
                padding: 10px;
            }
        }

        @media (max-width: 576px) {
           
             .recru-iters .company-gallery .img-fullwidth {
                height: 80px;
            }

             .recru-iters .company-gallery .thumb {
                padding: 8px;
            }

             .recru-iters .company-gallery .section-title {
                margin-bottom: 30px;
            }
        }

        /* Optional: Add caption/tooltip */
         .recru-iters .company-gallery .thumb::after {
            content: attr(data-company);
            position: absolute;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
            background: #302484;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            white-space: nowrap;
            opacity: 0;
            transition: all 0.3s ease;
            pointer-events: none;
        }

         .recru-iters .company-gallery .thumb:hover::after {
            bottom: -35px;
            opacity: 1;
        }
  

/* --------------------------------------recruiters-css-ended------------------------------------------------- */

