@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
    --primary-color: #17457A;
    --secondary-color: #2194C4;
    --card-bg: #ffffff;
    --text-color: #212529;
    --hover-shadow: rgba(0,0,0,0.1);
  --gradient: linear-gradient(135deg, #17457A, #2194C4);

}
*  {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
  scroll-behavior: smooth;
              font-family: 'Poppins', sans-serif;
}
/* === Fix unwanted horizontal scroll / overflow === */
html, body {
  overflow-x: hidden !important;
}


[data-aos^="fade"][data-aos*="left"],
[data-aos^="fade"][data-aos*="right"] {
  overflow-x: hidden;
}

/* section, div, header, footer {
  max-width: 100%;
} */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.owl-stage-outer {
  overflow: hidden !important;
}

body{
  background: url("../images/pinkbg.png");
  background-attachment: fixed;
        overflow-x: hidden;

}
p{
  font-family: "Poppins", sans-serif;
}

section{
  padding: 50px 0;
}


 .sec-heading {
    padding: 10px 0;
    letter-spacing: 1px;
    font-weight: bold;
    color: var(--primary-color);
    font-size: 3rem;
    text-transform: capitalize;
    position: relative;
    text-align: center;
      font-family: "Rubik", serif;

}
.sec-heading::after{
    content: "";                
    position: absolute;
    left: 50%;                  
    bottom: -8px;                  
    transform: translateX(-50%); 
    width: 200px;               
    height: 20px;               
    background-image: url('../images/storke.png'); 
    background-size: contain;    
    background-repeat: no-repeat;        
}
h3{
  font-weight: 700;
  color:var(--secondary-color);    
  margin-bottom: 20px;
  font-family: "Rubik", serif;

}


.cta_btn{
    padding: 10px 20px;
    border:none;
    outline:none;
    background-color: #2294C6;
    color:#fff;
    border-radius: 10px;

}

.registration_btn{
   padding: 10px 20px;
    border:none;
    outline:none;
    background-color: #E07122;
    color:#fff;
}
@media (max-width:991px){
  section{
    padding:10px;
  }
  p{
  font-size: 16px;

}

}


/* ===========================
   HEADER BASE STYLES
   =========================== */
       /* Optional: Styling */
    .navbar {
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      z-index: 1030;
      font-family: 'Poppins', sans-serif;
    }

    .navbar-brand img {
      width: 200px; 
      transition: width linear 0.5s;
   }
   .navbar.scrolled .navbar-brand img {
      width:150px; 
      transition: width linear 0.5s;
   }
        /* Optional: add background change when scrolling */
    .navbar.scrolled {
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      transition: background 0.3s ease, box-shadow 0.3s ease;
    }

  /* Improve mobile look */
  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-nav .nav-link {
    font-weight: 500;
    padding: 10px 15px;
    color: #333;
    font-weight: 500;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: var(--primary-color, #0d6efd);
        font-weight: bold;

  }




    /* Adjust top spacing for the body content below a fixed navbar */
body {
  padding-top: 80px; /* default for desktop */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 991px) {
  body {
    padding-top: 100px; /* more space for taller mobile nav */
  }

    .navbar-brand img,.navbar.scrolled .navbar-brand img {
      width: 180px; 
   }

}

@media (max-width: 575px) {
  body {
    padding-top: 100px; /* adjust for very small phones */
  }
}


/* 
.heading{
  font-size: 10rem;
  font-weight: bold;
  background-image: url("https://content.r9cdn.net/rimg/dimg/81/27/f9da72b6-city-18952-169edddbd24.jpg?width=1366&height=768&xhint=2118&yhint=1521&crop=true");
  letter-spacing: 1px;
  background-size: cover;
  background-position: center;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text; 
  font-family: "Rubik", serif;

  margin-top: 5%;
  text-align: center;
} */

    .heading{
      font-size: 9rem;
      font-weight: bold;
  
      letter-spacing: 1px;

      /* background-position: center; */
     
      color: #4DD0E1;
      font-family: "Rubik", serif;

      /* color: var(--primary-color); */

    }
    

#hero-section {
    position: relative;
    min-height: 100vh;
      background-image: url("https://content.r9cdn.net/rimg/dimg/81/27/f9da72b6-city-18952-169edddbd24.jpg?width=1366&height=768&xhint=2118&yhint=1521&crop=true");
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #000000a1;
      background-blend-mode: color;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 5%;
}

#hero-section::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 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,165.3C1248,171,1344,149,1392,138.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #e0e0e0;
    margin-bottom: 30px;
    font-weight: 400;
}

.info-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: 40px 0;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.info-item i {
    font-size: 1.5rem;
    color: #4dd0e1;
}

.info-item-text h6 {
    margin: 0;
    font-size: 0.85rem;
    color: #b0bec5;
    font-weight: 500;
}

.info-item-text p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.btn-primary-custom {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--primary-color) 0%,  var(--secondary-color) 100%);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.btn-secondary-custom {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background: #fff;
    color: #2c5364;
    transform: translateY(-3px);
}

.countdown-section {
    margin-top: 40px;
    text-align: center;
}

.countdown-title {
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.countdown-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.countdown-label {
    font-size: 0.9rem;
    color: #b0bec5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .info-bar {
        flex-direction: column;
        gap: 15px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100%;
        text-align: center;
    }
}


.content-body p{
  text-align: justify;
}
.content-body .list{
  position: relative;
}

.content-body .list::before {
  content: '\f0a3';
  font-family: "Font Awesome 6 Free";
  font-weight:700;
  margin-right: 8px;
  color: #000000;

}

#welcome-sec{
  color: #000000;
  background: transparent

}
#welcome-sec h2{
  color: var(--primary-color);
}
.signature .img-box{
  display: flex;
}
.signature .img-box .img-content { 
   text-align: center !important;
   margin: 10px;
}
#welcome-sec .contact-info a{
  color: #000000;
}

#registrationSec{
   padding: 80px 0;
}

#registrationSec h2{
  color: var(--primary-color);
    font-family: "Rubik", serif;

  
}


.reg_submit_btn{
    border: 2px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    transition: all linear 0.5s;

}
.reg_submit_btn:hover{
    letter-spacing: 1px;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;

}/* ===== Program Highlights Section ===== */
.program-highlights {

  padding: 80px 0;
}

.program-highlights h2.sec-heading {
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 1px;
}

.program-highlights p {
  color: #000000;
  max-width: 600px;
  margin: 0 auto 60px;
}

/* ===== Highlight Cards ===== */
.highlight-card {
  background:#fff;
  border-radius: 14px;
  border: 1px solid #e8f0fb;
  box-shadow: 0 3px 10px rgba(23, 69, 122, 0.08);
  padding: 40px 30px;
  transition: all 0.35s ease;
  height: 100%;
}

.highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(23, 69, 122, 0.12);
}

/* ===== Icon Circle ===== */
.highlight-card .icon {
  height: 70px;
  width: 70px;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9f4ff, #dbefff);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.highlight-card .icon i {
  font-size: 2.3rem;
  color: var(--secondary-color);
  transition: color 0.3s ease;
}

/* ===== Title ===== */
.highlight-card h4 {
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 1rem;
  line-height: 1.4;
}

/* ===== Hover Effects ===== */
.highlight-card:hover .icon {
  background: var(--gradient);
}

.highlight-card:hover .icon i {
  color: #fff;
}

.highlight-card:hover h5 {
  color: var(--secondary-color);
}

/* 
  #countdownSection{
    height: 50vh;
    display:flex;
    justify-content:center;
    align-items:center;
     background: aliceblue;

    }
  
  .countdown {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .countdown div {
    background: linear-gradient(130deg, #17457A 0%, #2194C4 100%);;
    padding: 20px 25px;
    border-radius: 15px;
    text-align: center;
    min-width: 90px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .countdown div:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.5);
  }

  .countdown span.number {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color:  #fff;
  }

  .countdown span.label {
    display: block;
    font-size: 0.9rem;
    color: #eee;
    margin-top: 5px;
  } */

  /* Responsive */
  @media(max-width:768px){
      .signature .img-box .img-content{
        margin: 10px;      
      }
    .signature .img-box img{
      width: 150px;
      }
    /* .countdown div {
      min-width: 70px;
      padding: 15px 18px;
    }
    .countdown span.number {
      font-size: 2rem;
    }
    .countdown span.label {
      font-size: 0.8rem;
    } */
  }

  /* @media(max-width:480px){
    .countdown div {
      min-width: 60px;
      padding: 12px 15px;
    }
    .countdown span.number {
      font-size: 1.5rem;
    }
    .countdown span.label {
      font-size: 0.7rem;
    }
  } */


#key_theme   .theme-list {
           list-style-type:none;
         }
#key_theme  .cards {
  padding:10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: 0.5rem;

  }

#key_theme .card {
     border:none;
   text-align:center;
    padding: 1rem;
     cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth transitions */
  }
#key_theme .gradient-border {
  position: absolute;
  top: 0;
  bottom: 0;
  right:-3px;

  width: 3px;
  background: linear-gradient(to bottom, #0380c300 0% , #0380C3 50%,#0380c300 100%); /* Adjust gradient colors as needed */
  z-index: 1;
}
#key_theme .card:nth-child(odd) {
  background-color: #ffffff;
}

#key_theme .card:nth-child(even) {
  background-color: #ffffff;
 
}
#key_theme .card i{
  font-size: 3rem ;
  margin-bottom: 10px;
  color: #E07122;
}
#key_theme .card p{
  margin-top:10px;
  color: #3A2D7F;
  font-weight:bold;
}
#key_theme .card i{
  font-size: 3rem ;
  margin-bottom: 10px;
}
 #key_theme .card:hover{   
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

   
}
@media (max-width:991px){
  .heading{
    font-size: 3.8rem;
  }
#key_theme  .cards {
  padding:10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-gap: 0.5rem;

  }
  .cta_btn{
     padding: 5px 10px;

}
}

  .committee-section {
      padding: 80px 0;
    }
 .committee-section h2{
    color: var(--primary-color);
 }
 
    .committee-card {
    font-family: "Poppins", sans-serif;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 12px;

    border-radius: 0 15px 0 15px ;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: center;
    transition: transform 0.2s;

    }
    .committee-card:hover {
      transform: translateY(-5px);
      background-color: #fff;
    }
      
   .committee-name {
     color: var(--primary-color);
     font-weight: bold;
    } 
    .committee-role {
      font-size: 0.9rem;
      color: #555;
    }
    .committee-category {
      margin-top: 50px;
      margin-bottom: 30px;
    }
    .committee-category h3 {
      margin-bottom: 25px;
      letter-spacing: 1px;
      text-align: center;
      color: var(--primary-color);
    }




.expert-card {
  background: transparent;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}

.expert-card:hover {
  transform: translateY(-6px);
}

.expert-photo {
  position: relative;
  padding: 25px 0 10px;
}

.expert-photo img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.expert-card:hover .expert-photo img {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.expert-details {
  padding: 1rem 1rem 1.5rem;
}

.expert-details h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #17457A;
  margin-bottom: 0.3rem;
}

.expert-details p {
  color: #555;
  margin-bottom: 0;
}

.expert-photo {
  position: relative;
  display: inline-block;
}




#contact {
    background: #f8f9fa;
    padding: 80px 0;
}
.contact-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: 0.3s;
    margin: 10px;

}
.contact-card:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.contact-card h5{
   color:#e07122;
}
.contact-card a{
     color: #3a2d90;
}
.contact-icon {
    font-size: 24px;
    color: #3a2d90;
    margin-right: 10px;
}


/* Abstract Page */
#abstract_guidelines .card {
  border-radius: 1rem;
  background-color: #ffffff;
}

#abstract_guidelines ul li {
  padding: 12px 0;
  line-height: 1.6;
  color: var(--text-color);
}

#abstract_guidelines ul li strong {
  color: var(--secondary-color);
}

.calendar-btn{
    background: #3A2D7F;
    color: #fff;

}
.calendar-btn:hover{
    background: #fff;
   border:2px solid #3A2D7F;
   color:#000;
}

.venue-section {
  position: relative;
  background: url('../images/indore-marriott-hotel.jpg') center/cover no-repeat fixed;
  background-color: #00000069;
  background-blend-mode: color;
  color: #fff;
  padding: 100px 20px;
}
.venue-section .sec-heading{
  color: #FFF;
}

.venue-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.venue-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.venue-content .hotel-name {
  font-size: 2rem;
  font-weight: 700;
  color: #ffcc00;
}

.venue-content .address {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

.venue-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.venue-item {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 25px 30px;
  width: 260px;
  transition: 0.4s ease;
  backdrop-filter: blur(6px);
}

.venue-item:hover {
  transform: translateY(-8px);
  border-color: #ffcc00;
}

.venue-item i {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #ffcc00;
}

.venue-item h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #fff;
}

.venue-btn {
  background: #ffcc00;
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.venue-btn:hover {
  background: #fff;
  color: #000;
}

/* Map Section */
.venue-map {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #ffcc00;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.venue-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

@media (max-width: 768px) {
  .venue-content .hotel-name {
    font-size: 1.6rem;
  }
  .venue-details {
    gap: 20px;
  }
  .venue-item {
    width: 90%;
  }
}



#footer{
  background:url("../images/footerfullbg.png") ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.footer-para {
    margin-top: 10px;
    font-size: 16px;
    color: var(--text-color);
}
.footer-subtitle{
  color: var(--primary-color);
   font-weight: bold;
   font-size: 1.3rem;
}
#footer ul {
  padding-left: 0px;  
}
#footer ul li{
  list-style: none;
  padding-left: 0px;  
}
#footer ul li a{
  text-decoration: none;
    color: #000;

    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    transition:   letter-spacing linear 0.2s ;

}
#footer ul li a:hover{
  letter-spacing: 1px;
}

#footer .fa-brands{
  color: var(--primary-color);
  font-size: 1.8rem;
  padding: 5px;
  margin: 5px;
  transition:  color linear 0.2s ;
}

#footer .fa-brands:hover{
    color: var(--secondary-color);
}
#footer .icon{
  margin: 5px;
  padding: 10px;
  background-color: #e8f0fb;
  border-radius: 25px;
  color: var(--primary-color);
}
#tcblock ul{
  display: flex;
  justify-content: space-between;
}



