@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Kufi+Arabic:wght@100..900&display=swap');

@font-face {
    font-family: '29LT-Bukra';
    src: url('../29lt-bukra.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: '29LT-Bukra', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}



/* Navbar */
.navbar {
  background: #0A1A2F;
  padding: 20px 0;
}

.navbar .container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar a {
  color: #FFFFFF;
  margin-left: 25px;
  text-decoration: none;
  font-weight: 500;
}

.navbar a:hover {
  border-bottom: 2px solid #FFFFFF;
}

/* Footer */

.btn-primary {
  background: #FFFFFF;
  color: #0A1A2F;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background: #000000;
  color: #FFFFFF;
}






/* CSS Document 

TemplateMo 605 Xmas Countdown

https://templatemo.com/tm-605-xmas-countdown

*/
:root {
	--bg-dark: #0a0a0f;
	--bg-card: rgba(255, 255, 255, 0.03);
	--bg-glass: rgba(255, 255, 255, 0.05);
	--border-glass: rgba(255, 255, 255, 0.286);
	--border-glow: rgba(255, 255, 255, 0.15);
	--text-primary: #ffffff;
	--text-secondary: rgba(255, 255, 255, 0.6);
	--text-dim: rgba(255, 255, 255, 0.4);
	--accent-red: #ff3d5a;
	--accent-green: #00d4aa;
	--accent-gold: #ffd700;
	--accent-blue: #4d9fff;
	--glow-red: rgba(255, 61, 90, 0.4);
	--glow-green: rgba(0, 212, 170, 0.4);
	--glow-gold: rgba(255, 215, 0, 0.3);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  font-family: '29LT-Bukra', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

html {
	scroll-behavior:inherit;
	
}



body {
	font-family: '29LT-Bukra', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	background: #314083;
	color: var(--text-primary);
	line-height: 1.6;
	overflow-x: hidden;
	
	
	
}

/* Grid Background */
.grid-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 15px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: 60px 60px;
}

.grid-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.308) 0%, transparent 50%),
		radial-gradient(ellipse at 80% 50%, rgba(0, 0, 0, 0.05) 0%, transparent 40%),
		radial-gradient(ellipse at 20% 80%, rgba(0, 0, 0, 0.05) 0%, transparent 40%);
}




/* Glass Card Mixin */
.glass {
	background: var(--bg-glass);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid var(--border-glass);
	border-radius: 24px;
  
}

.glass-strong {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	border: 1px solid var(--border-glow);
}

/* Header */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 20px 100px; 
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width:80%;
    margin: 0 auto;
	transition: all 0.3s ease;
  border-radius: 35px;
  
  
}

header.scrolled {
	background: #2b387ba8;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 3px solid var(--border-glass);
  box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.341);
 padding: 8px;
 max-width:70%;
 padding-right: 30px;
 padding-left: 30px;
  margin-top: 15px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.logo-icon {
	width: 46px;
	height: 46px;
  padding: 5px;
	background:none;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
  margin-top: 7px;
  margin-right: 5px;
}


nav {
	display: flex;
	gap: 8px;
  
}
header nav{
  width: 35%;
  transition: all 0.3s ease;
  justify-content: space-evenly;

  
}

header nav a {
	color: #FFFF;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	
	border-radius: 12px;
	transition: all 0.3s ease;
 
}

header nav a:hover {
	color: var(--text-primary);
	background: var(--bg-glass);
	
}

nav a.nav-active {
	color: var(--text-primary);
	background: var(--bg-glass);
	border: 1px solid var(--border-glass);
}

.nav-cta {
	background: linear-gradient(135deg, #293984, #6fc5cabf) !important;
	transition: 0.2s ease-in-out;
	color: var(--text-primary) !important;
	border-top: 1px silver solid;
	border-right:1px silver solid ;
}

.nav-cta:hover {
	box-shadow: 0 8px 30px #fafafab3;
	transform: translateY(-2px);
}

.nav-toggle {
	display: none;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
	z-index: 1001;
	padding: 10px;
}

.nav-toggle span {
	width: 24px;
	height: 2px;
	background: var(--text-primary);
	border-radius: 2px;
	transition: all 0.3s ease;
}

.nav-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 6px);
}

.nav-toggle.active span:nth-child(2) {
	opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -6px);
}

/* Hero Section */
.hero {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  text-align: center;

  background-image: url("https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2018/11/01/1154/SELRS-P1200-Grand-Ballroom-Business-Conference.jpg/SELRS-P1200-Grand-Ballroom-Business-Conference.4x3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-div {
  position: absolute;
  inset: 0; /* 👈 تغطي بالكامل */

  background:linear-gradient(#151d44c4,#151d44c4,#151D44) ;

  display: flex;
  justify-content: space-around;
  align-items: center;

  padding: 140px 20px 100px;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 20px;
	background: var(--bg-glass);
	border: 1px solid var(--border-glass);
	border-radius: 100px;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--text-secondary);
	margin-bottom: 40px;
	animation: fadeInDown 0.8s ease forwards;
}

.hero-badge .dot {
	width: 8px;
	height: 8px;
	background: var(--accent-green);
	border-radius: 50%;
	animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.5;
		transform: scale(1.2);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#main-reg{
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  text-decoration: none;
  padding: 15px;
  border-radius: 50px 50px 50px 20px;
}
.hero h1 {
	font-family: '29LT-Bukra', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: clamp(2rem, 10vw, 2.8rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -3px;
	margin-bottom: 24px;
	animation: fadeInUp 0.8s ease 0.2s forwards;
	opacity: 0;
}

.hero h1 .gradient {
	background: linear-gradient(135deg, rgb(255, 255, 255), #429599);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-subtitle {
	font-size: 1.7rem;
	color: #FFFF;
	max-width: 500px;
	margin-bottom: 30px;
	animation: fadeInUp 0.8s ease 0.4s forwards;
	opacity: 0;
}
.hero-div div .more_btn2 {
  padding: 15px 35px;
  margin-bottom: 30px;
  border-radius: 10px;

  background: linear-gradient(135deg, #c5ecee,#429599);
  text-decoration: none;
  color: #fff;

  display: flex;
  width: fit-content;

  opacity: 0;
  animation: fadeInUp 0.8s ease 0.7s forwards;

  transition: 0.3s ease-in-out;
  will-change: transform;
}

.hero-div div .more_btn2:hover {
  background: linear-gradient(135deg, #c5ecee,#55b0b5);
  
  box-shadow: 0px 5px 25px rgb(204, 203, 203);
  
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes fadeDown {
	from {
		opacity: 1;
		transform: translateY(0px);
	}

	to {
		opacity: 1;
		transform: translateY(-10px);
	}
}

/* Countdown */
.countdown-wrapper {
	animation: fadeInUp 0.8s ease 0.6s forwards;
	opacity: 0;
}

.countdown {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.countdown-item {
	position: relative;
	width: 120px;
	padding: 32px 24px;
	text-align: center;
	background: var(--bg-glass);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	border: 1px solid var(--border-glass);
	border-radius: 24px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.countdown-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgb(39, 226, 213), transparent);
	opacity: 0.6;
}

.countdown-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(61, 255, 216, 0.1), transparent 60%);
	pointer-events: none;
}

.countdown-item:hover {
	transform: translateY(-8px);
	border-color: var(--border-glow);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px #FAFAFA;
}

.countdown-number {
	font-family: '29LT-Bukra', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
	display: block;
	background: linear-gradient(180deg, var(--text-primary), var(--text-secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-variant-numeric: tabular-nums;
}




.countdown-label {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--text-dim);
	margin-top: 12px;
}

.countdown-colon {
	font-family: '29LT-Bukra', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	color: var(--text-dim);
	align-self: center;
	margin-bottom: 20px;
	animation: blink 1s ease-in-out infinite;
}

@keyframes blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}
}

.target-date {
	margin-top: 40px;
	padding: 16px 32px;
	background: var(--bg-card);
	border: 1px solid var(--border-glass);
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 0.9rem;
	color: var(--text-secondary);
}

.target-date svg {
	width: 18px;
	height: 18px;
	stroke: #FAFAFA;
}

.scroll-indicator {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	animation: fadeInUp 0.8s ease 1s forwards, bounce 2s ease-in-out infinite 1.5s;
	opacity: 0;
}

.scroll-indicator span {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--text-dim);
}

.scroll-indicator .line {
	width: 2px;
	height: 40px;
	background: linear-gradient(180deg, #ffffff, transparent);
}
.scroll-indicator #line-2{
  height: 80px;
  width: 2px;
  background: linear-gradient(180deg, #ffffff, transparent);
}

@keyframes bounce {

	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(10px);
	}
}

/* Section Common */

/* ===== Soft Hero Section ===== */
.soft-hero-section {
  height: 70vh;
  background: linear-gradient(#151D44, #ffffff00);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* ===== Content ===== */
.soft-hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* ===== Main Text ===== */
.soft-hero-text {
  font-size: 1.1rem;
  line-height: 2;
  color: #e6e6e6;
}

/* ===== First two words (Soft Title) ===== */
.soft-hero-lead {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* ===== Scroll Indicator ===== */
.soft-scroll-indicator {
  position: absolute;
  top: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 0.9rem;
}

.soft-line {
  width: 2px;
  height: 30px;
  background-color: #ffffff;
  margin: 8px auto 0;
  opacity: 0.7;
}





:root {
    --primary-color: #2563eb;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --glass-bg: #293a841b;
  }

  .register-modern-section {
    position: relative;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    direction: rtl; /* Sets right-to-left flow for Arabic */
  }

  .register-card {
    position: relative;
    z-index: 1;
    max-width: 50%;
    width: 100%;
    background: var(--glass-bg);
    backdrop-filter: blur(22px);
    opacity: 0;
    transform: translateX(400px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: 0.5s ease-in-out;
  }

#register.itemscrolled .register-card{

  opacity: 1;
    transform: translateX(0px);

}
  .badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .register-lead {
    font-size: 1.8rem;
    color: #ffffffef;
    margin-bottom: 12px;
    font-weight: 600;
    opacity: 0;
    transition: 1.9s ease-in-out;
    
  }

#register.itemscrolled .register-lead{

  opacity: 1;
  

}

  .register-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ecececda;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    font-weight: 600;
    margin-right: auto;
    opacity: 0;
    transition: 2.2s ease-in-out;
  }
#register.itemscrolled .register-text{

  opacity: 1;
  

}

  /* Interactive Button Styles */
  .register-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #a2d5d8,#429599);
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
    opacity: 0;
    transition: 1s ease-in-out;
    transform: translateX(5px);
  }


#register.itemscrolled .register-button{

  opacity: 1;
  transform: translateX(0px);
  

}

  .register-button:hover {
    transform: translateY(-3px);
    background:linear-gradient(135deg,#ffffff, #c3dfe0) ;
	color: #429599;
    box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.4);
  }

  .icon-box {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  /* Mirror arrow for RTL */
  .register-button svg {
    width: 20px;
    height: 20px;
    transform: scaleX(-1);
  }

  .register-button:hover .icon-box {
    transform: translateX(-5px); /* Moves arrow slightly left in RTL */
  }

  /* Background Glow Effect */
  .bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
  }

  
.section .news {
  backgroun: #eff0f1;
  margin-bottom: 180px;
  height: fit-content;
  
  
 
}
.section.news .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;

  display: flex;
  flex-direction: column;
  
  width: 100%;
  align-items: center;
  margin-top: 60px;
  
 
}



.news .section-title {
	font-family: '29LT-Bukra', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: clamp(1rem, 5vw, 1.8rem);
	text-align: center;
	letter-spacing: -2px;
  margin-bottom:60px;
  

	color: var(--text-primary);
  width: fit-content;
  
}

.section-title span {
 		color: #5acfc7;
    font-weight: 700;
}
.swipe-con {
  width: 100%;
}

.swiper {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

.swiper-slide {
  height: auto;
  width: 100%;
  min-width: 0;          /* remove 350px */
  box-sizing: border-box;
}

.swiper-pagination-bullet-active {
  background: #ffffff; /* ذهبي – مناسب للمؤتمر */
}

.swiper-button-prev{
  color: #ffff;
  
  
}
.swiper-button-next{
  color: #ffff;
}
.news-card {
   background: linear-gradient(135deg, #202a4f 0%, #202a4f 100%);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0,0,0,.08);
  transition: transform .3s ease;
  height: 100%;
 width: 100%;
 border-bottom: 1px solid #f0f0f0;
 border-left: 1px solid #f0f0f0;
 border-right: 1px solid #f0f0f0;
  position: relative;    /* anchor .more-news */
  display: flex;
  flex-direction: column;
  min-height: 360px;
  
  
}

.news-card:hover {
  transform: translateY(-10px);
}

.news-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.news-content {
  padding: 20px;
  text-align: right;
  	background: rgba(26, 26, 81, 0);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	
    flex: 1;
 
  padding-bottom: 50px; 
  
}

.news-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.news-content p {
  font-size: 14px;
  color: #dbdbdb;
  line-height: 1.8;
  margin-bottom: 12px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;

  
}

.news-content a {
  font-size: 14px;
  color: #caa24d;
  text-decoration: none;
  font-weight: 600;
}




section {
	position: relative;
	z-index: 2;
	padding: 60px 60px;
}

.section-header {
	text-align: center;
	margin-bottom: 80px;
}

.section-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 16px;
	background: var(--bg-glass);
	border: 1px solid var(--border-glass);
	border-radius: 100px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--accent-green);
	margin-bottom: 24px;
}

.section-title {
	font-family: '29LT-Bukra', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	font-size: clamp(2rem, 5vw, 3rem);
	
	letter-spacing: -2px;
	color: var(--text-primary);
}

.section-subtitle {
	font-size: 1.1rem;
	color: var(--text-secondary);
	max-width: 500px;
	margin: 20px auto 0;
}

/* About Section */
.about {
	background: linear-gradient(180deg, transparent 0%, rgba(255, 61, 90, 0.02) 50%, transparent 100%);
}

.about-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.about-image {
	position: relative;
}

.about-image-stack {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
	height: 450px;
}

.about-img-item {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--border-glass);
	position: relative;
	transition: all 0.4s ease;
}

.about-img-item:hover {
	border-color: var(--border-glow);
	transform: scale(1.02);
}

.about-img-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-img-item.img-1 {
	grid-row: span 2;
}

.about-img-item.img-2,
.about-img-item.img-3 {
	grid-column: 2;
}

.about-content h3 {
	font-family: '29LT-Bukra', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 24px;
	line-height: 1.2;
}

.about-content h3 span {
	color: var(--accent-red);
}

.about-content p {
	color: var(--text-secondary);
	margin-bottom: 20px;
	font-size: 1.05rem;
}

.about-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 40px;
}

.about-feature {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	background: var(--bg-glass);
	border: 1px solid var(--border-glass);
	border-radius: 16px;
	font-size: 0.95rem;
	color: var(--text-secondary);
	transition: all 0.3s ease;
}

.about-feature:hover {
	border-color: var(--border-glow);
	background: rgba(255, 255, 255, 0.08);
}

.about-feature svg {
	width: 20px;
	height: 20px;
	stroke: var(--accent-green);
	flex-shrink: 0;
}

.about-templatemo {
	margin-top: 40px;
	padding: 28px;
	background: var(--bg-glass);
	border: 1px solid var(--border-glass);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.about-templatemo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.about-templatemo p {
	font-size: 0.95rem;
	margin-bottom: 20px;
	color: var(--text-secondary);
}

.about-templatemo p strong {
	color: var(--accent-gold);
}

.btn-templatemo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background: linear-gradient(135deg, var(--accent-green), #00b894);
	border-radius: 12px;
	color: var(--bg-dark);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	transition: all 0.3s ease;
}

.btn-templatemo:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px var(--glow-green);
}

.btn-templatemo svg {
	width: 18px;
	height: 18px;
	stroke: var(--bg-dark);
}

/* Events Section */
.events {
	background: var(--bg-dark);
}

.events-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.event-card {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	background: var(--bg-glass);
	border: 1px solid var(--border-glass);
	transition: all 0.5s ease;
	cursor: pointer;
}

.event-card:hover {
	transform: translateY(-12px);
	border-color: var(--border-glow);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.event-image {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.event-card:hover .event-image img {
	transform: scale(1.1);
}


.event-date-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	z-index: 2;
}

.event-date-badge .day {
	font-family: '29LT-Bukra', sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--text-primary);
	line-height: 1;
}

.event-date-badge .month {
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--accent-red);
}

.event-content {
	padding: 28px;
}

.event-content h3 {
	font-family: '29LT-Bukra', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--text-primary);
}

.event-content p {
	font-size: 0.95rem;
	color: var(--text-secondary);
	line-height: 1.6;
	margin-bottom: 20px;
}

.event-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 0.85rem;
	color: var(--text-dim);
}

.event-meta span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.event-meta svg {
	width: 16px;
	height: 16px;
	stroke: var(--accent-gold);
}

/* Traditions Section */
.traditions {
	background: linear-gradient(180deg, transparent 0%, rgba(0, 212, 170, 0.02) 50%, transparent 100%);
}

.traditions-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.tradition-card {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 24px;
	padding: 24px;
	background: var(--bg-glass);
	border: 1px solid var(--border-glass);
	border-radius: 24px;
	align-items: center;
	transition: all 0.4s ease;
}

.tradition-card:hover {
	border-color: var(--border-glow);
	transform: translateX(8px);
	background: rgba(255, 255, 255, 0.08);
}

.tradition-image {
	width: 140px;
	height: 140px;
	border-radius: 20px;
	overflow: hidden;
}

.tradition-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tradition-content {
	padding-right: 20px;
}

.tradition-number {
	font-family: '29LT-Bukra', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--accent-green);
	margin-bottom: 8px;
	letter-spacing: 2px;
}

.tradition-content h3 {
	font-family: '29LT-Bukra', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--text-primary);
}

.tradition-content p {
	font-size: 0.9rem;
	color: var(--text-secondary);
	line-height: 1.6;
	margin-bottom: 16px;
}

.tradition-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background: transparent;
	border: 1px solid var(--border-glow);
	border-radius: 10px;
	color: var(--text-secondary);
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 500;
	transition: all 0.3s ease;
}

.tradition-btn svg {
	width: 16px;
	height: 16px;
	stroke: var(--accent-gold);
	transition: transform 0.3s ease;
}

.tradition-btn:hover {
	background: rgba(255, 215, 0, 0.1);
	border-color: var(--accent-gold);
	color: var(--accent-gold);
}

.tradition-btn:hover svg {
	transform: translateX(4px);
}

/* Newsletter Section */
.newsletter {
	background: linear-gradient(180deg, transparent 0%, rgba(255, 215, 0, 0.02) 50%, transparent 100%);
}

.newsletter-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px;
	background: var(--bg-glass);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	border: 1px solid var(--border-glass);
	border-radius: 32px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.newsletter-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--accent-red), var(--accent-gold), var(--accent-green));
}

.newsletter-container p {
	color: var(--text-secondary);
	margin-bottom: 40px;
	font-size: 1.1rem;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-form {
	display: flex;
	gap: 12px;
	max-width: 500px;
	margin: 0 auto;
}

.newsletter-form input {
	flex: 1;
	padding: 18px 24px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--border-glass);
	border-radius: 16px;
	color: var(--text-primary);
	font-family: '29LT-Bukra', sans-serif;
	font-size: 1rem;
	outline: none;
	transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
	color: var(--text-dim);
}

.newsletter-form input:focus {
	border-color: var(--accent-gold);
	background: rgba(255, 255, 255, 0.08);
}

.newsletter-form button {
	padding: 18px 36px;
	background: linear-gradient(135deg, var(--accent-red), #ff6b6b);
	border: none;
	border-radius: 16px;
	color: var(--text-primary);
	font-family: '29LT-Bukra', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.newsletter-form button:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px var(--glow-red);
}

.speakers-hero {
  padding: 80px 60px;
  text-align: center;
 
 
  background: linear-gradient(135deg,#151D44  0%, #1d2b67 100%);
  border-top: 1px silver solid;
  box-shadow: #fafafa8e 0px 8px 30px ;

}

.speakers-hero h2 {
  font-size: 1.5rem;
  margin-bottom: 50px;
  font-weight: 600;
  color: #ffffff;
}

.speakers-hero-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 50px;

  /* Center the whole grid */
  max-width: 1100px;
  margin: 0 auto;

  /* RTL behavior */
  direction: rtl;

  /* Center items inside cells */
  justify-items: center;
  align-items: center;
}

.speaker-hero {
  position: relative;
  width: 200px;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 80px;
  cursor: pointer;
  transform: translateY(50px);
  opacity: 0;
  transition:  0.5s ease-in-out;
}

.speakerh1{
  opacity: 0;
  transition: 1.3s ease-in-out;
  margin-top: 10px;
}
#speaker.speakerscrolled .speaker-hero{

  opacity: 1;
  transform: translateX(0px);
  

}
#speaker.speakerscrolled .speakerh1{
  opacity: 1;
}


.speaker-hero img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  display: block;
}

.speaker-hero:hover img {
  transform: scale(1.1);
  filter: brightness(70%);
}

.speaker-hero .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 60%);
}

.speaker-hero:hover .overlay {
  transform: translateY(0);
  opacity: 1;
}

.speaker-hero .overlay h3 {
  margin: 0;
  font-size: 1.1rem;
}

.speaker-hero .overlay p {
  margin: 5px 0 10px;
  font-size: 0.9rem;
}

.speaker-hero .overlay .social a {
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.speakerh1{
  font-size: 1.1rem;
}

.more-spea-info {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 15px;
    padding: 10px 20px;

    color: #fff;
    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
}

.more-spea-info i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.more-spea-info:hover {
    background: #fff;
    color: #262c5e;
    border-color: #fff;
    transform: translateY(-2px);
}

.more-spea-info:hover i {
    transform: translateX(4px);
}
.speaker-hero .overlay .social a:hover {
  transform: scale(1.3);
}

.center-logo {
  margin-top: 50px;
  font-size: 1.7em;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.05)
  );
  border-radius: 37px;
  padding: 20px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  animation: softGlow 4s ease-in-out infinite;
}

@keyframes softGlow {
  0% {
    box-shadow: 0 0 0 rgba(255,255,255,0);
    transform: scale(1);
  }
  50% {
    box-shadow: 
      0 0 25px rgba(255,255,255,0.25),
      0 0 45px rgba(180,200,255,0.15);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 rgba(255,255,255,0);
    transform: scale(1);
  }
}





.sponsors {
  text-align: center;
  padding: 130px 20px;
  backdrop-filter: blur(2px);
  margin-bottom: 30px;
  min-height: 70vh;
  
}

.sponsors .section-title {
  font-size: 1.8rem;
  margin-bottom: 50px;
  color: #ffffff;
}

.sponsors-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;

  /* Center the whole grid */
  max-width: 750px;
  margin: 0 auto;

  /* RTL behavior */
  direction: rtl;

  /* Center items inside cells */
  justify-items: center;
  align-items: center;
}

.h1{
	transform: translateX(30px);
	opacity: 0;
	transition: 0.9s ease-in-out;
	font-size: 0.8em;
	margin-top: 4px;
}
.spn-con:hover .h1 {
	transform: translateX(0px);
	opacity: 1;

}
.sponsor {
  position: relative;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.sponsor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  transition: transform 0.5s ease;
}

.sponsor-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: height 0.4s ease;
  border-radius: 50%;
}

.sponsor-info i {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.sponsor:hover img {
  transform: scale(1.2) rotate(5deg);
}

.sponsor:hover .sponsor-info {
  height: 50%;
}

.register-section {
  padding: 120px 20px;
    background: linear-gradient( #020617cb, #293a84cf ,#0000);
  color: #fff;
}
#formMessage {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}
.register-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.register-info h2 {
  font-size: 2.6rem;
  margin-bottom: 15px;
}

.register-info p {
  color: #cbd5e1;
  line-height: 1.7;
}

.register-benefits {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.register-benefits li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.registerform {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 35px;
}

.registerform h3 {
  margin-bottom: 25px;
  font-size: 1.6rem;
  text-align: center;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: #94a3b8;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.6);
  color: #fff;
  outline: none;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #429599;
}

.register-btn {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  font-size: 1rem;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #429599, #a6fcf0);
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(56, 248, 242, 0.4);
}

.news-card .more-news{
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 20px;
  text-decoration: none;
  color: #58c6cc;
}

.news-card .more-news:hover{

  color: #5aa5c5;
}

.news-detail-section {
  padding: 60px 20px;
  background: #0a1a2fcf;
   background: linear-gradient(#0a1a2fcf,rgb(10, 15, 46),rgba(40, 55, 155, 0));
    
    
}

.news-detail-container {
  padding-top: 50px;
  max-width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: right;
  
}

.news-detail-container .badge{
  width: fit-content;
}

.news-detail-image {
  width: 60%;
  border-radius: 16px 10px 10px 16px;
  height: 380px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 9px gray;

  border-bottom: 0px;
}

.news-detail-title {
  font-size: 2rem;
  margin-bottom: 10px;
}

.news-detail-date {
  color: #94a3b8;
  margin-bottom: 30px;
}

.news-detail-description {
  line-height: 1.9;
  font-size: 1.1rem;
}


/* Responsive */
@media (max-width: 900px) {
  .register-container {
    grid-template-columns: 1fr;
  }
}

/* =========================
   FOOTER – MODERN CARD STYLE
   ========================= */

.footer {
  background: radial-gradient(
      circle at top,
      rgba(90, 207, 199, 0),
      transparent 60%
    ),
    linear-gradient( #00000000, #070a1ef5);
  color: #ffffff;
  padding: 80px 20px 30px;
  font-family: '29LT-Bukra', sans-serif;
}

/* GRID LAYOUT */
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* CARD STYLE */
.footer-section {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(90, 207, 199, 0.2);
  pointer-events: none;
}

.footer-section:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

/* TITLES */
.footer-section h3 {
  font-size: 1.35rem;
  margin-bottom: 15px;
  color: #5acfc7;
}

/* TEXT */
.footer-section p,
.footer-section li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d6d6d6;
}

/* LIST */
.footer-section ul {
  list-style: none;
  padding: 0;
  
}

.footer-section ul li {
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-section ul li a::before {
  content: "←";
  opacity: 0;
  transform: translateX(6px);
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  color: #5acfc7;
  transform: translateX(-4px);
}

.footer-section ul li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* MAP */
.footer-map iframe {
  width: 100%;
  border-radius: 14px;
  margin-top: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.footer-map iframe:hover {
  transform: scale(1.04);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

/* SOCIAL */
.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 12px;
    display: flex;
  justify-content: center;
}

.social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.02)
  );
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: #ffffff;
  transition: all 0.35s ease;
}

.social-icons a:hover {
  background: #5acfc7;
  color: #000;
  transform: translateY(-6px) scale(1.05);
}

/* BOTTOM */
.footer-bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.85rem;
  color: #bcbcbc;
}

.footer-bottom a {
  color: #5acfc7;
  
  text-decoration: none;
  font-weight: 700;
  
}
.footer-bottom nav a{
  background: none;
  border: none;
  color: #5ccad0;
}
.footer-bottom nav a:hover{
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: none;
}




.details-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient( #020617cb, #293a84cf);
  color: white;
  padding: 60px 20px;
}

.details-container {
  max-width: 900px;
}

.details-container h1 {
  font-size: 2.8rem;
  margin: 20px 0;
}

.details-container h1 span {
  background: linear-gradient(90deg, #5acfc7, #f0faff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.details-container p {
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.8;
}

.details-section {
  padding: 80px 20px;
  background: linear-gradient(#293a84cf,#020617cb);
}

.details-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  gap: 30px;
}

.details-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: transform .4s ease, box-shadow .4s ease;
}

.details-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.details-card i {
  font-size: 2rem;
  color: #5acfc7;
  margin-bottom: 15px;
}

.details-card h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.details-card p {
  font-size: 0.95rem;
  opacity: 0.85;
}

.details-cta {
  background: linear-gradient(#020617cb,#0206178e, #1e3b8a00);
  text-align: center;
  padding: 70px 20px;
}

.details-cta h2 {
  color: white;
  margin-bottom: 25px;
}

.details-btn {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(135deg, #5acfc7, #e9f8ff);
  color: #020617;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: transform .3s ease, box-shadow .3s ease;
}

.details-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(56,189,248,.5);
}


.conference-days {
  padding: 90px 20px;
  background: #020617cb;
}

.days-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.days-container h2 {
  color: white;
  margin: 20px 0 50px;
}

.days-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.day-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 30px;
  text-align: right;
  transition: transform .4s ease, box-shadow .4s ease;
}

.day-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,.4);
}

.day-card ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.day-card li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  opacity: 0.9;
}

.day-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.day-number {
  font-weight: bold;
  color: #5acfc7;
}

.day-date {
  font-size: 0.85rem;
  opacity: 0.8;
}

.day-card.highlight {
  background: linear-gradient(135deg, rgba(90,207,199,0.15), rgba(56,189,248,0.15));
  border-color: rgba(90,207,199,0.4);
}



.conference-audience{
  
}
.conference-audience strong{
  margin-left: 5px;
  font-size: 1rem;
}
.conference-audience li{
  list-style: none;
  margin: 0;
  margin-top: 15px;
  max-width: 90%;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8rem;
  
  padding: 0;
  text-align: start;

}



        .back-button {
            position: fixed;

            top: 30px;
            right: 35px;

            z-index: 10;

            display: flex;

            align-items: center;

            gap: 10px;

            padding: 12px 20px;

            color: #ffffff;

            text-decoration: none;

            background: rgba(255,255,255,0.06);

            border: 1px solid rgba(255,255,255,0.15);

            border-radius: 30px;

            backdrop-filter: blur(15px);

            transition: 0.3s ease;
        }

       .back-button:hover {
            background: rgba(0,212,170,0.15);

            border-color: rgba(0, 162, 212, 0.5);

            transform: translateX(-5px);
        }


        .back-button i {
            font-size: 14px;
        }
/* =========================================================
   RESPONSIVE SYSTEM
   ========================================================= */

/* ---------------------------------------------------------
   LARGE DESKTOP
   1440px+
   --------------------------------------------------------- */

@media (min-width: 1440px) {

    header {
        max-width: 1400px;
        width: calc(100% - 120px);
        padding: 20px 50px;
    }

    .hero-div {
        padding-left: 60px;
        padding-right: 60px;
    }

    .countdown-item {
        width: 125px;
    }

    .about-grid,
    .events-grid,
    .traditions-grid,
    .register-container,
    .footer-container {
        max-width: 1200px;
    }
}


/* ---------------------------------------------------------
   DESKTOP / LAPTOP
   1200px - 1439px
   --------------------------------------------------------- */

@media (max-width: 1439px) {

    header {
        width: calc(100% - 80px);
        padding: 18px 35px;
    }

    header nav a {
        font-size: 1.05rem;
        padding: 9px 14px;
    }

    section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-div {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-grid {
        gap: 50px;
    }

    .events-grid {
        gap: 20px;
    }

    .traditions-grid {
        gap: 20px;
    }

    .register-container {
        gap: 40px;
    }
}


/* ---------------------------------------------------------
   TABLET LANDSCAPE
   1024px - 1199px
   --------------------------------------------------------- */

@media (max-width: 1199px) {

    header {
        width: calc(100% - 40px);
        padding: 16px 25px;
    }

    header nav {
        gap: 3px;
    }

    header nav a {
        font-size: 0.95rem;
        padding: 8px 11px;
    }

    .hero {
        min-height: 100svh;
    }

    .hero-div {
        padding: 130px 30px 80px;
        gap: 50px;
    }

    .hero h1 {
        font-size: clamp(2rem, 5vw, 2.8rem);
        letter-spacing: -1.5px;
    }

    .hero-subtitle {
        font-size: clamp(1.1rem, 2vw, 1.5rem);
    }

    .countdown {
        gap: 10px;
    }

    .countdown-item {
        width: 105px;
        padding: 25px 15px;
    }

    .countdown-number {
        font-size: 2rem;
    }

    .about-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .traditions-grid {
        grid-template-columns: 1fr;
    }

    .register-container {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .register-card {
        max-width: 700px;
    }

    .newsletter-container {
        max-width: 700px;
    }

   

    .speaker-hero {
        width: 170px;
    }

    .speaker-hero img {
        height: 170px;
    }
}


/* ---------------------------------------------------------
   TABLET PORTRAIT
   920px
   --------------------------------------------------------- */

@media (max-width: 920px) {

    /* NAVBAR */

    header,
    header.scrolled {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;

        width: 100%;
        max-width: none;

        margin: 0;
        padding: 16px 24px;

        border-radius: 0;

                background:
            linear-gradient(
                135deg,
                ,
                rgba(41, 58, 132, 0.545)
            );


        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);

        border-bottom: 2px solid rgba(255, 255, 255, 0.308);
    }

    .logo-icon {
        width: 48px;
        height: 48px;
        padding-right: 18px;
        padding-top: 10px;
    }

    /* MOBILE NAV */

    header nav {
        position: fixed;

        top: 0;
        right: -100%;

        width: 100%;
        height: 100svh;

        padding: 100px 30px 40px;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: center;

        gap: 12px;

        background:
            linear-gradient(
                135deg,
                rgba(66, 149, 153, 0.96),
                rgba(41, 58, 132, 0.97)
            );

        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);

        border: none;

        box-shadow: -10px 0 50px rgba(0, 0, 0, 0.25);

        transition: right 0.4s ease;
        z-index: 1000;
    }

    header nav.active {
        right: 0;
    }

    header nav a {
        width: min(90%, 400px);

        padding: 14px 20px;

        text-align: center;

        font-size: 1.1rem;

        border-radius: 14px;
    }

    .nav-toggle {
        display: flex;
        position: relative;
        z-index: 1100;
    }

    /* HERO */

    .hero {
        min-height: 100svh;
        height: auto;
    }

    .hero-div {
        min-height: 100svh;

        padding: 120px 24px 70px;

        flex-direction: column;

        justify-content: center;
        align-items: center;

        gap: 45px;
    }

    .hero h1 {
        font-size: clamp(1.9rem, 6vw, 2.7rem);
        letter-spacing: -1px;
    }

    .hero-subtitle {
        max-width: 650px;
        font-size: clamp(1rem, 2.5vw, 1.35rem);
    }

    .hero-badge {
        margin-bottom: 25px;
    }

    /* COUNTDOWN */

    .countdown {
        gap: 10px;
        flex-wrap: wrap;
    }

    .countdown-item {
        width: 90px;
        padding: 20px 12px;
        border-radius: 18px;
    }

    .countdown-number {
        font-size: 1.7rem;
    }

    .countdown-label {
        font-size: 0.6rem;
        letter-spacing: 1px;
    }

    .countdown-colon {
        display: none;
    }

    .target-date {
        max-width: 90%;
        padding: 12px 18px;
        text-align: center;
        justify-content: center;
    }

    /* GENERAL SECTIONS */

    section {
        padding: 60px 30px;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .section-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }

    /* ABOUT */

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-image {
        width: min(100%, 500px);
        margin: 0 auto;
    }

    .about-image-stack {
        height: 400px;
    }

    .about-content {
        text-align: center;
    }

    .about-features {
        grid-template-columns: 1fr 1fr;
    }

    /* EVENTS */

    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* TRADITIONS */

    .traditions-grid {
        grid-template-columns: 1fr;
    }

    .tradition-card {
        grid-template-columns: 120px 1fr;
    }

    .tradition-image {
        width: 120px;
        height: 120px;
    }

    /* REGISTER */

    .register-container {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 700px;
    }

    .register-info {
        text-align: center;
    }

    .register-card {
        max-width: 700px;
        width: 100%;
        padding: 35px;
    }

    /* NEWS */

    .news-detail-container {
        max-width: 95%;
    }

    .news-detail-image {
        width: 100%;
        height: auto;
        max-height: 450px;
        object-fit: cover;
    }

    /* SPEAKERS */



    /* SPONSORS */

    .sponsors {
        padding: 90px 30px;
        min-height: auto;
    }

    .sponsors-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    /* FOOTER */

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ---------------------------------------------------------
   MOBILE LARGE
   768px
   --------------------------------------------------------- */

@media (max-width: 768px) {

    header,
    header.scrolled {
        padding: 14px 20px;
    }

    .logo-icon {
        width: 44px;
        height: 44px;
    }

    /* HERO */

    .hero-div {
        padding: 110px 18px 60px;
        gap: 35px;
    }

    .hero h1 {
        max-width: 100%;
        font-size: clamp(1.8rem, 7vw, 2.4rem);
        line-height: 1.2;
    }

    .hero-subtitle {
        max-width: 95%;
        font-size: 1.05rem;
        line-height: 1.8;
    }

    .hero-badge {
        font-size: 0.7rem;
        padding: 7px 15px;
    }

    .hero-div div .more_btn2 {
        padding: 13px 28px;
        margin-left: auto;
        margin-right: auto;
    }

    /* COUNTDOWN */

    .countdown {
        width: 100%;
        max-width: 420px;
        gap: 8px;
    }

    .countdown-item {
        flex: 1 1 70px;
        width: auto;
        min-width: 70px;
        max-width: 90px;
        padding: 18px 8px;
    }

    .countdown-number {
        font-size: 1.5rem;
    }

    .countdown-label {
        font-size: 0.55rem;
        letter-spacing: 0;
    }

    .target-date {
        font-size: 0.7rem;
        max-width: 100%;
    }

    /* SECTIONS */

    section {
        padding: 50px 20px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: clamp(1.7rem, 7vw, 2.2rem);
        letter-spacing: -1px;
    }

    .section-subtitle {
        font-size: 0.95rem;
    }

    /* ABOUT */

    .about-image-stack {
        height: 330px;
        gap: 10px;
    }

    .about-content h3 {
        font-size: 2rem;
    }

    .about-content p {
        font-size: 0.95rem;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    /* EVENTS */

    .events-grid {
        grid-template-columns: 1fr;
        max-width: 550px;
    }

    .event-image {
        height: 210px;
    }

    /* TRADITIONS */

    .tradition-card {
        grid-template-columns: 90px 1fr;
        gap: 15px;
        padding: 15px;
    }

    .tradition-image {
        width: 90px;
        height: 90px;
        border-radius: 15px;
    }

    .tradition-content {
        padding-right: 0;
    }

    .tradition-content h3 {
        font-size: 1.1rem;
    }

    .tradition-content p {
        font-size: 0.8rem;
    }

    /* REGISTER */

    .register-modern-section {
        padding: 50px 16px;
    }

    .register-card {
        width: 100%;
        max-width: 650px;
        padding: 30px 22px;
        border-radius: 20px;
    }

    .register-lead {
        font-size: 1.5rem;
    }

    .register-text {
        font-size: 0.95rem;
    }

    .register-button {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
    }

    /* REGISTER FORM */

    .register-section {
        padding: 70px 16px;
    }

    .registerform {
        padding: 25px 18px;
    }

    .register-info h2 {
        font-size: 2rem;
    }

    /* NEWS */

    .section.news {
        padding: 45px 12px;
        margin-bottom: 60px;
    }

    .news .section-title {
        margin-bottom: 30px;
    }

    .swiper {
        padding: 0 4px;
    }

    .news-card {
        min-height: 330px;
    }

    .news-card img {
        height: 160px;
    }

    .news-content {
        padding: 16px;
        padding-bottom: 50px;
    }

    .news-content h3 {
        font-size: 15px;
    }

    .news-content p {
        font-size: 13px;
        line-height: 1.7;
    }

    /* HIDE SWIPER ARROWS */

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    /* SPEAKERS */

    .speakers-hero {
        padding: 60px 20px;
    }

    .speakers-hero h2 {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }

    .speaker-hero {
        width: min(140px, 150px);
        margin-top: 15px;
    }

    .speaker-hero img {
        height: 150px;
    }

    /* SPONSORS */

    .sponsors {
        padding: 70px 20px;
    }

    .sponsors-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 15px;
    }

    .sponsor {
        width: 90px;
        height: 90px;
    }

    /* NEWS DETAIL */

    .news-detail-section {
        padding: 50px 16px;
    }

    .news-detail-container {
        max-width: 100%;
        padding-top: 30px;
    }

    .news-detail-title {
        font-size: 1.6rem;
    }

    .news-detail-description {
        font-size: 0.95rem;
        line-height: 1.9;
    }

    /* DETAILS */

    .details-hero {
        min-height: 60svh;
        padding: 100px 20px 60px;
    }

    .details-container h1 {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .details-container p {
        font-size: 0.95rem;
    }

    .details-section {
        padding: 60px 20px;
    }

    .details-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .details-card {
        padding: 25px 20px;
    }

    /* CONFERENCE DAYS */

    .conference-days {
        padding: 60px 20px;
    }

    .days-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .day-card {
        padding: 22px;
    }

    /* NEWSLETTER */

    .newsletter-container {
        padding: 35px 20px;
        border-radius: 22px;
    }

    .newsletter-container p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
    }

    /* FOOTER */

    .footer {
        padding: 60px 16px 25px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-section {
        padding: 22px;
    }
}


/* ---------------------------------------------------------
   MOBILE
   600px
   --------------------------------------------------------- */

@media (max-width: 600px) {

    /* HEADER */

    header,
    header.scrolled {
        padding: 12px 16px;
    }

    /* HERO */

    .hero-div {
        padding: 100px 15px 50px;
    }

    .hero h1 {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
        letter-spacing: 0;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    /* COUNTDOWN */

    .countdown {
        max-width: 350px;
        justify-content: center;
    }

    .countdown-item {
        flex: 0 1 calc(25% - 8px);
        min-width: 65px;
        max-width: 78px;
        padding: 15px 5px;
        border-radius: 15px;
    }

    .countdown-number {
        font-size: 1.3rem;
    }

    .countdown-label {
        font-size: 0.48rem;
        margin-top: 8px;
    }

    .target-date {
        padding: 10px 14px;
        font-size: 0.62rem;
    }

    /* ABOUT */

    .about-image-stack {
        height: 280px;
    }

    .about-content h3 {
        font-size: 1.7rem;
    }

    /* TRADITIONS */

    .tradition-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .tradition-image {
        width: 100%;
        height: 180px;
        margin: auto;
    }

    .tradition-btn {
        justify-content: center;
    }

    /* REGISTER */

    .register-card {
        padding: 25px 16px;
    }

    .register-lead {
        font-size: 1.35rem;
    }

    .register-text {
        font-size: 0.9rem;
    }

    /* SPEAKERS */

    .speakers-hero-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .speaker-hero {
        width: 140px;
    }
.speakerh1{
  font-size: 0.8rem;
}
    .speaker-hero img {
        height: 140px;
    }

    .speaker-hero .overlay {
        padding: 12px;
    }

    .speaker-hero .overlay h3 {
        font-size: 1rem;
    }

    .speaker-hero .overlay p {
        font-size: 0.75rem;
    }

    /* SPONSORS */

    .sponsors-container {
        grid-template-columns: repeat(2, 1fr);
        max-width: 400px;
    }

    /* FOOTER */

    .footer-section {
        padding: 18px;
    }

    .footer-section h3 {
        font-size: 1.1rem;
    }

    .footer-section p,
    .footer-section li {
        font-size: 0.85rem;
    }

    .footer-bottom {
        margin-top: 35px;
        font-size: 0.75rem;
    }
}


/* ---------------------------------------------------------
   SMALL MOBILE
   480px
   --------------------------------------------------------- */

@media (max-width: 480px) {
   .section-title{
    font-size: 1.4rem;
   }
      .soft-hero-text span{
     font-size: 1.4rem;

    }
    .soft-hero-text{
      font-size: 1.1rem;
    }

    body {
        font-size: 14px;
    }

    section {
        padding-left: 14px;
        padding-right: 14px;
    }

    /* HERO */

    .hero-div {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-badge {
        font-size: 0.62rem;
        padding: 6px 12px;
    }

    .hero h1 {
        font-size: 1.55rem;
        line-height: 1.35;
    }

    .hero-subtitle {
        font-size: 0.88rem;
        line-height: 1.8;
    }

    /* COUNTDOWN */

    .countdown {
        max-width: 310px;
        gap: 6px;
    }

    .countdown-item {
        min-width: 58px;
        max-width: 70px;
        padding: 13px 4px;
    }

    .countdown-number {
        font-size: 1.15rem;
    }

    .countdown-label {
        font-size: 0.43rem;
    }

    /* REGISTER */

    .register-modern-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .register-card {
        padding: 24px 14px;
        border-radius: 18px;
    }

    .register-lead {
        font-size: 1.25rem;
    }

    .register-text {
        font-size: 0.85rem;
    }

    .register-button {
        font-size: 0.85rem;
    }

    /* NEWS */

    .news-card img {
        height: 130px;
    }

    .news-content {
        padding: 14px;
    }

    .news-content h3 {
        font-size: 14px;
    }

    .news-content p {
        font-size: 12px;
    }

    /* SPEAKERS */

    .speaker-hero {
        width: 150px;
    }

    .speaker-hero img {
        height: 150px;
    }

    /* SPONSORS */

    .sponsor {
        width: 80px;
        height: 80px;
    }

    /* DETAILS */

    .details-container h1 {
        font-size: 1.8rem;
    }

    .details-container p {
        font-size: 0.88rem;
    }

    .details-card {
        padding: 22px 15px;
    }

    /* FOOTER */

    .footer {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* ---------------------------------------------------------
   VERY SMALL PHONES
   360px
   --------------------------------------------------------- */

@media (max-width: 360px) {

    header,
    header.scrolled {
        padding: 10px 12px;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
    }

    /* HERO */

    .hero h1 {
        font-size: 1.4rem;
    }

    .hero-subtitle {
        font-size: 0.8rem;
    }

    /* COUNTDOWN */

    .countdown {
        gap: 4px;
    }

    .countdown-item {
        min-width: 54px;
        max-width: 62px;
        padding: 12px 3px;
    }

    .countdown-number {
        font-size: 1rem;
    }

    .countdown-label {
        font-size: 0.38rem;
    }

    /* SPEAKERS */

    .speakers-hero-container {
        gap: 5px 8px;
    }

    .speaker-hero {
        width: 125px;
    }

    .speaker-hero img {
        height: 125px;
    }

    /* SPONSORS */

    .sponsor {
        width: 70px;
        height: 70px;
    }

    /* FOOTER */

    .footer-container {
        gap: 12px;
    }

    .footer-section {
        padding: 15px;
    }

    .social-icons {
        gap: 8px;
    }

    .social-icons a {
        width: 36px;
        height: 36px;
    }

    .soft-hero-text span{
     font-size: 1.1rem;

    }
    .soft-hero-text{
      font-size: 0.8rem;
    }
    .section-title{
      font-size: 1.1rem;
    }
    #s-main{
      font-size: 1.1rem;

    }
     .badge{
      font-size: 1.0rem;
    }
}


/* ---------------------------------------------------------
   ACCESSIBILITY / TOUCH
   --------------------------------------------------------- */

@media (hover: none) {

    .news-card:hover,
    .event-card:hover,
    .countdown-item:hover,
    .tradition-card:hover,
    .footer-section:hover {
        transform: none;
    }

    .speaker-hero:hover img {
        transform: none;
        filter: none;
    }

    .sponsor:hover img {
        transform: none;
    }
}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

