/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777979712
Updated: 2026-05-05 11:15:12

*/

/*css*/
/* =========================
BANNER
========================= */


/* =========================
BANNER
========================= */

.event-detail-banner{
    position: relative;
    height: 430px;
    border-radius: 28px;
    overflow: hidden;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.event-banner-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.event-banner-content{
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.event-banner-content h1{
    color: #fff;
    font-size: 92px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
}

/* =========================
BREADCRUMB
========================= */

.event-breadcrumb{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 26px 45px;
    border-radius: 40px 0 0 0;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 5;
}

.event-breadcrumb::before{
    content: "";
    position: absolute;
    top: -42px;
    right: 0;
    width: 42px;
    height: 42px;
    background: transparent;
    border-bottom-right-radius: 40px;
    box-shadow: 12px 12px 0 #fff;
}

.event-breadcrumb::after{
    content: "";
    position: absolute;
    left: -42px;
    bottom: 0;
    width: 42px;
    height: 42px;
    background: transparent;
    border-bottom-right-radius: 40px;
    box-shadow: 12px 12px 0 #fff;
}

.event-breadcrumb a{
    text-decoration:none;
    color:#222;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    transition:.3s ease;
}

.event-breadcrumb a:hover{
    color:#c79c42;
}

.event-breadcrumb span{
    color:#222;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
}

/* =========================
MAIN SECTION
========================= */

.event-detail-main{
    padding:70px 0;
}

.event-container{
    width:1140px;
    max-width:95%;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:35px;
    align-items:start;
}

/* =========================
LEFT SIDE
========================= */

.event-main-card{
    background:#ede8dd;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
}

.main-event-image{
    width:100%;
    height:460px;
    object-fit:cover;
    display:block;
}

.event-content-wrap{
    padding:40px;
}

.event-content-wrap h2{
    font-size:38px;
    color:#0b0b3d;
    margin-bottom:12px;
    line-height:1.3;
    font-weight:800;
}

.event-location{
    color:#555;
    font-size:15px;
    font-weight:600;
}

.event-divider{
    height:1px;
    background:#d1c7b7;
    margin:35px 0;
}

.event-content-wrap h3{
    font-size:28px;
    color:#0b0b3d;
    margin-bottom:18px;
    font-weight:800;
}

.event-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
    font-size:16px;
}

.event-content ul{
    padding-left:20px;
}

.event-content ul li{
    margin-bottom:12px;
    color:#555;
    line-height:1.7;
}

/* =========================
DETAIL BOXES
========================= */

.event-details-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.event-detail-box{
    background:#fff;
    padding:25px;
    border-radius:10px;
    transition:.4s ease;
}

.event-detail-box:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 25px rgba(0,0,0,0.08);
}

.event-detail-box span{
    display:block;
    font-size:12px;
    color:#999;
    margin-bottom:10px;
    font-weight:700;
    letter-spacing:1px;
}

.event-detail-box strong{
    color:#0b0b3d;
    line-height:1.7;
    font-size:15px;
}

/* =========================
SIDEBAR
========================= */

.event-sidebar-box{
    background:#ede8dd;
    padding:25px;
    border-radius:16px;
    position:sticky;
    top:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.event-sidebar-box h3{
    text-align:center;
    font-size:30px;
    margin-bottom:28px;
    color:#0b0b3d;
    font-weight:800;
}

/* =========================
OTHER EVENTS CARD
========================= */
/* =========================
FIX BUTTON + IMAGE ISSUE
========================= */
.side-event-content p {
    color: #19194C;
    font-size: 13px;
}
.side-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 12px;
    background: #0b0b5c;
    color: #fff;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    width: auto;
    font-family: 'Oswald';
    overflow: hidden;
}

/* IMPORTANT FIX */
.side-btn img{
    width:22px !important;
    height:auto !important;
    object-fit:contain;
    flex-shrink:0;
    display:block;
}

/* REMOVE GLOBAL IMAGE EFFECT */
.side-event-card:hover .side-btn img{
    transform:translateX(4px) !important;
}
.side-btn:hover{
     background-color:#000 !important;
}
/* CARD IMAGE ONLY */
.side-event-card > a > img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    transition:1s ease;
}



/* =========================
META STYLE
========================= */

.side-meta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 21px;
}

.side-meta span{
    display:flex;
    align-items:center;
    gap:10px;
    color:#555;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
}

.side-meta span img{
    width:18px !important;
    height:18px !important;
    object-fit:contain;
    flex-shrink:0;
}

/* =========================
TITLE
========================= */

.side-event-content h4{
    color:#0b0b3d;
    font-size:20px;
    line-height:1.4;
    margin:18px 0 22px;
    font-weight:800;
    text-transform:uppercase;
}
/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .event-container{
        grid-template-columns:1fr;
    }

    .event-details-grid{
        grid-template-columns:1fr;
    }

    .event-banner-content h1{
        font-size:58px;
    }

    .main-event-image{
        height:350px;
    }

}

@media(max-width:767px){

    .event-detail-banner{
        height:320px;
        margin:12px;
        border-radius:20px;
    }

    .event-banner-content h1{
        font-size:34px;
        line-height:1.2;
    }

    .event-breadcrumb{
        padding:18px 24px;
        gap:8px;
        border-radius:25px 0 0 0;
    }

    .event-breadcrumb a,
    .event-breadcrumb span{
        font-size:11px;
    }

    .event-breadcrumb::before,
    .event-breadcrumb::after{
        display:none;
    }

    .event-content-wrap{
        padding:24px;
    }

    .event-content-wrap h2{
        font-size:28px;
    }

    .event-content-wrap h3{
        font-size:24px;
    }

    .main-event-image{
        height:260px;
    }

}
.custom-events-wrapper {
  width: 90%;
  margin: auto;
}

.event-tabs {
  text-align: center;
  margin-bottom: 40px;
}

.tab-btn {
  padding: 8px 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: transparent;
  margin: 0 6px;
  font-weight: 600;
  cursor: pointer;
}

.tab-btn.active {
  background: #1f2a44;
  color: #fff;
  border-color: #1f2a44;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.event-card {
  background: #f3f3f3;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
}

.event-image {
  position: relative;
}
.meta span {
    color: #19194C;
    font-size: 13px !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}
.event-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: orange;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
}

.event-info {
  padding: 15px;
}

.meta {
  font-size: 13px;
  color: #777;
  display: flex;
  justify-content: space-between;
}

.event-info h3 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
    color: #1f2a44;
}
.event-info  p {
    color: #19194C !important;
    font-size: 13.9px;
}
button.tab-btn {
    background-color: transparent;
    border: 1px solid #19194C;
    color: #19194C;
    padding: 10px 30px 10px 30px;
}
.know-btn {
    display: inline-flex;
    margin-top: 12px;
    background: #19194C;
    color: #fff;
    gap: 9px;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Oswald';
}

.know-btn span {
  color: #fbb03b;
}

/* Responsive */
@media(max-width:1024px){
  .event-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:768px){
  .event-grid {
    grid-template-columns: 1fr;
  }
}