@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* Css reset */
*{text-decoration:none;margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;color:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}
html{scroll-behavior:smooth}img{max-height:100%;max-width:100%;position:relative}.hide{display:none}
/* @font-face {
    font-family: 'Somar';
    src: url('./font/Somar-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

} */




  html {
    scroll-behavior: smooth;
}
    /* ===== Base / Container ===== */
.new_section_cont {
  background: #fff;
  font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, "Noto Kufi Arabic", Arial, sans-serif;
  color: #0f172a; /* slate-900 */
}
.reg-btn, .reg-input {
      height: 58px; font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, "Noto Kufi Arabic", Arial, sans-serif;
}
.rigi {cursor: pointer;}

	select.reg-input {
    padding: 14px !important;
}
.new_section_cont .container {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 24px;
}

/* ===== Hero ===== */
.hero {
  padding: 48px 0 56px;
}
.hero__grid {
  display: grid;
}
.hero__content {
    display: grid;
    gap: 30px;
}
@media (min-width: 992px) {
  .hero { padding: 64px 0 80px; }
}

/* Badge */
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  color: #1d4ed8;            /* blue-700 */
  background: #eff6ff;       /* blue-50 */
  border: 1px solid rgba(0,0,0,.08);
  padding: 8px 16px; border-radius: 999px;
}

/* Title & Description */
.hero__title {
  font-size: clamp(28px, 4vw, 56px);
  margin: 0;
  line-height: 1.7; font-weight: 700; color: #111827; /* gray-900 */
}
.hero__desc {
  margin: 0; font-size: 18px; line-height: 1.8; color: #4b5563; /* gray-600 */
}

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.chip {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 12px; border-radius: 12px;
  background: #fff; border: 1px solid #e5e7eb; /* gray-200 */
  color: #374151; font-size: 14px;
}
.i--calendar, .i--pin, .i--ticket { color: #2563eb; } /* blue-600 */

/* CTAs */
.hero__ctas { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 576px) { .hero__ctas { flex-direction: row; align-items: center; } }

.btn {
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border-radius: 12px; font-size: 14px; font-weight: 600;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  text-decoration: none;
}
.btn--primary { background: #2563eb; color: #fff; box-shadow: 0 2px 6px rgba(37,99,235,.25); }
.btn--primary:hover { background: #1d4ed8; }
.btn--ghost { background: #fff; color: #1f2937; border: 1px solid #e5e7eb; }
.btn--ghost:hover { background: #f9fafb; }

/* Stats */
.stats {
  display: flex; align-items: center; gap: 24px;
}
.stat__divider { width: 1px; height: 40px; background: #e5e7eb; }
.stat__num { font-size: 24px; font-weight: 700; color: #111827; }
.stat__label { font-size: 13px; color: #6b7280; }

/* Media (Right) */
.hero__media { position: relative; }
.media-card {
  position: relative; overflow: hidden; border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,.15); background: #000;
}
.media-card__img {
  display: block; width: 100%; height: 100%; max-height: 520px; object-fit: cover;
}

/* Floating label on image */
.floating-label {
  position: absolute; top: 16px; right: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; font-size: 14px; font-weight: 600;
  border-radius: 999px; background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px); box-shadow: 0 6px 16px rgba(0,0,0,.15);
}
.i { width: 18px; height: 18px; }
.i--award { color: #f59e0b; } /* amber-500 */


        /* ===== Register Section (Unique Classes) ===== */
.reg-sec { padding: 0 0 64px; }
.reg-box {
  background: #fff; border: 1px solid #e5e7eb;
  border-radius: 20px; padding: 24px;
  box-shadow: 0 8px 28px rgba(0,0,0,.08);
}
.reg-head { text-align: center; margin-bottom: 20px; }
.reg-title { font-size: 22px; font-weight: 700; color: #111827; }
.reg-subtitle { margin-top: 8px; color: #4b5563; font-size: 15px; }

.reg-form {
  display: grid; gap: 16px;
}
		
@media (min-width: 640px) { .reg-form { grid-template-columns: repeat(4,1fr); } }
@media (min-width: 992px) { .reg-form { grid-template-columns: repeat(4,1fr); } }
@media (min-width: 1280px) { .reg-form { grid-template-columns: repeat(4,1fr); } }


		
.reg-field {
    display: flex
;
    flex-direction: column;
    grid-column: span 2;
}

.reg-label { font-size: 12px; font-weight: 600; color: #6b7280; margin-bottom: 6px; }
.reg-input-wrap { position: relative; }
.reg-input {
    width: 100%;
    padding: 14px 44px 14px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    background: #fff;
    text-align: right;
    direction: rtl;
}
.reg-input:focus {
  outline: none; border-color: #2563eb; box-shadow: 0 0 0 2px rgba(37,99,235,.25);
}
.reg-icon {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; color: #9ca3af;
}

.reg-submit { display: flex; align-items: end; grid-column: span 2; }
@media (min-width: 992px) { .reg-submit { grid-column: span 4; } }
@media (min-width: 1280px) { .reg-submit { grid-column: span 1; } }

.reg-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0;
  width: 100%; padding: 14px; border-radius: 12px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  background: #2563eb; color: #fff;
  transition: .2s ease; box-shadow: 0 4px 8px rgba(37,99,235,.25);
}
.reg-btn:hover { background: #1d4ed8; box-shadow: 0 6px 12px rgba(37,99,235,.35); }

/* Perks */
.reg-perks {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
  border-top: 1px solid #f3f4f6; margin-top: 24px; padding-top: 24px;
  font-size: 14px; color: #6b7280;
}
.reg-perks-title { font-weight: 600; }
.reg-perk {
  padding: 2px 14px; border-radius: 8px;
  background: #f9fafb; border: 1px solid #e5e7eb;
  font-weight: 500; color: #374151;
  font-size: 14px;
}
.reg-perk--blue {
  background: #eff6ff; border-color: #dbeafe; color: #1d4ed8;
}


.feat-sec { padding: 0 0 64px; }

.feat-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px;
}
.feat-title { font-size: 20px; font-weight: 700; color: #111827; }
.feat-subtitle { margin-top: 4px; font-size: 14px; color: #4b5563; }
.feat-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 600; color: #2563eb;
  text-decoration: none; transition: .2s;
}
.feat-cta:hover { color: #1d4ed8; }
.feat-cta svg { width: 16px; height: 16px; }

.feat-grid {
  display: grid; gap: 24px;
}
@media (min-width: 768px) { .feat-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .feat-grid { grid-template-columns: repeat(3,1fr); } }

.feat-card {
  background: #fff; border: 1px solid #f3f4f6;
  border-radius: 16px; overflow: hidden;
  transition: box-shadow .2s ease;
}
.feat-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,.1); }

.feat-img-wrap { position: relative; }
.feat-img-wrap img {
    width: 100%;
    /* height: 190px; */
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.feat-badge {
  position: absolute; top: 12px; right: 12px;
  padding: 4px 8px; border-radius: 6px;
  font-size: 12px; font-weight: 600; color: #fff;
}
.feat-badge.bg-green { background: rgba(16,185,129,.9); }
.feat-badge.bg-indigo { background: rgba(79,70,229,.9); }
.feat-badge.bg-amber { background: rgba(245,158,11,.9); }

.feat-body { padding: 20px; }
.feat-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.feat-card-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #111827;
    margin: 0;
}.feat-card-sub { font-size: 13px; color: #6b7280; margin-top: 4px; }

.feat-price { text-align: left; }
.feat-price-main { font-weight: 600; color: #111827; font-size: 15px; }
.feat-price-sub { font-size: 12px; color: #6b7280; }

.feat-meta {
  display: flex; gap: 16px; flex-wrap: wrap;
  margin-top: 16px; padding-top: 12px;
  border-top: 1px solid #f3f4f6;
  font-size: 13px; color: #4b5563;
}

.feat-actions { display: flex; gap: 8px; margin-top: 16px; }
.feat-btn {
  flex: 1; text-align: center;
  padding: 10px 16px; border-radius: 12px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: .2s ease;
}
.feat-btn--dark {
  background: #111827; color: #fff;
}
.feat-btn--dark:hover { background: #1f2937; }
.feat-btn--light {
  background: #fff; border: 1px solid #e5e7eb; color: #374151;
}
.feat-btn--light:hover { background: #f9fafb; }



    /* ===== Agenda Section ===== */
.agenda-sec { padding: 0 0 64px; }

.agenda-head { margin-bottom: 24px; }
.agenda-title { font-size: 20px; font-weight: 700; color: #111827; }
.agenda-subtitle { margin-top: 4px; font-size: 14px; color: #4b5563; }

.agenda-grid {
  display: grid; gap: 24px;
}
@media (min-width: 768px) { .agenda-grid { grid-template-columns: repeat(3,1fr); } }

.agenda-card {
  background: #fff; border: 1px solid #f3f4f6;
  border-radius: 16px; padding: 20px;
}
.agenda-card-top {
  display: flex; align-items: center; justify-content: space-between;
}
.agenda-day { font-size: 13px; color: #6b7280; }
.agenda-date {
  font-size: 12px; font-weight: 600;
  background: #eff6ff; color: #1d4ed8;
  padding: 4px 8px; border-radius: 8px;
  border: 1px solid #dbeafe;
}
.agenda-card-title { margin-top: 8px; font-weight: 600; color: #111827; }

.agenda-list { margin-top: 16px; display: flex; flex-direction: column; gap: 12px; padding: 0;
  font-size: 14px; color: #374151; }
.agenda-list li { display: flex; align-items: center; gap: 8px; }

/* Dots */
.dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
}
.dot--green { background: #10b981; }
.dot--blue { background: #3b82f6; }
.dot--amber { background: #f59e0b; }
.dot--violet { background: #8b5cf6; }
.dot--rose { background: #f43f5e; }
.dot--slate { background: #64748b; }
.dot--teal { background: #14b8a6; }
.dot--orange { background: #f97316; }
.dot--gray { background: #6b7280; }


.venue-sec { padding: 0 0 64px; }

.venue-grid {
  display: grid; gap: 24px;
}
@media (min-width: 1024px) { .venue-grid { grid-template-columns: 1fr 1fr; } }

/* Card */
.venue-card {
  background: #fff; border: 1px solid #e5e7eb;
  border-radius: 20px; overflow: hidden;
}
.venue-head {
  padding: 20px; border-bottom: 1px solid #f3f4f6;
}
.venue-title { font-size: 20px; font-weight: 700; color: #111827; }
.venue-subtitle { margin-top: 4px; font-size: 14px; color: #4b5563; }

.venue-body { padding: 20px; }
.venue-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: #374151; margin-top: 12px;
}
.venue-item:first-child { margin-top: 0; }
.venue-icon { width: 18px; height: 18px; color: #2563eb; }

/* Actions */
.venue-actions { display: flex; gap: 12px; margin-top: 24px; }
.venue-btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 16px; border-radius: 12px; font-size: 14px; font-weight: 600; transition: .2s;
  text-decoration: none;
}
.venue-btn--dark { background: #111827; color: #fff; }
.venue-btn--dark:hover { background: #1f2937; }
.venue-btn--light {
  background: #fff; border: 1px solid #e5e7eb; color: #374151;
}
.venue-btn--light:hover { background: #f9fafb; }

/* Map */
.venue-map {
  position: relative; border: 1px solid #e5e7eb;
  border-radius: 20px; overflow: hidden;
  background: #f3f4f6;
}
.venue-map img, .venue-map iframe {
  width: 100%; height: auto; display: block; object-fit: cover; min-height: 400px;
}
.venue-map-label {
  position: absolute; bottom: 16px; right: 16px;
  background: rgba(255,255,255,.95);
  padding: 8px 14px; border-radius: 10px;
  font-size: 14px; color: #374151; border: 1px solid #f3f4f6;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
}
.venue-map-label .dot {
  display: inline-block; width: 8px; height: 8px;
  border-radius: 50%; background: #10b981;
}

.foot-sec {
  padding: 24px; border-top: 1px solid #f3f4f6;
  background: #fff; font-size: 14px;
}
.foot-wrap {
  display: flex; flex-direction: column; gap: 16px;
  align-items: center; justify-content: space-between;
}
@media (min-width: 640px) {
  .foot-wrap { flex-direction: row; }
}

.foot-copy {
  color: #4b5563; /* gray-600 */
}

.foot-links {
  display: flex; align-items: center; gap: 12px;
  color: #4b5563;
}

.foot-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 14px; color: #374151;
  text-decoration: none; transition: background .2s;
}
.foot-link:hover {
  background: #f9fafb;
}
.foot-link svg {
  width: 16px; height: 16px;
}
	
	@media screen and (max-width:600px){
.reg-form {
    display: flex
;
    gap: 16px;
    flex-direction: column;
    flex-wrap: wrap;
}
	.venue-actions {
    flex-direction: column;
}
		}



.flx-thx {
    flex-direction: column;
    gap: 20px;
    padding: 0 10px
}

.flx-thx div,.flx-thx span {
    line-height: 1.5em
}

.flx-thx span {
    font-size: 20px
}

.flx-thx span.close {
    font-size: 100px;
    line-height: 1em;
    position: fixed;
    right: 20px;
    top: 20px
}

.flx-thx * {
    text-align: center
}

.flx-thx.active {
    display: flex
}

.aqaarop {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    z-index: 9
}

.aqaarop.active {
    display: flex
}

.aqaarop .close {
    color: #fff;
    cursor: pointer;
    font-size: 130px;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9
}

.bgclos {
    background: rgba(0,0,0,.5);
    inset: 0;
    position: absolute;
    z-index: 8
}

.aqaarop .aqaarform {
    background: #fff;
    border-radius: 10px;
    max-width: 90%;
    padding: 20px;
    width: 600px;
    z-index: 9
}

.aqaarop .aqaarform .form-title {
    border-color: #000;
    color: #000
}

.aqaarform .cusinpput input {
    border: 1px solid #9d9d9d
}
.flx-thx {
    align-items: center;
    background: #031710;
    color: #fff;
    display: flex;
    font-size: 40px;
    height: 100%;
    inset: 0;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, "Noto Kufi Arabic", Arial, sans-serif;
}