:root {
    /* Font Families */
    --font-primary: "Figtree", sans-serif !important;
    --font-secondary: 'Calibri', sans-serif !important;

    /* Headings Font Sizes */
    --h1-size: 55px;
    --h2-size: 38px;
    --h3-size: 32px;
    --h4-size: 26px;
   

    /* Subheading */
    --subheading-size: 24px;
    --subheading-font-weight: 600 ;

    /* Description / Paragraphs */
    --description-size: 20px;
    --description-line-height: 24px;
    --inner-cards-description-size:18px;
    --inner-cards-description-line-height:24px;

   /* subtitles */
     
     --subtitle-size:24px;
     --subtitle-line-height:28px;

    /* Button Text */
    --button-font-size: 20px;
    --button-font-weight: 500;
    --button-line-height: 22px;


   /* Headings Font Weight */
   
    --h1-weight: 600;
    --h2-weight: 600;
    --h3-weight: 500;
    --h4-weight: 600;
   

    /* Headings line Height */

    --h1-line-height: 1.1;
    --h2-line-height: 1.2;
    --h3-line-height: 34px;
    --h4-line-height: 28px;

}



/* CONSULTING US HERO SECTION */
.event-detail-hero-section {
  position: relative;
  width: 100%;
  height: 45vh; 
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.event-detail-hero-section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-detail-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65); 
  z-index: 1;
}

.event-detail-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding-top: 60px;
}

.event-detail-hero-content h1 {
  font-family: var(--font-primary);
  font-size: 42px;
  font-weight: 700;
  /* margin-bottom:30px; */
  margin: 16px 0;
}



/* Buttons */
.event-detail-hero-content .breadcrumb-btn {
  background: rgba(255, 255, 255, 0.35);
  border: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
 transition: transform 0.3s ease ;
  font-weight: 500; 
  text-decoration: none;cursor: text;
font-family: var(--font-secondary);

}
.event-detail-hero-content .breadcrumb-btn:hover {
 background: rgba(255, 255, 255, 0.25);
  transform: scale(1.01);
}


/* details section css */

        .section-container {
            display: flex;
            min-height: 100vh;
            max-width: 1600px;
            width: 100%;
            margin: 0 auto;
        }

        .left-content {
            flex: 1;
            padding: 60px;
            background: #fff;
            overflow-y: auto;
            padding-right: 50px;
        }

        .right-content {
            width: 550px;
            position: sticky;
            top: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
            padding: 60px 40px;
            padding-right: 60px;
        }

        .right-main {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .right-footer {
            padding-top: 40px;
        }

        h2 {
            font-size: 50px;
            color: #091d3e;
            margin-bottom: 40px;
            line-height: 1.2;
            font-weight: 600;
        }

        .event-image {
            width: 100%;
            margin-bottom: 30px;
            height: 420px;
        }

        .content-block {
            margin-bottom: 30px;
        }

        .content-block h3 {
            color: #091d3e;
            font-size: 18px;
            margin-bottom: 15px;
        }

        .content-block p {
            color: #091d3e;
            line-height: 1.8;
            font-size: 19.4px;
        }
        .right-side-date-time-section{
            background-color: rgb(245, 245, 245);
            border-radius: 20px;
            padding: 40px;
            padding-bottom: 15px;

        }
        .right-side-tag {
            display: inline-block;
            background-color: #f96e46;
            color: white;
            padding: 8px 20px;
            border-radius: 22px;
            font-size: 18px;
            margin-bottom: 10px;
            width: fit-content;
        }
        .right-side-date-container , .right-side-time-container , .right-side-location-container{
            display: flex;
            gap: 30px;
            padding: 30px 0;
            border-top: 2px solid #fff;
        }
        .date-content , .time-content , .location-content{
            display: grid;
        }
        .date-icon , .time-icon , .location-icon{
            font-size: 40px;
            font-weight: 100;
        }
        .right-side-headings{
            font-size: 18px;
            font-weight: 700;
        }
        .right-side-value{
            font-size:16px;
            font-weight: 500;

        }

        .follow-section h3 {
            font-size: 35px;
            margin-bottom: 25px;
            color: #091d3e;
            font-weight: 600;
        }

        .right-side-social-icons {
            display: flex;
            gap: 15px;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            transition: background 0.3s;
        }

        .social-icon:hover {
            background: #091d3e;
        }

        .comment-note {
            font-size: 12px;
            color: #666;
            margin-top: 10px;
            font-style: italic;
        }

        @media (max-width: 1024px) {
            .section-container {
                flex-direction: column;
            }
            
            .right-content {
                width: 100%;
                position: relative;
                height: auto;
            }
            
            .left-content {
                padding: 40px;
            }
        }
    






/* Past events Section Styling */
.upcoming-events-section {
  padding: 60px;
  text-align: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.upcoming-events-section h2 {
  font-weight: 600;
  color: #1c0d45;
  font-size: 38px;
  margin-bottom: 15px;
}
.upcoming-events-section .section-subtitle{
    color: #000;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}
.upcoming-events-container {
  position: relative;
  overflow: hidden;
  margin-top:30px;
}
.upcoming-events-track {
  display: flex;
  transition: transform 0.5s ease;
}
.upcoming-events-card {
  background: white;
  margin: 10px;
  flex: 0 0 calc(33.333% - 20px);
  overflow: hidden;
}
.upcoming-events-img {
  position: relative;
  height: 280px;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.upcoming-events-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0px;
}


.upcoming-events-body {
  padding: 20px;
  text-align: left;
}
.upcoming-event-tag {
    display: inline-block;
    background-color: white;
    color: #000;
    padding: 4px 15px;
    border-radius: 22px;
    font-size: 16px;
    margin-bottom: 15px;
    width: fit-content;
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 30px;
    font-weight: 600;
}
.upcoming-events-body h5 {
    font-weight: 600 !important;
    font-size: 28px;
    color: #1c0d45;
    /* line-height: 1.2; */
}
.upcoming-events-body p {
  font-size: 18px;
  color: #000;
  margin-bottom:30px;
}

.upcoming-events-date-location-container{
    display: flex;
    gap: 50px;
    margin-bottom: 15px;
}

.upcoming-events-date {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
.upcoming-events-location{
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

/* Controls + Dots */
.upcoming-events-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; /* bring controls closer to cards */
  gap: 15px;
}
.upcoming-events-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #000000;
  background: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 0 0 auto;
  color: #000;
}
.upcoming-events-btn:hover {
   background: #f5f5f5;
  transform: scale(1.08);
}
.upcoming-events-dots {
 display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.upcoming-events-dots button {
  all: unset; /* resets default browser button styles */
  display: block;
  width: 8px;
  height: 8px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background 0.3s ease, transform 0.2s ease;
}
.upcoming-events-dots button.active {
   background: #222;
  transform: scale(1.25);
}


/* Responsive */
@media (max-width: 992px) {
  .upcoming-events-card { flex: 0 0 calc(50% - 20px); }
}
@media (max-width: 576px) {
  .upcoming-events-card { flex: 0 0 100%; }
}

.intro-text , .main-text , .benefit-item , .pitfall , .conclusion-text{
font-size: 18px !important;
color: #000000;
}
.details-section-heading{
font-size:38px !important;
color: #1c0d45;
}


@media (max-width: 768px){
  .event-detail-hero-section{
height:320px !important;
}
  .left-content{
    padding: 0 !important;
  }
  .right-content{
    padding: 0 !important;
  }
  .right-side-date-time-section{
    padding:20px;
  }
  .right-footer{
    padding: 0px;
  }
  .upcoming-events-section{
    padding:40px 20px;
  }
  .upcoming-events-section h2{
    text-align: left;
    font-size: 32px;
  }
  .upcoming-events-section .section-subtitle{
    text-align:left;
  }
  .upcoming-events-section .container-fluid{
    padding: 0px !important;
  }
  .upcoming-events-body{
    padding:20px 0px;
  }
  .details-section-heading{
    font-size: 24px;
  }
}
@media (min-width:768px) and (max-width:1024px) {
      .left-content{
        padding:40px 30px;
  }
  .right-content{
    padding: 0px 30px;
  }
  .upcoming-events-section{
    padding: 40px 30px;
  }
    .upcoming-events-section .container-fluid{
    padding: 0px !important;
  }
}



@media (max-width:768px) {
  .benefit-text{
    font-size: 16px !important;
}
.pitfall-description{
  font-size: 16px !important;
}
.right-side-date-container , .right-side-time-container, .right-side-location-container {
  padding: 10px 0px;
}
.details-subheading{
font-size: 24px !important;
}


.event-detail-hero-content h1{
font-size:32px;
}
.upcoming-events-body h5{
  font-size: 32px;
}

.event-detail-hero-content{
margin-top:60px;
}
.upcoming-events-body p{
  font-size: 16px;
}
.event-detail-hero-section{
height:55vh;
}
.upcoming-events-btn.prev .bi-arrow-left{
margin-left:-5px;
}
.upcoming-events-btn.next .bi-arrow-right{
margin-left:-5px;
}
.upcoming-events-btn{
font-size:16px;
}
}


@media (min-width:1700px){

.left-content{
padding-left:40px;
}
.right-content{
padding-right:40px;

}
.upcoming-events-section{
padding:60px 40px;

}
.upcoming-events-section .container-fluid{
padding:0px;
}


}

.related-links-title{
font-family: var(--font-primary) !important;
font-size: var(--h2-size) !important;
font-weight: var(--h2-weight) !important;
line-height: var(--h2-line-height) !important;
color: #1c0d45 !important;
}
.related-links-list li a{
color:#000 !important;
font-family: var(--font-secondary);
font-size: var(--description-size);
line-height: var(--description-line-height);
}

.related-links-list li a:hover{
color:#f96e46 !important;
text-decoration:none !important;
}