/* Frontend styles for Event Manager */
.em-list{ max-width:1100px; margin:20px auto; font-family: Arial, Helvetica, sans-serif; }
.em-item{ display:flex; align-items:center; background:#fff; padding:25px; margin-bottom:16px; position:relative; border:1px solid rgba(195, 58, 24, 0.2); box-shadow: rgba(195, 58, 24, 0.2) 0px 5px 15px; transition: 1s; position:relative;   }
.em-item:hover{box-shadow:none;transition: 1s;}
.em-avatar{ width:auto; height:200px;  overflow:hidden; flex:0 0 300px; margin-right:20px; background:#ddd; display:flex; align-items:center; justify-content:center; }
.em-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
.em-main{ flex:1; }
.em-title{ font-size:20px; margin:0 0 8px; font-weight:600; }
.em-meta{ color:#333; font-size:14px; display:flex; gap:16px; align-items:center; margin-bottom:12px; }
/* read More button */
.resoce{
  display: inline-block; 
  padding: 12px 22px;       
  background: #000052;       
  color: #fff;              
  text-decoration: none;     
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border: 2px solid; 
	margin-top:30px;
    transition: 1s;
    
		
}

.em-datebox {position:relative;}


a{text-decoration: none!important;}
/*read More Hover / focus (keyboard accessible) */
.resoce:hover,
.resoce:focus{
  transform: translateY(-3px);           
  box-shadow: 0 10px 24px #3A4A23;
  background: #3A4A23;           border: 2px solid #3A4A23;          
  outline: none;
	color:#fff;
    transition: 1s;
}
.em-datebox{ width:70px; height:70px; border-radius:8px; background:#fff; border:3px solid #3A4A23; text-align:center; padding-top:6px; flex:0 0 70px; margin-left:20px; }
.em-datebox .day{ font-size:20px; font-weight:700; }
.em-datebox .mon{ font-size:12px; color:#3A4A23; margin-top:4px; }
@media(max-width:600px){ 
.em-item{
flex-direction:column; 
align-items:flex-start
} 
.em-datebox{
 margin-left:0; 
margin-top:12px;
position:absolute;
right: 30px;
top: 15px;
} 
}



/* ==========================================================
   PREMIUM EVENT SINGLE PAGE DESIGN
   Full Width Image + Clean Typography + Attractive Layout
   ========================================================== */

.em-single {
    width:100%;
    margin: 40px auto;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}

/* -----------------------
   BACK BUTTON
--------------------------*/
.em-back {
    display: inline-block;
    margin: 20px;
    padding: 6px 12px;
    background: #f1f5f9;
    color: #475569;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}
.em-back:hover {
    background: #e2e8f0;
    color: #1e293b;
}

/* -----------------------
   HERO FULL WIDTH IMAGE
--------------------------*/
.em-avatar-single {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #e5e7eb;
}
.em-avatar-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -----------------------
   TITLE + META DETAILS
--------------------------*/
.em-single-header {
    padding: 24px 28px;
}

.em-single-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 14px 0;
    color: #0f172a;
}

/* Beautiful rounded badge-style metadata */
.em-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.em-single-meta div {
    background: #f8fafc;
    padding: 8px 14px;
    border-radius: 50px;
    color: #475569;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
}

/* Highlight price badge */
.em-single-price {
    background: #e0f2fe !important;
    border-color: #bae6fd !important;
    color: #0369a1 !important;
    font-weight: 600;
}

/* -----------------------
   CONTENT AREA
--------------------------*/
.em-single-body {
    padding: 20px 28px;
    font-size: 17px;
    line-height: 1.75;
    color: #334155;
}


.em-single-body-pdf{
    margin:25px 0;
    text-align: center;
}

.em-brochure-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 28px;
    background:linear-gradient(135deg,#e53935,#c62828);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    letter-spacing:.5px;
    box-shadow:0 8px 20px rgba(229,57,53,.25);
    transition:all .35s ease;
}

.em-brochure-btn:hover{
    background:linear-gradient(135deg,#c62828,#8e0000);
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(198,40,40,.35);
}

.em-brochure-btn:active{
    transform:translateY(0);
}

.em-brochure-btn::before{
    content:"📄";
    font-size:20px;
}

.em-single-body h2,
.em-single-body h3 {
    margin-top: 24px;
    margin-bottom: 10px;
    color: #0f172a;
    font-weight: 700;
}

.em-single-body p {
    margin-bottom: 14px;
}

/* Images inside content */
.em-single-body img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 16px 0;
}

/* Quote style */
.em-single-body blockquote {
    padding: 14px 20px;
    border-left: 5px solid #0ea5e9;
    background: #f8fafc;
    border-radius: 8px;
    margin: 16px 0;
    font-style: italic;
}

/* -----------------------
   FOOTER BUTTONS
--------------------------*/
.em-single-footer {
    padding: 20px 28px 32px 28px;
}

.em-btn {
    display: inline-block;
    padding: 12px 22px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s;
}

.em-ticket {
    background: linear-gradient(90deg, #2563eb, #1e40af);
    color: #fff;
}
.em-ticket:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,99,235,0.3);
}

.em-more {
    background: #f1f5f9;
    color: #475569;
}
.em-more:hover {
    background: #e2e8f0;
}

/* -----------------------
   RESPONSIVE IMPROVEMENTS
--------------------------*/
@media (max-width: 600px) {

    .em-avatar-single {
        height: 240px;
    }

    .em-single-title {
        font-size: 26px;
    }

    .em-btn {
        width: 100%;
        text-align: center;
    }
}
























.wrapper {
  max-width: 680px;
  margin: 60px auto;
  padding: 0 20px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube  src:before{
   content: 'dfdf' 
    
    
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
/*
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
*/

.youtube .play-button {
  width: 90px;
  height: 90px;
  background-color:transparent;
  box-shadow: 0 0 30px rgba( 255,255,255,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 50%;
  border:2px solid pink;
}



.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent deeppink;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}


