/* ============================================= */
/*  BASE STYLES                                  */
/* ============================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

    @font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Impact Regular'), url('../fonts/impact.woff') format('woff');
    }
body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 16px;
  font-display: swap;
  
}
/* Mobile bottom menu container */
.mobile-footer-menu {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
margin: 20px 0;
}

.a-fs-70{
    font-size:70px !important;font-display: swap;
}
.a-fs-57{
    font-size:57px !important;font-display: swap;
}
.a-fs-40{
    font-size:40px !important;font-display: swap;
}.banner-section-conference h2,.banner-section-conference p {
    color: #212529;
}
.p-7{
   padding: 8rem; 
}.container {
  max-width: 1440px;  /* Upper limit */
  width: 100%;        /* Fills smaller screens */
  margin: 0 auto;     /* Center horizontally */
  padding: 0 15px;    /* Optional inner spacing */
}
p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;font-display: swap;
}

/* ============================================= */
/*  TYPOGRAPHY                                   */
/* ============================================= */
.sub-headers {
  font-size: 33px !important;
  font-weight: 900 !important;
  font-family: 'Red Hat Display', sans-serif;font-display: swap;
}

/* Font Sizes */
.fs-22 { font-size: 22px;font-display: swap; }

.a-fs-9 { font-size: 9px !important;font-display: swap; }
.a-fs-10 { font-size: 10px !important;font-display: swap; }
.a-fs-11 { font-size: 11px !important;font-display: swap; }
.a-fs-12 { font-size: 12px !important;font-display: swap; }
.a-fs-13 { font-size: 13px !important;font-display: swap; }
.a-fs-14 { font-size: 14px !important;font-display: swap; }
.a-fs-15 { font-size: 15px !important;font-display: swap; }
.a-fs-16 { font-size: 16px !important; }
.a-fs-17 { font-size: 17px !important; }
.a-fs-18 { font-size: 18px !important;font-display: swap; }
.a-fs-19 { font-size: 19px !important; }
.a-fs-20 { font-size: 20px !important; }
.a-fs-21 { font-size: 21px !important; }
.a-fs-22 { font-size: 22px !important; }
.a-fs-23 { font-size: 23px !important; }
.a-fs-24 { font-size: 24px !important; }
.a-fs-25 { font-size: 25px !important; }
.a-fs-26 { font-size: 26px !important; }
.a-fs-28 { font-size: 28px !important; }
.a-fs-29 { font-size: 29px !important; }
.a-fs-30 { font-size: 30px !important; }
.a-fs-32 { font-size: 32px !important; }
.a-fs-33 { font-size: 33px !important; }
.a-fs-34 { font-size: 34px !important; }
.a-fs-36 { font-size: 36px !important; }
.a-fs-40 { font-size: 40px !important; }
.a-fs-44 { font-size: 44px !important; }
.a-fs-46 { font-size: 46px !important; }
.a-fs-50 { font-size: 50px !important; }
.a-fs-57 { font-size: 57px !important; }
.a-fs-58 { font-size: 58px !important; }
.a-fs-77 { font-size: 77px !important; }

/* Font Weights */
.a-fw-300 { font-weight: 300 !important; }
.a-fw-400 { font-weight: 400 !important; }
.a-fw-500 { font-weight: 500 !important; }
.a-fw-600 { font-weight: 600 !important; }
.a-fw-700 { font-weight: 700 !important; }
.a-fw-800 { font-weight: 800 !important; }
.a-fw-900 { font-weight: 900 !important; }
.a-fw-1000 { font-weight: 1000 !important; }

/* Line Heights */
.a-lh-10 { line-height: 1 !important; }
.a-lh-11 { line-height: 1.1 !important; }
.a-lh-12 { line-height: 1.2 !important; }
.a-lh-125 { line-height: 1.25 !important; }
.a-lh-13 { line-height: 1.3 !important; }
.a-lh-14 { line-height: 1.4 !important; }
.a-lh-15 { line-height: 1.5 !important; }

/* Font Colors */
.a-fc-81 { color: #818181 !important;font-display: swap; }
.a-fc-41 { color: #414141 !important; }
.a-fc-00 { color: #000000 !important; }
.a-fc-ff { color: #ffffff !important; }
.a-fc-4d { color: #4d4e4e !important; }
.a-a-color { color: #0160e7 !important; }

/* Font Families */
.a-ff-rh { font-family: 'Red Hat Display', sans-serif !important;font-display: swap; }
.a-ff-ss { font-family: "Source Sans 3", sans-serif !important;font-display: swap; }
.a-ff-ms { font-family: "Montserrat", sans-serif !important;font-display: swap; }
.a-ff-imp{
    font-family: 'Impact Regular'!important;font-display: swap;
}
.a-ff-ap{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-display: swap;
}
.py-7{
    padding:8rem 0;
}
/* Links */
.link {
  font-family: "Source Sans 3", sans-serif;
  color: #0160e7;
  font-size: 16px;
}
.link:hover,
.top-mega-menu:hover {
  color: #0056b3 !important;
}

/* ============================================= */
/*  BUTTONS                                      */
/* ============================================= */
/* Button Base Styles */
.btn-blue-thin-fill,
.btn-blue-thin-border,
.btn-blue-thick-fill,
.btn-blue-thick-border,
.btn-gray-thin-fill,
.btn-gray-thin-border,
.btn-gray-thick-fill,
.btn-gray-thick-border,
.btn-white-thin-fill,
.btn-white-thin-border,
.btn-white-thick-fill,
.btn-white-thick-border,.btn-gray-thick-box,.btn-blue-thick-box,.btn-yellow-thick-box,.btn-brown-thick-box,.btn-peal-thick-box,.btn-purple-thick-box,.btn-indigo-thick-box,.btn-blumine-thick-box,.btn-violet-thick-box,.btn-pinkocd-thick-box,.btn-ocean-thick-box {
  font-size: 14px;
  font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
  font-weight: 500;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  justify-content: center;
  line-height: 0;
  min-width: 72px;
  overflow: visible;
  padding: 0 15px !important;
  transition: background-color .13s ease-out, border-color .13s ease-out;
  white-space: nowrap;
  width: auto;
}

/* Blue Buttons */
.btn-blue-thin-fill,
.btn-blue-thick-fill {
  background-color: #0160e7;
  border-color: #0160e7;
  color: #fff !important;
}
.btn-blue-thin-fill:hover,
.btn-blue-thick-fill:hover {
  background: rgb(39,77,234);
  border-color: rgb(39,77,234);
}

.btn-blue-thin-border,
.btn-blue-thick-border {
  background-color: transparent;
  border-color: #0160e7;
  color: #0160e7 !important;
}
.btn-blue-thin-border:hover,
.btn-blue-thick-border:hover {
  border-color: rgb(39,77,234);
  color: rgb(39,77,234) !important;
}
.btn-blue-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #274dea;
    border-color: #274dea;background-color: #fff;
    padding: 20px 30px !important;
}
.btn-blue-thick-box:hover{
 color: #101922 !important;
    background-color: #fff;
    border-color: #274dea;
    box-shadow: 3px 3px 0 1px #274dea;   
}
.btn-ocean-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #1A74A8;
    border-color: #1A74A8;background-color: #fff;
    padding: 20px 30px !important;
}
.btn-ocean-thick-box:hover{
 color: #101922 !important;
    background-color: #fff;
    border-color: #1A74A8;
    box-shadow: 3px 3px 0 1px #1A74A8;   
}
.btn-indigo-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #383f94;
    border-color: #383f94;background-color: #fff;
    padding: 20px 30px !important;
}
.btn-indigo-thick-box:hover{
 color: #101922 !important;
    background-color: #fff;
    border-color: #383f94;
    box-shadow: 3px 3px 0 1px #383f94;   
}
.btn-blumine-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #1a5d85;
    border-color: #1a5d85;background-color: #fff;
    padding: 20px 30px !important;
}
.btn-blumine-thick-box:hover{
 color: #101922 !important;
    background-color: #fff;
    border-color: #1a5d85;
    box-shadow: 3px 3px 0 1px #1a5d85;   
}
.btn-violet-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #6d0fd6;
    border-color: #6d0fd6;background-color: #fff;
    padding: 20px 30px !important;
}
.btn-violet-thick-box:hover{
 color: #101922 !important;
    background-color: #fff;
    border-color: #6d0fd6;
    box-shadow: 3px 3px 0 1px #6d0fd6;   
}
.btn-pinkocd-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #4e3cf2;
    border-color: #4e3cf2;background-color: #fff;
    padding: 20px 30px !important;
}
.btn-pinkocd-thick-box:hover{
 color: #101922 !important;
    background-color: #fff;
    border-color: #4e3cf2;
    box-shadow: 3px 3px 0 1px #4e3cf2;   
}
.btn-purple-thick-box{
  border-radius: 0;
    box-shadow: 5px 5px 0 1px #191637;
    background: #fff;
    border-color: #191637;
    padding: 20px 30px !important; 
}
.btn-purple-thick-box:hover{
   background-color: #fff;
        border-color: #191637;
    box-shadow: 3px 3px 0 1px #191637; 
}
.light-strip{
    background: #f3f2f036 !important;
    color: #fff !important;
    padding: 5px 10px;
}
.btn-brown-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #5e503e;
    background: #fff;
    border-color: #5e503e;
    padding: 20px 30px !important;font-size: 15px !important;
    }
    .btn-brown-thick-box:hover{
    background-color: #fff;
        border-color: #5e503e;
    box-shadow: 3px 3px 0 1px #5e503e;
    }
    .btn-peal-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #024A5B;
    background: #fff;
    border-color: #024A5B;
    padding: 20px 30px !important;font-size: 15px !important;
    }
    .btn-peal-thick-box:hover{
    background-color: #fff;
        border-color: #024A5B;
    box-shadow: 3px 3px 0 1px #024A5B;
    }
/* Gray Buttons */
.btn-gray-thin-fill,
.btn-gray-thick-fill {
  background-color: #101922;
  border-color: #101922;
  color: #fff !important;
}
.btn-gray-thin-fill:hover,
.btn-gray-thick-fill:hover {
  background: #000;
  border-color: #000;
}

.btn-gray-thin-border,
.btn-gray-thick-border {
  background-color: transparent;
  border-color: #101922;
  color: #101922 !important;
}
.btn-gray-thin-border:hover,
.btn-gray-thick-border:hover {
  background: transparent;
  border-color: #000;
  color: #000 !important;
}
.btn-gray-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #101922;
    padding: 20px 30px !important;background-color: #fff;
}
.btn-gray-thick-box:hover{
    background-color: #fff;
        border-color: #101922;
    box-shadow: 3px 3px 0 1px #101922;  
}
/* White Buttons */
.btn-white-thin-fill,
.btn-white-thick-fill {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
}
.btn-white-thin-fill:hover,
.btn-white-thick-fill:hover {
  background: #fff;
  border-color: #fff;
  color: rgb(39,77,234) !important;
}

.btn-white-thin-border,
.btn-white-thick-border {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
.btn-white-thin-border:hover,
.btn-white-thick-border:hover {
  border-color: rgb(39,77,234);
  color: rgb(39,77,234) !important;
}
.btn-yellow-thick-box{
    border-radius: 0;
    box-shadow: 5px 5px 0 1px #d4a500;
    border-color: #ffd43b;
    padding: 20px 30px !important;
    height: 40px;
    color:#000;
    background:#ffd43b;
}
.btn-yellow-thick-box:hover{
    color: #000 !important;
    border-color: #ffd43b;
    box-shadow: 3px 3px 0 1px #d4a500;
}
/* Button Sizes */
.btn-blue-thin-fill,
.btn-blue-thin-border,
.btn-gray-thin-fill,
.btn-gray-thin-border,
.btn-white-thin-fill,
.btn-white-thin-border {
  height: 30px;
  border-radius: 16px;
}

.btn-blue-thick-fill,
.btn-blue-thick-border,
.btn-gray-thick-fill,
.btn-gray-thick-border,
.btn-white-thick-fill,
.btn-white-thick-border {
  height: 40px;
  border-radius: 20px;
}

/* Proposal Buttons */
.proposal-btn {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  align-items: center;
  border-radius: 16px;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  min-width: 72px;
  overflow: visible;
  padding: 0 15px !important;
  transition: background-color .13s ease-out,border-color .13s ease-out;
  white-space: nowrap;
  width: auto;
  font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
}

.proposal-btn-lg {
  border-radius: 20px !important;
  height: 40px !important;
  line-height: 1.5;
}

.proposal-btn-sm {
  border-radius: 20px !important;
}

.proposal-btn:hover, 
.proposal-btn-lg:hover, 
.proposal-btn-sm:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.signup-button-black {
  background-color: #000;
  border-color: #000;
  align-items: center;
  border-radius: 16px;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  min-width: 72px;
  overflow: visible;
  padding: 0 14px !important;
  transition: background-color .13s ease-out,border-color .13s ease-out;
  white-space: nowrap;
  width: auto;
  color: #fff !important;
  font-family: "Source Sans 3", sans-serif;
}

.signup-button-black:hover {
  background: transparent;
  color: #000 !important;
}

/* ============================================= */
/*  LAYOUT & SPACING                             */
/* ============================================= */
.gradient-text {
    background: linear-gradient(
351deg, #0d0e12, #4c4132, #0d1321);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lng-gradient-text{
background: linear-gradient(351deg, #000000, #022b34, #000);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dtc-gradient-text{
background: linear-gradient(351deg, #000000, #25688d, #000);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dtwin-gradient-text{
background: linear-gradient(351deg, #000000, #2a258c, #000);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aiog-gradient-text{
background: linear-gradient(351deg, #000000, #432d7f, #000);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ogts-gradient-text{
background: linear-gradient(351deg, #000000, #a37f0c, #000);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ogad-gradient-text{
background: linear-gradient(351deg, #000000, #481484, #000);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ddog-gradient-text{
background: linear-gradient(351deg, #000000, #0f4492, #000);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fog-gradient-text{
background: linear-gradient(351deg, #000000, #000, #000);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.a-pb-100 { padding-bottom: 100px; }
.a-mb-100 { margin-bottom: 100px; }
.a-pb-150 { padding-bottom: 150px; }
.a-mb-150 { margin-bottom: 150px; }

/* ============================================= */
/*  COMPONENTS                                   */
/* ============================================= */
/* Background video*/
   
 .bh-hero__text-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0;
    z-index: 1;
}

.bh-hero {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bh-hero__container {
    height: 610px;
    background-position: center center;
    background-size: cover;
    position: relative
}

.bh-hero__container img,.bh-hero__container video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 650px
}

.bh-hero__container .overlay-shadow {
    position: absolute
}

.bh-hero--height-tall .bh-hero__container,.bh-hero--height-tall .bh-hero__container img {
    height: 750px
}

.bh-hero--height-tall .bh-hero__text-render {
    bottom: initial;
    transform: translateY(-50%);
    top: 50%
}

.bh-hero--height-tall .bh-hero__text-render--align-center {
    transform: translate(-50%,-50%)
}

.bh-hero--extra-tall .bh-hero__container,.bh-hero--extra-tall .bh-hero__container img {
    height: 810px
}

.bh-hero--extra-compact .bh-hero__container,.bh-hero--extra-compact .bh-hero__container img {
    height: 560px
}

@media (min-width: 1024px) {
    .bh-hero--extra-compact .bh-hero__container {
        height:570px
    }
}

@media (min-width: 1024px) {
    .bh-hero--extra-compact .bh-hero__container img {
        height:570px
    }
}

.bh-hero--extra-compact .bh-hero__container .bh-hero__text-wrapper .bh-hero__text-render {
    top: 54%
}

@media (max-width: 576px) {
    .bh-hero--extra-compact .bh-hero__container .bh-hero__text-wrapper .bh-hero__text-render {
        top:44%;
        width: 87.5%
    }
}

.bh-hero--extra-compact .bh-hero__container .bh-hero__text-wrapper .bh-hero__text-render .bh-hero__wrapper .bh-hero__up {
    width: 88%;
    margin-right: 0
}

@media (min-width: 768px) {
    .bh-hero--extra-compact .bh-hero__container .bh-hero__text-wrapper .bh-hero__text-render .bh-hero__wrapper .bh-hero__up {
        width:46.55582%;
        float: left;
        margin-right: 2.61283%
    }
}
.bh-hero__container.bh-hero-opacity-50.bh-hero__container--666.bh_hero__container--align-left::after {
    background: linear-gradient(271deg, #00000000 0%, #000000A8 100%);
}
.bh-hero--mini-hero .bh-hero__text-render--align-left{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
}
.bh-hero__container.bh-hero-opacity-50:after, .bh-hero__container.bh-hero-opacity-70:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
}
.bh-hero__text-wrapper p{
    font-size:22px;
}
/* Video Thumbnail */
.video-thumbnail {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
/* img css*/
.cultureSlider img{
    width:110px;
    height:110px;
}
.exploreevent img{
    width: 450px;
    height: 252px;
    }
    .footer img{
    width: 217px;
    height: 227px;
    }
   .exclusiveSpeakers-card img{
        width: 223px;
    height: 223px;
    } 
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
}

/* Agenda */
.agenda-wrapper {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
	.spinner {
  border: 6px solid #3498db;       /* Light grey */
  border-top: 6px solid #fff;   /* Blue */
  border-radius: 50%;
  width: 17px;
  height: 17px;
  animation: spin 1s linear infinite;
}
#loader{
    display: none;
    position: relative;
    top: -110px;
    left: 87%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.common-modal #loader{
    top: -25px;
    left: 92%;
}
.speaking-modal #loader{
        top: -14px;
    left: 93%;
}
.exclusiveSpeakers-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  
}

.exclusiveSpeakers-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.north-benner{
    padding: 8rem !important;
    background-color:#fff !important;
    background-repeat: no-repeat;
      background-attachment: fixed !important;
    background-size: cover !important;
    background-position: right !important;
}
.banner-section-conference{
    height:610px;
    display: flex;
    align-items: center;
}
.homeicon i{
    border: 1px solid #4b4b4b;padding: 6px;border-radius: 25px;
    font-size:14px;
    color:#4b4b4b;
}
.north-benner.banner-section-conference h2,.north-benner.banner-section-conference p {
    color: #212529 !important;
}
.agenda-section {
  width: 100%;
}

.agenda-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.agenda-icon {
  background-color: #f6f7f8;
  border-radius: 8px;
  min-width: 60px;
}

.agenda-sessions .session {
  border-left: 5px solid gray;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f6f7f8;
}

.agenda-sessions .amazon-session {
  border-left: 5px solid orange;
}

.agenda-sessions .google-session {
  border-left: 5px solid blue;
}

/* Modal */
#mi-modal .modal-content {
  background: white;
  padding: 20px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 30px 40px;
  transform: translateY(-20px);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 0px;
}

#mi-modal .card-body {
  padding: 0;
}

/* Cards */
.exclusiveSpeakers-card {
  background-color: #101922 !important;
  color: #fff;
  margin: 0px 7px 7px !important;
  padding: 0;
  cursor: pointer;
  border-radius: 0px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.social-section {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .social-icons {
            display: flex;
            gap: 1rem;
        }

        .social-icon {
            color: #4b4b4b;
            font-size: 1.2rem;
            transition: color 0.1s;
        }

        .social-icon:hover {
            color: #1473e6;
        }
.exclusiveSpeakers-card .card-footer {
  background-color: rgb(23 23 25);
  color: #fff;
  border-radius: 0 0 30px 30px;
}
.stepsection-inner-content .card-body{
    padding:40px !important;
}
.exclusiveSpeakers-card .card-body {
  min-height: 118px;
}

.card-content {
  display: flex;
  align-items: stretch;
  background-color: #f6f7f8;
}

.partner-card {
  border: 1px solid #dddddd;
}

.partner-card.active,
.partner-card:hover {
  border: 2px solid #0160e7;
}

/* Forms */
.form-container {
  background-color: #f8f9fa;
  border: 2px solid #eee;
}

.form-container .checkbox-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 7px;
}
.contact label{
       left: 50px !important;
}
.contact .iti__selected-flag{
    padding: 0 12px 0 12px!important;
}

.contact:focus-within label,.contact.filled label {

        top: 18px;
    left: 41px;
    font-size: 12px;
    color: #888;
}
.contact .iti--allow-dropdown{
    width:100%;
}
.contact .iti__country-list{
    width:374px;
}
.contact .iti__country-name{
    color:#333 !important;
}
.gap-2 {
    gap:20px;
}
/* Floating Placeholder */
.input-container {
  position: relative;
  margin-top: 20px;
}
.form-container{
    padding:40px !important;
}
.bg-gray{
    background:#e8e8e9;
    padding:0.5rem;
}
.bg-gray .card-title{
    font-size:16px;
}
.input-container input,
.input-container textarea,.input-container select  {
  width: 100%;
  padding: 30px 23px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  color: #888;
}
.input-container select{
    padding: 20px 15px 10px;
}
.input-container input:focus,
.input-container textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: white;
  padding: 0 5px;
  font-size: 14px;
  color: #888;
  pointer-events: none;
  transition: all 0.2s ease;
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label,
.input-container textarea:focus + label,
.input-container textarea:not(:placeholder-shown) + label {
  top: 18px;
  left: 18px;
  font-size: 12px;
  color: #888;
}

/* File Upload */
.upload-delete-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.file-upload-wrapper {
  position: relative;
  display: flex;
  flex: 1;
}

.custom-file-upload {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 16px;
  color: #808080;
  cursor: pointer;
}

.custom-file-upload span {
  margin-right: 8px;
      font-size: 16px;
    font-family: 'Source Sans 3', sans-serif;
}

.file-upload-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.delete-btn {
  height: 48px;
  background-color: #e6e6e6;
  color: #808080;
  font-size: 16px;
  font-family: 'Source Sans 3', sans-serif;
  border: none;
  padding: 0 20px;
  border-radius: 3px;
  cursor: pointer;
}

.delete-btn:hover {
  background-color: #d6d6d6;
}

/* ============================================= */
/*  UTILITY CLASSES                              */
/* ============================================= */
.transparent-strip {
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff; 
  font-weight: 500;
}

.grey-strip {
  background: #eee;
  padding: 3px 10px;
  border-radius: 2px;
  color: #0d0000;
}

.top-mega-menu {
  color: #343a40;
}

/* ============================================= */
/*  SPECIFIC PAGE STYLES                         */
/* ============================================= */
/* Agenda Details Page */
/* Session Count Section */
.session-count {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
  width: 100%;
}

.session-block {
  
  width: 148px;
}

.session-count-container {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.session-count-container .session-count {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.dot-gray { background-color: #B9BABB; }
.dot-yellow { background-color: #FCBA13; }
.dot-blue { background-color: #91A1CC; }

.session-count-label {
  font-size: 12px;
  color: gray;
  text-transform: uppercase;
  display: block;
}
.session-type{
      position: sticky;
    top: 33px;
    background: #fff;
    margin: 0;
    z-index: 9;  
}
/* Event Info */
.event-info {
    font-size: 13px;
    color: gray;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Source Sans 3';
}

/* Agenda Tabs */
.agenda-tabs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agenda-tabs {
    display: flex;
    justify-content: left;
    gap: 20px;
    padding-bottom: 2px;
    
    background: #fff;
    margin: 0;
    z-index: 9;
    align-items: center;
    height: 65px;
}

.agenda-tab {
          cursor: pointer;
    padding: 18px 10px 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    position: relative;
}

.agenda-tab:hover {
  color: #007bff;
}

.agenda-tab.active {
  color: black;
}

.agenda-tab.active::after {
     content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 100%;
    height: 4px;
    background-color: #274dea;
}

.full-width-border {
  border-bottom: 1px solid #b7b1b1;
  width: 100%;
}

.session-count-container .separator {
  width: 1px;
  height: 30px;
  background-color: #ccc;
  margin: 0 10px;
}
/* about Content */
.highlight-box{
    background: #f8f9fa;
    padding: 35px;
    transition: transform 0.2s;
    cursor: pointer;
    border-radius:5px;
    border: 1px solid #f1ecec;
}
/* Tab Content */

.agenda-tab-content {
  display: none;
  padding: 40px 0;
}
.session-card { border-left: 8px solid #ddd; padding: 20px 30px; margin-bottom: 35px; background:#f5f7fa; }
/* Session type color coding */
        .available { border-left-color: #B9BABB;padding:5px 10px; }
        .sponsored { background: #fff3d4; color: #aa5930;padding:5px 10px; }
        .booked { background: #b0bddf4f; color: #1f2535;padding:5px 10px; }
        .available-session { border-left-color: #B9BABB; }
        .sponsored-session { border-left-color: #FCBA13; }
        .booked-session { border-left-color: #91A1CC; }
.agenda-tab-content ul{
    padding-left:30px;
}
.session-card ::marker{
        color: #0160e7;
    }
  	.networking-break-session {
    background-color: #f5f7fa;
    border-left: 8px solid #fbbf24; /* Yellow */
    padding: 20px 30px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #0f4c5c;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
}

.networking-break-session .session-time {
    color: #184787;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin: 10px 0;
}.speaker-img
 {
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.speaker-name {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}
.speaker-title {
    color: #666;
    font-size: 16px;
    font-weight: 600;
}
.day-title {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #000;
    font-family: 'Red Hat Display';
}

.day-date {
    font-size: 30px !important;
    color: #666!important;
    margin: 20px 0;
    font-weight: 300!important;
}
.agenda-tab-content.active {
  display: block;
}
.agenda-tab-content .session-time, .sessions-card .session-time{
    color: #184787;
    font-weight: 600;
    font-family: "Montserrat", sans-serif  !important;
    font-size: 14px;
    margin: 10px 0;
}.session-block{
    font-family: "Montserrat", sans-serif  !important;
    font-size: 13px;
    font-weight: 500;
}
.agenda-tab-content .card-title {
  color: #000;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.agenda-tab-content p,.agenda-tab-content p span,
.agenda-tab-content ul li ,.agenda-tab-content ul li span{
     font-size: 15px !important;
    color: #4b4b4b;
    font-family: 'Source Sans 3' !important;
    line-height: 25px;
    font-weight: 400;
}

/* Conference List */
#conferencelistTab .nav-link {
  min-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#conferencelistTab {
  border-bottom: 0.5px solid #e6e6e6;
}

.conferences-bullet-1 { background: #a56e00; }
.conferences-bullet-2 { background: #1004d1; }
.conferences-bullet-3 { background: #2acebf; }

/* Error Page */
.error-container {
  min-height: calc(100vh - 225px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  text-align: center;
}

.error-wrapper {
  display: flex;
  align-items: center;
}

.error-image {
  max-width: 300px;
}

.error-code {
  font-family: 'Montserrat', sans-serif;
  font-size: 154px;
  font-weight: bold;
  color: #0160e7;
  line-height: 1;
}

.error-heading {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 900;
  font-size: 31px;
}

.error-text {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}

/* ============================================= */
/*  SLIDERS & CAROUSELS                          */
/* ============================================= */
.profile-card {
    position: relative;
}

.profile-card img {
    width: 100%;
    display: block;
}

/* Overlay badge */
.profile-views {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.drawer-banner-slider img {
  width: 100%;
  border-radius: 10px;
}
.drawer-banner-slider .swiper-pagination{
    position: inherit;
}
.dashed-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: transparent;
  border-top: 2px solid #101922;
  border-radius: 0;
  margin: 0 3px;
  opacity: 0.5;
}

.dashed-pagination .swiper-pagination-bullet-active {
  border-top: 2px solid #000;
  opacity: 1;
}
.drawer-banner-slider .swiper-slide{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height:112px;
    border-radius:3px;
    }
   .recentNews .accordion-button::after {
    content: "\f055" !important; /* fa-plus-circle */
    font-family: "FontAwesome";
    color: #246ce7;
    text-align: center;
    font-size: 20px;
    border-radius: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* contact style */
.search-suggestion-item{
     display:block;
 }
    .highlight {
        background-color: #ffeb3b;
        font-weight: bold;
    }
    @media (max-width: 992px) {
    .contact-card {
        height: 200px !important;
        justify-content: flex-start !important;
    }
}
.leadershipcompany .card {
background-color: #f6f7f8;
border: none;
height: 100%;
}
.leadershipcompany .card p {
font-size: 0.9em;
}
.explore-card {
    padding: 30px;
    background-color: #f6f7f8;
    overflow: hidden;
    height: 100%;
}.explorecard-row {
    min-height: 140px;
    max-width:850px;
}
.leadershipcompany{
    padding-right:100px;
}
.contact-info {
    margin-top: 40px;
    background: rgb(248 248 248);
}
/* When accordion is open (- icon) */
.recentNews .accordion-button:not(.collapsed)::after {
    content: "\f056" !important; /* fa-minus-circle */
}
.upcomingConferences-slider .slick-list.draggable,
.exclusiveSpeakers-slider .slick-list.draggable {
  padding-inline-start: calc(calc((100% - 1288px) / 2) - 69px);
}

.ourbrand-cards-inner {
  padding: 40px;
  align-content: end;
}

.img-set {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.sessions-card-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-grow:1;
  margin-top: 20px;
}

.ul-set {
  font-size: 26px;
  line-height: 0.8;
}

/* Conference List Slider Heights */
@media (max-width: 3840px) {
  .conference-list-slider {
    min-height: 110px !important;
  }
}

@media (max-width: 1920px) {
  .conference-list-slider {
    min-height: 134px !important;
  }
}

@media (max-width: 1440px) {
  .conference-list-slider {
    min-height: 158px !important;
  }
}

@media (max-width: 1500px) {
  .conference-list-slider {
    min-height: 182px !important;
  }
  .nav-link {
        font-size: 10px!important;
    }
}

/* ============================================= */
/*  RESPONSIVE STYLES                            */
/* ============================================= */
@media (max-width: 992px) {
    .p-7 ,.north-benner{
    padding: 2rem !important;
}
.offshore{
    height:auto !important;
    background-position: left!important;
}
.sponsor .col-lg-2{
    width:50%;
}
.a-fs-70,.a-fs-57{
    font-size:50px !important;
}
.a-fs-40 {
    font-size: 28px !important;
}
.a-fs-50 {
    font-size: 40px !important;
}
.agenda-section{
    padding:10px!important;
}
.register-sections .text-right{
    text-align:left !important;
}
    .nav-link {
        font-size: 12px!important;
    }
  .upcomingConferences-slider .slick-list.draggable,
  .exclusiveSpeakers-slider .slick-list.draggable {
    padding-inline-start: calc(calc((100% - 565px) / 2) - 69px);
    }
    .contact .iti__country-list{
    width:auto!important;
}
    .sponserpage{
            text-align: -webkit-center !important;
            display:block!important;
        }
    .mega-menu {
			    height: 100%;
    overflow-y: auto;
    background: rgb(242 242 242) !important;
    top: 57px;
    padding-bottom:35px !important;
		}
		.paypal-button{
		    max-width:100% !important;
		}
		.stepSection-content .left-content {
    padding: 20px 20px !important;
}
	.featured-sessions {
	    margin-top:30px !important;
	}
	.featured-sessions .col-lg-9 ,.featured-sessions .col-lg-8{
	    width:70%;
	}
	.featured-sessions .col-lg-3 ,.featured-sessions .col-lg-4{
	    width:30%;
	}
	.featured-sessions .col-lg-9 h6{
	    font-size:16px !important;
	}
	.featured-sessions .col-lg-9 p{
	    font-size:14px !important;
	}
	.featured-sessions	.grey-strip {
    margin-bottom: 20px;
    }
    .mega-menu-bottom-footer{
            padding-bottom: 5rem !important;
    }
    .session-type .type{
        display:block !important;
    }
    .session-type{
        top:59px;
    }
    .official-agenda{
        flex-direction: column;
        align-items: baseline !important;
    }
    .event-info{
        text-align:left;
    }
    .agenda-tab,.session-block{
        font-size:10px;
    }
      .error-wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        text-align: left;
      }
      .hero-section-secondary .a-fs-70 {
        font-size: 28px !important;
    }
    .hero-section-secondary.p-5 {
    padding: 1rem !important;
}
    .hero-section-secondary .a-fs-18,.hero-section-secondary .a-fs-16 {
    font-size: 13px !important;
    }.hero-section-secondary .a-fs-13
     {
        font-size: 9px !important;
    }.hero-section-secondary .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 50%;
    }
    .hero-section-secondary .mt-5{
    margin-top: 1rem !important;
    }
    .ourbrand_cards .a-fs-20 {
    font-size: 13px !important;
    }.ourbrand-cards-inner {
    padding: 20px;padding-bottom: 0!important;}
    .footer img{
    width: 214px !important;
    height: 223px;
    }
    .pl-4,.pr-4,.px-4{
        padding:0px 0px!important;
    }
    .gradient-text{
        font-size:30px!important;
    }
    /* img responsive */
    .cultureSlider img{
    width:62px;
    height:62px;
    }
    .exploreevent img{
    width: 366px;
    height: 205px;
    }
    .exclusiveSpeakers-card img{
        width: 169px;
    height: 169px;
    }
  .btn-blue-thin-border,
  .btn-blue-thick-border,
  .btn-blue-thin-fill,
  .btn-blue-thick-fill,
  .btn-gray-thin-border,
  .btn-gray-thin-fill,
  .btn-gray-thick-border,
  .btn-gray-thick-fill,
  .btn-white-thin-border,
  .btn-white-thin-fill,
  .btn-white-thick-border,
  .btn-white-thick-fill,
  .btn-gray-thick-box,
  .btn-white-thick-box,
  .btn-yellow-thick-box,
  .btn-brown-thick-box{
    margin: 10px 0;
  }
  .previous-edition .left-content{
        margin-right: 0px!important;padding-right: 0px!important;
    }
    .previous-edition .right-content{
        flex: 0 0 100%!important;
    }
    .md-none{
        display:none!important;
    }
    .dd-none{
    display:block!important;
}
    .who-attended-events-inner{
            width: 164px!important;
    }
    .top-header-home ,.top-header,.sub-headers,.a-fs-32, .feedback-section h2 , .conference_bannerSection h2,.industrynewSection-txt h2,.partnership_banner h2,.leadgeneration_banner h2,.whoweare h3{
        font-size:24px!important;
    }
    .a-mb-150{
        margin-bottom:100px!important;
    }
    .partnership_banner,.leadgeneration_banner,.industrynewSection{
        padding-top:24px!important;
        min-height: 200px!important;
    }
    .job .p-5,.job .form-container{
        padding:1rem !important;
    }
    .job .form-container {
        margin: 3rem 0 0;
    }
    .similar-jobs table td,.comereimageine table td{
    padding-left:0px !important;
    padding-right:0px !important;
    }
    .comereimageine .a-fs-16,.comereimageine a{
        font-size:12px!important;
    }
    .input-container select {
        width: 95%!important;
    }
    .detailsForm .contactnumber , .contactnumber{
        padding-left:15px !important;
    }
    .attendees-demographics{
            margin-right: -15px!important;
            margin-left: -15px!important;
            margin-bottom: -3rem;
    }
    .attendees-demographics .col-md-4 ,.about-feedback-section .col-md-6,.helpcenter .col-md-4{
        width: 50%;
    }
    .contact-card {
    height: 200px  !important;
    justify-content: flex-start !important;
    }
    .ourbrand_card .col-lg-3,.partnerlogo .col-md-3{
            max-width: 50%;
            margin-bottom:30px;
    }
    .ourbrand_cards {
        min-height: 300px!important;
    }
    .a-mb-100 {
        margin-bottom: 40px;
    }
    .mediatable .a-fs-23{
      font-size:20px!important;  
    }
    #speaker-container .col-lg-3.speaker-bio {
        width: 50%;
        padding: 0 5px;
    }
    .exclusiveSpeakers-card h3{
        font-size:14px!important;  
    }
    .py-5 , .py-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .conference_bannerSection {
        padding-top: 4rem!important;
        min-height: 200px!important;
    }
    .sponsor-card-inner{
      width: 150px!important;
      height:150px!important;	
    }
    			
    .sponsor-card-inner img{
        width: 150px!important;
    			
    }
        .bannerSection p {
            font-size: 14px!important;
        }
    }
@media (max-width: 1199px) {
  .upcomingConferences-slider .slick-list.draggable,
  .exclusiveSpeakers-slider .slick-list.draggable {
    padding-inline-start: calc(calc((100% - 807px) / 2) - 69px);
  }
  .nav-link
 {
        font-size: 10px !important;
    }
}



@media (max-width: 768px) {
    .exclusiveSpeakers .btn-content{
        display:block !important;
    }
  .upcomingConferences-slider .slick-list.draggable,
  .exclusiveSpeakers-slider .slick-list.draggable {
    padding-inline-start: calc(calc((100% - 390px) / 2) - 69px);
  }
  #loader{
      top: -100px;
    left: 58%;
}
  .common-modal  #loader {
        top: -31px;
        left: 103%;
    }
    .speaking-modal #loader{
        top: -20px;
        left: 112%;
    }
  .conference-list-slider {
    min-height: 134px !important;
  }
  
  .session-count-container {
    flex-direction: row;
        align-items: flex-end;
        margin-top: 15px;
        margin-bottom: 15px;
  }
  
  .btn-blue-thin-border,
  .btn-blue-thick-border,
  .btn-blue-thin-fill,
  .btn-blue-thick-fill,
  .btn-gray-thin-border,
  .btn-gray-thin-fill,
  .btn-gray-thick-border,
  .btn-gray-thick-fill,
  .btn-white-thin-border,
  .btn-white-thin-fill,
  .btn-white-thick-border,
  .btn-white-thick-fill {
    margin: 5px 0;
  }
  
    .hotelbrand{
        position:static!important;
    }
   .sponserpage .signup-button{
       margin-bottom:10px;
   }	.super-submenu {
		position: static;
		box-shadow: none;
		transform: none;
		max-height: 0;
		opacity: 1;
		visibility: visible;
		overflow: hidden;
		transition: max-height 0.1s ease-out;
		background-color: #fafafa;
	}
	.conagenda{
	    padding:0 1rem !important;
	}
	.speakerpass{
	    margin-bottom:20px;
	}
    .speakerpass	.content-box{
	        padding: 0 0 45px;
	}
	.arrow{
		float:right;
	}
	
	.arrow-reverse{
		float:right;
	}
	.submenu{
	    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
	}

	.submenu-item.active .super-submenu {
		max-height: 300px;
		padding: 0 25px;
	}
	
	.mega-menu-row {
		flex-direction: column;
	}
	
	.mega-menu-column {
		width: 100%;
		margin-bottom: 20px;
	}
	.agenda-section .d-flex{
	    display:block !important;
	}
	.agenda-section .d-flex h2{
	    margin-bottom:20px !important;
	}
	.companytab  .nav {
	        flex-wrap: nowrap;
	}
	.becomespeaker{
	     text-align: -webkit-center !important;
	}
}
@media (max-width: 399px) {
.left-content .dis-button{
    display:block !important;
}
}
.dd-none{
    display:none;
}
.image-box img {
    width: 80px;
    height: 80px;
    border: 1px solid #dddd;
    padding: 7px;
    border-radius: 50%;
}

/* Modal Close Buttons */
.close-popup-btn, 
.close-download-brochure-btn, 
.close-attendee-list-btn, 
.close-media-partnership-btn, 
.close-contact-us-btn, 
.close-register-interest-btn,.close-home-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

#mi-modal.close {
  opacity: 1;
}