﻿@charset "UTF-8";
/* =========================================
  1. IMPORTS & FONTS
  ========================================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* =========================================
   2. VARIABLES
   ========================================= */
/* =========================================
   3. GLOBAL STYLES & RESETS
   ========================================= */
* {
  font-family: "Inter", serif;
  font-style: normal;
}

body, html {
  overflow-x: hidden;
  width: 100%;
}

h1 {
  position: relative;
  font-weight: bold;
}

/* =========================================
   4. LAYOUT: HEADER & NAVIGATION
   ========================================= */
.header-main {
  background: #1C75BC;
  background-image: linear-gradient(122deg, rgba(28, 117, 188, 0.5) 0%, rgba(238, 42, 123, 0.5) 100%), url("../NRAI 2026/Pattern2@3x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-main.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 99;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: header-animation 0.5s linear;
}

@keyframes header-animation {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.logo-div .logo {
  width: auto;
  height: 150px;
}

.nav a,
.navbar-nav .nav-link {
  color: white !important;
  font-size: 16px !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 15px;
}

.navbar-toggler {
  background: transparent;
  border: none;
  outline: none;
  color: black;
  font-size: 24px;
  cursor: pointer;
  margin-top: 15px;
}
.navbar-toggler .fa {
  font-size: 24px;
  transition: transform 0.3s ease;
}
.navbar-toggler.spin .fa {
  transform: rotate(90deg);
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  z-index: 1000;
}
.sidebar.show {
  width: 250px;
}
.sidebar .nav-link {
  padding: 10px 15px;
  font-size: 18px;
}
.sidebar a {
  color: #1c4b9c !important;
}
.sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
  background: none;
  border: none;
  color: black;
  cursor: pointer;
}

/* =========================================
   5. COMPONENT: COUNTDOWN
   ========================================= */
#countdown {
  text-align: center;
}

.countdown-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1c4b9c;
}

.countdown-timer {
  font-size: 16px;
  color: white;
}

.countdown-section {
  display: inline-block;
  margin: 0 10px;
  border: 5px solid #1c4b9c;
  background: white !important;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
}
.countdown-section p {
  font-size: 16px;
  color: white !important;
  margin-bottom: 0px;
}

.countdown-location {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.countdown-location span, .countdown-location i {
  color: white;
  font-size: 16px;
}

/* =========================================
   6. SECTIONS: HOME & BANNER
   ========================================= */
.home {
  position: relative;
  padding: 0;
}
.home .slide {
  display: flex;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
}
.home .slide .content h1 {
  font-palette: #1c4b9c;
  display: block;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 3rem);
  text-transform: uppercase;
  color: #1c4b9c;
}
.home .slide .content h3 {
  color: black;
  font-size: 1rem;
  line-height: 25px;
  text-align: justify;
}

.when span {
  color: #1c4b9c !important;
  font-size: clamp(1rem, 1.6vw, 2rem) !important;
  font-weight: bold;
}
.when i {
  color: #1c4b9c !important;
  border: none !important;
  font-size: clamp(1rem, 1.8vw, 2rem) !important;
}
.when .date {
  font-weight: bold;
  color: red;
}
.when b {
  font-size: 18px;
}
.when .abouticon {
  color: #1c4b9c;
  font-size: 25px;
}

.banner-past-speaker,
.banner-previous-edition {
  width: 100%;
  min-height: 50vh;
  background-size: cover;
  background-position: center;
  display: grid;
  place-content: center;
}

.banner-past-speaker {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://nrai.org/Files/ConferencePhotoGallery/SSP_38476896.JPG");
}

.banner-previous-edition {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://nrai.org/Files/ConferencePhotoGallery/SSP_38476896.JPG");
  background-repeat: no-repeat;
}

.banner-header {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vh;
  color: black;
}
.banner-header img {
  width: 100%;
  height: 45vh;
}
.banner-header h1 {
  color: #eaa521;
  font-size: clamp(2rem, 3vw, 3rem) !important;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

/* =========================================
   7. SECTIONS: ABOUT & CONTENT
   ========================================= */
.about img {
  width: 100%;
}
.about p {
  font-size: 16px;
}

.edition .heading,
.past-speaker .heading {
  color: #e18914;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.content ul {
  list-style-type: none;
  padding: 0;
}
.content li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.content li::before {
  content: "➤";
  color: #004085;
  position: absolute;
  left: 0;
}
.content h4 {
  color: #e18914;
}

.content2 ul {
  list-style-type: none;
  padding: 0;
}
.content2 li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  color: white;
  font-size: 22px;
}
.content2 li::before {
  content: "➤";
  color: white;
  position: absolute;
  left: 0;
}

.whats-new {
  border-top: 10px dotted #fdd307;
}

/* =========================================
   8. COMPONENTS: CARDS & BOXES
   ========================================= */
.card {
  background-color: rgba(255, 255, 255, 0.8);
  transition: transform 0.2s;
}
.card:hover {
  transform: translateY(-10px);
}
.card img {
  height: 200px;
  object-fit: cover;
}
.card .card-body h5 {
  color: #004085;
}
.card .card-body p {
  color: black;
}
.card .card-body i {
  font-size: 50px;
  color: #e18914;
  margin-bottom: 10px;
  display: inline-block;
}

.E-box .image_box {
  border: 6px solid #e18914;
}

.image_box img {
  width: 100%;
}

.four_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}
.four_box .element {
  background: white;
  border-radius: 20px;
  padding: 20px;
}
.four_box .element i {
  margin-bottom: 15px;
}
.four_box .element .number-percentage-wraper {
  font-size: 18px;
  font-weight: bold;
}
.four_box i {
  color: #004085;
  margin-bottom: 10px;
  display: inline-block;
}

.stats-container {
  background-color: white;
  border: 10px solid transparent;
  font-family: "Inter", serif;
}
.stats-container > div {
  margin: auto !important;
}
.stats-container p {
  font-weight: bold;
}
.stats-container h3 {
  color: #004085;
  font-weight: bold;
}
.stats-container .stat-icon {
  font-size: 50px;
  color: #e18914;
  margin-bottom: 10px;
  display: inline-block;
}
.stats-container .vl {
  border-left: 3px solid #e18914;
  height: 150px;
}

.icons-cont {
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-cont h3 {
  color: #f1bf3d;
  font-size: 55px;
  font-weight: bold;
  font-family: "Aptos-Serif-Bold";
}
.icons-cont i {
  display: none;
}
.icons-cont p {
  color: white;
  font-size: clamp(1rem, 1.4vw, 2rem);
}

.icons-container div {
  place-content: center;
}
.icons-container i {
  border-radius: 0px !important;
}

.circle {
  border: 6px dotted #e18914;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle i {
  color: #e18914;
}

.circle-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.circle-div p {
  font-size: 1.2em;
  color: black;
}

.circle-row {
  justify-content: space-evenly;
}

.why_join {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  text-align: center;
}
.why_join > div {
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border-bottom: 8px solid #3e4383;
}
.why_join > div h3 {
  font-size: 18px;
  font-weight: bold;
  padding-block: 15px;
}
.why_join p {
  text-align: center;
  color: #676767;
  font-size: 15px;
}
.why_join i {
  background: none !important;
  border: none;
  color: #ee2a7b !important;
  font-size: 50px;
}

.lists {
  gap: 20px;
  justify-content: center;
}
.lists img {
  height: 400px;
  width: auto;
}

.register {
  color: white;
  text-align: center;
  max-width: 300px;
  font-weight: bold;
  border-radius: 10px;
  padding: 8px 20px;
  background-color: #eaa521;
}

/* =========================================
   9. BACKGROUNDS & DECORATIONS
   ========================================= */
.backgraound-blue {
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(122deg, rgba(28, 117, 188, 0.5) 0%, rgba(238, 42, 123, 0.5) 100%), url("../NRAI 2026/Pattern2@3x.png");
}
.backgraound-blue .seven h1 {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
}
.backgraound-blue h1 {
  color: white;
}
.backgraound-blue p.text-center {
  font-weight: bold;
  padding-bottom: 15px;
}

.background-white .seven h1 {
  color: #e18914;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
}

.background-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: -1;
}

.tree1, .tree2 {
  position: absolute;
  bottom: -48px;
  max-width: 670px;
}

.tree1 {
  left: 15px;
}

.tree2 {
  right: 15px;
}

.shirt1, .shirt2 {
  position: absolute;
  bottom: 0;
  max-width: 130px;
}

.shirt2 {
  right: 0;
}

.idli, .wadde {
  position: absolute;
  bottom: -138px;
  max-width: 250px;
}

.idli {
  left: -28px;
  top: -101px;
  max-width: 200px;
}

.wadde {
  right: -46px;
}

.india_gate, .red_fort {
  position: absolute;
  bottom: 0;
  max-width: 130px;
}

.red_fort {
  right: 10px;
  max-width: 250px;
}

.topani {
  position: relative;
}

.biker {
  position: absolute;
  top: -95px;
  z-index: 5;
  width: 120px;
  animation: bikeani 10s linear infinite;
}

@keyframes bikeani {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}
.graybg {
  background-color: #f6f6f6;
}
.graybg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../NRAI 2026/Layer 1@3x.png");
  background-repeat: repeat;
  background-position: center;
  /* Adjust opacity to let the #f6f6f6 show through. 
     0.1 is subtle, 1.0 is fully opaque. 
  */
  opacity: 0.02;
  /* Crucial: Put the pattern behind the actual content (text/buttons) 
     but in front of the background-color.
  */
  z-index: 1;
  mix-blend-mode: multiply;
}

/* =========================================
   10. HEADING STYLES
   ========================================= */
/* Style #1 */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px !important;
  padding-bottom: 0px !important;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #edb12e;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #edb12e;
}

/* =========================================
   11. PLUGINS (OWL CAROUSEL)
   ========================================= */
.owl-carousel .item {
  margin: 10px;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.owl-prev {
  left: 50px;
}

.owl-next {
  right: 50px;
}

/* =========================================
   12. FOOTER
   ========================================= */
footer {
  background-color: #8e3e86;
  /* background-image: linear-gradient(16deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Food_Delivery_Images/India's Monument.png");*/
  /*  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;*/
}
footer i {
  font-size: 20px;
  color: white;
}
footer p {
  color: white;
}
@media screen and (max-width: 768px) {
  footer .container {
    text-align: center;
  }
}

/* =========================================
   13. MEDIA QUERIES
   ========================================= */
@media screen and (max-width: 768px) {
  .four_box {
    display: block;
  }
  .container {
    padding: 15px;
  }
  .logo-div .logo {
    padding-left: 35%;
  }
}
@media (max-width: 992px) {
  .tree1 {
    left: -390px;
  }
  .tree2 {
    right: -390px;
  }
}
.WHO-SHOULD-ATTEND .card-icon {
  width: 55px;
  height: 55px;
  margin: 10px auto;
  border-radius: 50%;
  background: #1C75BC;
  background: linear-gradient(122deg, rgb(28, 117, 188) 0%, rgb(238, 42, 123) 100%);
  display: grid;
  place-content: center;
}
.WHO-SHOULD-ATTEND .card-icon i {
  color: white !important;
  font-size: 35px;
}

.backgraound-blue .card {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}
.backgraound-blue .card p {
  color: black;
}

.toplayer {
  position: relative;
  z-index: 2;
}
