* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1440px;
    padding: 0px 40px;
  }
}

section {
  overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
  height: 100vh;
  background: url(./images/CFO-StraTech-bengaluru-2026-banner.webp) no-repeat
    center/cover;
}

h1 {
  text-transform: uppercase;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

span {
  font-family: "Merriweather", 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 #009dff;
}

.nav-active {
  background-color: #000000;
  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: #009dff !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  position: relative;
}

.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 .logo {
  /* width: 100%; */
  max-width: 30vw;
  padding: 15px 0px;
  margin-top: 30px;
}

.landing-page .theme .date-place {
  color: #ffffffa6;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.landing-page .theme .date-place i {
  color: #009dff;
  font-size: 20px;
}

.landing-page .theme .theme-container h2 {
  font-size: 28px;
  max-width: 50%;
  font-weight: 700;
  line-height: normal;
}

.landing-page .register-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin: 15px 0px;
}

.register {
  width: 100%;
  max-width: 180px;
  padding: 10px 3px;
  border: 1px solid #ffffff;
  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: #000000;
  background-color: #009dff;
}

/* landing page ends */

/* Headings */

.heading {
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
}

.heading span {
  font-size: 32px;
  font-weight: 400;
}

.heading h1 {
  font-size: 32px;
  font-weight: 800;
  margin-left: 20px;
}

/* first div ends */

.about-section {
  padding: 70px 0px;
}

.about-section .heading h1 {
  margin-bottom: 20px;
}

.about-section p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
}

/* about section ends */

/* numbers */

.numbers {
  padding: 60px 0px;
  text-align: center;
  background-color: #000000;
  position: relative;
}

.numbers .side-arrow1 {
  position: absolute;
  bottom: 10px;
  left: 5px;
}

.numbers .side-arrow1 img {
  max-width: 50px;
}

.numbers .side-arrow2 {
  position: absolute;
  top: 10px;
  right: 5px;
}

.numbers .side-arrow2 img {
  max-width: 50px;
}

.numbers .row .grid {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 20px;
}

.numbers .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.numbers .row .grid img {
  border-radius: 20px;
}

.numbers .row {
  row-gap: 20px;
}

.numbers .row .col-lg-3,
.numbers .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.numbers .grid.white {
  background-color: white;
}

.numbers .grid.blue {
  background-color: #024cb9;
}

.numbers .grid.transparent {
  background-color: transparent;
  border: 2px solid #ffffff;
}

.numbers h3 {
  font-weight: 800 !important;
  font-size: 60px;
  text-align: left;
  height: 80px;
  display: flex;
  align-items: self-start;
  margin-bottom: 0px;
  color: #024cb9;
}

.numbers p {
  font-weight: 700 !important;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  color: #024cb9;
}

.numbers .side-arrow {
  position: absolute;
  right: 20px;
  bottom: 0;
}

/* numbers ends */

/* .grid-section starts */

.grid-section {
  padding: 70px 0px;
  background: url(./images/grid-section-bg.webp) no-repeat center/cover;
}

.grid-section .container .row .grids {
  background-color: white;
  max-width: 300px;
  height: 100%;
  padding: 25px;
  color: #024cb9;
  border-radius: 20px;
  margin: auto;
}

.grid-section .container .row .grids h5 span {
  font-weight: 400 !important;
}

.grid-section .container .row .grids h5 {
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  font-size: 24px;
}

.grid-section .container .row .grids h5::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #009dff;
  height: 100%;
}

.grid-section .container .row .grids p {
  margin-bottom: 0px;
}

/* .grid-section ends */

/* Topics section starts */

.topics-section {
  padding: 70px 0px;
  background: url(./images/Topics-bg.webp) no-repeat center/cover;
}

.topics-section .container .topics {
  row-gap: 30px;
  margin: auto;
}

.topics-section .container .topic {
  background-color: #024bb962;
  width: 100%;
  margin: auto;
  color: white;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 5px;
  border: 1px solid #00f8a182;
  padding: 10px;
  height: 100%;
}

.topics-section .container .topics .number {
  width: 100%;
  max-width: 60px;
}

.topics-section .container .topics p {
  margin-bottom: 0px;
  font-size: 16px;
  position: relative;
  padding-top: 10px;
}

.topics-section .container .topics p::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 1px solid #ffffff;
  width: 50px;
  margin-bottom: 10px;
}

/* Topics section ends */

/* Profiles section */

.profiles {
  padding: 70px 0px;
  width: 100%;
}

.profiles ul {
  padding-left: 30px;
}

.profiles ul li {
  font-weight: bold;
  font-size: 16px;
}

.profiles ul li::marker {
  color: #009dff;
  font-size: 30px;
}

/* Pofiles-section ends */

/* industry-section */
.industry-section {
  padding: 70px 0px;
  background-color: #012a38;
}

.industry-section .div1 .row {
  margin: auto;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.industry-section .div1 .row .industry {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0px;
}

.industry-section .div1 .row .industry .border {
  border: none !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.industry-section .div1 .industry img {
  width: 100%;
  max-width: 180px;
}

/* industry-section ends */

/* Attending companies */

.attending-companies {
  padding: 70px 0px;
}

.attending-companies .companies_content {
  background-color: #f2f2f2;
  padding: 20px;
}

.attending-companies .companies_content .company_div {
  width: 170px !important;
  margin-bottom: 0px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.owl-carousel .owl-item img {
  width: 100% !important;
}

.attending-companies .companies_content .company_div:hover .company_image img {
  transform: scale(1.1);
}

.attending-companies .companies_content .company_div .company_image {
  overflow: hidden;
  padding: 0;
}

.attending-companies .companies_content .company_div .company_image img {
  transition: transform 0.5s ease-in-out;
}

.owl-nav {
  display: none;
}

/* AES-section starts */

/* A-E-S section starts */

.A-E-S {
  padding: 60px 0px;
  background-color: #f0faf8;
}

.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 #ffc260;
}

/* 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: #0099ff;
  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: #0099ff;
  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: #0099ff;
  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: #0099ff;
}

.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;
}

/* A-E-S section ends */

/* speakers section starts */
.speaker-section {
  padding: 70px 0px;
  background-color: #ffffff;
}

.speaker-section .col-lg-3 {
  margin: 15px 0px;
  position: relative;
  padding: 0px 20px;
}

.speaker-section .col-lg-3 span {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 8px;
  margin: auto;
  width: 40px;
  height: 6px;
  border-radius: 5px;
  border: 2px solid black;
}

.speaker-section .name-card {
  text-align: center;
  padding: 10px 10px 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-bottom: none;
}

.speaker-section .name-card h5 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.speaker-section .name-card p {
  font-size: 14px;
  margin-bottom: 0px;
}

.speaker-section .img-card {
  background: url(./images/speakers/speaker-bg.jpg) no-repeat center/cover;
  border-radius: 0px;
}

.speaker-section .col-lg-3 .pluse {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: #16db9361;
}

/* speakers section ends */

/* why-partner-section starts */

.why-partner-section {
  padding: 90px 0px;
  background-color: #000000;
}

.why-partner-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.why-partner-section,
.row {
  overflow: visible !important;
}

.why-partner-section .heading p {
  color: #ffffff;
  font-size: 18px;
}

.why-partner-section .row {
  margin: auto;
}

.why-partner-section .content-wrapper {
  display: flex;
}

.why-partner-section .div {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #009dff;
  border-radius: 15px;
}

.why-partner-section .div img {
  background: #1c3654 0% 0% no-repeat padding-box;
  border-radius: 15px;
  box-shadow: 0px 3px 70px #00000047;
}

.why-partner-section .div span {
  font-size: 22px;
  font-weight: bold;
}

.why-partner-section .div p {
  font-size: 15px;
  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, #012a38);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px 15px;
  color: white;
  border-radius: 15px;
}

.why-partner-section .div .content h4 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
}

/* why-partner ends */

/* partners-video-section starts */

.partners-video-section {
  padding: 60px 0px;
  background: url(./images/blue-bg.webp) no-repeat center/cover;
  color: white;
}

.partners-video-section .btn {
  padding: 0px;
}

.partners-video-section .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  padding: 0px;
}

.partners-video-section button.close {
  background-color: #000000;
  border-radius: 50%;
  color: white;
}

.modal-header .close {
  margin: auto;
}

/* partners-video-section ends */

/* partners 2026 starts */

.partners-2026 {
  padding: 50px 0px;
  /* background-color: #F8F8F8; */
}

.partners-2026 h4 {
  font-size: 22px;
  font-weight: 600;
}

.partners-2026 .gold-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
  /* padding: 0px 35px; */
}

.partners-2026 .partner-logo {
  width: 100%;
  width: 250px;
  height: 160px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2026 .association-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}

.partners-2026 .association-partners .partner-logo {
  position: relative;
  width: 250px;
  height: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2026 .media-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.partners-2026 .media-partners .partner-logo {
  position: relative;
  width: 200px;
  height: 110px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners .partner-logo {
  width: 200px;
  height: 130px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* partners 2026 ends */

/* gallery section starts */
.gallery-section {
  padding: 60px 0;
}

.gallery-section .event-slider {
  padding: 40px 0;
  text-align: center;
}

.gallery-section .carousel {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 380px;
  margin: auto;
  overflow: visible;
}

.gallery-section .carousel-img {
  position: absolute;
  top: 0;
  width: 65%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  opacity: 0;
  filter: blur(4px);
  transition:
    transform 0.9s ease,
    opacity 0.9s ease,
    filter 0.9s ease;
}

/* CENTER IMAGE */
.gallery-section .carousel-img.active {
  left: 50%;
  transform: translateX(-50%) scale(1);
  opacity: 1;
  filter: blur(0);
  z-index: 3;
}

/* LEFT FADE-SLIDE */
.gallery-section .carousel-img.left {
  left: 18%;
  transform: translateX(-50%) scale(0.75);
  opacity: 0.45;
  filter: blur(2px);
  z-index: 2;
}

/* RIGHT FADE-SLIDE */
.gallery-section .carousel-img.right {
  left: 82%;
  transform: translateX(-50%) scale(0.75);
  opacity: 0.45;
  filter: blur(2px);
  z-index: 2;
}

/* NAV ARROWS */
.gallery-section .nav {
  position: absolute;
  bottom: -15%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #012a38;
  font-size: 32px;
  padding: 4px 12px;
  border: none;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: 0.3s;
}

.gallery-section .nav:hover {
  background: #012a38;
  color: #009dff;
}

.gallery-section .prev {
  left: -40px;
}

.gallery-section .next {
  right: -40px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .gallery-section .carousel {
    height: 260px;
  }

  .gallery-section .carousel-img {
    width: 80%;
  }

  .gallery-section .carousel-img.left {
    left: 10%;
  }

  .gallery-section .carousel-img.right {
    left: 90%;
  }

  .gallery-section .prev {
    left: 0;
  }

  .gallery-section .next {
    right: 0;
  }
}

/* gallery section ends */

/* venue */

.venue-section {
  padding: 60px 0px;
  background-color: #f9f9f9;
}

.venue-section .twoColumnBox {
  width: 100%;
  padding: 10px;
}

.venue-section .fontBentonSansRegular h4 {
  font-size: 18px;
  font-weight: bold;
}

.venue-section .fontBentonSansRegular p {
  margin-bottom: 0px;
}

.venue-section iframe {
  width: 100%;
  max-width: 700px;
  height: 300px;
  margin: auto;
}

/* news section starts */
.news-container {
  padding: 60px 0px;
  background-color: #f3f5f3;
}

.news-container .big-news {
  flex: 2;
  position: relative;
  overflow: hidden;
}

.news-container .big-news img {
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out;
}

.news-container .news-content {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #0d150c;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  border-radius: 10px;
}

.news-container .news-content h2,
.news-container .news-content h4 {
  margin: 0;
}

.news-container .news-content h2 {
  font-size: 20px;
  font-weight: bold;
}

.news-container .news-content h4 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.news-container .news-content p {
  margin: 10px 0 20px;
  font-size: 13px;
}

.news-container .read-more {
  align-self: start;
  padding: 5px 20px;
  background-color: #009dff;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
}

.small-news-grid {
  border: 1p solid;
  /* gap: 20px; */
  row-gap: 20px;
  margin: auto;
}

.news-container .news-card {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.news-container .news-card a {
  color: black;
}

.news-container .news-card img {
  width: 100%;
  border-radius: 10px;
}

.news-container .news-card h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}

.news-container .date {
  font-size: 10px;
  margin: 5px 0;
  text-align: left;
}

/* news section ends */

/* clients section */

.section8 {
  padding: 70px 0px;
  background: url(./images/bg-design.svg) no-repeat right/center;
  background-color: #0d150c;
}

.client-section {
  padding: 70px 0px;
  scroll-behavior: smooth !important;
}

.client-section h1 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 800;
}

.clients-section .container {
  width: 100%;
}

.clients-section .container .row div {
  /* height: 150px; */
  padding: 10px;
  /* margin: 10px 0px; */
  display: flex;
  align-items: center;
}

.clients-section img {
  margin: auto;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

#more {
  display: none;
  transition: all 1s;
}

#myButton {
  background-color: #38785d;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
}

#myButton2 {
  background-color: #38785d;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
  display: none;
}

/* 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;
  }

  .navigation {
    background-color: #000000;
  }

  .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;
    max-width: 100%;
  }

  .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 .banner-video {
    display: none;
  }

  /* landing page ends */

  /* numbers */

  .numbers .row {
    width: 100%;
  }

  .numbers .row .grid {
    padding: 0px;
    border-radius: 10px;
  }

  .numbers h3 {
    font-size: 26px;
    height: auto;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 30px;
  }

  .numbers p {
    font-size: 12px;
    text-align: center;
  }

  /* about section starts */

  .about-section h4 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: auto;
  }

  .about-section img {
    width: 100%;
    max-width: 300px;
  }

  .about-section iframe {
    position: static !important;
    margin-bottom: auto !important;
  }

  /* why attend */

  /* topics starts */

  .topics-content img {
    transform: rotate(90deg);
    max-width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -100px;
  }

  .topics-section .topics {
    margin-top: 70px !important;
    row-gap: 5px;
  }

  /* topics starts */

  /* attending companies section starts */
  .blog_section .companies_content .company_div {
    width: 120px;
  }

  .owl-carousel .owl-item img {
    width: 60% !important;
  }

  /* speakers section ends */

  /* partner section */
  .partners-2026 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  /* industry section */

  .industry-section {
    padding: 60px 0px;
    opacity: 1;
  }

  .industry-section .div1 .row {
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  }

  /* section 5 starts */
  .profiles p {
    margin: auto;
  }

  /* 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: #02602060;
  }

  .A-E-S .container .two div {
    background-color: #02602060;
  }

  .A-E-S .container .three div {
    background-color: #02602060;
  }

  .A-E-S .container .box a {
    max-width: 130px;
  }

  /* section5 ends */
  /* partner section */
  .why-partner-section .div .content {
    padding: 10px;
  }

  .why-partner-section .div .content h4 {
    font-size: 10px;
  }

  .why-partner-section .div p {
    font-size: 11px;
  }

  .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;
  }

  .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: 1025px) {
  /* 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: auto;
    left: 0;
  }

  /* 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 .banner-video video {
    max-width: 280px;
  }

  /* landing page ends */

  /* numbers */
  .numbers h3 {
    font-size: 40px;
    height: auto;
  }

  .numbers p {
    font-size: 16px;
  }

  /* about page */
  .about-section h4 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: auto;
  }

  .grid-section .container .row .grids {
    padding: 20px 10px;
  }

  /* topics */
  .topics-section .container .topics {
    padding: 0px 10px;
  }

  /*  */
  .industry-section .div1 .row {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }

  /* speakers 2 starts */

  /* 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 */

  /* section4 attendees section starts */

  .owl-carousel .owl-item img {
    width: 90% !important;
  }

  /*why partner section */
  .why-partner-section .div .content {
    padding: 10px;
  }

  .why-partner-section .div .content h4 {
    font-size: 10px;
  }

  .why-partner-section .div p {
    font-size: 12px;
    opacity: 1;
  }

  /* partners section */
  .partners-2026 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  .partners-2026 .partner-logo {
    width: 100%;
    max-width: 300px;
  }

  /* contact section */
  .contact-section {
    padding: 30px 0px;
  }

  /* 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;
  }
}
