
  @font-face {
  font-family: 'BruumFY';
  src: url('../fonts/BruumFY-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BruumFY';
  src: url('../fonts/BruumFY-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BruumFY';
  src: url('../fonts/BruumFY-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

body {
      font-family: 'BruumFY', sans-serif;
      background: #f5f5f5;
      overflow-x: hidden;
    }

    .event-header {
      background: #e8e4e4;
   font-family: 'BruumFY', sans-serif;
    }

    .top-contact-bar {
      font-size: 14px;
      color: #222;
       display: flex;  
       padding-left: 50px;
      padding-top: 0.2rem;
      margin: 0px;
      letter-spacing: 0.03rem;
       gap: 17px;
    }

    .top-contact-bar a {
      color: #222;
      text-decoration: none;
     
    }

    .gold-side-btn {
      position: absolute;
      top: 0;
      right: 0;
      background: #b88a24;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      padding: 10px 18px;
      text-decoration: none;
      font-family: 'BruumFY', sans-serif;
      letter-spacing: 0.03rem;
    }

    .lang-switch {
      position: absolute;
      top: 58px;
      right: 24px;
      font-weight: 700;
      font-size: 14px;
      color: #111;
    }

    .lang-switch a {
      text-decoration: none;
      color: #111;
    }

    .thin-line {
      border-top: 2px solid #caa04a;
      
    }

    .mini-nav,
    .main-nav {
      text-align: center;
      font-family: 'BruumFY', sans-serif;
    }

    .mini-nav a,
    .main-nav a {
      color: #111;
      text-decoration: none;
      font-size: 18px;
      font-weight: 500;
      display: inline-block;
      margin: 2px 6px;
    }

    .mini-nav {
      padding: 16px 0 10px;
    }

    .main-nav {
      padding: 12px 0 22px;
    }
    .hero-frame {

  padding: 6px;
}

.image-overlay {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  
  padding: 10px 15px;
  z-index: 1;
    box-sizing: border-box;
}

.overlay-text {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.registration-btn {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 4px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.registration-btn:hover {
  background: #333;
  color: #fff;
}

    .branding {
      text-align: center;
      padding: 20px ;
    }

    .branding-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .brand-left h1,
    .brand-right h1 {
      font-weight: 800;
      font-size: 30px;
      line-height: 1;
      margin: 0;
      color: #000;
    }

    .brand-right {
      direction: rtl;
      text-align: right;
    }

    .genz-logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #dcdcdc;
      border-radius: 10px;
      padding: 14px 24px;
      min-width: 180px;
    }

    .genz-logo span {
      font-size: 46px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 1px;
      color: #000;
    }

    .sub-title {
      margin-top: 12px;
      font-size: 18px;
      font-weight: 700;
      color: #111;
    }

    .event-date {
      margin-top: 12px;
      color: #d94d43;
      font-size: 20px;
      font-weight: 700;
    }

    .hero-frame {
      margin: 0 auto 40px;
      max-width: 1200px;
      padding: 8px;
    }

    .hero-frame img {
      width: 100%;
      display: block;
      object-fit: cover;
    }

   .datamatix-timer-wrap {
  max-width: 1200px;
  margin: 18px auto 28px;
  padding: 0 12px;
}

.datamatix-timer {
  margin: 0;
  padding: 12px 16px;
  background: #fffdf7;
  border-left: 4px solid #c89b2b;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.timer-label {
  font-weight: 600;
  color: #2f2f2f;
}

.timer-date {
  color: #1f1f1f;
  font-weight: 500;
}

.timer-output {
  color: #b8841a;
  font-weight: 700;
}
.counter-desc {
  position: relative;
  padding-left: 20px; /* space from the line */
}

/* vertical divider */
.counter-desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #ccc;
}

.col-md-2:first-child .counter-desc::before {
  display: none;
}

.counter-desc h2 {
  color: #b88a24; 
  font-weight: 800; 
  font-size: 38px;
  margin: 10px 0 5px;
}

.counter-desc p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.counter-desc img {
  width: 30px;
  margin-bottom: 6px;
}
.welcome-title {
  font-size: 32px;        
  font-weight: 900;       
  text-align: left;
  margin-bottom: 20px;
  color: #111;
}

.welcome-content p {
  font-size: 16px;        
  line-height: 1.8;
  color: #444;         
  margin-bottom: 18px;
}

.welcome-image {
  display: flex;
  justify-content: center;
}

.welcome-image img {
  width: 100%;
  max-width: 520px;      
  height: auto;
  object-fit: cover;    
}

.gold-line {
  width: 78px;
  height: 10px;
  background: #b8860b;
  margin-bottom: 28px;
}

.genz-title {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

.genz-gallery-section {
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading-row {
  margin-bottom: 28px;
}

.section-title {
  font-size: 25px;
  font-weight: 800;
  color: #000;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.gold-bar {
  height: 30px;
  background: #b8860b;
}

.left-bar {
  width: 260px;          
  margin-left: -120px;
}

.right-bar {
  width: 260px;         
  margin-left: auto;    
  margin-right: -140px;   
}

.gallery-card {
  padding: 6px;
}

.gallery-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.reverse-heading .section-title {
  text-align: left;
}

.content-section {
  background: #fcfbfb;
  padding: 70px 80px;
}

.content-section p,
.content-section li {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}



.fee-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 30px 0;
}

.fee-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left: 5px solid #b8860b;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.fee-card h4 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
}

.fee-card p {
  margin: 0;
  font-size: 17px;
  color: #555;
}

.info-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.info-box h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.info-box ul {
  padding-left: 20px;
}

.content-section {
  background: #fcfbfb;
  padding: 70px 80px;
}



.letter-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  line-height: 1.9;
}

.letter-card p {
  font-size: 18px;
  color: #444;
  margin-bottom: 22px;
}

.signature-box {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #b8860b;
}

.signature-box h4 {
  font-weight: 700;
  color: #000;
}

.profile-card {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.profile-heading {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: #000;
}

.sub-heading {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: #000;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  font-size: 18px;
  line-height: 1.8;
}

.attendee-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.attendee-item {
  background: #f9f9f9;
  padding: 18px;
  border-left: 4px solid #b8860b;
  border-radius: 8px;
  font-size: 17px;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.op-card {
  background: #fafafa;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.op-card h4 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.op-card p {
  font-size: 17px;
  color: #555;
}

.spotlight-box {
  background: #fffdf7;
  border-left: 5px solid #b8860b;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}

.spotlight-box h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000;
}

.spotlight-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}


@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .gold-bar,
  .left-bar,
  .right-bar {
    max-width: 120px;
    height: 16px;
  }

  .right-bar {
    margin-left: 0;
  }


  .reverse-heading {
    flex-direction: column-reverse;
  }
}

.award-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 35px;
}

.award-detail-card {
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  border-top: 4px solid #b8860b;
}

.award-detail-card h4 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
}

.award-detail-card p {
  font-size: 18px;
  color: #444;
  margin: 0;
}

.award-banner {
  background: #b8860b;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
}

.award-banner h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0;
}

body {
  margin: 0;
  background: #f3f3f3;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.partnership-form-wrap {
  max-width: 1380px;
  margin: 0 auto;
}

/* ===== FORM WRAPPER ===== */
.partnership-form-wrap .event-registration {
  background: #efefef;
  margin: 30px auto;
  padding: 36px 42px;
}

/* ===== HEADER TEXT ===== */
.partnership-form-wrap .contact-form h6 {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.required {
  color: #d94435;
  font-weight: 700;
}

/* ===== ROWS ===== */
.partnership-form-wrap .form-row {
  margin-bottom: 20px;
}

/* ===== LABELS ===== */
.partnership-form-wrap .form-label {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

/* ===== INPUTS ===== */
.partnership-form-wrap .form-control,
.partnership-form-wrap .form-select {
  width: 100%;
  height: 42px;
  padding: 8px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  color: #333;
  box-shadow: none;
}

.partnership-form-wrap .form-control::placeholder {
  color: #ababab;
}

.partnership-form-wrap .form-control:focus,
.partnership-form-wrap .form-select:focus {
  border-color: #c9c9c9;
  outline: none;
  box-shadow: none;
}

/* ===== SELECT2 BASE ===== */
.partnership-form-wrap .select2-container {
  width: 100% !important;
}

.partnership-form-wrap .select2-container--default .select2-selection--single {
  height: 42px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 6px !important;
  background: #fff !important;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  position: relative;
  padding-right: 40px !important; /* space for arrow */
}

/* TEXT */
.partnership-form-wrap .select2-selection__rendered {
  padding-left: 14px !important;
  padding-right: 10px !important;
  font-size: 15px;
  color: #333 !important;
  line-height: 40px !important;
}

.partnership-form-wrap .select2-selection__placeholder {
  color: #ababab !important;
}

/* ===== FIX DROPDOWN ICON ===== */
.partnership-form-wrap .select2-selection__arrow {
  height: 100% !important;
  width: 40px !important;
  position: absolute !important;
  right: 8px !important;
  top: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* REMOVE DEFAULT BROKEN ARROW */
.partnership-form-wrap .select2-selection__arrow b {
  display: none !important;
}

/* CUSTOM ARROW */
.partnership-form-wrap .select2-selection__arrow::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #555;
}

/* FOCUS STATE */
.partnership-form-wrap .select2-container--default.select2-container--focus .select2-selection--single,
.partnership-form-wrap .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
}

/* ===== SECURITY BOX ===== */
.partnership-form-wrap .security-box {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 18px 16px;
}

.partnership-form-wrap .captcha-display {
  width: 100%;
  max-width: 320px;
  height: 58px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.partnership-form-wrap .security-label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
}

/* ===== BUTTONS ===== */
.partnership-form-wrap .captcha-btn {
  border-radius: 4px;
  font-size: 13px;
  padding: 6px 14px;
}

.partnership-form-wrap .submit-btn {
  background: #ff2f26;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 20px;
}

.partnership-form-wrap .submit-btn:hover {
  background: #e42a22;
}

/* ===== COLUMN SPACING ===== */
@media (min-width: 768px) {
  .partnership-form-wrap .col-md-3 {
    padding-right: 16px;
  }

  .partnership-form-wrap .col-md-9 {
    padding-left: 10px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .partnership-form-wrap .event-registration {
    padding: 24px 18px;
  }

  .partnership-form-wrap .form-row {
    margin-bottom: 16px;
  }

  .partnership-form-wrap .form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .partnership-form-wrap .form-control,
  .partnership-form-wrap .select2-selection--single {
    height: 40px !important;
  }

  .partnership-form-wrap .select2-selection__rendered {
    line-height: 38px !important;
  }

  .partnership-form-wrap .captcha-display {
    font-size: 26px;
    max-width: 100%;
  }
}
.footer-main{
display:flex;
align-items:flex-start;
}

.footer-left{
flex:0 0 75%;
max-width:75%;
}

.footer-right{
flex:0 0 25%;
max-width:25%;
text-align:center;
padding-top:10px;
padding-left:25px;
border-left:1px solid #000;
}


/* NAVIGATION COLUMNS */

.footer-nav-columns{
display:flex;
}

.footer-column{
flex:1;
padding:0 30px;
position:relative;
}

.footer-column::after{
content:"";
position:absolute;
top:0;
right:0;
width:1.2px;
height:calc(100% - 50px);
background:#c6c1c1;
}

.footer-column:last-child::after{
display:none;
}


/* TITLES */

.footer-col h6{
color:#000;
font-size:1.05rem;
font-weight:900;
margin-bottom:10px;
letter-spacing: 0.05rem;
text-transform: uppercase;
 font-family: 'BruumFY', sans-serif;
}

.footer-col h6::after{
content:'';
display:block;
width:50px;
height:5px;
background:#b8860b;
margin-top:8px;
margin-bottom: 15px;
}

/* LINKS */

.footer-col ul{
list-style:none;
padding:0;
margin:0;
}

.footer-col ul li{
margin-bottom:2px;
}

.footer-col a{
color:#000;
font-weight: 500;
text-decoration:none;
font-size:1.1rem;
}





/* RIGHT SIDE BRANDING */

.footer-extra-title{
font-size:1.9rem;
font-weight:900;
letter-spacing:2px;
line-height:1.2;
margin-bottom:20px;
}

.footer-world-title{
font-size:2.6rem;
font-weight:900;
letter-spacing:2px;
line-height:1.2;
margin-top:15px;
margin-bottom:20px;
}

.footer-divider{
border:none;
border-top:2px solid #000;
width:100%;
margin:20px 0;
}

.footer-summit-logo{
width:180px;
margin-top:20px;
margin-bottom:15px;
}

.footer-datamatix-logo{
width:260px;
margin-top:10px;
}


/* SUBSCRIBE SECTION */

.footer-subscribe-row{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
gap:10px;
padding-bottom: 20px;
}
.inputs{
    height: 40px;
}

/* LEFT SIDE */
.footer-subscribe-left{
display:flex;
flex-direction:column;
gap:10px;
flex:1;
width:100%;
}

.footer-subscribe-left p{
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}

/* INPUT GROUP */
.footer-subscribe-input-group{
display:flex;
align-items:center;
width:100%;
max-width:1000px;
height:40px;
gap: 10px;
padding-left: 20px;

}

/* ICON BOX */
.footer-subscribe-input-group span{
display:flex;
align-items:center;
justify-content:center;
height: 40px;
padding:0 12px;
background:#b8860b;
padding-bottom: 2px;
}
.footer-subscribe-input-group span i {
    font-size: 30px; 
}
/* EMAIL INPUT */
.footer-subscribe-input-group input{
flex:1;
width:50%;
background:#ccc;
border:none;
outline:none;
font-size:1rem;
}

/* BUTTON */
.footer-subscribe-btn{
background:#000;
color:#fff;
border:none;
padding:0 26px;
height: 40px;
cursor:pointer;
font-size:1rem;
}


/* SOCIAL */

.footer-subscribe-right{
display:flex;
align-items:center;
gap:20px;
padding-top:20px;
margin-top: 8px;
margin-right: 4px;
padding-right: 20px;
padding-top: 30px;
}

.footer-subscribe-right span{
font-size:0.9rem;
font-weight: 700;
padding-left: 4px;
}

.footer-subscribe-right a{
color:#fff;
font-size:1.0rem;
margin-left:4px;
background-color: #b8860b;
border-radius: 100%;  
  padding: 2px 4px;
}


/* COPYRIGHT */

.footer-copyright {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
}

.footer-copyright-inner {
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-wrap: wrap;
}

.footer-copy-left img {
  height: 30px;
  width: auto;
}

.footer-copy-right {
  margin-top: 7px;
  margin-left: 2px;
}



    @media (max-width: 991px) {
      .lang-switch {
        position: static;
        text-align: center;
        padding-bottom: 10px;
      }

      .gold-side-btn {
        position: static;
        display: inline-block;
        margin: 0 auto;
      }

      .top-right-wrap {
        text-align: center;
        padding-bottom: 10px;
      }
    }

    @media (max-width: 767px) {
      .mini-nav a,
      .main-nav a {
        margin: 6px 8px;
        font-size: 14px;
      }

      .brand-left h1,
      .brand-right h1 {
        font-size: 24px;
      }

      .genz-logo span {
        font-size: 34px;
      }

      .sub-title {
        font-size: 16px;
      }

      .event-date {
        font-size: 18px;
      }
    }
  