/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.container,
section .container,
div.container,
* .container {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box !important;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #3a3939;
  margin: 0 !important;
  padding: 0 !important;
}
body p{
  font-family: "Open Sans", sans-serif;
  color: #3a3939;
  font-size: 18px;
}
li {
  font-family: "Open Sans", sans-serif;
  color: #3a3939;
  font-size: 18px;
}
td {
  font-family: "Open Sans", sans-serif;
  color: #3a3939;
  font-size: 14px;
}

a {
  color: #5151fb;
  text-decoration: none;
}

a:hover {
  color: #ee495c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# kpr styles
--------------------------------------------------------------*/

.member-info p{color: #3a3939;}

.table-borderless > :not(caption) > * > * {
  border-bottom: 1px solid #e5485d7d;
}

.table-hover th, td {
  text-align: left;
  padding: 8px;
}

.table-hover tr:nth-child(even) {
  background-color: #D6EEEE;
}

.two-bx {
  background: #00000059;

  padding: 12px;
  border-radius: 5px;
}

.two-bx li{
  color: #ffffff !important;
}

.bg-img h2 {
  color: #ffffff !important;
}

.bg-img p{
  color: #ffffff !important;
}
.bg-img span {
  color: #ffffff17 !important;
}


.listopens.listing-li ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.listing-li ul {
  list-style: none;
  padding: 0;
  color: #5d5d5d;
  margin-bottom: 30px;
}

.listopens.listing-li ul li {
  flex: 0 0 24%;
  padding: 10px;
  background: #ffffff;
  font-size: 13px;
}

.listopens.listing-li ul li {
  position: static;
  flex: 0 0 32%;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin: 0 7px 6px 0;
  background: #eeedfd;
  font-size: 14px;
}



.section-title {
  text-align: center;
  padding: 48px 0;
  position: relative;
}

.section-title2 {
  text-align: center;
  padding: 20px 0 !important;
  position: relative;
}

section .section-title span {
  position: absolute;
  top: 47px;
  color: #4a49490f;
  left: 0;
  right: 0;
  /* z-index: -4; */
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0;
}

section .section-title2 span {
  position: absolute;
  top: 47px;
  color: #4a49490f;
  left: 0;
  right: 0;
  /* z-index: -4; */
  font-weight: 700;
  font-size: 48px;
  /* text-transform: uppercase; */
  line-height: 0;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* 
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #253022;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5151fb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ee495c;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5151fb;;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #0e5695;
}

#header.header-scrolled,
#header.header-inner-pages {
background: #0e5695;
z-index: 111;
}


#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.img_w {
  padding: 15px;
  border: 1px solid #ccc;
  margin: 8px;
  border-radius: 5px;
}

.img_w img {
  width: 220px;
  height: 61px;
  object-fit: scale-down;
}

#header .logo a {
  color: #fff;
}

#header .logo-aikp img {
  max-height: 25px;
}

#header .logo-mrips img {
  max-height: 80px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 15px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #fff;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ee495c;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown>a span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.navbar .dropdown>a i {
  transition: 0.3s;
  margin-left: 8px;
}

.navbar .dropdown:hover>a i {
  transform: rotate(-180deg);
  color: #ee495c;
}

.navbar .dropdown ul a:hover {
  color: #0d6efd;
}

.navbar .dropdown ul .active {
  color: #0d6efd;
  font-weight: 600;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #5151fb;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ee495c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #5151fb;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ee495c;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}

/* Mobile Navigation Media Queries */
@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar-mobile {
    display: block;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
    background: #5151fb;
  ;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #ee495c;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #ee495c;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
    /* kpr styles S */

    h1 span{
     font-size: 28px;
    }
    .section-title h2 {
      font-size: 28px;
   
    }

.headings h3 { text-align: center; 
  margin: 0 auto;
  font-weight: 400;
  font-size: 24px;
  color: #5151fb;}

 .section-title span {
  display: none;
 }
 
 .listopens.listing-li ul li {
   position: static;
   flex: 0 0 100%;
   padding: 10px;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
   margin: 0 7px 6px 0;
   background: #eeedfd;
   font-size: 14px;
 } 
 
 .two-bx {
 
   height: auto;
 }
 /* kpr styles E */
}

@media (max-width: 575px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }



/* kpr styles S */

.section-title h2 {
  font-size: 24px !important;

}

 .section-title span {
 display: none;
}

.listopens.listing-li ul li {
  position: static;
  flex: 0 0 100%;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin: 0 7px 6px 0;
  background: #eeedfd;
  font-size: 14px;
} 

.two-bx {
  height: auto;
}


/* kpr styles E */



}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 15px 0 10px;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.section-bg {
  background-color: #fff2f2;
  width: 100%;
  margin: 0;
}
 .section-teambg{
  background-color: #fff;
  width: 100%;
  margin: 0;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}

h1 span{
  font-size: 42px;
 }
.section-title h2 {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 17px;
  padding-bottom: 17px;
  position: relative;
  color: #5151fb;
}
.section-title2 h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 17px;
  padding-bottom: 0px;
  position: relative;
  color: #5151fb;
}
/* .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ee495c;
  bottom: 0;
  left: calc(50% - 20px);
} */

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 25px 0;
  /* filter: grayscale(100); */
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .clients img {
    max-width: 40%;
  }
}
t
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ee495c;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more, .content-box .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #ffffff;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ee495c;
  background: #ee495c;
}

.about .content .btn-learn-more:hover, .content-box .btn-learn-more:hover {
  background: #ffffff;
  color: #ee495c;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px 20px 0 100px;
}

.why-us .content h3, .logosh3 {
  font-weight: 400;
  font-size: 25px;
  color: #5151fb;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 62px 10px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  /* background: #fff; */
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #ee495c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ee495c;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .why-us .img {
    min-height: 200px;
  }
  #call-for-Papers .list-bx {margin: 0;padding: 0 0 0 30px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #5151fb;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ee495c;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #5151fb;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  width: 100%;
  margin-bottom: 22px;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #ee495c;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #5151fb;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #ee495c;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(#a4918eb4, rgba(39, 52, 36, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 30px 0;
}
.pb-1{
  color:#fff !important;
}
.cta2 {
  background: linear-gradient(rgba(64, 64, 243, 0.725), rgb(25, 25, 157)), url("../img/cta-bg2.jpg") fixed center center;
  background-size: cover;
  padding: 30px 0 60px;
 /* padding: 90px 0; */
  
}
/* assets/img/banner-img.png */
.cta3 {
  background: linear-gradient(rgba(0,0,0, 0.6), rgba(0, 0, 0, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 30px 0 60px;
 /* padding: 90px 0; */
}

.cta h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta li {
  color: #fff;
}

.cta li {
  list-style: none;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ee495c;
  border: 2px solid #ee495c;
}

@media (max-width: 1024px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #ee495c;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ee495c;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ee495c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ee495c;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  transition: 0.5s;
  height: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.member .pic {
  overflow: hidden;
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
}

.member .pic img {
  transition: ease-in-out 0.3s;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.member:hover {
  transform: translateY(-10px);
}

.member .member-info {
  padding: 0;
  flex: 1;
}

.member h4 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #5151fb;
}

.member span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
  position: relative;
  font-weight: 500;
  color: #666;
}

.member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #5151fb;
  bottom: 0;
  left: 0;
}

.member p {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}

.member .social {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.member .social a i {
  color: #5151fb;
  font-size: 16px;
  margin: 0 2px;
}

.member .social a:hover {
  background: #ee495c;
}

.member .social a:hover i {
  color: #fff;
}

.member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Committee Cards
--------------------------------------------------------------*/
.committee-card {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  transition: 0.5s;
  height: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.committee-card img {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
}

.committee-card div {
  flex: 1;
}

.committee-card h6 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #5151fb;
}

.committee-card p {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 30px;
  margin-bottom: 30px;
}

.pricing .box {
  padding: 30px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
 
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #5151fb;;
}

.pricing h4 {
  font-size: 36px;
  color: #5151fb;;
  font-weight: 400;
  font-family: "Jost", sans-serif;

}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #ee495c;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #e3475c;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.buy-btn2 {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #ee495c;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #ee495c;
}
.pricing .buy-btn2:hover {
  background: #ee495c;
  color: #fff;
}


.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #ee495c;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #ee495c;
}

.pricing .buy-btn:hover {
  background: #ee495c;
  color: #fff;
}

.pricing .featured {
  border-top-color: #ee495c;
}

.pricing .featured .buy-btn {
  background: #ee495c;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #ffffff;
  color: #ee495c;

}

@media (max-width: 992px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ee495c;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #5151fb;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #ee495c;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .faq .faq-list {
    padding: 0;
    max-width: 100 !important;
    margin: 0 !important
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #ee495c;
  border-bottom: 3px solid #ee495c;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #ee495c;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5151fb;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #ee495c;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ee495c;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #ee495c;
  border-bottom: 3px solid #ee495c;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ee495c;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ee495c;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #5151fb;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #5151fb;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #5151fb;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ee495c;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #5151fb;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #5151fb;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ee495c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ee495c;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ee495c;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}
.b-style { margin-bottom: 12px; background: #c3c3c3;; text-align: center; 
  padding: 12px ; display: block;     margin: -18px;    margin-bottom: 12px;}
  /* .list-bx .b-height {line-height: 60px;} */
  .list-bx li {line-height: 30px;}
  .list-bx{ list-style: square; text-align: left; width: 94%; padding-left: 18px; }

/* Custom Styles from HTML */
.btn-class {
  display: flex;
  justify-content: start;
}

.btn-class a {
  text-align: right;
  color: #ffffff;
}

.mid-align {
  align-items: center;
}

.secondul {
  border-top: 1px solid #fff;
}

@media (max-width:1024px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 10 !important;
  }
  .btn-class {
    justify-content: center;
  }
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
  object-fit: fill;
}

/* Places to Visit Section Styles */
.places-grid .place-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.places-grid .place-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.place-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #5151fb;
}

.places-grid .place-card h5 {
  color: #5151fb;
  font-weight: 600;
  margin: 15px 0 10px 0;
  padding: 0 15px;
  font-size: 1.1rem;
}

.places-grid .place-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0 15px 15px 15px;
  margin: 0;
  flex-grow: 1;
}

/* prevent horizontal scroll */
html, body {
  overflow-x: hidden;
}

/* patron/profile card styling */
.patrons .member {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  padding: 15px;
  transition: transform .3s;
}

.patrons .member:hover {
  transform: translateY(-5px);
}

.patrons .member img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center top;
  margin-right: 20px;
}

.patrons .member h4 {
  color: #0d6efd;
  font-size: 1.2rem;
  margin: 0;
}

.patrons .member span {
  display: block;
  font-size: 0.9rem;
  color: #555;
}

.patrons .member p {
  margin: 0;
  color: #444;
  font-size: 0.85rem;
}

.section-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  padding-bottom: 5px;
}

/* header, logo and nav adjustments */
#header {
  padding: 8px 0;
}

#header .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}

.partner-logo img {
  height: 40px;
  margin-right: 8px;
}

.logo-divider {
  width: 1px;
  height: 40px;
  background: #ccc;
  margin-right: 8px;
}

/* hero section background image with blur */
#hero.hero-bg {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://mrips.edu.in/wp-content/uploads/2025/10/Main-build-mrips.jpg') center/cover no-repeat;
  background-attachment: fixed;
  filter: blur(0px);
  height: 90vh;
}

#hero.hero-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.35);
  backdrop-filter: blur(3px);
  z-index: 0;
}

#hero.hero-bg > * {
  z-index: 1;
  position: relative;
}

.dates .date-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dates .date-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dates .date-list li:last-child {
  border-bottom: none;
}

.dates .date-list strong {
  color: #0d6efd;
  font-weight: 600;
}

.dates .date-list span {
  color: #444;
}

/* new table specific styles */
.dates-table th {
  background: #0d6efd;
  color: #fff;
}

.dates-table td, .dates-table th {
  vertical-align: middle;
}

.dates-table tr:hover {
  background-color: rgba(13,110,253,0.1);
}

/* Advisory Committee Table Styling */
.advisory-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 15px;
}

.advisory-table tbody tr {
  border-bottom: 1px solid #e9ecef;
  padding: 15px 0;
}

.advisory-table tbody tr:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transition: background-color 0.3s ease;
}

.advisory-table td {
  padding: 15px;
  vertical-align: top;
}

.advisory-table strong {
  color: #0d6efd;
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
}

.affiliation {
  color: #666;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.5;
}

/* Keynote Speakers Table Styling */
.keynote-speakers-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 15px;
}

.keynote-speakers-table tbody tr {
  border-bottom: 1px solid #e9ecef;
  padding: 15px 0;
}

.keynote-speakers-table tbody tr:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transition: background-color 0.3s ease;
}

.keynote-speakers-table td {
  padding: 15px;
  vertical-align: top;
}

.keynote-speakers-table strong {
  color: #0d6efd;
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
}

/* Committees Section Styles */
.committees {
  padding: 60px 0;
}

.sub-committee {
  padding-left: 30px;
  border-left: 3px solid #0d6efd;
  margin-bottom: 20px;
}

.sub-committee-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
}

.committee-content {
  color: #555;
  line-height: 1.6;
}

/* Keynote Speakers Section Styles */
.keynote {
  padding: 60px 0;
}

.speakers-content {
  color: #555;
  line-height: 1.6;
  font-size: 1rem;
}

/* Organizing Committee Card Styles */
.org-role-group {
  padding: 20px 0;
}

.org-role-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}

.committee-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.committee-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-5px);
  border-color: #5151fb;
}

.committee-card h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  line-height: 1.3;
  text-align: center;
}

.committee-card p {
  font-size: 0.8rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  display: block;
}

.committee-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin: 0 auto 15px auto;
  border: 3px solid #f8f9fa;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.committee-card:hover img {
  border-color: #5151fb;
  transform: scale(1.05);
}

.committee-card div {
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub-committee .member {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.sub-committee .member:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-5px);
  border-color: #5151fb;
}

.sub-committee .member img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin: 0 auto 15px auto;
  border: 3px solid #f8f9fa;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.sub-committee .member:hover img {
  border-color: #5151fb;
  transform: scale(1.05);
}

.sub-committee .member div {
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub-committee .member h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  line-height: 1.3;
  text-align: center;
}

.sub-committee .member span {
  color: #2c3e50;
  font-size: 0.85rem;
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
  text-align: center;
}

.sub-committee .member p {
  font-size: 0.8rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  display: block;
}

/* Committee List Styles */
.committee-list {
  list-style: decimal;
  padding-left: 40px;
  margin: 0 0 20px 0;
}

.committee-list li {
  padding: 10px 0 10px 10px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #3a3939;
  position: relative;
}

.committee-member::before {
  content: "";
  position: absolute;
  left: 0;
  color: #5151fb;
  font-weight: bold;
  margin-right: 10px;
}

.committee-member strong {
  color: #3a3939;
  font-weight: 600;
  display: inline;
}

.committee-member {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.committee-member:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Call For Abstract Section Styles */
.call-for-abstract {
  padding: 60px 0;
  background: #f9f9ff;
}

.abstract-guidelines {
  background: #fff;
  border-left: 5px solid #0d6efd;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.abstract-guidelines ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.abstract-guidelines li {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.8;
  font-size: 0.95rem;
  color: #3a3939;
}

.abstract-guidelines li strong {
  color: #0d6efd;
  font-weight: 600;
}

.abstract-guidelines li:last-child {
  margin-bottom: 0;
}

/* Publication Section Styles */
.publication {
  padding: 60px 0;
}

.publication-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.publication-box {
  padding: 40px;
  border-left: 5px solid #0d6efd;
}

.publication-box p {
  font-size: 1rem;
  line-height: 1.8;
  color: #3a3939;
  margin-bottom: 20px;
}

.publication-box p strong {
  color: #0d6efd;
  font-weight: 600;
}

.publication-button-container {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.publication-button-container .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  padding: 12px 30px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.publication-button-container .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.publication-button-container .btn-primary i {
  margin-right: 8px;
}

/* About Hyderabad Section Styles */
.about-hyderabad {
  padding: 60px 0;
  background: #fff;
}

.hyderabad-content {
  background: #f9f9ff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 50px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.hyderabad-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #3a3939;
  margin-bottom: 20px;
  text-align: justify;
}

.hyderabad-content p:last-child {
  margin-bottom: 0;
}

/* Places Grid Layout */
.places-grid {
  margin-top: 40px;
}

.place-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.place-card:hover {
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
  transform: translateY(-5px);
  border-color: #0d6efd;
}

.place-card h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 12px;
}

.place-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3a3939;
  margin-bottom: 0;
}

/* Responsive Places Grid */
@media (max-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .place-card {
    padding: 20px;
  }
  
  .place-card h5 {
    font-size: 1.1rem;
  }
  
  .place-card p {
    font-size: 0.9rem;
  }
}

/* How to Reach Section Styles */
.how-to-reach {
  padding: 60px 0;
  background: #f9f9ff;
}

.reach-intro {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
  border-left: 5px solid #0d6efd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.reach-intro p {
  font-size: 1rem;
  line-height: 1.8;
  color: #3a3939;
  margin: 0;
}

.reach-methods {
  margin-top: 30px;
}

.reach-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.reach-card:hover {
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
  transform: translateY(-5px);
  border-color: #0d6efd;
}

.reach-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  display: inline-block;
}

.reach-card h4 {
  font-size: 1.3rem;
  color: #0d6efd;
  margin: 20px 0;
  font-weight: 700;
}

.reach-content {
  text-align: left;
}

.reach-content h6 {
  font-size: 0.95rem;
  color: #0d6efd;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.reach-content p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #3a3939;
  margin-bottom: 15px;
}

.reach-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reach-content li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #3a3939;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.reach-content li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

@media (max-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .how-to-reach {
    padding: 40px 0;
  }

  .reach-intro {
    padding: 20px;
    margin-bottom: 30px;
  }

  .reach-intro p {
    font-size: 0.95rem;
  }

  .reach-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .reach-card h4 {
    font-size: 1.1rem;
    margin: 15px 0;
  }

  .reach-icon {
    font-size: 2rem;
  }

  .reach-content h6 {
    font-size: 0.9rem;
  }

  .reach-content p {
    font-size: 0.85rem;
  }

  .reach-content li {
    font-size: 0.85rem;
  }
}

/* Enhanced Call For Abstract Section Styles */
.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 40px;
  font-weight: 300;
}

.enhanced-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.enhanced-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-header-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 25px 30px;
  text-align: center;
}

.card-header-gradient.urgent {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.card-header-gradient h4 {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.card-header-gradient h4 i {
  margin-right: 10px;
}

.header-subtitle {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.guidelines-content {
  padding: 30px;
}

.guidelines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.guideline-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.guideline-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.guideline-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 15px;
  flex-shrink: 0;
}

.guideline-icon i {
  font-size: 1.2rem;
}

.guideline-text h5 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.guideline-text p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

.submission-details {
  padding: 30px;
}

.submission-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.submission-item:last-child {
  border-bottom: none;
}

.submission-item.deadline {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8787 100%);
  margin: 0 -30px;
  padding: 20px 30px;
  color: white;
  border-radius: 0;
}

.submission-item.deadline .submission-icon {
  background: rgba(255, 255, 255, 0.2);
}

.submission-item.deadline .submission-text h5,
.submission-item.deadline .submission-text p {
  color: white;
}

.submission-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 20px;
  flex-shrink: 0;
}

.submission-icon i {
  font-size: 1.3rem;
}

.submission-text h5 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
}

.submission-text p {
  margin: 0;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
}

.publication-preview {
  padding: 30px;
}

.preview-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.preview-item:last-child {
  border-bottom: none;
}

.preview-item i {
  color: #28a745;
  margin-right: 15px;
  font-size: 1.1rem;
}

.preview-item span {
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
}

.preview-cta {
  margin-top: 25px;
  text-align: center;
}

.btn-learn-more {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-learn-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
  color: white;
}

.btn-learn-more i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-learn-more:hover i {
  transform: translateX(3px);
}

/* Responsive Design for Enhanced Cards */
@media (max-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .guidelines-grid {
    grid-template-columns: 1fr;
  }
  
  .guideline-item {
    padding: 12px;
  }
  
  .guideline-icon {
    width: 35px;
    height: 35px;
  }
  
  .guideline-icon i {
    font-size: 1rem;
  }
  
  .submission-item.deadline {
    margin: 0 -20px;
    padding: 15px 20px;
  }
  
  .card-header-gradient {
    padding: 20px;
  }
  
  .card-header-gradient h4 {
    font-size: 1.3rem;
  }
}

/* Enhanced Publication Section Styles */
.publication-content {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

.publication-card .card-body {
  padding: 40px;
}

.publication-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.step:hover {
  background: #e9ecef;
  transform: translateX(10px);
  border-left-color: #667eea;
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.step-content {
  flex: 1;
}

.step-content h5 {
  margin: 0 0 12px 0;
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
}

.step-content p {
  margin: 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.highlights-content {
  padding: 35px;
  display: grid;
  gap: 20px;
}

.highlight-item {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
  gap: 15px;
}

.highlight-item:hover {
  background: #e9ecef;
  transform: translateX(8px);
}

.highlight-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.highlight-icon i {
  font-size: 1.2rem;
}

.highlight-text {
  flex: 1;
}

.highlight-text span {
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
}

.note-content {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border-radius: 12px;
  border-left: 4px solid #ffc107;
}

.note-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffc107 0%, #ff8f00 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.note-icon i {
  font-size: 1.3rem;
}

.note-text {
  flex: 1;
}

.note-text p {
  margin: 0;
  color: #856404;
  padding: 20px;
  background: #fffbeb;
  border-radius: 6px;
  border-left: 3px solid #f59e0b;
}

.note-content p {
  margin: 0;
  color: #92400e;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .call-for-abstract, .publication {
    padding: 40px 0;
  }
  
  .minimal-section {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .minimal-section h3 {
    font-size: 1.3rem;
  }
  
  .minimal-section h3 i {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  
  .guideline-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .guideline-label {
    margin-bottom: 5px;
  }
  
  .info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .info-label {
    margin-right: 0;
    min-width: auto;
  }
  
  .publication-benefits {
    grid-template-columns: 1fr;
  }
  
  .process-step {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  
  .step-content h4 {
    font-size: 1.3rem;
  }
}

/* Premium Minimal Design for Call For Abstract and Publication Sections */
.call-for-abstract, .publication {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
  position: relative;
}

.call-for-abstract::before, .publication::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

.minimal-section {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.minimal-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.minimal-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  border-radius: 0 16px 0 50%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.minimal-section:hover {
  border-color: #3b82f6;
  box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.15), 0 10px 10px -5px rgba(59, 130, 246, 0.04);
  transform: translateY(-8px) scale(1.02);
}

.minimal-section:hover::before {
  opacity: 1;
  width: 8px;
}

.minimal-section:hover::after {
  opacity: 1;
  width: 150px;
  height: 150px;
}

.minimal-section h3 {
  margin: 0 0 35px 0;
  color: #0f172a;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  letter-spacing: -0.02em;
}

.minimal-section h3 i {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
  color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.minimal-section:hover h3 i {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.4);
}

/* Guidelines List */
.guidelines-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.guideline-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  border-left: 5px solid #3b82f6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.guideline-row::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  border-radius: 0 12px 0 30%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.guideline-row:hover {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  transform: translateX(12px);
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1), 0 4px 6px -2px rgba(59, 130, 246, 0.05);
  border-left-color: #8b5cf6;
}

.guideline-row:hover::before {
  opacity: 1;
  width: 80px;
  height: 80px;
}

.guideline-label {
  font-weight: 800;
  color: #1e293b;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.guideline-label i {
  color: #3b82f6;
  font-size: 1.2rem;
  width: 24px;
  text-align: center;
}

.guideline-label::before {
  content: '';
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.guideline-value {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

/* Submission Information */
.submission-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-item {
  display: flex;
  align-items: center;
  padding: 30px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  border-left: 5px solid #3b82f6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.info-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  border-radius: 0 12px 0 30%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-item:hover {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  transform: translateX(12px);
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1), 0 4px 6px -2px rgba(59, 130, 246, 0.05);
  border-left-color: #8b5cf6;
}

.info-item:hover::before {
  opacity: 1;
  width: 100px;
  height: 100px;
}

.info-item.deadline {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-left-color: #ef4444;
  position: relative;
}

.info-item.deadline::before {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
}

.info-item.deadline:hover {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  box-shadow: 0 10px 15px -3px rgba(239, 68, 68, 0.1), 0 4px 6px -2px rgba(239, 68, 68, 0.05);
  border-left-color: #dc2626;
}

.info-item.deadline::after {
  content: '⚠️ URGENT';
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #dc2626;
  background: rgba(254, 226, 226, 0.8);
  padding: 4px 8px;
  border-radius: 4px;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.info-label {
  font-weight: 800;
  color: #1e293b;
  font-size: 1.2rem;
  margin-right: 30px;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-label i {
  color: #3b82f6;
  font-size: 1.3rem;
  width: 28px;
  text-align: center;
}

.info-label::before {
  content: '';
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
  animation: pulse 2s infinite;
}

.info-item.deadline .info-label i {
  color: #ef4444;
}

.info-item.deadline .info-label::before {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
}

.info-value {
  color: #475569;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.info-item.deadline .info-value {
  color: #dc2626;
  font-weight: 800;
  font-size: 1.2rem;
}

/* Publication Benefits */
.publication-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 35px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 12px;
  border-left: 5px solid #10b981;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
  border-radius: 0 12px 0 30%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-item:hover {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 25px -5px rgba(16, 185, 129, 0.15), 0 10px 10px -5px rgba(16, 185, 129, 0.04);
  border-left-color: #059669;
}

.benefit-item:hover::before {
  opacity: 1;
  width: 80px;
  height: 80px;
}

.benefit-item i {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 8px 16px rgba(16, 185, 129, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-item:hover i {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.4);
}

.benefit-item span {
  color: #1e293b;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.learn-more {
  text-align: center;
  padding-top: 30px;
  border-top: 2px solid #e2e8f0;
  position: relative;
}

.learn-more::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { width: 0; }
  50% { width: 100px; }
  100% { width: 0; }
}

.minimal-btn {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.minimal-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.minimal-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.4), 0 10px 10px -5px rgba(59, 130, 246, 0.04);
}

.minimal-btn:hover::before {
  left: 100%;
}

/* Process Steps */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 35px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px;
  border-left: 5px solid #3b82f6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.process-step::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  border-radius: 0 16px 0 30%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step:hover {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  transform: translateX(15px);
  box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.15), 0 10px 10px -5px rgba(59, 130, 246, 0.04);
  border-left-color: #8b5cf6;
}

.process-step:hover::before {
  opacity: 1;
  width: 120px;
  height: 120px;
}

.step-number {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.3);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-number::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
  border-radius: 20px;
  z-index: -1;
  opacity: 0.3;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step:hover .step-number {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 16px 32px rgba(59, 130, 246, 0.4);
}

.process-step:hover .step-number::after {
  opacity: 0.5;
}

.step-content h4 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-content h4 i {
  color: #3b82f6;
  font-size: 1.4rem;
  width: 32px;
  text-align: center;
}

.step-content p {
  margin: 0;
  color: #475569;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 600;
}

/* Benefits List */
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.benefit-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 12px;
  border-left: 5px solid #10b981;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.benefit-row::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
  border-radius: 0 12px 0 30%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-row:hover {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  transform: translateX(12px);
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.1), 0 4px 6px -2px rgba(16, 185, 129, 0.05);
  border-left-color: #059669;
}

.benefit-row:hover::before {
  opacity: 1;
  width: 100px;
  height: 100px;
}

.benefit-row i {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 8px 16px rgba(16, 185, 129, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-row:hover i {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.4);
}

.benefit-row span {
  color: #1e293b;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

/* Note Section */
.note-section {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-color: #f59e0b;
}

.note-section::before {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.note-section h3 i {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.note-content {
  padding: 30px;
  background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
  border-radius: 12px;
  border-left: 5px solid #f59e0b;
  position: relative;
}

.note-content::before {
  content: 'ℹ️ IMPORTANT';
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #92400e;
  background: rgba(254, 252, 231, 0.8);
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #f59e0b;
}

.note-content p {
  margin: 0;
  color: #92400e;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .call-for-abstract, .publication {
    padding: 60px 0;
  }
  
  .minimal-section {
    padding: 30px;
    margin-bottom: 25px;
  }
  
  .minimal-section h3 {
    font-size: 1.5rem;
  }
  
  .minimal-section h3 i {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  
  .guideline-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .guideline-label {
    margin-bottom: 12px;
  }
  
  .info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .info-label {
    margin-right: 0;
    min-width: auto;
  }
  
  .publication-benefits {
    grid-template-columns: 1fr;
  }
  
  .process-step {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .step-content h4 {
    font-size: 1.3rem;
  }
}
