@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

:root {
  --primary-gold1: #f1c36d;
  --secondary-gold2: #9f834d;
  --primary-black: #141414;
  --gold-gradiant: linear-gradient(90deg, #f2c46d 0%, #d9984a 100%);
  --gold-gradiant-dark: linear-gradient(90deg, #e28a1e 10%, #d9984a 100%);
  --white: #ffffff;
  --bg-gradient: radial-gradient(
      circle at 0% 100%,
      #181818 0%,
      17.5%,
      rgba(24, 24, 24, 0) 35%
    ),
    radial-gradient(
      circle at 67.92% 72.78%,
      #181818 0%,
      17.5%,
      rgba(24, 24, 24, 0) 35%
    ),
    radial-gradient(
      circle at 36.53% 96.67%,
      #181818 0%,
      53.04%,
      rgba(24, 24, 24, 0) 68%
    ),
    radial-gradient(
      circle at 94.35% 89.62%,
      #181818 0%,
      20%,
      rgba(24, 24, 24, 0) 40%
    ),
    radial-gradient(
      circle at 20.7% 73.89%,
      rgba(244, 205, 110, 0.99) 0%,
      29.15%,
      rgba(244, 205, 110, 0) 55%
    ),
    radial-gradient(
      circle at 7.78% 13.33%,
      #181818 0%,
      42%,
      rgba(24, 24, 24, 0) 70%
    ),
    radial-gradient(
      circle at 93.69% 11.43%,
      #181818 0%,
      42%,
      rgba(24, 24, 24, 0) 70%
    ),
    radial-gradient(
      circle at 48.9% 49.52%,
      #ffffff 0%,
      100%,
      rgba(255, 255, 255, 0) 100%
    );
  --bdr-radius: 12px;
}

.gutter-0 {
  --bs-gutter-x: 0px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-300 {
  margin-bottom: 300px;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.offcanvas {
  --bs-offcanvas-width: 100%;
  background-color: #0D0D0D !important;
}


.btn-close-custom {
  color: #f2c46d !important; /* Your desired color */
  font-size: 1.2rem; 
}


.offcanvas-body {
  align-items: end;
}
.menuicon {
  width: 25%;
  float: inline-end;
}
.navbar {
  background-color: #0D0D0D;
  --bs-navbar-padding-y: 0.4rem !important;
}

.navbar-brand_img {
  float: left;
}
.navbar-nav {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 510;
  font-size: 16px;
  font-style: normal;
  --bs-nav-link-padding-y: 0rem;

}



.nav-item .nav-link {
  background: var(--gold-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-nav .nav-link-active {
  background: var(--gold-gradiant-dark);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  text-decoration: none;
}


.nav-item {
  padding-left: 15px;
}
.nav-btn{
  padding-left: 15px;
}
.dropdown-toggle::after {
  display: none;
}
.nav-item > .nav-link:hover,
.nav-item > .nav-link-active:hover {
  cursor: pointer;
  background: var(--gold-gradiant-dark);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.slid_bar_footer {
  display: none;
  margin-bottom: 20px;
}
.nav-icons img {
  width: 12%;
  padding: 5px 5px 20px;
}
.navlogos,
.navlogos a {
  display: flex;
  gap: 12%;
  height: 72px;
  padding-left: 10px;
}




/* hero section */

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: none;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/hero-overly.png');
  background-size: 4px 4px;
  background-repeat: repeat;
  background-position: center;
  z-index: 2;
  opacity: 0.9;
}




/* DEX-offer section */
.DEX-offer {
  background: url("../img/DEX-offer-bg-1.webp") no-repeat center center/cover;
  /* height: 90vh; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 60px;
}
.DEX-offer .DEX-offer-box {
  background-color: #c4a56bbd;
  padding: 35px;
  border-radius: 15px;
  max-width: 800px;
  text-align: left;
  color: var(--white);
  margin-bottom: 20px;
}
.DEX-offer h1 {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 900;
  color: #f2c46d;
  margin-top: 5%;
}
.DEX-offer-box p {
  margin-bottom: 10px;
  font-size: 17.5px;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 1.2;
}
.DEX-offer-box ul {
  margin-bottom: 15px;
}
.DEX-offer-box ul li {
  font-family: "Barlow", sans-serif;
  font-size: 17.5px;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 1.2;
}

.dex-btn {
  position: relative;
  background-color: #957a46;
  color: var(--white);
  padding: 5px 0px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 150px !important;
  text-align: center;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.dex-btn a {
  color: var(--white);
  text-decoration: none;
  text-align: center;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.dex-btn:hover {
  background-color: #8b6f3a;
}

/* Sponsors section */

.Sponsors {
  font-family: Arial, sans-serif;
  background: var(--bg-gradient);
  color: #ffd700;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Sponsors h1 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #f2c46d;
}
.sponsor-section {
  width: 100%;
  margin-bottom: 30px;
}
.sponsor-header {
  background-color: hsla(0, 0%, 100%, 0.103);
  color: var(--primary-gold1);
  padding: 7px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.sponsor-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.sponsor-logo {
  max-width: 150px;
  height: auto;
}

/* become a partner */

.become-partner-section {
  background: var(--bg-gradient);
  padding: 25px;
}

.become-partner h1,
.become-partner a {
  font-size: 40px;
  margin-bottom: 10%;
  font-weight: 700;
  color: var(--primary-gold1);
  margin-top: 10%;
  text-decoration: none;
  text-align: center;
}

/* Digital Excellence Framework section */

.DEF-section {
  background: var(--bg-gradient);
}
.DEF-image-swap img {
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
}


/* Objective section */

.Objective-section {
  font-family: Arial, sans-serif;
  background: var(--bg-gradient);
  background-image: linear-gradient(to bottom, #2c2c2c, #1a1a1a);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Objective-section h1 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  color: var(--primary-gold1);
  text-decoration: none;
  text-align: center;
}

.objectives-container {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  border-radius: 5px;
}

.objective {
  flex: 1;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150;
  height: 220px;
  color: var(--white);
  font-family: "Barlow", sans-serif;
}

.obj1 {
  background-color: rgba(255, 255, 255, 0.2);
}
.obj2 {
  background-color: rgba(255, 255, 255, 0.15);
}
.obj3 {
  background-color: rgba(255, 255, 255, 0.1);
}

/* AwardCategories-section */

/* Award Categories Section */
.AwardCategories-section {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  background: url("../img/Aw-cat-bg.jpg") no-repeat center center/cover;
  position: relative;
}

.AwardCategories-section h1 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  color: var(--primary-gold1);
  text-align: center;
}

.AwardCategories-Card-section {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping of cards */
  justify-content: space-between;
  border-radius: 5px;
}

.AwardCategories-Card {
  flex: 1 1 calc(25% - 30px); /* 4 cards per line on larger screens */
  padding: 35px !important;
  min-height: 250px;
  height: 220px;
  color: var(--primary-gold1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.AwardCategories-Card p {
  margin: 0;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
}

.AwardCategories-Card a {
  margin-top: auto; /* Pushes the link to the bottom */
  text-align: right;
  align-self: flex-end; /* Aligns the link to the right */
  color: var(--white);
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.AwardCategories-Card-section {
  --card-bg-color-1: hsla(38, 30%, 35%, 0.9);
  --card-bg-color-2: hsla(40, 34%, 46%, 0.9);
}

.AwardCategories-Card:nth-of-type(1),
.AwardCategories-Card:nth-of-type(3),
.AwardCategories-Card:nth-of-type(6),
.AwardCategories-Card:nth-of-type(8) {
  background-color: var(--card-bg-color-1);
}

.AwardCategories-Card:nth-of-type(2),
.AwardCategories-Card:nth-of-type(4),
.AwardCategories-Card:nth-of-type(5),
.AwardCategories-Card:nth-of-type(7) {
  background-color: var(--card-bg-color-2);
}

/* Message from Organizers Section */
.MfO-section {
  background: var(--bg-gradient);
  font-family: "Barlow", sans-serif;
  color: var(--white);
  font-size: 16.5px;
  font-weight: 300;
}
.MfO-topic h2 {
  color: var(--primary-gold1);
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.MfO-section .MfO-rightSide {
  padding-left: 80px;
  border-left: 1px dashed #fff;
}
.MfO-content {
  padding-top: 15px;
  padding-right: 40px;
}

.MfO-content2 {
  padding-top: 0px;
}

.MfO-img-fitis img {
  height: 40px;
}

.MfO-btn {
  display: inline-block;
  margin-left: auto;
  position: relative;
  background-color: #957a46;
  color: var(--white);
  padding: 5px 0px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 150px !important;
  text-align: center;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.MfO-btn a {
  color: inherit; /* Inherit button text color */
  text-decoration: none;
  text-align: center;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.MfO-btn:hover {
  background-color: #8b6f3a;
}

/* Award Categories - 2 */
.AC2 {
  font-family: Arial, sans-serif;
  background-color: #181818;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--white);
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.AC2 h5 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}

.award-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
  gap: 10px;
  max-width: 1400px;
  margin: 0 auto;
}
.award-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  min-width: 0;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.award-item .trophy-div {
  flex-shrink: 0;
}
.award-item .trophy-div img{
 width: 18px;
 padding-bottom: 5px;
}

.award-item .trophy-name-div {
  flex: 1;
  min-width: 0;
}

.award-item .trophy-name-div a {
  display: block;
  background-color: #262626;
  padding: 4px 8px;
  max-width: 100%;
  border-radius: 0px 10px 10px 0px;
  text-align: left;
  text-decoration: none;
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  white-space: normal;
  line-height: 1.35;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.award-item .trophy-name-div:hover a {
  background-color: #3a3a3a;
}

.award-item .trophy {
  font-size: 20px;
}

/* .award-item .trophy-div {
  width: 30px;
  scale: 0.2;
  height: 10px;
} */

/* Footer Styles */

.footer {
  background-color: #1a1a1a;
  color: white;
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 100;
  padding-bottom: 20px;
  padding-top: 10px;
  letter-spacing: -0.5px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
}

.copyright {
  margin: 0.5rem 0;
}

.footer-links {
  display: flex;
  gap: 5px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-icons2 a {
  color: white;
  font-size: 16px;
  padding-left: 5px;
}

.footer-text {
  text-decoration: none;
  color: var(--primary-gold1) !important;
}

/* Time line */

.timeline {
  background: radial-gradient(
      circle at 69.44% 86.94%,
      #f2c46d 0%,
      rgba(242, 196, 109, 0) 35%
    ),
    radial-gradient(
      circle at 15.56% 14.17%,
      #f2c46d 0%,
      rgba(242, 196, 109, 0) 35%
    ),
    radial-gradient(
      circle at 90.28% 78.61%,
      #181818 0%,
      rgba(24, 24, 24, 0) 35%
    ),
    radial-gradient(circle at 77.64% 5%, #f2c46d 0%, rgba(242, 196, 109, 0) 35%),
    radial-gradient(
      circle at 42.98% 100%,
      #f2c46d 0%,
      rgba(242, 196, 109, 0) 50%
    ),
    radial-gradient(
      circle at 9.95% 44.85%,
      #d9984a 0%,
      rgba(217, 152, 74, 0) 70%
    ),
    radial-gradient(
      circle at 92.76% 14.71%,
      #f2f2f2 0%,
      rgba(242, 242, 242, 0) 100%
    ),
    radial-gradient(
      circle at 48.9% 49.52%,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );

  font-family: "Barlow", sans-serif;
  color: var(--primary-black);
  font-size: 17px;
  font-weight: 300;
}
.timeline h5 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.timeline-item {
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  margin-bottom: 5px;
}

.timeline-note {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.timeline-date {
  text-align: center;
  font-weight: 500;
  font-size: 18.5px;
}
.dateicon {
  text-align: center;
  padding-bottom: 7px;
}
.dateicon img {
  height: 40px;
}
.timeline-road {
  height: 50px;
}
.timeline-centerline {
  border-right: 3px solid hsl(0, 0%, 0%);
}
.timeline-footerline {
  border-bottom: 3px solid hsla(0, 0%, 0%, 0.3);
}

.Submit-Your-Award, .Submit-Your-Award a{
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  padding-top: 40px;
  text-decoration: none;
  color: var(--primary-black);
  text-transform: uppercase;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}






/* --------------------------------------------------
About Page
-------------------------------------------------- */
.about-banner {
  position: relative;
  width: 100%;
  height: 240px; 
  background-image: url('../img/Award-winners/award/Banner 5 new.png');
  background-size: cover; 
  background-position: right center; 
  background-repeat: no-repeat;
}

.award-banner-2 {
  position: relative;
  width: 100%;
  height: 240px; 
  background-image: url('../img/Award-winners/award/Banner 6.jpg');
  background-size: cover; 
  background-position: right center; 
  background-repeat: no-repeat;
}

.about-awards{
  font-family: Arial, sans-serif;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--bg-gradient);
  color: var(--white);
}

.about-awards h1{
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  color: var(--primary-gold1);
  text-align: center;
}
.about-awards p{
  text-align: center;
  font-size: 17.52px;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
}
.about-awards a{
  color: var(--white);
}
.about-3rd-section{
  background: var(--bg-gradient);
  color: var(--white);
}
.about-3rd-section h3{
  color: var(--primary-gold1);
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 25px;
}
.about-3rd-section h2{
  color: var(--primary-gold1);
  font-size: 27px;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 20px;
}
.about-3rd-section p{
  font-size: 17.52px;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
}


/* --------------------------------------------------
Awards Pages
-------------------------------------------------- */

.DEF-image-swap2 img {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 10%;
}




/* Digitalized Customer Experience Page */
.Awards-details{
  background: var(--bg-gradient);
  color: var(--white);
  font-size: 17.52px;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
  line-height: normal;
}
.Awards-details .mb-4 {
  margin-bottom: 0rem !important;
}

.Awards-details .container {
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 0 rem;
}

.Awards-details .box {
  display: flex;
  flex-direction: row;
  align-items: left;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: start;
  align-items: center;
}

.Awards-details .box2 {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 10px 10px 0px 13.6px;
  background-color: #BF7330;
  text-align: start;
}
.Awards-details .box3 {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 10px 10px 0px 15px;
  text-align: start;
}

.Awards-details .box-title1 {
  width: 110px;
  align-items: center;
  padding: 10px; 
  display: inline-flex;
  flex-direction: row;
}


.Awards-details .box-title1 h3{
  display: none;
}
.Awards-details .box-title2 {
  display: flex;
  flex-direction: row;
}
.Awards-details .box-title2 img{
  width: 55px;
  padding: 10px;
}
.Awards-details .box-title2 h5{
  font-size: 24px;
  font-weight: 400;
  padding: 10px;
  color: var(--primary-gold1);
}
.Awards-details .box-details{
  align-items: left;
  margin-left: 10px;
}
.Awards-details .box-details-Special{
  padding: 0px 30px;
}
.Awards-details .box-title1-Special img{
  padding-left: 20px; 
}

.box-details  h2{
  font-size: 2.3rem;
  margin: 10px 0;
  font-family: Arial, sans-serif;
  font-weight: 600;
  color: var(--primary-gold1);
  padding: 10px;
}

.Awards-details  h3 {
  font-size: 1.5rem;
  margin: 10px 0;
  font-family: Arial, sans-serif;
  font-weight: 600;
  color: var(--primary-gold1);
}
.box-line{
  height: 10px;
  width: 100%;
  background-color: #BF7330;

}

/* awards-details-table */
.ADT{
  background: var(--bg-gradient);
  font-family: "Barlow", sans-serif;
}
.ADT .ADT-title-Gold,
.ADT .ADT-title-Silver,
.ADT .ADT-title-Bronze,
.ADT .ADT-title-Merit {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
  text-align: center;
  background-position: center;
  padding: 20px;

  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 60px;
}
.ADT .ADT-title-Gold{
  background-image: url(../img/Awards-pages/heaaader-gold.png);
}
.ADT .ADT-title-Silver{
  background-image: url(../img/Awards-pages/header-silver.png);
}
.ADT .ADT-title-Bronze{
  background-image: url(../img/Awards-pages/header-bronze.png);
}
.ADT .ADT-title-Merit{
  background-image: url(../img/Awards-pages/header-merit.png);
}

.ADT .ADT-title-Gold p,
.ADT .ADT-title-Silver p,
.ADT .ADT-title-Bronze p,
.ADT .ADT-title-Merit p{
  color: var(--primary-black);
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}


.ADT .ADT-topic p{
  color: var(--white);
  text-align: center;
  padding: 5px 0px 10px 0px ;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, .2);
  border-top: 3px dashed #BF7330;
  font-weight: 500;
}


.ADT .ADT-Content p{
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
  line-height: normal;
  font-size: 15.2px;
}

.ADT .ADT-PDF{
  padding-left: 30px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.ADT .ADT-PDF-section{
  margin-top: 50px;
}

.ADT .ADT-PDF-section-2{
  margin-top: 50px;
}

.ADT .ADT-PDF img{
  height: 35px;
  width: 35px;
  scale: 2.7;
  align-items: left;
}
.ADT .ADT-PDF a{
  text-decoration: none;
  color: var(--primary-gold1);
  font-size: 18px;
}
.ADT .ADT-PDF a:hover{
  color: var(--white);
}


/* --------------------------------------------------
Contact Us Pages
-------------------------------------------------- */

.reach-us{
  background-color: #181818;
  color: #f0f0f0;
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.reach-us .container {
  display: flex;
  flex-direction: column;
}
.reach-us .left-section, .right-section {
  flex: 1;
  margin: 10px;
}
.reach-us .left-section {
  margin-right: 20px;
}
.reach-us h1 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: var(--primary-gold1);
  font-size: 36px;
  margin-bottom: 20px;
}
.reach-us a {
  color: var(--white);
  text-decoration: none;
}
.reach-us a:hover {
  text-decoration: underline;
}
.reach-us .right-section {
  background-color: #303030;
  padding: 30px;
  border-radius: 10px;
}
.reach-us .contact-form label {
  display: block;
  margin-bottom: 10px;
  color: #A4A4A4;
  font-size: 18px;
  font-weight: 400;
}
.reach-us .contact-form span {
  color: var(--primary-gold1);
  font-size: 18px;
  font-weight: 400;
}


.reach-us .contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  border: none;
  background-color: #303030;
  border-bottom: 1px solid hsl(0, 0%, 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}
.reach-us .contact-form input:focus, 
.reach-us .contact-form select:focus, 
.reach-us .contact-form textarea:focus, 
.reach-us .contact-form input:hover, 
.reach-us .contact-form select:hover, 
.reach-us .contact-form textarea:hover {
  background-color: #303030;
  color: #FFFFFF;
  outline: none;
  border-bottom: solid hsl(0, 0%, 0%);
}

.reach-us .contact-form button {
  background-color: #CCA761;
  color: #111;
  border: none;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  border-radius: 50px;
  font-size: 18px;
  margin-bottom: 30px;
}
.reach-us .contact-form button:hover {
  background-color: #BF7330;
}


/* --------------------------------------------------
exco Page
-------------------------------------------------- */
.executive-committee{
  font-family: "Barlow", sans-serif;
  background-color: #181818;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.executive-committee h1{
  font-family: Arial, sans-serif;
  font-size: 40px;
  margin-bottom: 75px;
  font-weight: 700;
  color: var(--primary-gold1);
  text-decoration: none;
  text-align: center;
}

.executive-committee .grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.executive-committee .grid .member-card{
  display: flex;
  flex-direction: column;
}
.executive-committee .member {
  display: flex;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/exco/Background.jpg);
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
  border-radius: 8px;
  padding: 10px;
  /* align-items: center; */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  /* height: 150px; */
}

.executive-committee .change-height{
  height: 160px ;
}

.executive-committee .member-photo img {
  border-radius: 7%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 3px solid  #f2bc4c;
}

.executive-committee .member-details{
  padding-left: 20px;
}
.executive-committee .member-details h2 {
  color: var(--primary-gold1);
  margin-bottom: 10px;
  font-size: 16px;
}

.executive-committee .member-details p {
  margin-bottom: 8px;
  font-size: 14px;
}

.executive-committee .member-details .member-description {
  margin-top: 20px;
}
.executive-committee .member-content1{
  color: #F2C46D;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.executive-committee .member-content2{
  font-size: 14px;
  font-weight: 300;
}











/* --------------------------------------
Registration Popup Styling Feb 10 2025
-----------------------------------------*/


.registration-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  backdrop-filter: blur(1px);
  z-index: 1000; /* Ensure it's on top */
}

.registration-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0D0D0D;
  padding: 50px 100px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: var(--primary-gold1);
  max-width: 45%;
  border: 1px solid var(--primary-gold1);
}
.registration-popup-content img{
  width: 50%;
  margin-bottom: 40px;
}
.registration-popup-content h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.registration-popup-content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  font-family: "Barlow", sans-serif;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #ffffff !important;
}

.close-btn:hover {
  color: #000;
}

#registerButton {
  padding: 10px 20px;
  background-color: #957a46 !important;
  color: var(--white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 150px;
  transition: background-color 0.3s ease;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

#registerButton:hover {
  background-color: #8b6f3a !important;
}

#singin{
  padding: 10px 20px;
  background-color: #00000000 !important;
  color: var(--white);
  border: 2px #8b6f3a solid;
  border-radius: 5px;
  cursor: pointer;
  width: 120px;
  transition: background-color 0.3s ease;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

#singin:hover{
  background-color: #8b6f3a !important;
}


/* awards-Winner-table */
.AW{
  background: var(--bg-gradient);
  font-family: "Barlow", sans-serif;
}

.AW .AW-topic p{
  color: var(--white);
  text-align: center;
  padding: 5px 0px 10px 0px ;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, .2);
  border-top: 3px dashed #BF7330;
  font-weight: 500;
}


.AW-Content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.AW .AW-Content{
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  margin: 20px;
  width: 100%; /* Allow it to be flexible */
  max-width: 290px; /* Set a max width */
}


.AW .AW-Content .Gold-Award{
  color: var(--primary-gold1);
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15.2px;
  margin-bottom: 0px;
}

.AW .AW-Content .Silver-Award{
  color: #DFE3E4;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15.2px;
  margin-bottom: 0px;
}

.AW .AW-Content .Bronze-Award{
  color: #D9984A;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15.2px;
  margin-bottom: 0px;
}

.AW .AW-Content .Merit-Award{
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15.2px;
  margin-bottom: 0px;
}

.AW .AW-Content P{
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 15.2px;
  margin-bottom: 0px;
  text-align: center;
}

/* Wrapper for custom dropdown */
.custom-dropdown {
  position: relative;
}

/* Dropdown list hidden by default */
.custom-award-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  display: none;
  background-color: #000;
  padding: 0;
  list-style: none;
  z-index: 999;
  border-radius: 4px;
}

/* Show dropdown on hover */
.custom-dropdown:hover .custom-award-dropdown {
  display: block;
}

/* Individual dropdown items */
.custom-award-dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease;
}

.custom-award-dropdown li a:hover {
  background-color: #222;
}

/* Highlight AW-topic */
.category-title {
  color: #fff;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
}

/* Award Images */
.award-img {
  max-width: 180px;
  height: auto;
  transition: transform 0.3s ease;
}

.award-img:hover {
  transform: scale(1.05);
}

/* Award Types */
.Gold-Award {
  color: #D4AF37;
  font-size: 1.2rem;
  font-weight: bold;
}
.Silver-Award {
  color: #C0C0C0;
  font-size: 1.2rem;
  font-weight: bold;
}
.Bronze-Award {
  color: #CD7F32;
  font-size: 1.2rem;
  font-weight: bold;
}
.Merit-Award {
  color: #6c757d;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Company Name */
.company-name {
  font-size: 1rem;
  font-weight: 500;
}

/* Multi-level Dropdown Menu Styling */
.dropdown-submenu {
  position: relative;
}

/* Hide submenu by default and set absolute position for desktop */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 1px;
  display: none;
  position: absolute !important;
  z-index: 1001 !important;
}

/* Ensure the main dropdown element is relative and does not shift navbar or overlap items */
.navbar-nav .dropdown {
  position: relative !important;
  margin-right: 0 !important;
}

.navbar-nav .dropdown > .nav-link,
.navbar-nav .dropdown > .dropdown-toggle {
  background: var(--gold-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.custom-nav-item {
  margin-right: 0 !important;
  background: var(--gold-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-nav .dropdown > .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 0 !important;
  z-index: 1000 !important;
}

/* Global Dropdown styling matching website colors and resolving blue highlighting */
.dropdown-menu {
  background-color: #000000 !important;
  border: 1px solid var(--primary-gold1) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  color: #ffa600 !important;
  background-color: #000000 !important;
  font-family: 'Barlow', sans-serif;
  transition: all 0.2s ease;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  background: var(--gold-gradiant) !important;
  color: #141414 !important;
  -webkit-text-fill-color: #141414 !important;
}

/* Show submenu on hover on desktop */
@media (min-width: 911px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }
  
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block !important;
  }
  
  .navbar-nav .dropdown:hover .dropdown-submenu .dropdown-menu {
    display: none;
  }
  
  .navbar-nav .dropdown:hover .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }

  /* Downward arrow for main navbar dropdown toggle */
  .navbar-nav .dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: var(--primary-gold1) !important;
  }

  /* Right arrow for submenu toggles */
  .dropdown-submenu > .dropdown-toggle::after {
    display: inline-block !important;
    float: right;
    margin-top: 6px;
    margin-left: 10px;
    content: "";
    border-top: 0.3em solid transparent !important;
    border-right: 0 !important;
    border-bottom: 0.3em solid transparent !important;
    border-left: 0.3em solid !important;
    color: var(--primary-gold1) !important;
  }
}

/* Mobile dropdown styles */
@media (max-width: 910px) {
  .dropdown-submenu > .dropdown-menu {
    position: static !important;
    display: none;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 1.5rem !important;
  }
  
  .dropdown-submenu > .dropdown-menu.show {
    display: block !important;
  }
  
  /* Downward arrow for submenu toggles on mobile */
  .dropdown-submenu > .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
