* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Sora", sans-serif;
}

p {
  font-family: "Inter", sans-serif;
  opacity: 0.8;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.navbar-nav li a:hover {
  border-bottom: 2px solid #45f67d;
}

.nav-active {
  background-color: #0e0e0e;
  color: white !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #45f67d !important;
}

/* Hero Section */
.hero-section {
  width: 100%;
  height: 100vh;
  background: url(./images/BFSI-next-2026-mumbai-banner.webp) no-repeat
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.hero-section .container .row {
  align-items: center;
  height: 100%;
}

.hero-section .event-logo {
  max-width: 400px;
  margin-top: -20px;
}

.hero-section .lead {
  font-size: 40px;
  font-weight: 400;
  margin: 20px 0px;
  color: white;
}

.hero-section .hero-highlight {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.hero-section .hero-highlight h5 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.hero-section .hero-highlight p {
  font-size: 14px;
  color: #c3c3c3;
  margin-bottom: 0px;
}

/* awards-categories */

.awards-categories {
  padding: 70px 0;
  background-color: #fffdf5;
}

.awards-categories .container .categories-div h1 button {
  font-weight: 600 !important;
  font-size: 28px;
  padding: 10px;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
}

.awards-categories .custom-accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  font-weight: bold;
  font-size: 24px;
  padding: 30px;
  transition: background-color 0.3s ease;
}

/* Initially collapsed - white background */
.awards-categories .custom-accordion-button.collapsed {
  background-color: transparent;
  border: none;
}

/* When expanded */
.awards-categories .custom-accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  color: black !important;
}

/* Optional: Icon rotation */
.awards-categories .accordion-icon i {
  transition: transform 0.3s ease;
  color: #45f67d;
}

.awards-categories .custom-accordion-button:not(.collapsed) .accordion-icon i {
  transform: rotate(180deg);
}

.awards-categories .accordion-body {
  padding: 10px;
}

.awards-categories .accordion-body p {
  font-size: 16px;
}

.awards-categories .accordion-body a {
  background-color: #45f67d !important;
  color: rgb(0, 0, 0);
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 15px;
}

.awards-categories hr {
  height: 2px;
  background-color: black;
  border: none;
}

/* awards-categories ends */

/* why-awards starts */

.why-awards {
  padding: 60px 0px;
  background: url(./images/AES-bg.webp) no-repeat center/cover fixed;
  color: white;
}

.why-awards .container p {
  font-size: 14px;
  color: #cdcdcd;
}

.why-awards .container h4 {
  font-size: 22px;
  color: #ffffff;
}

.why-awards .container .row .card {
  background-color: #000000;
  border-left: 4px solid #45f67d;
  padding: 20px;
  height: 100%;
}

.why-awards .container .row .card h5 {
  color: white;
}

.why-awards .container .row .card p {
  color: #cdcdcd;
  line-height: normal;
}

/* why-awards ends */

/* nomination-section starts */
.nomination-section {
  padding: 70px 0px;
}
.nomination-section hr {
  border: none;
  height: 2px; /* line thickness */
  background-image: repeating-linear-gradient(
    to right,
    black 0,
    black 10px,
    /* dash length */ transparent 10px,
    transparent 20px /* gap size */
  );
}

.nomination-section .div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin: 15px 0px;
}

.nomination-section .div h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
}

.nomination-section .div a {
  background-color: #45f67d !important;
  color: rgb(0, 0, 0);
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 15px;
}

.nomination-section .row video {
  width: 90%;
  margin: auto;
}

/* nomination-section ends */

/* what-next-section */

.become-partner {
  padding: 70px 0px;
  background: url(./images/AES-bg.webp) no-repeat center/cover fixed;
}

.become-partner h1 {
  font-weight: 900;
  font-size: 60px;
  color: white;
}

.become-partner h1 span {
  -webkit-text-stroke: 1px #979797;
  color: transparent;
}

.become-partner p {
  color: white;
  font-size: 14px;
}

.become-partner a {
  background-color: #45f67d !important;
  color: rgb(0, 0, 0);
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 15px;
}

/* footer */

/* footer */
.footer-section {
  padding: 70px 0px 30px;
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  line-height: 22px;
}

/* media Queries */

@media (min-width: 320px) and (max-width: 700px) {
  section {
    overflow-x: hidden;
  }

  body .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  section p {
    font-size: 14px !important;
  }

  .navigation {
    background-color: #0d150c;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .navbar-toggler {
    font-size: small;
  }

  header {
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
  }

  .heading h1 {
    font-size: 28px;
    font-weight: 800;
  }

  .small-heading h3 {
    font-size: 20px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  .hero-section {
    width: 100%;
    padding: 50px 0px 30px;
  }

  .hero-section .btn {
    width: auto;
    padding: 10px !important;
  }

  .hero-section .hero-highlight {
    position: static;
  }

  .hero-section .lead {
    font-size: 22px;
    margin: 20px 0px;
  }

  .hero-section .hero-highlight h5 {
    max-width: 100%;
  }

  .hero-section .hero-highlight p {
    max-width: 100%;
  }

  .awards-categories .container .categories-div h1 button {
    font-size: 16px;
  }

  .why-awards .container h4 {
    font-size: 18px;
  }

  .why-awards .container .row .card h5 {
    font-size: 16px;
  }

  .become-partner h1 {
    font-size: 45px;
  }

  /* footer section */

  .footer-section {
    background-position: right;
    padding: 0px;
  }

  .footer-section .container {
    padding: 70px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  body .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  section p {
    font-size: 14px !important;
  }

  /* navbar */

  .navigation {
    background-color: #0d150c;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-container .nav-item {
    padding: 0px 5px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
  }

  .nav-font-size {
    font-size: 12px !important;
  }

  .navbar-toggler {
    font-size: small;
  }

  .hero-section .lead {
    font-size: 23px;
    font-weight: 400;
    margin: 20px 0px;
    color: white;
  }

  /* footer section */
  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}
