/* ===== HERO SECTION ===== */
.hero {
    background: linear-gradient(135deg, #0A37FF, #002B8A);
    color: white;
    padding: 40px 10px;
    text-align: center;
    border-radius: 0 0 25px 25px;
    position: relative;
    margin: -10px 0px;
}

.hero::after {
    content: "";
    background: url('images1.png') no-repeat center;
    background-size: 300px;
    opacity: 0.08;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero h1 {
    position: relative;
    z-index: 1;
    font-size: 32px;
    margin: 0;
}

.hero p {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-size: 18px;
    opacity: 0.9;
}

.name {font-size: 24px;}

/* ===== TOTAL COUNTER ===== */
.total {
    text-align: center;
    margin: 30px auto;
}

.total span {
    font-size: 80px;
    font-weight: 800;
    color: #0A37FF;
}

.total p {
    font-size: 22px;
    color: #333;
}

/* ===== TROPHY CARD ===== */
.trophy-card {
    background: white;
    border-radius: 18px;
    padding: 20px;
    width: 90%;
    margin: 15px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.trophy-card:hover {
    transform: translateY(-4px);
}

.trophy-card h3 {
    color: #0A37FF;
    margin-bottom: 10px;
}

.stats {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.win, .second {
    background: #0A37FF;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
}

.second {
    background: #444;
}

.years {
    margin-top: 5px;
    color: #444;
    line-height: 1.7;
    font-size: 15px;
}


/* التاريخ الهجري والميلادي */
.circle {
	position: absolute;
	right: 0;
	left: 0;
	background-color: #007bff;
	padding: 10px;
	font-family: 'El Messiri';
}
.dates {
    font-family: 'El Messiri';
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	gap: 50px;
	margin: 0 10px;
}
.dates p {
    font-family: 'El Messiri';
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
}

/*زر المشاركة */
.button2 {
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background: #25D366;
    color: #fff !important;
    font-weight: 700;
    font-family: 'El Messiri';
    outline: 0;
    font-size: 0.8em;
    padding: 0.65em 1.5em 0.65em 1.5em;
    text-align: center;
    margin: 0 0 0 0;
    box-shadow: 1px 1px #cc15cd;
}
.whats {
    display: flex;
    justify-content: center;
}