* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

section {
  overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
  height: 100vh;
  background: url(./images/BFSI-next-2026-mumbai-banner.webp) no-repeat
    center/cover fixed;
}

h1 {
  text-transform: uppercase;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Sora", sans-serif;
}

p {
  font-family: "Inter", sans-serif;
  opacity: 0.9;
}

.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;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  position: relative;
}

.landing-page video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  /* filter: blur(100%); */
}

.landing-page .theme {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100vh;
  color: white;
  width: 100%;
  max-width: 100%;
  min-width: 260px;
  margin: auto;
  padding-top: 30px;
  z-index: 3;
}

.landing-page .theme p {
  color: white;
  font-size: 14px;
}

.landing-page .theme .logo {
  width: 100%;
  max-width: 37vw;
  padding: 15px 0px;
  margin-top: 30px;
}

.landing-page .register-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin: 15px 0px;
}

.landing-page .theme h5 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.landing-page .theme .theme-container h2 {
  font-size: 3vw;
  font-weight: 600;
  line-height: normal;
}

.register {
  width: 100%;
  max-width: 180px;
  padding: 10px 3px;
  border: 1px solid #45f67d;
  color: white;
  margin: 0px 20px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
  transition: all 0.5s;
}

.register:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #45f67d;
}

/* landing page ends */

.heading h1 {
  font-size: 32px;
  font-weight: 800 !important;
  padding: 10px 0px;
}

.heading span {
  font-size: 32px;
  font-weight: 600 !important;
  text-align: center;
  text-transform: uppercase;
  color: #45f67d;
  font-family: "Sora", sans-serif;
  position: relative;
  right: 0px;
}

.heading span::after {
  display: flex;
  content: "";
  border: 1px solid #45f67d;
  width: 100px;
  transform: translateY(-25px);
  position: absolute;
  right: -130px;
}

/* first div ends */

/* numbers */

.numbers {
  padding: 60px 0px;
  text-align: center;
  /* background-color: #150002; */
  border-bottom: 1px solid #45f67d;
  border-radius: 30px;
}

.numbers .row div {
  display: flex;
}

.numbers .row {
  row-gap: 30px;
}

.numbers img {
  height: 100px;
  margin: auto;
  flex-direction: column;
  gap: 10px;
}

/* about-section starts */
.about-section {
  padding: 0px 0px 70px;
  background: url(./images/About-bg.png) no-repeat center/cover;
}

.about-section h4 {
  font-size: 32px;
  font-weight: 900;
}

.about-section .content {
  color: #ffffff;
}

.about-section .content p {
  font-size: 16px;
}

.about-section video {
  background: url(./images/about_bfsi_next-thumbnail.webp) no-repeat
    center/cover;
  width: 100%;
  /* min-height: 450px; */
}

/* about-section ends */

/* ── INSIGHTS SECTION ────────────────────────── */
.grid-section {
  padding: 70px 0px;
  background-color: #fffdf5;
}

.grid-section .row {
  max-width: 85%;
  margin: auto;
  row-gap: 15px;
}

.grid-section .bg {
  position: absolute;
  top: auto;
  bottom: auto;
  width: 100%;
}

.grid-section .card {
  background: url(./images/industry-carg-bg.svg) no-repeat center/cover;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  margin: auto;
  max-width: 90%;
  border-radius: 20px;
  height: 100%;
  columns: white;
}

.grid-section .card hr {
  background-color: white;
  height: 2px;
  width: 50%;
}

.grid-section .card h4 {
  font-size: 23px;
  margin-bottom: 0px;
  color: #45f67d;
  text-transform: uppercase;
}

.grid-section .card p {
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
}

/* ── INSIGHTS SECTION ends ───── */

/* Topics section starts */

.topics-section {
  padding: 70px 0px;
  background: url(./images/About-bg.png) no-repeat center/cover;
}

.topics-section .container .topics {
  row-gap: 30px;
}

.topics-section .container .topic {
  width: 90%;
  height: 100%;
  min-height: 100px;
  border: 2px solid #828282;
  color: #ffffff;
  padding: 20px 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 5px;
}

.topics-section .container .topics h5 {
  position: absolute;
  left: -30px;
  top: auto;
  bottom: auto;
  font-size: 50px;
  font-weight: 900;
  font-family: sans-serif;
  margin-bottom: 5px;
  background-color: #050f08;
  color: #292929;
  -webkit-text-fill-color: #050f08;
  -webkit-text-stroke-width: 1px;
}

.topics-section .container .topics h5.text-success {
  color: #45f67d !important;
}

.topics-section .container .topics h5.text-white {
  color: #5688c7 !important;
}

.topics-section .container .topics p {
  margin-bottom: 0px;
  padding: 10px 0px 0px;
  font-size: 16px;
}

/* Topics section ends */

/* Profiles section */

.profiles {
  padding: 70px 0px;
  width: 100%;
  background-color: #fffdf5;
}

.profiles .row {
  row-gap: 20px;
}

.profiles .row p {
  background-color: #f3eddf;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500 !important;
  margin: auto;
  padding: 10px;
  border: 2px solid #a0a0a0;
  border-radius: 33px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 66px;
}

.profiles ul li::marker {
  color: #46ac66;
  font-size: 30px;
  margin-bottom: 0px;
}

/* Pofiles-section ends */

/* industry-section */
.industry-section {
  padding: 70px 0px;
  background: url(./images/industry-bg.svg) no-repeat center/cover;
  background-color: #050f08;
}

.industry-section .container .nav a {
  font-size: 25px;
  color: rgb(161, 161, 161);
  font-weight: 900;
  opacity: 0.6;
  margin: 10px 0px;
}

.industry-section .container .nav a.active {
  background-color: transparent;
  color: #45f67d !important;
  font-size: 40px;
  font-weight: 600;
  opacity: 1;
  letter-spacing: 2px;
}

.industry-section .container .tab-content {
  height: 100%;
}

.industry-section .card {
  background-color: transparent;
  padding: 30px;
  width: 96%;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  color: white;
  border-radius: 15px;
  border: 1px solid #45f67d00;
  transition: background 0.5s ease;
}

.industry-section .card h1 {
  font-size: 100px;
  color: #45f67d;
  opacity: 0.4;
  position: relative;
  top: -60px;
  left: -20px;
}

.industry-section .card h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #45f67d;
  margin-bottom: 0px;
}

.industry-section .card ul {
  padding-inline-start: 30px;
  margin-bottom: 0px;
  position: absolute;
}

.industry-section .card ul li {
  line-height: 26px;
  margin: 15px 0px;
}

/* industry-section ends */

/* time spent section */

.time-spent {
  padding: 70px 0px;
  background-color: #f3eddf;
}

/* speakers section new starts */

.speakers-section {
  padding: 100px 0px;
  margin: auto;
  background-color: #fffdf5;
}

.speakers-section .grid {
  width: 100%;
  height: 100%;
}

.speaker-card-wrapper.guest {
  border-color: rgba(17, 51, 47, 0.1);
  background-color: #fff;
}

.profile-tag.speaker {
  border-radius: 4px;
  background-color: #cecece;
}

.profile-tag {
  position: absolute;
  left: 4px;
  top: 4px;
  right: auto;
  bottom: auto;
  z-index: 10;
  padding: 4px 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: transparent;
  color: #162c24;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.speaker-image-wrapper-2 {
  position: relative;
  max-height: 400px;
  min-height: 300px;
  padding-bottom: 125%;
  border-style: none;
  border-width: 1px;
  border-color: #45f67d;
  border-radius: 300px 300px 16px 16px;
  background-color: #d6d6d6;
}

.filter.dark {
  background-image: linear-gradient(180deg, #45f67d18 40%, #050f08);
}

.filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.speaker-image-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.speaker-card-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.speaker-name-2 {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  padding: 10px 0px;
}

.speaker-designation-2 {
  color: #45f67d;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}

.speaker-company {
  color: #45f67d;
  font-weight: 700;
  text-align: left;
  font-size: 15px;
}

.social-icon.linkedin {
  z-index: 15;
  max-height: none;
  max-width: none;
  padding: 0px 4px;
  border-radius: 4px;
  background-color: #45f67d;
  position: absolute;
  bottom: 8px;
  right: 3px;
}

.icon {
  min-height: 12px;
  min-width: 12px;
}

/* speakers section  ends */

/* A-E-S section starts */

.A-E-S {
  padding: 60px 0px;
}

.A-E-S .container .row {
  display: flex;
  width: 100%;
  margin: auto;
}

.A-E-S .container .box div {
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 1px solid #45f67d;
}

/* box one */

.A-E-S .container .one {
  background: url(images/attend.webp) no-repeat center/cover;
}

.A-E-S .container .one div {
  background: transparent linear-gradient(180deg, #00000000 0%, #050f08 100%);
}

.A-E-S .container .one a {
  background-color: #45f67d;
  color: black;
}

/* box two */

.A-E-S .container .two {
  background: url(images/exhibit.webp) no-repeat center/cover;
}

.A-E-S .container .two div {
  background: transparent linear-gradient(180deg, #00000000 0%, #050f08 100%);
}

.A-E-S .container .two h1,
.A-E-S .container .two h5,
.A-E-S .container .two p {
  color: rgb(255, 255, 255);
}

.A-E-S .container .two a {
  background-color: #45f67d;
  color: #000000;
}

/* box three */

.A-E-S .container .three {
  background: url(images/speak.webp) no-repeat center/cover;
}

.A-E-S .container .three div {
  background: transparent linear-gradient(180deg, #00000000 0%, #050f08 100%);
}

.A-E-S .container .three a {
  background-color: #45f67d;
  color: black;
}

/* Default style for all boxes */
/* Default style for all boxes */
.A-E-S .container {
  max-width: 100%;
}

.A-E-S .container .box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  cursor: pointer;
  flex: 0.8; /* Keeps inactive boxes small */
  margin: 0px;
  position: relative;
  transition: flex 0.7s ease-out;
  color: white;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* Ensure h1 is always visible in all boxes */
.A-E-S .container .box h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  color: #45f67d;
}

.A-E-S .container .box h5 {
  font-size: 18px;
  font-weight: bold;
}

.A-E-S .container .box p {
  font-size: 15px;
  /* font-weight: lighter; */
}

.A-E-S .container .box a {
  width: 100%;
  max-width: 180px;
  padding: 10px 5px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  text-decoration: none;
}

/* Hide h5 and p by default */
.A-E-S .container .box h5,
.A-E-S .container .box p,
.A-E-S .container .box a {
  display: none;
}

/* Active box expands */
.A-E-S .container .box.active {
  flex: 3;
}

/* Active box expands */
.A-E-S .container .box.active {
  flex: 3;
}

/* Once the box is fully expanded, h5 and p will be displayed via JS */
/* A-E-S section ends */

/* why-partner-section starts */

.why-partner-section {
  padding: 90px 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fffdf5;
}

.why-partner-section,
.row {
  overflow: visible !important;
}

.why-partner-section .heading p {
  color: #ffffff;
  font-size: 16px;
}

.why-partner-section .row {
  margin: auto;
}

.why-partner-section .left-content {
  background-color: #f3eddf;
  position: sticky;
  top: 60px;
  align-self: flex-start;
  padding: 20px;
  border-radius: 15px;
}

.why-partner-section .div {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #45f67d;
  border-radius: 15px;
}

.why-partner-section .div img {
  background: #1c3654 0% 0% no-repeat padding-box;
  border-radius: 15px;
}

.why-partner-section .div span {
  font-size: 22px;
  font-weight: bold;
}

.why-partner-section .div p {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.why-partner-section .div .content {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, #0f2014 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  color: white;
  border-radius: 15px;
}

.why-partner-section .div .content h4 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
}

/* why-partner ends */

/* Series partners section */

.partner-section {
  padding: 80px 0px;
  background-color: #ffffff;
}

.partner-section h1 {
  text-align: center;
  color: #000000;
  font-size: 32px;
}

.partner-section .partners-logos {
  row-gap: 20px;
}

.partner-section .partners-logos div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-section .partners-logos img {
  width: 100%;
}

/* Series partners section */

/* 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;
}

/* top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}

/* media Query section */

@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;
  }

  /* landing page */

  .landing-page .theme {
    height: 100vh;
    padding: 20px 0%;
    left: 0%;
    padding: 20px 10px;
  }

  .landing-page .theme .logo {
    width: 100%;
    max-width: 300px;
    padding: 10px 0px;
  }

  .landing-page .date-time {
    width: 100%;
    max-width: 200px;
    padding: px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.427);
    color: white;
    margin: 0px 20px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    border-radius: 10px;
  }

  .landing-page .theme .theme-container h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .landing-page .theme .theme-container h2 span {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .landing-page .register {
    padding: 5px;
    font-size: 12px;
  }

  .landing-page .register-btns {
    gap: 0px;
    margin: 10px 0px;
  }

  .landing-page .theme .theme-container h5 {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    gap: 10px;
  }

  .landing-page .side-design img {
    width: 100%;
    max-width: 100px;
  }

  .landing-page .theme p {
    font-size: 13px;
    line-height: 24px;
  }

  /* landing page ends */

  /* about section starts */

  .about-section h4 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: auto;
  }

  .about-section video {
    min-height: 250px;
  }

  /* numbers */

  .numbers {
    padding: 70px 0px;
  }

  .numbers h3 {
    font-weight: 900;
    font-size: 45px;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 30px;
  }

  .grid-section .row {
    max-width: 100%;
  }

  /* topics starts */

  .topics-section .container .topic {
    max-width: 100%;
    gap: 10px;
    padding: 10px;
  }

  .topics-section .container {
    background-color: #00000032;
    width: 100%;
    padding: 30px 15px;
  }

  .topics-section .container .topics span {
    border: none;
  }

  .topics-section .container .topics p {
    font-size: 14px;
  }

  /* topics starts */

  .profiles .row {
    row-gap: 20px;
  }

  .industry-section .container .nav a {
    margin: 0px;
    font-size: 18px;
  }

  .industry-section .container .nav a.active {
    font-size: 25px;
  }

  .industry-section .card {
    padding: 0px;
    width: 100%;
  }

  .industry-section .card ul {
    padding-bottom: 20px;
    font-size: 15px;
  }

  /* attending companies section starts */
  .blog_section .companies_content .company_div {
    width: 120px;
  }

  .owl-carousel .owl-item img {
    width: 60% !important;
  }

  /* speakers section ends */

  /* Stack boxes vertically */
  .A-E-S .container .row {
    flex-direction: column;
    width: 100%;
  }

  /* Make all boxes take full width */
  .A-E-S .container .box {
    width: 100%;
    height: 20vh; /* Smaller height initially */
    flex: none;
    transition: height 0.7s ease-out;
  }

  /* Expand the active box to show content */
  .A-E-S .container .box.active {
    height: 80vh; /* Expand in vertical direction */
  }

  .A-E-S .container .box div {
    padding: 15px;
  }

  .A-E-S .container .box h1 {
    font-size: 20px;
  }

  .A-E-S .container .box p {
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 12px;
  }

  .A-E-S .container .box h5 {
    font-size: 16px;
    font-weight: bold;
  }

  .A-E-S .container .box a {
    padding: 5px;
    font-size: 12px;
  }

  .A-E-S .container .one div {
    background-color: #45f67d60;
  }

  .A-E-S .container .two div {
    background-color: #45f67d60;
  }

  .A-E-S .container .three div {
    background-color: #45f67d60;
  }

  .A-E-S .container .box a {
    max-width: 130px;
  }

  /* why partner */

  .why-partner-section .content-wrapper {
    background-color: #f3eddf;
    padding: 20px 0px;
    border-radius: 15px;
  }

  .why-partner-section .div .content {
    padding: 15px;
  }

  .why-partner-section .div .content h4 {
    font-size: 15px;
  }

  .why-partner-section .div p {
    font-size: 12px !important;
    line-height: normal;
  }

  /* partner section */
  .partners-2026 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  /* industry section */

  .industry-section {
    padding: 60px 0px;
    opacity: 1;
  }

  /* section 5 starts */
  .profiles p {
    margin: auto;
  }

  /* section5 ends */
  /* partner section */
  .section5 .partner-section p {
    padding: 10px;
  }

  .partners-2026 .media-partners {
    gap: 9px;
  }

  /* gallery */
  .gallery {
    padding: 10px 0px 40px;
  }

  /* News */
  .small-news-grid .col-lg-6 {
    padding-left: 0;
    padding-right: 0px;
  }

  .news-container .date {
    margin-top: 10px;
  }

  .news-container .news-content h2 {
    font-size: 16px;
  }

  .news-container .news-content h4 {
    font-size: 16px;
  }

  .news-container .news-card h3 {
    font-size: 12px;
  }

  /* venue */
  .venue-section .twoColumnBox {
    padding: 0px;
  }

  /* 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;
  }

  /* landing page */

  .landing-page .theme {
    height: 100vh;
    padding: 20px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0%;
    padding: 20px;
    margin-top: 25px;
  }

  .landing-page .date-time {
    width: 100%;
    max-width: 200px;
    padding: 5px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.427);
    color: white;
    margin: 0px 20px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    border-radius: 10px;
  }

  .landing-page .theme p {
    font-size: 25px;
    padding: 0px 5px;
  }

  .landing-page .side-design img {
    width: 100%;
    max-width: 450px;
  }

  /* landing page ends */

  /* about page */
  .about-section h4 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: auto;
  }

  .grid-section .row {
    max-width: 100%;
  }

  .grid-section .card {
    padding: 25px;
    max-width: 100%;
  }

  .grid-section .card h4 {
    font-size: 20px;
  }

  /* topics */
  .topics-section .container .topics p {
    position: absolute;
    left: 20%;
  }

  /* speakers 2 starts */

  /* section3 ends */

  /* section4 attendees section starts */

  .owl-carousel .owl-item img {
    width: 90% !important;
  }

  /* A-E-S starts */

  .A-E-S .container .box div {
    padding: 15px;
  }

  .A-E-S .container .box h1 {
    font-size: 20px;
  }

  .A-E-S .container .box h5 {
    font-size: 16px;
  }

  .A-E-S .container .box p {
    margin-bottom: 10px;
  }

  /* A-E-S ends */

  /* partners section */

  .why-partner-section .content-wrapper {
    background-color: #f3eddf;
    padding: 20px;
    border-radius: 15px;
  }

  .partners-2026 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  .partners-2026 .partner-logo {
    width: 100%;
    max-width: 300px;
  }

  /* recent editions section */
  .recent-editions .row .events-tiles .event-card {
    width: 100%;
  }

  /* 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;
  }
}
