* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f8f9fa;
}

header {
  background-color: #fff;
  text-align: center;
  /*position: fixed;*/
  width: 100%;
  overflow: hidden;
  left: 0;
}

header {
  top: 0;
  /* border-bottom: 2px solid #ccc; */
  z-index: 9999;
}
/* =========================
   PREMIUM TOP HEADER
========================= */

.top-header{
    position: relative;
    background: linear-gradient(135deg,#f7fff8,#e7f5ea);
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(47,143,78,0.10);
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

/* Decorative Background */
.top-header::before{
    content: "";
    position: absolute;
    top: -40px;
    left: -80px;
    width: 220px;
    height: 220px;
    background: rgba(47,143,78,0.05);
    border-radius: 50%;
}

.top-header::after{
    content: "";
    position: absolute;
    bottom: -50px;
    right: -70px;
    width: 180px;
    height: 180px;
    background: rgba(169,207,70,0.08);
    border-radius: 50%;
}

/* =========================
   LEFT SECTION
========================= */

.top-header-left{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 18px;
    position: relative;
    z-index: 2;
}

.top-header-left a{
    text-decoration: none;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    position: relative;
}

.top-header-left a::before{
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #2f8f4e;
}
.top-header-left a:hover{
    color: #2f8f4e;
}

/* =========================
   MIDDLE SECTION
========================= */

.top-header-middile{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.school-name{
    display: inline-block;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(47,143,78,0.10);
    color: #2f8f4e;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* =========================
   RIGHT SECTION
========================= */
.navbar{
        margin-top: -14px;
    }
    #left-img{
        border: 1px solid #000;
        border-radius:80px; 
        padding: 2px;
    }
    @media(max-width:600px){
        #mit_logo{
            margin-top: 12px;
        }
        .button-711{
            display: block!important;
        }
        .contact_us{
            text-decoration: none!important;
        }
        .bg-top-scroll{
            display: block!important;
        }
    }
    .button-711{
        display: none;
    }
 @media (max-width: 600px) {
      #top-header{
        display: block!important;
      }
      .top-header-right{
          display: none!important;
      }
      .bg-top-scroll{
           padding: 9px 0;
      }
       .bg-top-scroll marquee{
            padding-top: 0px!important;
       }
       /*.top-header-left{*/
       /*     display: none!important;*/
       /*}*/
    }
     .bg-top-scroll{
        background-color: rgba(47, 143, 78, 0.75);
        color: white;
        padding: 12px 0;
        overflow: hidden;
    }

    .bg-top-scroll marquee{
        text-transform: uppercase;
        font-weight: bold;
        font-size: 22px;
        letter-spacing: 1px;
        padding-top: 7px;
    }

    .bg-top-scroll a{
        color: white;
    }

.top-header-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}
.button-711{
     background: linear-gradient(135deg, #A9CF46, #2F8F4E);
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: none;
  box-shadow: 0 8px 22px rgba(47, 143, 78, 0.35);
}
.button-711::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  transform: skewX(-25deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -120%;
  }

  100% {
    left: 130%;
  }
}

.button-711 {
  animation: floatBtn 2s ease-in-out infinite;
}

@keyframes floatBtn {
  0% {
    transform: translateY(0px);
  }

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

  100% {
    transform: translateY(0px);
  }
}
.button-71 {
  background: linear-gradient(135deg, #A9CF46, #2F8F4E);
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(47, 143, 78, 0.35);
}

/* Auto Shine Animation */
.button-71::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  transform: skewX(-25deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -120%;
  }

  100% {
    left: 130%;
  }
}

.button-71 {
  animation: floatBtn 2s ease-in-out infinite;
}

@keyframes floatBtn {
  0% {
    transform: translateY(0px);
  }

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

  100% {
    transform: translateY(0px);
  }
}
/* =========================
   RESPONSIVE DESIGN
========================= */

@media(max-width:992px){

    .top-header{
        padding: 18px 0;
    }

    .top-header-left,
    .top-header-middile,
    .top-header-right{
        justify-content: center;
        text-align: center;
        padding: 10px 15px;
    }

    .school-name{
        font-size: 13px;
        padding: 10px 18px;
        border-radius: 20px;
    }

    .top-header-left a{
        font-size: 13px;
    }
}

@media(max-width:576px){

    .school-name{
        font-size: 12px;
        line-height: 1.6;
        padding: 10px 15px;
    }

    .top-header-left a{
        word-break: break-word;
    }
}



.title-area {
  padding: 20px;
  background: linear-gradient(135deg,
      #2f8f4e,
      #3e9e5d);
  /* Gradient Background */
  color: white;
 height: auto!important;
  border-radius: 10px;
  /* margin-top: -47px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.title-area h2 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Subheading */
.title-area h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffd700;
  /* Gold Color */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.title-area h1 {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  background: linear-gradient(45deg, #ffd700, #ff4500, #cd1e25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Apply gradient to text */
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.organized h3 {
  color: #eb0303;
  font-weight: bold;
}

.organized .organize-title {
  font-size: 1.5rem;
  /* Adjust size for better visibility */
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #4caf50;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  /* Soft shadow */
  padding: 0px 20px;
}

.organized-date {
  background-color: #2f8f4e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.organized-date span {
  font-weight: bold;
  font-size: 30px;
}


/* ================= NAVBAR ================= */

.navbar {
  background: #2F8F4E !important;
  padding: 6px 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

/* Logo */
.navbar-brand img {
  transition: 0.3s ease;
  border-radius: 10px;
}

.navbar-brand img:hover {
  transform: scale(1.04);
}

/* Navbar Links */
.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

/* Nav Link */
.nav-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 8px 14px !important;
  border-radius: 6px;
  position: relative;
  transition: 0.3s ease;
}

/* Bottom Line Animation */
.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0%;
  height: 2px;
  background: #A9CF46;
  transition: 0.3s ease;
  transform: translateX(-50%);
  border-radius: 10px;
}

/* Hover */
.nav-link:hover {
  color: #A9CF46 !important;
}

.nav-link:hover::after {
  width: 70%;
}

/* Active Link */
.nav-link.active {
  color: #A9CF46 !important;
}

/* Dropdown */
.dropdown-menu {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.12);
}

.dropdown-item {
  color: #333 !important;
  font-size: 13px;
  border-radius: 6px;
  padding: 8px 12px;
  transition: 0.3s ease;
}

.dropdown-item:hover {
  background: #f2f2f2;
  color: #2F8F4E !important;
}

/* Toggle Button */
.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

/* Responsive */
@media (max-width: 992px) {

  .navbar-nav {
    margin-top: 10px;
    gap: 6px;
  }

  .nav-link {
    text-align: center;
    font-size: 14px;
  }

  #ceielogo {
    display: none;
  }
}

.hero-slider{
    padding: 18px;
    background: #f4faf5;
    position: relative;
    overflow: hidden;
    /*margin-top: 40px!important;*/
}
.hero-slider::before{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(47,143,78,0.08);
    border-radius: 50%;
    top: -180px;
    left: -120px;
    filter: blur(60px);
}

.hero-slider::after{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(169,207,70,0.10);
    border-radius: 50%;
    bottom: -180px;
    right: -120px;
    filter: blur(60px);
}


.swiper{
    width: 100%;
    height: 620px;
    border-radius: 45px;
    overflow: hidden;
    position: relative;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.18),
    0 10px 25px rgba(47,143,78,0.10);

    border: 5px solid rgba(255,255,255,0.5);
}

.swiper::before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(2px);
clip-path: ellipse(90% 100% at 50% 0%);
    z-index: 5;
    pointer-events: none;
}

/* Bottom Curve */
.swiper::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(2px);
    clip-path: ellipse(75% 100% at 50% 100%);
    z-index: 5;
    pointer-events: none;
}

.swiper-slide{
    position: relative;
    overflow: hidden;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 7s ease;
}

.swiper-slide-active img{
    transform: scale(1.08);
}

.swiper-slide .overlay{
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        to top,
        rgba(0,0,0,0.28),
        rgba(0,0,0,0.05)
    );

    z-index: 1;
}
.swiper .glass-effect{
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:linear-gradient(120deg,rgba(255,255,255,0.12),transparent 40%);
}
.swiper-pagination{
    bottom: 28px !important;
    z-index: 10;
}

.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.7);
    opacity: 1;
    transition: 0.4s ease;
}

.swiper-pagination-bullet-active{
    width: 34px;
    border-radius: 30px;
    background: linear-gradient(135deg,#A9CF46,#2F8F4E);
}


.swiper-button-next,
.swiper-button-prev{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.18);
    transition: 0.35s ease;
}

.swiper-button-next{
    right: 22px;
}

.swiper-button-prev{
    left: 22px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: #2f8f4e;
    transform: scale(1.08);
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 12px !important;
    font-weight: bold;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

    .swiper{
        height: 500px;
        border-radius: 28px;
    }

    .swiper::before,
    .swiper::after{
        height: 60px;
    }
}

@media(max-width:768px){

    .hero-slider{
        padding: 8px;
    }

    .swiper{
        height: 280px;
        border-radius: 18px;
    }

    .swiper::before,
    .swiper::after{
        height: 35px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 36px;
        height: 36px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after{
        font-size: 10px !important;
    }

    .swiper-pagination{
        bottom: 10px !important;
    }

    .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }

    .swiper-pagination-bullet-active{
        width: 20px;
    }
}



.about-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.about-title h4 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #2f8f4e;
    letter-spacing: 1px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.about-title h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        #2f8f4e,
        #A9CF46,
        #ff4b2b
    );
}

.about-title h4::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff4b2b;
    box-shadow: 0 0 10px rgba(255, 75, 43, 0.4);
}

/* =========================
   TABLE DESIGN
========================= */
.abstract-table {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}
.abstract-table:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(47, 143, 78, 0.12);
}
.abstract-table table {
    margin-bottom: 0;
}
.abstract-table thead {
    background: linear-gradient(
        90deg,
        #2f8f4e,
        #A9CF46
    );
}

.abstract-table thead th {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border: none !important;
    text-align: center;
}

/* Table Body */
.abstract-table tbody td {
    padding: 10px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    border-color: #edf2f7 !important;
    transition: 0.3s ease;
}

/* Row Hover */
.abstract-table tbody tr:hover {
    background: rgba(169, 207, 70, 0.08);
}

/* Date Highlight */
.abstract-table tbody td span {
    background: rgba(47, 143, 78, 0.1);
    color: #2f8f4e;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
}

/* =========================
   SEE MORE BUTTON
========================= */
.see-more a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: linear-gradient(
        90deg,
        #2f8f4e,
        #A9CF46
    );
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.4s ease;
    box-shadow: 0 5px 15px rgba(47, 143, 78, 0.2);
}

.see-more a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(47, 143, 78, 0.3);
    color: #fff;
}

.see-more a i {
    transition: 0.4s ease;
}

.see-more a:hover i {
    transform: translateX(5px);
}

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

    .about-title h4{
        font-size: 26px;
    }

    .abstract-table tbody td,
    .abstract-table thead th{
        font-size: 14px;
        padding: 12px;
    }

    .see-more{
        margin-top: 15px;
    }
}

.slider-whole {
  margin-top: calc(60px + 5vh);
  /* Adjusts based on header height */
  padding-top: 50px;
}

/* .title-area {
  margin-top: -5vh !important;
} */

.chairmain-message {
  height: auto;
  padding-bottom: 20px;
  padding-top: 0px !important;
  background-color: #ccc;
}

.chairmain-message .chirmain-imag {
  padding-top: 50px;
}

.chairmain-message img {
  /* border: 3px solid #FFA725; */
  border: 3px solid #2f8f4e!important;
  border-radius: 10px;
  margin-top: 20px;
}


@media(max-width:600px) {
  .slider-whole {
    margin-top: 60px !important;
  }

  .title-area h1 {
    font-size: 20px;
    font-weight: bold;
    color: #cc1e24;
  }

  .chairmain-message img {
    margin-top: 0px !important;
  }

  .chairmain-message .about-title {
    padding-top: 15px !important;
  }

  .ab-iiche {
    padding-top: 15px !important;
  }
}

@media (max-width: 1440px) {
  .slider-whole {
    margin-top: 120px;
    /* Adjust according to header height */
  }

  .flash-button {
    margin-left: 1.6rem !important;
  }
}


    /* =========================
   OUR PUBLISHERS SECTION
========================= */

/* Heading Area */
.about-title1{
    text-align: center;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
    
}

.ab-iiche1{
    font-size: 22px;
    font-weight: 700;
    color: #2f8f4e;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    position: relative;
    display: inline-block;
}

/* Underline Effect */
.ab-iiche1::after{
    content: "";
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg,#2f8f4e,#A9CF46);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 10px;
}

/* Small Dot */
.ab-iiche1::before{
    content: "";
    width: 14px;
    height: 14px;
    background: #ff5722;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    z-index: 2;
}

/* =========================
   SLIDER SECTION
========================= */

.slider-item{
    padding-top: 18px;
    padding-bottom: 15px;
}

/* Card Alignment */
.slider-items{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* =========================
   CARD DESIGN
========================= */

.slider-item .card{
    width: 180px;
    height: 180px;

    border: none !important;
    border-radius: 22px;

    overflow: hidden;
    position: relative;

    background: #ffffff;

    padding: 12px;

    transition: all 0.4s ease;

    box-shadow:
        0 6px 20px rgba(0,0,0,0.08);
}

/* Inner Box */
.slider-item .card-inner{
    width: 100%;
    height: 100%;

    border-radius: 18px;

    background: #fff;

    border: 1px solid rgba(169,207,70,0.25);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.4s ease;
}

/* =========================
   IMAGE STYLE
========================= */

.slider-item .card img{
    width: 120px;
    height: 120px;

    object-fit: contain;

    transition: transform 0.4s ease;
}

/* =========================
   HOVER EFFECTS
========================= */

.slider-item .card:hover{
    transform: translateY(-8px);
}

/* Glow Effect */
.slider-item .card:hover .card-inner{
    box-shadow:
        0 10px 30px rgba(47,143,78,0.18),
        0 0 18px rgba(169,207,70,0.22);

    border-color: rgba(47,143,78,0.35);
}

/* Zoom Image */
.slider-item .card:hover img{
    transform: scale(1.08);
}

/* Animated Top Border */
.slider-item .card::before{
    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #2f8f4e,
        #A9CF46
    );

    transition: 0.6s;
}

/* Border Animation */
.slider-item .card:hover::before{
    left: 0;
}

/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 992px){

    .ab-iiche{
        font-size: 34px;
    }

    .slider-item .card{
        width: 160px;
        height: 160px;
    }

    .slider-item .card img{
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 768px){

    .slider-items{
        gap: 18px;
    }

    .ab-iiche{
        font-size: 28px;
    }

    .slider-item .card{
        width: 140px;
        height: 140px;
    }

    .slider-item .card img{
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 576px){

    .slider-items{
        gap: 14px;
    }

    .ab-iiche{
        font-size: 24px;
    }

    .slider-item .card{
        width: 120px;
        height: 120px;
        padding: 10px;
    }

    .slider-item .card img{
        width: 70px;
        height: 70px;
    }
}
  .card-body #newlogoorg {
    margin-top: 7px !important;
    height: 70px !important;
    width: 90px;

  }
}

.organization-section {
    background-color: #ffffff;
    padding: 40px 0;
}

.org-card {
    background: #ffffff;
    border-radius: 18px;
}

.org-item {
    padding: 7px;
    height: 100%;
    transition: 0.3s ease;
}

.org-logo {
    width: 100%;
    height: 110px;
    object-fit: contain;
    margin-bottom: 15px;
}

.org-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    min-height: 40px;
}

.org-item:hover {
    transform: translateY(-5px);
}

.organized .card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.organized .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.organized .card-body {
  padding: 20px;
}

.organized .card img {
  max-width: 100px;
  height: 90px;
  margin-bottom: 15px;
}

.organized .organize-title {
  font-size: 18px;
  font-weight: 600;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
@media(max-width:600px){
  .vanue {
    margin-top: 20px;
  }
}
.vanue {
    position: relative;
    height: auto;
    padding: 30px;
    border-radius: 15px !important;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 70px;
    transition: 0.4s ease;
}

.vanue::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 2px;
    background: linear-gradient(
        90deg,
        #2f8f4e,
        #A9CF46,
        #2f8f4e,
        #A9CF46
    );
    
    background-size: 300% 300%;
    
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
        
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    opacity: 0;
    transition: 0.4s ease;
}

.vanue:hover::before {
    opacity: 1;
    animation: borderMove 3s linear infinite;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}
.see-more a {
  text-decoration: none;
  background-color: #2f8f4e;
  color: #fff;
  padding: 3px 7px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.see-more a i {
  font-size: 13px;
  margin-left: 5px;
}

.flash-button {
  padding: 15px 80px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(255, 65, 108, 0.5);
  animation: flash 1.5s infinite alternate ease-in-out;
  transition: transform 0.3s ease;
  border: 1px dashed #2f8f4e;
  margin-top: 4rem;
  margin-left: 3rem;
}

.flash-button:hover {
  transform: scale(1.05);
}

@keyframes flash {
  0% {
    box-shadow: 0 0 10px rgba(255, 65, 108, 0.4);
  }

  100% {
    box-shadow: 0 0 30px rgba(255, 75, 43, 0.9), 0 0 60px rgba(255, 75, 43, 0.6);
  }
}

.flash-button1 {
  padding: 15px 80px;
  font-size: 18px;
  color: #2f8f4e;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 15px #2f8f4e;
  border: 1px dashed #2f8f4e;
  margin-top: 2rem;
  transition: transform 0.3s ease;
  margin-left: 1.2rem;
}

.flash-button1:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) and (max-width: 991px) {

  /* Typical tablet size */
  .about-title {
    margin-top: 100px !important;
  }
}

/* Mobile & Small Screens - Column Layout */
@media (max-width: 767px) {
  .organized .card-body {
    padding: 15px;
  }
}

@media(max-width:600px) {
  #sanjib {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Center Cards in the Container */
.organized {
  max-width: 1200px;
  margin: auto;
  padding: 40px;
}

/*footer area start here*/
.footer {
  background: #2f8f4e;
  /* Beautiful Blue */
  color: #fff;
  border-top: 2px solid #ccc;
  padding: 40px 0;
}

.footer-section {
  margin-bottom: 20px;
}

.footer h4 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}

.footer h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #ff5722;
  /* Orange Line */
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links li a:hover {
  color: #ffeb3b;
  /* Yellow on Hover */
}

.footer-bottom {
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  font-size: 14px;
}

.footer-contact span a {
  text-decoration: none;
  color: #000;
}

.bg-scattered-circles {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 35px;
  border-radius: 10px 10px 0px 0px;
}

.circle {
  position: absolute;
  width: 2.5px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 50%;
  animation:
    moveCircles 10s linear infinite,
    fadeCircles 3s ease-in-out infinite;
}

@keyframes moveCircles {
  0% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(50px) translateY(50px);
  }

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

@keyframes fadeCircles {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.date {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 7px 10px;
  margin-top: 10px;
}

.date span {
  color: #365bfe;
}

.time {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 9px 10px;
  margin-top: 10px;
}

.time span {
  color: #365bfe;
  font-size: 20px;
}

.chairmain-message {
  height: auto;
  padding-bottom: 50px;
  background-color: #ccc;
}

.chairmain-message .chirmain-imag {
  padding-top: 50px;
}

.chairmain-message img {
  border: 3px solid #ffa725;
  border-radius: 10px;
  margin-top: 20px;
}

.awards-logo-area .awards-logo-area-title {
  background-color: #fff;
  color: #000;
  padding: 7px 10px;
  border-radius: 3px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-weight: bold
}

@media (max-width: 600px) {
  header {
    height: auto;
    padding-bottom: 20px;
    display: block!important;
  }

  .top-header .top-header-left {
    border-bottom: 1px solid #ccc;
  }

  .top-header .top-header-middile {
    border-bottom: 0.1px solid #ccc;
  }

  .top-header .top-header-right {
    padding-bottom: 50px;
    text-align: center;
    display: block;
  }

  /* .title-area {
    margin-top: 150px;
  } */

  .title-area h2 {
    font-size: 1rem;
  }

  .title-area h4 {
    font-size: 1rem;
  }

  .slider-area {
    height: auto;
  }

  #top-header {
    display: none;
    padding-bottom: 0px !important;
  }

  .slider-whole {
    margin-top: 100px !important;
  }

  header {
    background-color: transparent !important;
  }

  .title-area {
    margin-top: 0px !important;
  }

  .about-title {
    margin-top: 0px !important;
  }

  .abstract-date {
    margin-top: 0px !important;
  }

  #abstract {
    margin-top: 30px !important;
  }

  .registration-btn {
    margin-top: 0px !important;
  }

  .speekar-card {
    height: auto !important;
  }

  .speekar-card img {
    display: block;
    margin: auto;
    height: 100px;
    width: 100px;
    object-fit: fill;
  }

  .speekar-card h5,
  p {
    text-align: center !important;
  }
}




/* Mobile view gap reduce */
/* Reduce gap between cards on small screens */
@media (max-width: 576px) {
  .col-12.mb-4 {
    margin-bottom: 5px !important;
  }

  .card-body {
    padding: 0.2rem 1rem;
  }
}

.bidhan-img {
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 7px;
  border-radius: 10px;
  border-top: 2px solid #2f8f4e;
  border-bottom: 2px solid #2f8f4e;
}

.bidhan-chandra {
  height: auto;
  padding: 10px 20px;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}

.bidhan-desc {
  padding-top: 35px;
}

@media (max-width: 600px) {
  .bidhan-chandra p {
    text-align: justify !important;
  }
  #ceielogo{
    display: none!important;
  }
}


  .conference-section{
    background: linear-gradient(135deg,#198754,#0f5132);
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/*.conference-content{*/
/*    padding: 40px 20px;*/
/*}*/

.main-title{
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    /*margin-bottom: 25px;*/
}

.sub-title{
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    padding-top: 10px;
}

.collab-text{
    color: #ffd700;
    font-size: 38px;
    font-weight: 700;
}
.conference-logo{
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 20px rgba(255,255,255,0.15);
}

.college-title{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.location-text{
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 400;
}

/* Mobile Responsive */
@media(max-width:768px){

    .conference-logo{
        width: 80px;
        height: 80px;
    }

    .college-title{
        font-size: 20px;
    }

    .location-text{
        font-size: 16px;
    }
    .main-title{
        font-size:20px!Important;
    }
}


.date-text,
.venue-text{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.register-btn{
    display: inline-block;
    background: #95C547;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px;
    text-decoration: none;
    transition: 0.3s;
}

.register-btn:hover{
    background: #ff3355;
    color: #fff;
    transform: translateY(-3px);
}

/* Responsive */
@media(max-width:768px){

    .main-title{
        font-size: 30px;
    }

    .sub-title{
        font-size: 24px;
    }

    .collab-text{
        font-size: 24px;
    }

    .college-title{
        font-size: 22px;
    }

    .location-text{
        font-size: 18px;
    }

    .date-text,
    .venue-text{
        font-size: 20px;
    }

    .conference-logo{
        width: 70px;
        height: 70px;
    }

    .register-btn{
        font-size: 20px;
        padding: 12px 25px;
    }
    #org-mit-logo{
        height: 84px!important;
        width: 83px!Important;
    }
}


