@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.archivo-black {
  font-family: "Archivo Black", sans-serif;
}

.logo-h1 {
  color: var(--theme-color);
  font-size: 34px;
  line-height: 44px;
  margin-top: 15px !important;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

.btn-primary {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.table-responsive th {
  background-color: var(--theme-color);
  border-color: var(--theme-color) !important;
}

.btn-primary:hover {
  background-color: #007399;
  border-color: #007399;
}

.footer-layout1 {
  background-color:
    /*#454545*/
    #0c1e3c;
}

.copyright-wrap,
.footer-info_icon,
.footer-social a {
  background-color:
    /*#3d3d3d*/
    #081f46;
}

.footer-layout1 .footer-top {
  border-bottom: 1px solid #081f46;
}

.event_thumb {
  height: 250px !important;
}

.header-layout1 .header-top,
.breadcumb-top-menu {
  background:
    /*#007399*/
    /*#773827*/
    /*#B4DEFB*/
    #83b200;
}

.service-style6:hover,
.vs-btn::after,
.vs-btn::before {
  background-color: var(--theme-color);
}

.service-style6:hover .service-text {
  color: var(--white-color);
}

.bg-primary {
  background-color: var(--theme-color) !important;
}

.main-menu a,
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 13px;
}

.footer-layout1 {
  margin-top: -25px;
}

.logo {
  width:
    /*145px*/
    500px !important;
  padding: 3px 0px;
  max-width: 100%;
}

.site_title {
  color: var(--theme-color);
}

.service-style6 .service-text {
  color: #000;
}

.service-style6:hover .dez-separator.bg-primary {
  background: #FFF !important;
}

.vs-brand1 img {
  filter: none;
}

.rotate-40 {
  transform: rotate(-40deg);
}

.bg-light-gy {
  background: #f5f6f8;
}

.vs-brand1 {
  padding: 5px;
}

.vs-brand1 img {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid var(--theme-color);
  background: #FFF;
}

.blog-style6 .blog-title {
  min-height: 24px;
}

.blog-style6 .blog-content {
  margin-top: -25px;
  background: #FFF;
  z-index: 9;
  position: relative;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  border: 1px solid #eee;
  border-right: 6px solid #f4bf00;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .195);
}

.service-style1 {
  border: 1px solid #b6d1ff;
}

.c-btn {
  padding: 10px 13px !important;
  border-radius: 100%;
}

.c-btn>i {
  margin-left: 0px !important;
}

.main-menu>ul>li {
  margin: 0 8px;
}

.border-owl .owl-item::before {
  content: '';
  position: absolute;
  background: #CCC;
  width: 1px;
  height: 100%;
  left: -17px;
}

.border-owl .min_height_144 {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.exp-yr-body {
  position: relative;
  background-color: var(--theme-color);
  border: 12px solid var(--white-color);
  text-align: center;
  width: 145px;
  height: 145px;
  line-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  margin: 0 auto;
}

.exp-yr-body::before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -10px);
  top: var(--extra-shape, -10px);
  right: var(--extra-shape, -10px);
  bottom: var(--extra-shape, -10px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}

.exp-yr-body .counter-media__number {
  color: var(--white-color);
}

.exp-yr-body .counter-media__title {
  color: var(--white-color);
  text-transform: capitalize;
}

.service-style2 .service-content {
  padding: 15px 40px 15px 130px;
  background-color: #FFF;
}

.border-owl .testimonial-wrapper:first-child::after {
  content: '';
  position: absolute;
  background: #CCC;
  width: 120%;
  height: 1px;
}

.bg-light-gray {
  background-color: #f6f7fb;
}

.bg-glow {
  background: #eee;
}

.border-radius-15 {
  border-radius: 15px;
}

.form-group {
  margin-bottom: 20px;
}

label.error {
  color: var(--bs-danger);
  padding: 5px;
}

.first-td-center td:nth-child(1) {
  text-align: center;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-48 {
  font-size: 2.6rem !important;
}

.font-54 {
  font-size: 3.85714286rem !important;
}

.font-60 {
  font-size: 4.28571429rem !important;
}

.font-64 {
  font-size: 4.57142857rem !important;
}

.font-72 {
  font-size: 5.14285714rem !important;
}

.font-78 {
  font-size: 5.57142857rem !important;
}

.font-90 {
  font-size: 6.42857143rem !important;
}

.font-100 {
  font-size: 7.14285714rem !important;
}

.font-150 {
  font-size: 10.71428571rem !important;
}

.font-200 {
  font-size: 14.28571429rem !important;
}

#chat-circle {
  position: fixed;
  bottom: 50px;
  left: 50px;
  background: #FDE29A;
  width: 140px;
  height: 95px;
  color: #333;
  padding: 12px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  font-size: .95rem;
}

#chat-circle {
  width: 160px;
  height: 100px;
  right: 132px;
  left: auto;
  align-items: center;
  display: flex;
  border-radius: 20px;
  color: #FFF;
  background: #f92727;
  border: 5px solid #FFF;
  font-weight: 600;
}

.bounce {
  animation-iteration-count: infinite;
  animation-name: bounce;
  transform-origin: center bottom;
}

.mt-prev,
.mt-next {
  background-color:
    /*#49c088*/
    /*#ff5622*/
    #B8860B;
}

.mt-label,
.mt-play,
.mt-play:hover,
.mt-prev:hover,
.mt-next:hover {
  background-color:
    /*#db491c
    #638603
 */
    #af7b00;
}

.mt-news a,
.modern-ticker {
  background-color:
    /*#FFFCCA*/
    #B8860B;
}

.mt-news a {
  color:
    /*#000*/
    #FFF;
}

.mt-news a:hover {
  color: #007399;
  background: transparent;
}

.modern-ticker {
  height: 32px;
}

.blog-single .blog-style2 .blog-title {
  font-size: 16px;
  margin-bottom: 17px;
}

/*.blog-style2{box-shadow: 0px 15px 15px 0px rgba(78, 111, 178, 0.07);border: 2px solid #ECF2FD;border-radius: 15px;}
.blog-style2 .blog-img img{border-radius: 15px 15px 0px 0px;}
.blog-style2 .blog-content{border: none medium !important;background: #CAE9FF !important;}*/
.blog-style2 .blog-content {
  border: none medium !important;
}

.m-news .owl-prev,
.m-news .owl-next {
  top: 54% !important;
}

.blog-style4 {
  box-shadow: none;
  border-radius: 5px;
  padding: 20px;
  border: none medium;
}

.blog-style4 .blog-img {
  border-radius: 5px;
}

.blog-style4 .blog-content {
  padding: 5px 0px 0px 0px;
}

/* -------- BX Slider ---------- */
.bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}

.bx-wrapper .bx-viewport {
  background: inherit;
  border: 0 solid #fff;
  box-shadow: 0 0 0 #ccc;
  left: 0;
  transform: translateZ(0px);
}

/* bx top nav style */
.bx-controls .bx-controls-direction>a {
  background: #eee none repeat scroll 0 0;
  border: medium none;
  height: auto;
  line-height: 28px;
  padding: 0 12px;
  width: auto;
  text-indent: 0;
  top: -30px;
  z-index: 0;
}

.testimonial-wrapper>h6 {
  font-size: 13px;
}

.bx-controls .bx-controls-direction>a:hover {
  background: #ddd;
}

.bx-controls .bx-controls-direction>a i {
  color: #888;
}

.bx-controls .bx-controls-direction .bx-prev {
  right: 35px;
  left: auto;
}

.bx-controls .bx-controls-direction .bx-next {
  right: 0;
}

.modal-backdrop {
  z-index: 999;
}

.modal {
  z-index: 9999;
}

#svmenu,
#svmenu ul,
#svmenu ul li,
#svmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#svmenu {
  color: #ffffff;
}

#svmenu ul ul {
  display: none;
}

.align-right {
  float: right;
}

.side-bar .widget {
  padding: 0px;
  background: transparent;
}

.widget.bg-white--.widget-style-1,
.widget.bg-white--.widget-style-1 .widget {
  background: transparent !important;
}

#accordion_module .accordion-item {
  padding: 0 0px 0 0px;
}

.accordion-style1 .accordion-button {
  padding: 0px 15px;
  background: #B4DEFB;
}

#accordion_module .accordion-body {
  padding: 5px 0 0px 0;
}

#svmenu>ul>li>a {
  padding: 10px 15px;
  border-left: 3px solid transparent;
  border-bottom: .1rem solid #eeedeb;
  /*border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;*/
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
  /*font-weight: bold;*/
  text-decoration: none;
  color: #000;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #36aae7;
  background: -webkit-linear-gradient(#36aae7, #1fa0e4);
  background: -moz-linear-gradient(#36aae7, #1fa0e4);
  background: -o-linear-gradient(#36aae7, #1fa0e4);
  background: -ms-linear-gradient(#36aae7, #1fa0e4);
  background: linear-gradient(#36aae7, #1fa0e4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/

}

#svmenu>ul>li>a:hover,
#svmenu>ul>li.active>a,
#svmenu>ul>li.open>a {
  color: var(--theme-color);
  /*background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);*/
}

#svmenu>ul>li.active::before,
#svmenu>ul>li:hover::before {
  position: absolute;
  content: "";
  right:
    /*-1.2rem*/
    0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--theme-color);
  width: 3px;
  height: 20px;
}

#svmenu>ul>li.has-sub:hover::before {
  display: none;
}

#svmenu>ul>li.open>a {
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);*/
  border-bottom: 1px solid #1682ba;
}

#svmenu>ul>li:last-child>a,
#svmenu>ul>li.last>a {
  /*border-bottom: 1px solid #1682ba;*/
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

#svmenu>ul>li>a:hover>span::after,
#svmenu>ul>li.active>a>span::after,
#svmenu>ul>li.open>a>span::after {
  border-color: #eeeeee;
}

.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

.ul {
  list-style-type: circle;
}

#svmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  /*border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;*/
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  background:
    /*#49505a*/
    var(--smoke-color);
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
}

#svmenu ul ul li:hover>a,
#svmenu ul ul li.open>a,
#svmenu ul ul li.active>a {
  background: var(--theme-color);
  color: #ffffff;
}

#svmenu ul ul li:first-child>a {
  box-shadow: none;
}

#svmenu ul ul ul li:first-child>a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#svmenu ul ul ul li a {
  padding-left: 30px;
}

#svmenu>ul>li>ul>li:last-child>a,
#svmenu>ul>li>ul>li.last>a {
  border-bottom: 0;
}

#svmenu>ul>li>ul>li.open:last-child>a,
#svmenu>ul>li>ul>li.last.open>a {
  border-bottom: 1px solid #32373e;
}

#svmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
  border-bottom: 0;
}

#svmenu ul ul li.has-sub>a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#svmenu ul ul li.active>a::after,
#svmenu ul ul li.open>a::after,
#svmenu ul ul li>a:hover::after {
  border-color: #ffffff;
}

.header-layout1 .header-top {
  padding: 2px;
}

/*********** Css Menu **********/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button,
#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 ul li a,
#cssmenu2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after,
#cssmenu2:after,
#cssmenu2>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button,
#cssmenu2 #menu-button {
  display: none;
}

#cssmenu,
#cssmenu2 {
  width: auto;
  /*font-family: 'Open Sans', sans-serif;*/
  line-height: 1;
  background: transparent;
  z-index: 35;
}

#menu-line,
#menu-line2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background:
    /*#F2C78A*/
    var(--theme-color) !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu>ul>li,
#cssmenu2>ul>li {
  float: left;
}

#cssmenu.align-center>ul,
#cssmenu2.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li,
#cssmenu2.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul,
#cssmenu2.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li,
#cssmenu2.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul,
#cssmenu2.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a,
#cssmenu2>ul>li>a {
  padding:
    /*20px*/
    12px;
  font-size: 14px;
  /*font-weight: 600;*/
  text-decoration: none;
  text-transform: capitalize;
  color:
    /*#000*/
    #FFF;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a,
#cssmenu2>ul>li:hover>a,
#cssmenu2>ul>li.active>a {
  color:
    /*#F2C78A*/
    /*#333*/
    #FFF;
  opacity: 0.9;
}

#cssmenu>ul>li.has-sub>a,
#cssmenu2>ul>li.has-sub>a {
  padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after,
#cssmenu2>ul>li.has-sub>a::after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after,
#cssmenu2>ul>li.has-sub:hover>a::after {
  border-color: #000;
}

#cssmenu ul ul,
#cssmenu2 ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu li:hover>ul,
#cssmenu2 li:hover>ul {
  left: auto;
  z-index: 99;
}

#cssmenu.align-right li:hover>ul,
#cssmenu2.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul,
#cssmenu2 ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul,
#cssmenu2.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li,
#cssmenu2 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li,
#cssmenu2 ul li:hover>ul>li {
  height: 32px;
}

#cssmenu ul ul li a,
#cssmenu2 ul ul li a {
  padding: 10px 20px;
  width: 190px;
  font-size: 12px;
  background: var(--theme-color);
  text-decoration: none;
  color: #FFF;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover,
#cssmenu2 ul ul li:hover>a,
#cssmenu2 ul ul li a:hover {
  color: #ffffff;
}

#cssmenu ul ul li.has-sub>a::after,
#cssmenu2 ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after,
#cssmenu2.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after,
#cssmenu2 ul ul li.has-sub:hover>a::after {
  border-color: #ffffff;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

  #cssmenu,
  #cssmenu2 {
    width: 100%;
  }

  #cssmenu ul,
  #cssmenu2 ul {
    width: 100%;
    display: none !important;
    position: absolute;
    background: #B4DEFB;
    z-index: 9;
  }

  #cssmenu ul.open,
  #cssmenu2 ul.open {
    display: block !important;
  }

  #cssmenu.align-center>ul,
  #cssmenu.align-right ul ul,
  #cssmenu2.align-center>ul,
  #cssmenu2.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover>ul>li,
  #cssmenu2 ul li,
  #cssmenu2 ul ul li,
  #cssmenu2 ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a,
  #cssmenu2 ul li a,
  #cssmenu2 ul ul li a {
    width: 100%;
  }

  #cssmenu>ul>li,
  #cssmenu.align-center>ul>li,
  #cssmenu.align-right>ul>li,
  #cssmenu2>ul>li,
  #cssmenu2.align-center>ul>li,
  #cssmenu2.align-right>ul>li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a,
  #cssmenu2 ul ul li a {
    padding: 10px 20px 10px 30px;
    font-size: 12px;
    color: #000;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover,
  #cssmenu2 ul ul li:hover>a,
  #cssmenu2 ul ul li a:hover {
    color: #000;
  }

  #cssmenu ul ul ul li a,
  #cssmenu2 ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu2 ul ul,
  #cssmenu2 ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu>ul>li.has-sub>a::after,
  #cssmenu ul ul li.has-sub>a::after,
  #cssmenu2>ul>li.has-sub>a::after,
  #cssmenu2 ul ul li.has-sub>a::after {
    display: none;
  }

  #menu-line,
  #menu-line2 {
    display: none;
  }

  #cssmenu #menu-button,
  #cssmenu2 #menu-button {
    display: block;
    padding: 14px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  #cssmenu #menu-button::after,
  #cssmenu2 #menu-button::after {
    /*font: normal normal normal 20px/1 FontAwesome;*/
    font-family: Font Awesome\ 5 Pro;
    content: '\f103';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    /*background: #FFF;*/

  }

  #cssmenu #menu-button::before,
  #cssmenu2 #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    /*border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;*/
  }

  #cssmenu .submenu-button,
  #cssmenu2 .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 38px;
    width: 38px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after,
  #cssmenu2 .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000;
    z-index: 99;
  }

  #cssmenu .submenu-button::before,
  #cssmenu2 .submenu-button::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 20px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000;
    z-index: 99;
  }

  #cssmenu .submenu-button.submenu-opened:after,
  #cssmenu2 .submenu-button.submenu-opened:after,
  .slick-dots li button,
  .slick-dots li {
    display: none;
  }
}


.wdt-zero .widget {
  padding: 0px;
}

.sticky-wrapper {
  /*border-top: .2rem solid var(--theme-color);*/
  box-shadow: 0px 0px 14px rgba(32, 56, 105, 0.3);
  background: var(--theme-color);
}

.main-menu a {
  color: var(--bs-white) !important;
}

.main-menu ul.sub-menu li a,
.main-menu ul.mega-menu>li>a,
.main-menu ul.mega-menu li a {
  color: var(--theme-color) !important;
}

.owl-carousel .owl-item .testimonial-wrapper img {
  width: 80px;
  display: inline-block;
}

.img-circle {
  border-radius: 50%;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.rs-carousel .owl-dots {
  margin-top: 15px;
  margin-bottom: 20px;
}

.rs-testimonial.home12-style {
  padding: 30px 0;
}

.h3,
h3 {
  font-size: 22px;
}

.h6,
h6 {
  font-size: 16px;
}

.achievement-item img {
  height: 250px;
}

.breadcumb-title {
  max-width: 100%;
}



.dez-separator-outer {

  overflow: hidden;

}

.dez-separator {

  display: inline-block;

  height: 3px;

  width: 80px;

  margin-bottom: 10px;

  position: relative;

}

.dez-separator.style-liner {

  width: 20px;

}

.dez-separator.style-icon {

  width: 30px;

  height: auto;

  text-align: center;

  font-size: 20px;

}

.dez-separator[class*="style-"]:after,

.dez-separator[class*="style-"]:before {

  content: "";

  position: absolute;

  top: 50%;

  left: 40px;

  width: 70px;

  height: 2px;

  background: #eee;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}

.dez-separator[class*="style-"]:before {

  left: auto;

  right: 40px;

}

.dez-separator.style-skew {

  width: 15px;

  height: 10px;

  margin-left: 1px;

  margin-right: 1px;

  -moz-transform: skewX(-10deg);

  -webkit-transform: skewX(-10deg);

  -o-transform: skewX(-10deg);

  -ms-transform: skewX(-10deg);

  transform: skewX(-10deg);

}

.dez-separator.style-skew[class*="style-"]:after,

.dez-separator.style-skew[class*="style-"]:before {

  width: 80px;

  height: 4px;

  left: 20px;

  -moz-transform: translateY(-50%) skewX(-10deg);

  -webkit-transform: translateY(-50%) skewX(-10deg);

  -o-transform: translateY(-50%) skewX(-10deg);

  -ms-transform: translateY(-50%) skewX(-10deg);

  transform: translateY(-50%) skewX(-10deg);

}

.dez-separator.style-skew[class*="style-"]:before {

  right: 20px;

  left: auto;

}

.em_bar {
  background: #9b50db none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto 5px;
  width: 62px;
  position: relative;
}

.em_bar_bg {
  height: 5px;
  width: 90px;
  background: #cbbded;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

.em_bar_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0c5adb;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.2em;
  white-space: nowrap;
}

.blog-title {
  min-height: 48px;
}

.blog-text,
.blog-title,
.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcumb-wrapper {
  padding-top: 30px;
  padding-bottom:
    /*80px*/
    35px;
}

.breadcumb-wrapper.page-bdc {
  padding-top: 30px;
  padding-bottom: 80px;
}

.breadcumb-title {
  font-size: 24px;
}

.blog-details {
  background: #f5f5f5;
}

.img-box11 .media-body {
  width: 132px;
  height: 132px;
  top: 54%;
  left: 20%;
}

.img-box11 .media-body:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -10px);
  top: var(--extra-shape, -10px);
  right: var(--extra-shape, -10px);
  bottom: var(--extra-shape, -10px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}

.will-sticky .sticky-active {
  background-color: var(--theme-color);
}

.c-subpage__left {
  position: relative;
  z-index: 1
}

@media(min-width:80em) {
  .c-subpage__boxcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .c-subpage__left {
    background-color: #fdfdfd;
    /*width:96.4rem;*/
    padding-top: 0;
    padding-right: 20px
      /*9.8rem*/
    ;
    /*padding-bottom:12rem;*/
    margin-top: -5.5rem;
    position: relative;
    min-height: 50vh
  }

  .c-subpage__left:before {
    content: "";
    background-color: #fdfdfd;
    position: absolute;
    top: 0;
    right: 99%;
    width: 30vw;
    height: 100%;
    z-index: -1
  }

  /*.c-subpage__left:after {
    content:"";
    background-size:100%;
    position:absolute;
    top:0;
    left:-11%;
    width:112%;
    height:100%;
    z-index:-1
  }
  .c-subpage__left .--extend .--imgsize {
    width:calc(100% + calc( (100vw - 116rem)/2))!important;
    margin-left:calc(((100vw - 116rem)/2) * -1)!important
  }
  .c-subpage__left .--reverse .--img.--extend {
    padding-left:0!important
  }
  .c-subpage__left .--reverse .--extend .--imgsize {
    max-width:100%;
    margin-left:0!important
  }
  .c-subpage__left .--reverse .--img {
    padding-left:0!important
  }
  .c-subpage__left .--img.--extend {
    padding-left:0!important
  }
  
  .c-subpage__right {
    width:calc(100% - 96.4rem);
    padding-top:5rem;
    padding-left:5rem;
    background-color:#f5f5f5;
    position:relative;
    margin-bottom:80px
  }*/
}

@media(min-width:80em) {
  .c-subpage__right {
    width: calc(100% - 96.4rem);
    padding-top: 5rem;
    padding-left: 5rem;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 80px
  }
}

@media(max-width:80em) {
  .img-box11 {
    margin-bottom: 0;
    max-width: 280px;

    display: flex;
    margin: 0 auto;
  }
}

.text-justify {
  text-align: justify;
}

.desk-name {
  display: block;
  margin-top: 0px;
  z-index: 99;
  position: relative;
  margin-bottom: 5px;
  background: var(--theme-color);
  padding: 4px 0px;
}

.desk-name .name {
  color: #FFF !important;
  padding: 5px 10px;
  border-radius: 10px;
}

.desk .desk-inner-details {
  padding-bottom: 15px;
}

.desk .thumb,
.desk .bg-white {
  border-radius: 15px;
}

.desk .thumb img {
  border-radius: 5px;
  border: 5px solid #FFF;
}

.desk .bg-white {
  border-radius: 15px;
  background: #031b4e !important;
}

.desk .bg-light {
  background: #d9d9d9 !important;
}

.desk .designation a {
  color: #000;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  border-radius: 0;
  display: block;
  margin: -35px auto;
  position: absolute;
  opacity: 0.4;
  top: 50%;
  z-index: 6;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.owl-carousel .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  padding: 10px !important;
  background: #1B4965 !important;
  opacity: 1;
  color: #FFF;
}

.owl-carousel .owl-nav .owl-prev {
  left: -15px;
}

.owl-carousel .owl-nav .owl-next {
  right: -15px;
}

.owl-carousel.top_arrow .owl-nav .owl-prev {
  right: 25px;
  left: auto;
}

.owl-carousel.top_arrow .owl-nav {
  top: -35px;
}


@media(max-width:991px) {
  .site_title {
    font-size: 15px;
  }

  .site_subtitle {
    font-size: 11px !important;
  }

  .aff_text {
    font-size: 10px !important;
  }

  .sidebar-area {
    padding-top: 0px;
  }
}

@media (max-width: 768px) {

  .ls-bg,
  .ls-wrapper,
  .ls-container,
  .ls-bg-outer,
  .ls-bg-wrap,
  .ls-slide-transition-wrapper,
  .ls-slide-transition-wrapper * {
    min-height: 155px !important;
  }
}

@media(min-width:991px) {
  .mega-menu-half-width {
    width: 50% !important;
  }
}

@media only screen and (max-width: 600px) {
  .text-xs-center {
    text-align: center;
  }

  .logo-h1 {
    font-size: 54px;
    line-height: 50px;
  }

  .video {
    height: auto !important;
  }

  .vid-section video {
    position: relative !important;
  }

  .vid-section video {
    height: auto !important;
    min-height: auto !important;
  }
}

.team-layout4 .team-box {
  border-radius: 0px 0px 0px 0px !important;
}

.team-layout4 .team-box {
  box-shadow: 0px 0px 8px 0px rgba(78, 111, 178, 0.25);
}

/* Placements CSS */
.blog-layout1 .vs-blog {
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.blog-style4 {
  box-shadow: 2px 4px 4px -2px rgba(0, 0, 0, 0.25);
  border: 2px solid #eff2fb;
}

.blog-style4 .blog-title {
  margin-bottom: 10px;
}

.blog-style4 .blog-content {
  min-height: 110px;
}

.dark-nv-blue-bg {
  background-color: #0b617f;
}

.map-bg-section {
  background-image: url('../images/map-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0b617f;
  margin-bottom: -20px;
  padding-bottom: 35px;
}

.owl-carousel-bottom-nav .owl-nav .owl-next {
  right: 15px;
  bottom: 0px;
  top: 100% !important;
  margin: -20px auto;
  border-radius: 100%;
  padding: 7px 13px !important;
  background-color: var(--smoke-color) !important;
  color: var(--theme-color);
  transition: all ease 0.4s;
}

.owl-carousel-bottom-nav .owl-nav .owl-prev {
  left: auto;
  right: 55px;
  bottom: 0px;
  top: 100% !important;
  margin: -20px auto;
  border-radius: 100%;
  padding: 7px 13px !important;
  background-color: var(--smoke-color) !important;
  color: var(--theme-color);
  transition: all ease 0.4s;
}

.owl-carousel-bottom-nav .owl-nav {
  margin-bottom: 10px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #1e269a !important;
  color: var(--white-color);
}

.owl-prev::after,
.owl-next::after,
.owl-prev::before,
.owl-next::before {
  transition: all ease 0.5s;
}

.owl-prev::after,
.owl-next::after {
  transform: rotateY(90deg);

}

.owl-prev:hover::before,
.owl-next:hover::before {
  transform: rotateX(0);
}

.owl-prev:hover::after,
.owl-next:hover::after {
  transform: rotateY(0);
}

.feature-box {
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
  display: flex;
  padding: 8px;
  border-radius: 8px;
  margin: 0px 6px;
}

.feature-icon {
  float: left;
}

#brandslide1 .slick-slide img {
  max-width: 90px;
}

#brandslide1 .slick-active {
  opacity: 1;
}

.bg-light-gy {
  background: #FFF;
}

.min_height_144 h3 {
  min-height: 40px;
}

.counter-content {
  min-height: 70px;
}

.vs-btn:hover::after,
.vs-btn:hover::before,
.service-style6:hover .vs-btn::before,
.service-style6:hover .vs-btn::after,
.service-style6:hover .vs-btn {
  background-color:
    /*#1e269a*/
    #0b617f !important;
}

.service-style6 {
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.25);
}

#mgi-section,
#recruiters-section {
  /*background: linear-gradient(41deg, #087e8b 30%, #0a65a4 100%);*/
  /*background-image: url('../images/place.png');*/
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
  z-index: 1;
}

.headingh1 {
  font-size: 31px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}

#mgi-section .mgiwrapper {
  position: relative;
  padding: 15px !important;
  width: 300px;
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f0f0f0 !important;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

#mgi-section::after {
  content: "";
  max-width: 400px;
  height: 400px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background: radial-gradient(circle, #a9f8b1 40%, rgba(238, 255, 16, 0) 0);*/
  filter: blur(100px);
  z-index: -1;
}

#mgi-section::after {
  top: 50%;
  position: absolute;

}


#benifitSection,
#course_listing,
#featured_section,
#mgi-section,
#recruiters-section,
#student_reviews {
  position: relative;
  padding: 3rem 0;
}

/* Recruiters CSS */

#recruiters-section .recruiters-section ul li.mgi-recruiters {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  border-radius: 5px;
  transition: .25s ease;
  transform-origin: center;
  background-color: #fff;
}

#recruiters-section .recruiters-section ul {
  padding: 10px 0;
}

.gap-3 {
  gap: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.d-flex {
  display: flex !important;
}

#recruiters-section .recruiters-section ul li.mgi-recruiters:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  margin: 0 20px
}

#recruiters-section .recruiters-section ul li.mgi-recruiters img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100px !important;
  height: 80px !important
}

.btn_center {
  margin-left: 750px;
}

/* New Recruiters */


.pl-s-item img {
  width: 100%;
  border-radius: 10px;
}

.placements-logos__slider .slick-slide {
  margin: 0 10px;
}

.pl-s-item {
  border: 1px solid lightgray;
  border-radius: 10px;
}

.pl-s-item img {
  width: 100%;
  border-radius: 10px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pt-8 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .insts-blocks .h5 {
    font-size: 14px;
  }
}


/*
@media (min-width: 992px) {
  .main-menu>.menuzord-menu>li:last-child>a {
    min-width: 110px;
    min-height: 30px;
    background: #D4AF37;
    background: linear-gradient(90deg, #D4AF37 0, #D4AF37);
    border: none;
    border-radius: 1000px;
    box-shadow: 1px 0 26px #f17902;
    position: relative;
    padding: 10px;
    text-align: center;
  }
}*/

.testimonial-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width:
    /*fit-content*/
    unset !important;
}

.testimonial-wrapper img {
  border-radius: 100% !important;
  padding-top: 10px;
}

#memberList .testimonial-wrapper.min_height_144 {
  min-height: 345px;
}

/* Recruiters Table */
.success {
  background: lightgreen;
}

.activepl {
  background: lightgray;
}

.info {
  background: lightblue;
}

.warning {
  background: lightyellow;
}

.danger {
  background: lightpink;
}

/* Corporate Connect */
.padless {
  padding: 5px !important;
  max-height: 160px !important;
}


.announcement_sec img {
  height: 195px;
}

.whatsapp_float {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 124px;
  right: 10px;
  border: 5px solid #FFF;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp_float:hover {
  background: #FFF;
}

.whatsapp-icon {
  margin-top: 0px;
  padding: 8px;
}

.scrollToTop {
  right: 8px;
}

.floating-wdgt {
  position: fixed;
  bottom: 60px;
  right: 75px;
  width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s ease;
}

.wdgt-header {
  background: linear-gradient(135deg, #1a2a6c, #2a3a7c);
  color: white;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.wdgt-title {
  font-weight: 600;
  font-size: 1rem;
}

.wdgt-controls {
  display: flex;
  gap: 8px;
}

.wdgt-controls button {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: background 0.2s;
}

.wdgt-controls button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.wdgt-body {
  padding: 15px;
  background: white;
}

.wdgt-message {
  margin-bottom: 15px;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.4;
}

.wdgt-message strong {
  color: #1a2a6c;
}

.wdgt-btn {
  display: block;
  width: 100%;
  background: #ffcc00;
  color: #1a2a6c;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
}

.wdgt-btn:hover {
  background: #ffd633;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wdgt-minimized {
  width: 220px;
  height: 50px;
}

.wdgt-minimized .wdgt-body {
  display: none;
}

.minimized-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 100%;
}

.minimized-text {
  font-weight: 600;
  color: #1a2a6c;
  font-size: 0.9rem;
}

.minimized-btn {
  background: #ffcc00;
  color: #1a2a6c;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.8rem;
  transition: background 0.3s;
}

.minimized-btn:hover {
  background: #ffd633;
}

@media (max-width: 768px) {
  .floating-wdgt {
    width: 280px;
    right: 65px;
    bottom: 10px;
  }

  .whatsapp_float {
    width: 42px;
    height: 42px;
    bottom: 78px;
    font-size: 20px;
  }

  .whatsapp-icon {
    padding: 6px;
  }
}

@media (max-width: 480px) {
  .floating-wdgt {
    width: 260px;
    right: 65px;
  }

  .whatsapp_float {
    width: 42px;
    height: 42px;
    bottom: 78px;
    font-size: 20px;
  }

  .whatsapp-icon {
    padding: 6px;
  }
}


#particle-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.elite-scholarship-section .container {
  position: relative;
  z-index: 2;
}

.elite-scholarship-section {
  position: relative;
  padding: 60px 0;
  background: radial-gradient(circle at top, #0a0f2c, #020617);
  overflow: hidden;
  color: #fff;
}

/* Animated Blobs */
.bg-blobs span {
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #4f46e5, #22d3ee);
  border-radius: 50%;
  filter: blur(120px);
  animation: float 12s infinite alternate;
}

.bg-blobs span:nth-child(1) {
  top: -10%;
  left: -10%;
}

.bg-blobs span:nth-child(2) {
  bottom: -15%;
  right: -10%;
  animation-delay: 3s;
}

.bg-blobs span:nth-child(3) {
  top: 40%;
  right: 20%;
  animation-delay: 6s;
}

@keyframes float {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-60px);
  }
}


.team-layout4 .team-box {
  padding: 20px;
  box-shadow: 0px 0px 47px 0px rgba(78, 111, 178, 0.25);
  border-radius: 0 150px 0 150px;
  display: none;
  transition: all 0.4s ease;
  border-radius: 0 120px 0 120px !important;
  background: #fff;
  font-size: 14px;
}

.vs-btn {
  padding: 15px;
  border-radius: 30px;
}


/* Modern About Section */
.modern-about-section {
  padding: 20px 0;
  /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
  position: relative;
  overflow: hidden;
}

.modern-about-card {
  /*background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  /*box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);*/
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 60px;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*
.modern-about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.08);
}*/

.about-image-wrapper {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  position: relative;
}

.circular-frame {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  padding: 12px;
  background: linear-gradient(135deg, #10316a, #D4AF37);
  position: relative;
  box-shadow: 0 20px 40px rgba(92, 15, 139, 0.25);
  animation: float 6s ease-in-out infinite;
}

.circular-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #ffffff;
}

.circular-frame::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 81, 0, 0.4);
  animation: spin 25s linear infinite;
  z-index: -1;
}

.about-content-wrapper {
  flex: 1;
}

.about-tagline {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #003560;
  margin-bottom: 20px;
  display: inline-block;
  background: rgba(255, 81, 0, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
}

.about-title {
  font-size: 20px !important;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 25px;
  line-height: 1.1;
}

.about-title span {
  background: linear-gradient(144deg, #003560 0%, #be8f3e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-description {
  font-size: 1.15rem;
  color: #000;
  line-height: 1.8;
  margin-bottom: 40px;
}

.about-features {
  display: flex;
  gap: 40px;
  margin-bottom: 45px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(92, 15, 139, 0.08);
  color: #10316a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}

.feature-item:hover .about-icon {
  background: #10316a;
  color: white;
  transform: scale(1.05) rotate(5deg);
}

.feature-text h4 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 5px 0;
  color: #10316a;
}

.feature-text p {
  font-size: 0.95rem;
  color: #D4AF37;
  margin: 0;
  font-weight: 500;
}

/*
.modern-btn {
  display: inline-flex;
  align-items: center;
  padding: 18px 45px;
  background: linear-gradient(144deg, #5c0f8b 0%, #ff5100 100%);
  color: white !important;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 15px 30px rgba(92, 15, 139, 0.25);
  text-decoration: none;
}

.modern-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(92, 15, 139, 0.35);
}*/

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199px) {
  .about-title {
    font-size: 3rem;
  }

  .circular-frame {
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 991px) {
  .modern-about-card {
    flex-direction: column;
    padding: 40px;
    text-align: center;
    gap: 40px;
  }

  .circular-frame {
    width: 350px;
    height: 350px;
  }

  .about-features {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .about-title {
    font-size: 2.2rem;
  }

  .circular-frame {
    width: 280px;
    height: 280px;
  }

  .modern-about-card {
    padding: 30px 20px;
  }
}

/* Leaders Section */
.leaders-section {
  padding: 100px 0;
  background: #f8faff;
  position: relative;
  overflow: hidden;
}

.leaders-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(190, 143, 62, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.leader-card-premium {
  background: #ffffff;
  border-radius: 40px;
  padding: 50px;
  box-shadow: 0 30px 60px rgba(0, 53, 96, 0.05);
  border: 1px solid rgba(0, 53, 96, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: transform 0.4s ease;
}

.leader-card-premium:hover {
  transform: translateY(-5px);
}

.leader-head {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}

.leader-thumb {
  width: 220px;
  height: 220px;
  border-radius: 35px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.leader-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-meta h3 {
  font-size: 28px;
  color: #003560;
  margin-bottom: 8px;
  font-weight: 800;
}

.leader-meta span {
  color: #be8f3e;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.leader-quote {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #333;
  font-style: italic;
  position: relative;
  padding-left: 20px;
}

.leader-quote::before {
  content: '\"';
  position: absolute;
  left: -10px;
  top: -20px;
  font-size: 80px;
  color: rgba(190, 143, 62, 0.15);
  font-family: serif;
}

.mv-stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mv-item {
  background: #ffffff;
  padding: 40px;
  border-radius: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(190, 143, 62, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mv-item:hover {
  border-color: #be8f3e;
  transform: translateX(10px);
  box-shadow: 10px 20px 40px rgba(190, 143, 62, 0.08);
}

.mv-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.mv-icon {
  width: 60px;
  height: 60px;
  background: rgba(190, 143, 62, 0.15);
  color: #be8f3e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 24px;
}

.mv-header h3 {
  margin: 0;
  font-size: 22px;
  color: #003560;
  font-weight: 700;
}

.mv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mv-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #222;
  line-height: 1.7;
  font-size: 1.1rem;
  font-weight: 500;
}

.mv-list li::before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #be8f3e;
  font-size: 18px;
}

@media (max-width: 991px) {
  .leaders-section {
    padding: 60px 0;
  }

  .leader-card-premium {
    padding: 35px;
    margin-bottom: 40px;
  }

  .leader-thumb {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }

  .leader-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .mv-item {
    padding: 35px;
  }
}

/* Leaders Section V2 - Compressed & Impactful */
.leaders-section-v2 {
  padding: 60px 0;
  background: #ffffff;
  position: relative;
}

.president-spotlight {
  background: #fcfdfe;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 53, 96, 0.04);
  border: 1px solid rgba(0, 53, 96, 0.05);
  height: 100%;
}

.pres-img-box {
  position: relative;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}

.pres-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.president-spotlight:hover .pres-img-box img {
  transform: scale(1.05);
}

.pres-name-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 53, 96, 0.9), transparent);
  color: #fff;
}

.pres-name-badge h3 {
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.pres-name-badge span {
  font-size: 13px;
  color: #be8f3e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pres-msg-box {
  padding: 40px;
}

.msg-subtitle {
  color: #be8f3e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.msg-content p {
  font-size: 1.1rem;
  font-weight: 400 !important;
  line-height: 1.7;
  color: #000;
  margin-bottom: 25px;
  font-family: 'Poppins';
}

.read-more-link {
  color: #003560;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}

.read-more-link:hover {
  gap: 15px;
  color: #be8f3e;
}

.mv-compact-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.compact-card {
  background: #f8faff;
  padding: 30px;
  border-radius: 25px;
  flex: 1;
  border: 1px solid rgba(190, 143, 62, 0.1);
  transition: transform 0.3s ease;
}

.compact-card:hover {
  transform: translateY(-5px);
  border-color: #be8f3e;
}

.card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.card-head i {
  color: #be8f3e;
  font-size: 20px;
}

.card-head h4 {
  margin: 0;
  font-size: 18px;
  color: #003560;
  font-weight: 700;
}

.stylish-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stylish-bullets li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  /*font-size: 0.95rem;
  color: #555;
  line-height: 1.5;*/

  font-size: 1.1rem;
  font-weight: 400 !important;
  line-height: 1.7;
  color: #000;
  margin-bottom: 25px;
  font-family: 'Poppins';
}

.stylish-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 2px;
  background: #be8f3e;
  transition: width 0.3s ease;
}

.stylish-bullets li:hover::before {
  width: 18px;
}

@media (max-width: 991px) {
  .pres-img-box {
    min-height: 300px;
  }

  .pres-msg-box {
    padding: 30px;
  }
}


/************ NEW FACILITIES *************/
/* ── Google Font ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ── Section Wrapper ── */
.pf-section {
  position: relative;
  padding: 30px 0 30px;
  background: linear-gradient(160deg, #f8f9ff 0%, #eef2ff 30%, #f5f0ff 60%, #f0f9ff 100%);
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* ── Animated Mesh / Gradient Orbs ── */
.pf-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  pointer-events: none;
  animation: pfOrbitFloat 10s ease-in-out infinite alternate;
}

.pf-orb-1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, #c7d9ff, #a5c0ff);
  top: -180px;
  left: -160px;
  animation-duration: 12s;
}

.pf-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #d4c8ff, #bba6ff);
  top: 60px;
  right: -120px;
  animation-duration: 9s;
  animation-delay: 2s;
}

.pf-orb-3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #bdf0f7, #89dff0);
  bottom: -140px;
  left: 30%;
  animation-duration: 14s;
  animation-delay: 1s;
}

.pf-orb-4 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, #fde8ff, #f2b8ff);
  bottom: 60px;
  right: 10%;
  animation-duration: 11s;
  animation-delay: 3s;
}

@keyframes pfOrbitFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(18px, -22px) scale(1.06);
  }

  100% {
    transform: translate(-12px, 14px) scale(0.96);
  }
}

/* ── Floating Geometric Shapes ── */
.pf-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.pf-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
  animation: pfShapeFloat 8s ease-in-out infinite alternate;
}

.pf-shape-1 {
  width: 60px;
  height: 60px;
  background: #6366f1;
  top: 12%;
  left: 8%;
  animation-duration: 7s;
}

.pf-shape-2 {
  width: 40px;
  height: 40px;
  background: #0ea5e9;
  top: 25%;
  right: 12%;
  border-radius: 8px;
  animation-duration: 9s;
  animation-delay: 1s;
}

.pf-shape-3 {
  width: 80px;
  height: 80px;
  background: #8b5cf6;
  bottom: 20%;
  left: 15%;
  border-radius: 12px;
  animation-duration: 11s;
  animation-delay: 2s;
}

.pf-shape-4 {
  width: 50px;
  height: 50px;
  background: #06b6d4;
  bottom: 30%;
  right: 8%;
  animation-duration: 8s;
  animation-delay: 0.5s;
}

.pf-shape-5 {
  width: 30px;
  height: 30px;
  background: #a855f7;
  top: 60%;
  left: 50%;
  animation-duration: 6s;
  animation-delay: 1.5s;
}

@keyframes pfShapeFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(-28px) rotate(25deg);
  }
}

/* ── Particle Canvas ── */
#pf-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ── Section Head ── */
.pf-head {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}

.pf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #10316a;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.2);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.pf-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #10316a;
  border-radius: 50%;
  display: inline-block;
  animation: pfPulse 2s ease-in-out infinite;
}

@keyframes pfPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: 0.4;
    transform: scale(1.6)
  }
}

.pf-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.pf-title .pf-accent {
  background: linear-gradient(120deg, #10316a, #0ea5e9, #10316a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.pf-title .pf-accent::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #6366f1, #0ea5e9);
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.pf-section.pf-in-view .pf-title .pf-accent::after {
  width: 100%;
}

.pf-desc {
  font-size: 1.05rem;
  color: #000;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 400;
}

/* ── Grid ── */
.pf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}

@media(max-width:1100px) {
  .pf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:600px) {
  .pf-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Card ── */
.pf-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 2px 8px rgba(99, 102, 241, 0.06),
    0 8px 28px rgba(0, 0, 0, 0.07),
    0 1px 2px rgba(0, 0, 0, 0.04);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.45s ease;
  cursor: pointer;
  will-change: transform;
  /* Scroll-reveal initial state */
  opacity: 0;
  transform: translateY(48px);
}

.pf-card.pf-revealed {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 0.45s ease;
}

.pf-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow:
    0 20px 60px rgba(99, 102, 241, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.1);
}

/* ── Animated accent border on hover ── */
.pf-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(135deg, #6366f1, #0ea5e9, #8b5cf6);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 3;
}

.pf-card:hover::before {
  opacity: 1;
}

/* ── Image wrapper ── */
.pf-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.pf-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.pf-card:hover .pf-card-img img {
  transform: scale(1.1);
}

/* ── Image overlay ── */
.pf-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 50%, rgba(15, 23, 42, 0.55) 100%);
  transition: opacity 0.4s ease;
}

.pf-card:hover .pf-card-img::after {
  opacity: 0.7;
}

/* ── Icon badge floating on image ── */
.pf-icon-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  z-index: 2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #10316a;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.35);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pf-card:hover .pf-icon-badge {
  transform: scale(1.15) rotate(-6deg);
}

/* ── Card body ── */
.pf-card-body {
  padding: 22px 22px 24px;
  background: #fff;
  position: relative;
}

.pf-card-cat {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #10316a;
  margin-bottom: 6px;
  display: block;

  font-family: 'Poppins';
}

.pf-card-name {
  font-size: 22px !important;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;

  font-family: 'Poppins';
}

.pf-card:hover .pf-card-name {
  color: #10316a;
}

.pf-card-text {
  font-size: 0.845rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
}

/* ── Bottom accent bar ── */
.pf-card-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #6366f1, #0ea5e9);
  border-radius: 0 0 22px 22px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pf-card:hover .pf-card-bar {
  width: 100%;
}

/* ── Glow focus ring on hover ── */
.pf-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 23px;
  background: transparent;
  box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
  transition: box-shadow 0.4s ease;
  pointer-events: none;
}

.pf-card:hover::after {
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
}

/* Premium Institutes Section */
.premium-institutes-sec {
  background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
  position: relative;
  padding: 40px 0;
}

/* Background Shapes */
.pi-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.pi-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: piFloat 20s infinite ease-in-out alternate;
}

.pi-shape-1 {
  width: 400px;
  height: 400px;
  background: rgba(56, 182, 255, 0.3);
  top: -100px;
  left: -100px;
}

.pi-shape-2 {
  width: 500px;
  height: 500px;
  background: rgba(0, 86, 210, 0.15);
  bottom: -150px;
  right: -150px;
  animation-delay: -5s;
}

@keyframes piFloat {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(30px, 50px) rotate(10deg);
  }

  100% {
    transform: translate(-30px, 100px) rotate(-10deg);
  }
}

/* Typography */
.pi-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #10316a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.pi-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 15px;
  position: relative;
}

.pi-desc {
  color: #4a5568;
  max-width: 600px;
  margin: 0 auto 40px auto;
  font-size: 16px;
}

/* Filters */
.pi-filter-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.pi-filter-btn {
  font-family: 'Poppins';

  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #4a5568;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.pi-filter-btn:hover {
  background: #f1f5f9;
  color: #10316a;
  transform: translateY(-2px);
}

.pi-filter-btn.active {
  background: linear-gradient(135deg, #10316a 0%, #0044a8 100%);
  color: #ffffff;
  box-shadow: 0 8px 15px rgba(0, 86, 210, 0.3);
  border-color: transparent;
}

/* Cards */
.pi-item {
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
}

.pi-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.pi-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 86, 210, 0.1);
}

.pi-card-img {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  /* Aspect ratio */
}

.pi-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.pi-card:hover .pi-card-img img {
  transform: scale(1.08);
}

.pi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}

.pi-card:hover .pi-overlay {
  opacity: 1;
}

.pi-readmore {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #10316a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pi-readmore:hover {
  background: #10316a;
  color: #fff;
}

.pi-card:hover .pi-readmore {
  transform: translateY(0);
}

.pi-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.pi-category {
  font-size: 16px;
  font-weight: 600;
  color: #D4AF37;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 1px;
}

.pi-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.pi-name a {
  color: #10316a;
  text-decoration: none;
  transition: color 0.3s ease;

  margin-bottom: 25px;
  font-family: 'Poppins';

}

.pi-name a:hover {
  color: #10316a;
}

/* Animations for filtering */
.pi-item.hide {
  display: none !important;
}

.pi-item.show {
  animation: piFadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes piFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ==========================================================================
   Premium Animated Counter Section
   ========================================================================== */

.premium-counter-section {
  position: relative;
  background-color: #dcefff;
  padding: 40px 0;
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

/* Subtle background elements */
.pc-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.pc-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: floatShape 10s infinite alternate ease-in-out;
}

.pc-shape-1 {
  width: 400px;
  height: 400px;
  background-color: rgba(92, 15, 139, 0.05);
  /* Purple hint */
  top: -100px;
  left: -100px;
}

.pc-shape-2 {
  width: 500px;
  height: 500px;
  background-color: rgba(11, 97, 127, 0.05);
  /* Blue hint */
  bottom: -150px;
  right: -100px;
  animation-delay: -3s;
}

.pc-shape-3 {
  width: 300px;
  height: 300px;
  background-color: rgba(255, 165, 0, 0.05);
  /* Gold/Orange hint */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 15s;
}

/* Head Styling */
.pc-head {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.pc-subtitle {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0b617f;
  /* Blue */
  margin-bottom: 12px;
  position: relative;
  padding-left: 50px;
}

.pc-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #d97706;
  /* Gold */
  transform: translateY(-50%);
}

.pc-main-title {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #10316a;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Centered Subtitle alignment */
.text-center .pc-subtitle,
.pc-head.text-center .pc-subtitle,
.title-area.text-center .pc-subtitle {
  padding-left: 50px;
  padding-right: 50px;
}

.text-center .pc-subtitle::after,
.pc-head.text-center .pc-subtitle::after,
.title-area.text-center .pc-subtitle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #d97706;
  transform: translateY(-50%);
}

.text-center .vault-subtitle,
.vault-header.text-center .vault-subtitle {
  padding-left: 50px;
  padding-right: 50px;
}

.text-center .vault-subtitle::after,
.vault-header.text-center .vault-subtitle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
}

.pc-accent {
  background: #D4AF37;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pc-desc {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
}

@keyframes floatShape {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

.pc-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.pc-col {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 250px;
}

.pc-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  z-index: 2;
}

/* Accent Borders */
.pc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: height 0.3s ease;
}

.pc-teal::before {
  background: linear-gradient(90deg, #14b8a6, #0d9488);
}

.pc-gold::before {
  background: linear-gradient(90deg, #f59e0b, #d97706);
}

.pc-blue::before {
  background: linear-gradient(90deg, #3b82f6, #2563eb);
}

.pc-purple::before {
  background: linear-gradient(90deg, #8b5cf6, #6d28d9);
}

.pc-cyan::before {
  background: linear-gradient(90deg, #06b6d4, #0891b2);
}

/* Card Hover */
.pc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
}

.pc-card:hover::before {
  height: 6px;
}

.pc-icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  background: #f8fafc;
  transition: transform 0.3s ease;
}

.pc-teal .pc-icon-box {
  color: #0d9488;
  background: rgba(20, 184, 166, 0.1);
}

.pc-gold .pc-icon-box {
  color: #d97706;
  background: rgba(245, 158, 11, 0.1);
}

.pc-blue .pc-icon-box {
  color: #2563eb;
  background: rgba(59, 130, 246, 0.1);
}

.pc-purple .pc-icon-box {
  color: #6d28d9;
  background: rgba(139, 92, 246, 0.1);
}

.pc-cyan .pc-icon-box {
  color: #0891b2;
  background: rgba(6, 182, 212, 0.1);
}

.pc-card:hover .pc-icon-box {
  transform: scale(1.1);
}

.pc-counter-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 5px;
}

.pc-number {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
  letter-spacing: -1px;
  /* Tabular nums completely prevents layout shifting during animation */
  font-variant-numeric: tabular-nums;
}

.pc-suffix {
  font-size: 24px;
  font-weight: 700;
  color: #64748b;
  margin-left: 2px;
}

.pc-title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #10316a;
  margin-top: 10px;
  line-height: 1.4;
}

/* Animation Classes */
.pc-card.pc-revealed {
  animation: pcCardEnter 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes pcCardEnter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile View - 2 Cards Per Row */
@media (max-width: 767px) {

  .premium-counter-section .pc-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .premium-counter-section .pc-col {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }

  /* Optional: Center last single card */
  .premium-counter-section .pc-col:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

}


p {
  font-family: "Poppins", 'Guardian Sans', sans-serif !important;

}

/* ==========================================================================
   Custom Transparent Header Styles (for header2.php)
   ========================================================================== */
.header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.transparent-header-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.35));

}

.transparent-header-custom .sticky-wrapper,
.transparent-header-custom .sticky-active {
  background: transparent !important;
  box-shadow: none !important;
  transition: all 0.4s ease;
}

/* Base state - Menu items text color to white for dark/image background */
.transparent-header-custom .main-menu>ul>li>a {
  color: #ffffff !important;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.transparent-header-custom .main-menu>ul>li>a:hover {
  color: #f59e0b !important;
  /* Gold */
}

/* Header Info (Call Us, Email Us) text color to white */
.transparent-header-custom .header-info_label,
.transparent-header-custom .header-info_link a,
.transparent-header-custom .header-info_icon i {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Sticky active state - when scrolling down */
.transparent-header-custom .sticky-wrapper.active .sticky-active,
.transparent-header-custom .sticky-active.active,
.transparent-header-custom .is-sticky .sticky-active,
.transparent-header-custom .sticky-active.sticky {
  background: #10316a !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

/* When sticky, change text to white still as background is dark */
.transparent-header-custom .sticky-wrapper.active .main-menu>ul>li>a,
.transparent-header-custom .sticky-active.active .main-menu>ul>li>a,
.transparent-header-custom .is-sticky .main-menu>ul>li>a,
.transparent-header-custom .sticky-active.sticky .main-menu>ul>li>a {
  color: #ffffff !important;
  text-shadow: none;
}

/* Dropdown/Mega menu fixes so they don't become transparent */
.transparent-header-custom .main-menu ul.sub-menu,
.transparent-header-custom .main-menu ul.mega-menu {
  background: #ffffff !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.transparent-header-custom .main-menu ul.sub-menu>li>a,
.transparent-header-custom .main-menu ul.mega-menu>li>a,
.transparent-header-custom .main-menu ul.sub-menu>li>a:hover,
.transparent-header-custom .main-menu ul.mega-menu>li>a:hover {
  text-shadow: none;
}

.transparent-header-custom .main-menu ul.sub-menu>li>a,
.transparent-header-custom .main-menu ul.mega-menu>li>a {
  color: #0f172a !important;
}

.transparent-header-custom .main-menu ul.sub-menu>li>a:hover,
.transparent-header-custom .main-menu ul.mega-menu>li>a:hover {
  color: #10316a !important;
  background: rgba(0, 86, 210, 0.05);
}

.transparent-header-custom .main-menu>ul>li>a {
  font-family: Poppins !important;
  font-size: 18px;
}

.transparent-header-custom .main-menu ul.sub-menu>li>a,
.transparent-header-custom .main-menu ul.mega-menu>li>a {
  font-family: Poppins !important;
  font-size: 18px;
}

.h2menu ul.sub-menu li a,
.h2menu ul.mega-menu>li>a,
.h2menu ul.mega-menu li a {
  font-family: Poppins !important;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
button {
  font-family: "Poppins", 'Guardian Sans', sans-serif !important;

}




/* --- ARCHIVAL VAULT CORE GRAPHICS --- */
.archival-vault-section {
  /*background-color: #0a42a3;
  /* Sleeker, deeper premium academic blue */
  color: #ffffff;
  padding: 30px 0;
  font-family: 'Cinzel', 'Playfair Display', serif;
  overflow: hidden;
}

.vault-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Header Aesthetics */
.vault-header {
  text-align: center;
  margin-bottom: 60px;
}

.vault-subtitle {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #D4AF37;
  /* Gold */
  margin-bottom: 12px;
  position: relative;
  padding-left: 50px;
}

.vault-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
}

.vault-title {
  font-size: 42px;
  font-weight: 400;
  margin: 12px 0 20px 0;
  letter-spacing: -0.5px;
}

.vault-divider {
  width: 80px;
  height: 1px;
  background-color: rgba(212, 175, 55, 0.4);
  margin: 0 auto;
}

/* Horizontal Interactive Carousel Selector Dial */
.dial-carousel-container {
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 70px;
}

.dial-track-wrapper {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Programmatic slide window and touch scroll */
  width: 100%;
  padding: 10px 0;
}

.dial-track-wrapper::-webkit-scrollbar {
  display: none;
}

.dial-track {
  display: flex;
  gap: 40px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 40%;
  /* Generous boundaries to enable beautiful centering centering */
}

.dial-item {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  user-select: none;
}

.dial-item:hover {
  color: rgba(212, 175, 55, 0.8);
}

.dial-item.active {
  color: #D4AF37;
  font-size: 34px;
  font-weight: 600;
  transform: translateY(-2px);
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.dial-nav {
  background: transparent;
  border: none;
  color: #D4AF37;
  font-size: 36px;
  cursor: pointer;
  padding: 0 15px;
  line-height: 1;
  transition: opacity 0.2s;
  user-select: none;
}

.dial-nav:hover {
  opacity: 0.7;
}

/* Exhibition Stage Engine */
.exhibition-stage {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  min-height: 350px;
}

.stage-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}

/* Left Typography Column */
.stage-hero-meta {
  position: sticky;
  top: 20px;
}

.massive-accent-year {
  font-size: 110px;
  font-weight: 700;
  line-height: 0.9;
  color: rgba(212, 175, 55, 0.08);
  background: linear-gradient(to bottom, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.02) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.hero-status-pill {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 6px 16px;
  border-radius: 20px;
  color: #D4AF37;
}

/* Right Content Column Layouts */
.stage-content-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stage-content-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Premium Structured Cards */
.vault-card {
  background: rgba(255, 255, 255, 0.01);
  border-left: 3px solid rgba(212, 175, 55, 0.3);
  padding: 30px;
  border-radius: 0 8px 8px 0;
  transition: background 0.3s;
}

.vault-card:hover {
  background: rgba(255, 255, 255, 0.03);
}

.vault-card.feature-card {
  border-left-color: #D4AF37;
  background: rgba(212, 175, 55, 0.02);
}

.vault-card.full-span {
  grid-column: span 2;
}

.card-category {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #D4AF37;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.card-headline {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px 0;
  line-height: 1.35;
  color: #ffffff;
}

.card-location-row {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* Inline Compact Matrices inside Cards */
.vault-inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vault-inline-list li {

  font-family: poppins !important;
  font-size: 15px;
  margin-bottom: 12px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.vault-inline-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.vault-inline-list li span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Inter', sans-serif;
}

/* --- ADAPTIVE MOBILE VIEWPORTS --- */
@media (max-width: 900px) {
  .stage-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .massive-accent-year {
    font-size: 80px;
  }

  .vault-card.full-span {
    grid-column: auto;
  }
}

/* Tablet Responsive adjustments */
@media (max-width: 768px) {
  .vault-container {
    padding: 0 20px;
  }

  .vault-header {
    margin-bottom: 40px;
  }

  .vault-title {
    font-size: 32px;
  }

  .dial-carousel-container {
    margin-bottom: 40px;
    padding: 8px 15px;
  }

  .dial-track {
    gap: 30px;
  }

  .dial-item {
    font-size: 18px;
  }

  .dial-item.active {
    font-size: 28px;
  }

  .stage-content-matrix {
    grid-template-columns: 1fr;
  }

  .exhibition-stage {
    min-height: 280px;
  }

  .pc-main-title {
    font-size: 22px;
  }

  .pc-subtitle {
    font-size: 13px;
    padding-left: 35px;
  }

  .pc-subtitle::before {
    width: 25px;
  }

  .vault-subtitle {
    font-size: 13px;
    padding-left: 35px;
  }

  .vault-subtitle::before {
    width: 25px;
  }

  .text-center .pc-subtitle,
  .pc-head.text-center .pc-subtitle,
  .title-area.text-center .pc-subtitle {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-center .pc-subtitle::after,
  .pc-head.text-center .pc-subtitle::after,
  .title-area.text-center .pc-subtitle::after {
    width: 25px;
  }

  .text-center .vault-subtitle,
  .vault-header.text-center .vault-subtitle {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-center .vault-subtitle::after,
  .vault-header.text-center .vault-subtitle::after {
    width: 25px;
  }
}

/* Mobile Responsive adjustments */
@media (max-width: 576px) {
  .vault-container {
    padding: 0 15px;
  }

  .vault-header {
    margin-bottom: 30px;
  }

  .dial-carousel-container {
    margin-bottom: 30px;
    padding: 5px 10px;
  }

  .dial-nav {
    font-size: 28px;
    padding: 0 8px;
  }

  .dial-track {
    gap: 20px;
    padding: 0 35%;
  }

  .dial-item {
    font-size: 15px;
  }

  .dial-item.active {
    font-size: 22px;
  }

  .vault-card {
    padding: 20px;
  }

  .card-headline {
    font-size: 18px;
  }

  .pc-main-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

/* Very small mobile devices (narrow viewports) */
@media (max-width: 480px) {
  .vault-inline-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-bottom: 10px;
  }

  .vault-inline-list li span {
    align-self: flex-start;
    font-size: 11px;
    margin-top: 2px;
  }
}