/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.3.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 23 Apr 2025 10:58:39 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.maxcontainer{
	max-width: 1310px;
	margin: 0 auto !important;
}
.mainheader.sticky, .maintransheader.sticky
 {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s 
ease;
	     padding-top: 5px;
    padding-bottom: 5px;
}
.maintransheader.sticky {
    background-color: #1d2130 !important;
}
ul.wpr-mobile-nav-menu.wpr-mobile-mega-menu
 {
    height: 90vh;
    overflow-y: scroll;
}
.sweepeffect a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0px);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
}

.sweepeffect a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    background: #463F9C;
}
.sweepeffect a:hover:before {
    transform: scale(1);
}
.pulsebtn a{
	    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0px);
	 position: relative;
}
.pulsebtn a:hover .elementor-button-icon{
    animation-name: hvr-icon-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	}

.oneline.e-flex.e-con.e-child {
    flex-direction: row;
    display: flex
;
	    align-items: center;
    flex-wrap: nowrap;
}
.oneline h2{
	width: 200px;
}
.icolist h3.elementor-image-box-title {
    margin-top: -3px;
}
.typewriter-line {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: none;
    line-height: 1;
}

.first {
  width: 0;
  animation: typing 2s steps(25, end) forwards;
}

.second {
  width: 0;
  animation: typing 2s steps(30, end) forwards;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

.listline {
	
	 display: flex;
	flex-direction: row !important;
    flex-wrap: wrap;
	
}
.listline .elementor-widget.elementor-widget-icon-list {
        width: 32%;
    display: inline-block;
}

.blog-content-sec {
    display: flex
;
}
.eventdate span {
    font-family: 'Roboto';
    font-weight: 500;
}
.eventdate span {
    display: block;
    font-size: 16px;
}
.eventdate h5 {
	font-family: 'Roboto';
    font-size: 48px;
	margin: 0;
}
.blog-content-sec h2{
	 font-family: 'Roboto';
    font-weight: 700;
	font-size: 28px;
	margin: 0;
	    margin-left: -13px;
}
.blog-content-sec h6{
	 font-family: 'Roboto';
    font-weight: 500;
	font-size: 16px;
	margin: 0;
	    margin-bottom: 8px;
	    text-transform: uppercase;
    letter-spacing: 2px;
}
.rightbox{
	margin-top: 12px;
	    margin-left: 12px;
}
.home-blog-sec, .blog-content-sec a {
    display: flex;
    justify-content: space-between;
	    color: #1D2130;
}
.home-blog-list {
    width: 49%;
    background: #F2C94C;
    padding: 35px 46px;
    border-radius: 20px;
}
.lineheading h2.elementor-heading-title:before {
    content: "";
    width: 72px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 7px;
    left: -90px;
}
.arrowimg {
    align-items: center;
    display: flex
;
    margin-left: 20px;
}
.awardbox h3 span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
}
.singlethumb-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	    border-radius: 16px;
}
.blog-contentbox {
    padding: 100px 48px;
}
.homeblogbox {
    display: flex
;
    justify-content: space-between;
}
.blogbox {
    width: 32%;
}
.blogbox h2 {
    font-family: 'Roboto';
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.blogbox p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.blogcontentpg p, .eventcontentpg p {
    margin-bottom: 20px;
    line-height: 26px;
}

.blogcontentpg img, .eventcontentpg img {
    margin-top: 30px;
    margin-bottom: 35px;
	margin-left: auto;
    margin-right: auto;
}
.blogcontentpg ul{
	margin-bottom: 20px;
}

.mediaside p.elementor-image-box-description span {
    margin-top: -8px;
    display: block;
    margin-bottom: 6px;
}
.elementor-post__excerpt, .elementor-post__excerpt p {
    display: flex
;
    align-items: center;
}
.mainblogpg {
    display: flex;
    justify-content: space-between;
	    flex-wrap: WRAP;
}
.mainblog {
    width: 100%;
    margin-bottom: 60px;
    display: flex
;
    align-items: stretch;
	justify-content: space-between
}
.mainbloimg {
    width: 58%;
}
.mainblogcontent h2 {
        color: #1D1F1E;
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
}
.mainbloimg img
 {
    width: 100%;
    height: 360px;
    object-fit: cover;
	     border-radius: 8px;

}
.custommeta
 {
    display: flex
;
    align-items: center;
}
.custommeta h5, .custommeta li {
        margin: 0;
    color: #1D1F1E;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;

}
.custommeta span {
    margin: 0 20px;
    margin-top: -5px;
    color: #000;
}
.read-moreblog a{
    display: flex
;
    align-items: center;
}
.mainblogcontent {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 40%;
}
.mainblog p {
    color: #1D1F1E;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.mainblog:nth-child(even) {
    flex-direction: row-reverse;
}
.read-moreblog span {
    margin-right: 20px;
}
.read-moreblog a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16.36px;
    line-height: 100%;
    text-align: right;
    color: #000;
    margin-right: 10px;
}
.blogcontentpg h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
}
.relatedpostbox article.elementor-post {
    padding-left: 20px;
	border-left: 2px solid #fff;
}
.relatedpostbox article.elementor-post:hover {
    border-left: 2px solid #3D22CF;
}
.relatedpostbox article.elementor-post:hover h3 a{
	color: #3D22CF !important;
}
.relatearticle {
    position: sticky;
    top: 10px;
    align-self: flex-start;
    z-index: 10;
}


/* tewam slider css */

.team-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
	    background: #212121;
}
.team-content h4 {
    font-family: Inter;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
	color: #ffffff;
}
.team-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
	color: #ffffff;
}
.team-content {
    width: 56%;
}
.memberimg {
    width: 40%;
}
.arrow-icon {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    max-width: 60px;
}

/* ==== OVERLAY ==== */
.team-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9998;
}
.team-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ==== POPUP PANEL ==== */
.team-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 620px;
  max-width: 90%;
  height: 100%;
  color: #000;
  transition: right 0.5s ease-in-out;
  z-index: 9999;
}
.team-popup.active {
  right: 0;
}
.team-popup.closing {
  right: -100%;
}
.team-popup {
    display: flex;
    align-items: center;
	    justify-content: end;
}
button.close-popup {
    color: #000;
    background: #E2E2E2;
    border: none;
    border-radius: 25px;
    padding: 10px 37px 10px 30px;
    margin-right: -20px;
}
/* ==== INNER CONTENT ==== */
.team-popup-inner {
  position: relative;
  padding: 30px;
	 overflow-y: auto;
	height: 100%;
  background: #fff;
  color: #000;
  box-shadow: -5px 0 25px rgba(0,0,0,0.5);    
	width: 500px;
}

.popup-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.popup-content h3 {
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 24px;
}
.popup-content h5 {
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 20px;
color: #6155F5;
}
.popup-content p {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
color: #444444;
}
span.yellowtxt {
    display: block;
    color: #F2C94C;
}
.bgbredcrum nav.breadcrumbs, .bgbredcrum nav.breadcrumbs a {
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
}
.transbredcrum nav.breadcrumbs, .transbredcrum nav.breadcrumbs a {
    color: #8f8f8f;
    font-family: 'Inter';
    font-size: 18px;
}
button#sound-toggle {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 19px;
    color: #fff;
    display: inline-block;
}
.homevideo, .homevideo video {
    max-height: 100vh;
}



.events-banner {
  background-size: cover;
  background-position: center;
  padding: 100px 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
.events-banner::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
}
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
.banner-content h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 70px;
}
.banner-content h1 span {
    color: #f2c94c;
}
.event-filter-form {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.event-filter-form input,
.event-filter-form select {
  padding: 12px 15px;
  border-radius: 8px;
  border: none;
}
.event-cat-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.3s;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}
.filter-btn {
  padding: 12px 25px;
  background: #1E3A8A;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.filter-btn:hover { background: #f2c94c; }

.event-categories {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}
.category-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.event-cat-item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.event-cat-item.active span {
  color: #f2c94c;
  font-weight: bold;
}

.event-results {
  padding: 40px;
  background: #f9f9f9;
}
.event-list {
  display: flex;
 
}
.single-event {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: 0.3s;
	width: 25%;
	    margin: 0 10px;
	    position: relative;
}
.single-event:hover { transform: translateY(-5px); }
.single-event img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.interested-icon {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 9;
}
.event-thumb {
    position: relative;
}
span.event-cat {
    position: absolute;
    bottom: 0;
    background: #f2c94c;
    padding: 7px 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
	    color: #2D2C3C;
}
.event-info a{
    display: flex;
	justify-content: space-between;
}
.event-date {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
        line-height: 1.3;
    text-align: center;
    width: 25%;
	color: #2D2C3C;
}
.evenrgt-info {
    width: 70%;
}
.evenrgt-info a{
	color: #5A5A5A;
}
.event-info {
  padding: 15px;
}

.evenrgt-info h3 {
    margin-top: 0;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
	    color: #2D2C3C;
}
.evenrgt-info h3 a{
	color: #2D2C3C;
}

.evenrgt-info p {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
	color: #5A5A5A;
}
.event-meta span
 {
    display: block;
    font-family: Inter;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 10px;
	 font-weight: 400;
	 color: #5A5A5A;
}
.event-meta .pricetag{
	font-weight: 600;
	color: #5A5A5A;
	
}
.event-date span {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #4539B4;
	display: block;
    line-height: 1.3;
}
.event-filter-form select {
    width: 250px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../../wp-content/uploads/2025/10/Chevron-1.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.event-filter-form input{
	width: 70%;
}













/* --- Elementor taxonomy filter checkbox styling --- */
    .e-filter .e-filter-item {
      display: flex;
      align-items: center;
      gap: 8px;
      border: none;
      background: none;
      cursor: pointer;
      padding: 5px 10px;
      font-size: 15px;
      color: #333;
      transition: all 0.2s ease;
    }

    .e-filter .fake-checkbox {
      display: none !important;
    }

/* Base checkbox */
.e-filter .e-filter-item {
  position: relative;
  padding-left: 28px; /* box ke liye space */
}

    .e-filter .e-filter-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 16px;
  height: 16px;
  border: 2px solid #555;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.2s ease;
}


/* Check icon (using ::after so ::before box never vanishes) */
.e-filter .e-filter-item[aria-pressed="true"]::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000000;
}
    /* Hover effect */
    .e-filter .e-filter-item:hover::before {
      border-color: #000;
    }

    /* Label alignment */
    .e-filter .checkbox-label {
      display: inline-block;
    }


.wpr-mobile-toggle {
    width: 30px !important;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.wpr-mobile-toggle-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all 0.3s ease;
}

/* Normal Hamburger */
.wpr-mobile-toggle-line:nth-child(1) {
    top: 0;
}
.wpr-mobile-toggle-line:nth-child(2) {
    top: 10px;
}
.wpr-mobile-toggle-line:nth-child(3) {
    top: 20px;
}

/* 🔥 OPEN STATE → CROSS */
.wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(2) {
    opacity: 0;
}

.wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}
div#whthead {
    display: none;
}
/* .elementor-editor-active div#whthead{
	margin-top: 80px;
} */
div#whthead.sticky {
    display: block;
}
.restabs span.e-n-tab-title-text {
    font-size: 20px;
    font-weight: 400;
}







@media (max-width: 1200px){
	
}
@media (max-width: 1024px){
	.lineheading h2.elementor-heading-title:before{
		display: none;
	}
	.listline .elementor-widget.elementor-widget-icon-list {
    width: 88%;
    display: inline-block;
}.listline .elementor-widget.elementor-widget-icon-list {
    width: 88%;
    display: inline-block;
}
	.blog-content-sec h2 {

		font-size: 20px;
	}
	.home-blog-list {

    padding: 20px;
}
.mainblogcontent {

    width: 38%;
}
	.mainblogcontent h2 {

		font-size: 20px;
	}
}
@media (max-width: 767px){
	.listline .elementor-widget.elementor-widget-icon-list {
}
	.home-blog-list, .blogbox {
    width: 100%;
	        margin-bottom: 20px;

}
	.home-blog-sec, .homeblogbox {

    flex-wrap: wrap;
}
	.oneline.e-flex.e-con.e-child {

    flex-wrap: wrap;
}
	.oneline h2.elementor-heading-title.elementor-size-default {
    text-align: start;
}
	.mainblog:nth-child(even), .mainblog:nth-child(odd) {
           flex-direction: column-reverse;
        flex-wrap: wrap;
}
	    .mainblogcontent, .mainbloimg {
        width: 100%;
    }
	.relatearticle {
    position: relative;
    top: 10px;
    align-self: flex-start;
    z-index: 10;
}
.homevideo video.elementor-video {
    min-height: 84vh;
}
	.icolist h3.elementor-image-box-title {
    margin-top: -32px;
    padding-left: 44px;
    display: block;
}
	
.event-list {
    display: flex;
    flex-wrap: wrap;
}
	.single-event {
    width: 100%;
}
	.homenewblog .elementor-posts-container.elementor-posts article:nth-child(even) {
    flex-direction: column;
}
}