* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top: 0px;
}

a,button{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	display: block;
	z-index: 9999;
}

#masthead.sticky {
	background-color: #000;
}
.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: center;
}

.header-wrapper .menu-button {
	width: auto !important;
	float: right;
}

.elementor-button-icon svg {
	width: 100% !important;
	height: 100% !important;
}

.elementor-button .elementor-button-content-wrapper {
	align-items: center;
}

.header-btn .elementor-button .elementor-button-icon svg {
  transition: transform 0.3s ease;
}

.header-btn .elementor-button .elementor-button-icon svg rect {
  transition: fill 0.3s ease;
}

.header-btn .elementor-button .elementor-button-icon svg path {
  transition: fill 0.3s ease;
}

.header-btn .elementor-button:hover .elementor-button-icon svg {
  transform: rotate(-45deg);
}

.header-btn .elementor-button:hover .elementor-button-icon svg rect {
  fill: #ffffff;
}

.header-btn .elementor-button:hover .elementor-button-icon svg path {
  fill: #E8601A; 
}

.header-wrapper .menu-box svg{
    fill:#fff !important;
}

#masthead:has(.elementor-menu-toggle.elementor-active) {
    background-color: #000;
}

.hide-show-menu {
	display:none !important;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top: 0;
}

.e-con.p-bottom {
	padding-bottom: 0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}

/* Footer */

.footer-con-1,
.footer-con-2,
.footer-con-3{
    width: auto !important;
}

.footer-menu ul{
    display: flex;
    flex-direction: column;
    max-height: 220px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Home page */

.banner-reg-btn .elementor-button svg {
    transition: all 0.4s ease;
}

/* Hover effect */
.banner-reg-btn .elementor-button:hover svg {
    transform: rotate(45deg);
}

/* Change background + arrow color */
.banner-reg-btn .elementor-button:hover svg rect {
    fill: #E8601A;
}

.banner-reg-btn .elementor-button:hover svg path {
    fill: white;
}

.creative-wrap {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
}

.creative-wrap::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -20px;
  right: -20px;
  bottom: -15px;
  background: url("https://kuficon.techsolutionn.com/wp-content/uploads/2026/04/circle-04.svg") no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
}

.explore-some {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.site-btn .elementor-button .elementor-button-icon svg {
  transition: transform 0.3s ease;
}
 
.site-btn .elementor-button .elementor-button-icon svg rect {
  transition: fill 0.3s ease;
}
 
.site-btn .elementor-button .elementor-button-icon svg path {
  transition: fill 0.3s ease;
}
 
.site-btn .elementor-button:hover .elementor-button-icon svg {
  transform: rotate(-45deg);
}
 
.site-btn .elementor-button:hover .elementor-button-icon svg rect {
  fill: #ffffff;
}
 
.site-btn .elementor-button:hover .elementor-button-icon svg path {
  fill: #E8601A; 
}

.explore-some::after {
    content: "";
    position: absolute;
	inset: -15px -20px;
    background: url("/wp-content/uploads/2026/04/circle-04-1.svg") no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.custom-heading{line-height:190% !important;}
/* First image (shape) */
.shape-img {
  display: inline-block;
  width: 225px;
  height: 65px;
  border-radius: 200px;

  background-image: url('https://kuficon.techsolutionn.com/wp-content/uploads/2026/04/555.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  vertical-align: middle;
  margin: 0 ;
}

/* Second image (people) */
.people-img {
  display: inline-block;
  width: 225px;
  height: 65px;
  border-radius: 200px;

  background-image: url('https://kuficon.techsolutionn.com/wp-content/uploads/2026/04/666.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  vertical-align: middle;
  margin: 0 -6px;
}
.explore-somem-sticky {
    height: fit-content !important;  
    position: sticky !important;
    top: 140px !important;
}

.meet-the {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.meet-the::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -15px;
  right: -15px;
  bottom: -20px;
  background: url("/wp-content/uploads/2026/04/circle-04-1-1.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.why-kuficon {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.why-kuficon::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -16px;
  right: -30px;
  bottom: -21px;
  background: url("/wp-content/uploads/2026/04/circle-04-2.svg") no-repeat center;
  background-size: 100%;
  pointer-events: none;
}
.blue-short .creative-wrap::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -6px;
    right: -6px;
    bottom: -23px;
    background: url(/wp-content/uploads/2026/04/circle-04.svg) no-repeat center;
    background-size: 95% 91%;
    pointer-events: none;
}

.why-attend-con {
    box-shadow: 6px 6px 0 0 #136596;
}
.be-part:after{ content: "";
    position: absolute;
    top: -5px;
    left: -6px;
    right: -6px;
    bottom: -23px;
    background: url(/wp-content/uploads/2026/04/circle-04-1-2.svg) no-repeat center;
    background-size: 95% 91%;
    pointer-events: none;
}

.why-attent-sticky {
  position: relative !important;
}

.why-attend-con {
  position: sticky !important;
  top: 140px !important;
  margin-bottom: 50px !important;
  box-shadow: 6px 6px 0 0 #136596;
  z-index: 1;
}

.why-attend-con:last-child {
    margin-bottom: 0px !important;
}

.why-attend-con:nth-child(1) {
  top: 140px !important;
  z-index: 1;
}

.why-attend-con:nth-child(2) {
  top: 170px !important;
  z-index: 2;
}

.why-attend-con:nth-child(3) {
  top: 200px !important;
  z-index: 3;
}

.faq {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
 
.faq::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -28px;
  right: -30px;
  bottom: -30px;
  background: url("/wp-content/uploads/2026/04/circle-04-3.svg") no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
}
.be-part-round .why-kuficon{
	margin-left:27px;
}
.be-part-round .why-kuficon::after {
      content: "";
    position: absolute;
    top: -9px;
    left: -38px;
    right: -48px;
    bottom: -21px;
    background: url(/wp-content/uploads/2026/04/circle-04-3.svg) no-repeat center;
    background-size: 95%;
    pointer-events: none;
}

/* .txt-sgadow-num .elementor-widget-container .elementor-counter-number-wrapper:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #E8601A;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    pointer-events: none;
    content: attr(data-text); 
    transform: translate(-19px, 2px);
    z-index: -1;
} */
.first-25 .elementor-widget-container .elementor-counter-number-wrapper:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #E8601A;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    pointer-events: none;
    content: attr(data-text); 
    transform: translate(1px, 2px);
    z-index: -1;
}
.second-09 .elementor-widget-container .elementor-counter-number-wrapper:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #E8601A;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    pointer-events: none;
    content: attr(data-text); 
        transform: translate(3px, 1px);
    z-index: -1;
}
.third-20 .elementor-widget-container .elementor-counter-number-wrapper:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #E8601A;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    pointer-events: none;
    content: attr(data-text); 
        transform: translate(2px, 1px);
    z-index: -1;
}
/* 
.txt-sgadow-num .elementor-widget-container .elementor-counter-number-suffix:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #E8601A;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    pointer-events: none;
  content: attr(data-text); 
    transform: translate(-13px, 2px);
    z-index: -1;
}
 */
/* Event Schedule Page */

.event-schedule-span {
    font-weight: 600;
    color: #E8601A;
    text-transform: uppercase;
}
.star-animate {
  width: 75px; /* adjust as needed */
  animation: rotateStar 6s linear infinite,
             fadeStar 2s ease-in-out infinite;
}
 
/* Rotation */
@keyframes rotateStar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
 
/* Opacity up & down */
@keyframes fadeStar {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
.main-accordion-info summary{
	box-shadow:none;
	outline:none;
	border:none;
}
/* .main-accordion-info details{
	border-radius: 12px;
background: #F9F9F9;
} */
.e-n-accordion-item summary {
  cursor: pointer;
}

.e-n-accordion-item-content {
  overflow: hidden;
/*   height: 0 !important; */
  transition: height 0.35s ease;
  /* Keep padding always present but account for it in JS */
/*   padding-top: 15px !important; */
/*   padding-bottom: 15px !important; */
  box-sizing: border-box;
}
.main-accordion-info .e-n-accordion-item-content,
.main-accordion-info .accordian-first-item{
	position:relative;
	top:-24px;
}
.main-accordion-info .e-n-accordion-item{
	border-bottom:1px solid black;
}
.main-accordion-info .e-n-accordion-item:first-child .e-n-accordion-item-title {
    padding-top: 20px !important;
}
.main-accordion-info .e-n-accordion-item:last-child {
    border-bottom:none;
}
.big-star-rotate {

  animation: rotateCircle 20s linear infinite;

  transform-origin: center center;

}
 
/* Smooth continuous rotation */

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.star-animate {
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}
 
/* Smooth continuous rotation */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* speaker-page */

.image-container {
    height: 100%;
}

.speakers-image {
    overflow: hidden;
}
 
.speakers-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
 
.speakers-main-con:hover .speakers-image img {
    transform: scale(1.1);
}

.at-kuficon {
  position: relative;
  display: inline-block; /* VERY IMPORTANT */
	margin-left:10px;
	margin-right:10px;
}

.at-kuficon i {
  position: relative;
  z-index: 2; /* keeps text above svg */
}

.at-kuficon::after {
  content: "";
  position: absolute;
    top: 63%;
    left: 51%;
    width: 153%;
    height: 147%;
  transform: translate(-50%, -50%);
  background: url('/wp-content/uploads/2026/04/at-kuficon.svg') no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.highlight {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    z-index: 1;
}
.highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 117%;
    width: 100%;
    background: url(https://kuficon.techsolutionn.com/wp-content/uploads/2026/04/main22.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
}

/*role available table*/
.role-available .row-1 .column-1,
.role-available .row-1 .column-1 .row-striping{
	background-color:#F9D9C8;
}

/* registration-ticket */
/* .tribe-tickets__tickets-form {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form{width:100% !important; max-width:100%;}
 #tribe-tickets {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
 .event-tickets .tribe-tickets__tickets-item {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: unset !important;
}
.tribe-tickets__tickets-item > div {
  width: 100% !important;
  max-width: 100% !important;
}
.tribe-tickets__tickets-item {
  text-align: center;
}
.tribe-tickets__tickets-item > * {
  margin-bottom: 10px;
} */
/*  .tribe-tickets__tickets-item-description {
  text-align: left;
  margin-top: 15px;
}

 .tribe-tickets__tickets-item-description p {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  margin-bottom: 8px;
}
 .tribe-tickets__tickets-item-details-content p::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #E8601A;
}
.tribe-tickets__tickets-item::after {
  content: "Purchase this plan";
  display: block;
  margin-top: 15px;
  background: #f2672a;
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}
.tribe-tickets__tickets-item-price {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
} */
/* .tribe-tickets__tickets-item-details-content {
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}
.tribe-tickets__tickets-item-details-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

 .tribe-tickets__tickets-item-details-content::before {
  content: "✔ Exclusive Support";
  display: block;
  color: #E8601A;
}

 .tribe-tickets__tickets-item-details-content::after {
  content: "✔ Best Product \A ✔ Sale \A ✔ Great Team Work \A ✔ Free Access";
  white-space: pre-line;
  display: block;
  margin-top: 5px;
}
.tribe-tickets__tickets-item-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tribe-tickets__tickets-item-price {
  font-size: 38px;
  font-weight: 700;
  margin: 10px 0;
}
 #tribe-tickets {
  display: flex !important;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.tribe-tickets__tickets-item {
  width: 300px !important;
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid transparent;
  position: relative;
}.tribe-tickets__tickets-item-name {
  font-size: 18px;
  font-weight: 600;
}
.tribe-tickets__tickets-item-price {
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
}
.tribe-tickets__tickets-item-details-content {
  text-align: left;
  margin-top: 15px;
}
.tribe-tickets__tickets-item-quantity {
  display: none !important;
}  */
/* --- General Wrapper --- */
#tribe-tickets__tickets-form {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center;
    padding: 40px 0;
	width:100%;
	max-width:100%;
	border:none !important;
	 
}
.tribe-common-h4{
	color:  #040707 !important;
text-align: center !important;

/* Desktop/Heading/H2_36-Regular_op2 */
font-family: "Playfair Display" !important;
font-size: 36px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 140%; /* 50.4px */
letter-spacing: -0.36px;
text-transform: capitalize !important;
	
	width:100%
}
 
.tribe-tickets__tickets-item {
    width: 330px;
    background: #fff;
    border-radius: 18px;
    padding: 30px 25px;
    box-shadow: 0px 8px 30px rgba(0,0,0,0.08);
    border: 1px solid #f1f1f1;
    position: relative;
    margin: 0 20px;
    transition: .3s;
}
#tribe-tickets__tickets-form{
	justify-content:center !important;
	gap:30px !important;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra, .event-tickets .tribe-tickets__tickets-item-extra {
	    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: flex-start;	
	order:1;
}
/* Put all three items in a row */
#tribe-tickets__tickets-form > div[id*="tribe-block-tickets-item"] {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    width: 100%;
    gap: 30px;
    max-width: 31%;
	padding:20px;
}
.event-tickets .tribe-common-b3--min-medium{order:2;}
.tribe-tickets__tickets-item-content-title-container{width:100%; order:0;}
/* Title */
.tribe-tickets__tickets-item-content-title {
   color: #1A1A1A;
/* Desktop/Body Text/BT3_20-SemiBold */
font-family: "Instrument Sans" !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 120% !important; /* 24px */
letter-spacing: -0.4px !important;

	width:100% !important;
}
 
/* Price */
.tribe-tickets__tickets-item-extra-price .tribe-amount {
    font-size: 45px !important;
    font-weight: 700;
    color: #000;
}
 
.tribe-tickets__tickets-item-extra {
    margin-top: 10px;
    margin-bottom: 10px;
}
 
/* Features Styling */
.tribe-tickets__tickets-item-details-content {
    line-height: 32px;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    white-space: pre-line; /* Keep each line separate */
    padding-left: 0;
  color: #B7B7B8 !important;
   font-family: "Instrument Sans" !important;
   font-size: 16px !important;
   font-style: normal !important;
   font-weight: 400 !important;
   line-height: 140% !important;
	   
    text-align: left !important;
    width: 100% !important;
}
 
.tribe-tickets__tickets-item-details-content:before {
    content: '';
}
 
/* Quantity section hidden */
.tribe-tickets__tickets-item-quantity,
.tribe-common-form-control-checkbox {
    display: none !important;
}
 
/* Button styling */
.tribe-tickets__tickets-item-details-content:after {
    content: "Purchase this plan";
    display: block;
    width: 80%;
    margin: 15px auto 0;
    padding: 14px 0;
    border-radius: 30px;
    background: #f97316;
    color: #fff;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
 
/* Highlight the middle (Gold) card */
#tribe-block-tickets-item-1957 {
    border-radius: 10px;
border: 1px solid #FFF;
background: #FFF;
box-shadow: 4px 4px 0 0 #F06D35;
    transform: scale(1.05);
    z-index: 10;
}
#tribe-block-tickets-item-1956{
	border-radius: 10px;
background: #FFF;
box-shadow: 4px 4px 0 0 #136596;
}
#tribe-block-tickets-item-1965{
	border-radius: 10px;
background: #FFF;
box-shadow: 4px 4px 0 0 #136596;
}
/* "Popular Plan" tag */
#tribe-block-tickets-item-1957::before {
    content: "Popular Plan";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #f97316;
    color: #fff;
    padding: 5px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
 
/* Hide default footer */
.tribe-tickets__tickets-footer {
    display: none !important;
}
.tkt-purchase-btn{order:3;}
#tribe-events-pg-template{width:100% !important; max-width:100%;}
#tribe-events-pg-template{padding:0 !important;}
  .tribe-events-meta-group-details{display: none !important;}
.tribe-events-event-meta~div:not(.tribe-events-event-meta,. Event-tickets) { display: none !important;}
.elementor-1928 .elementor-element.elementor-element-3264276{max-width:1380px; margin:0 auto;}
 
.tribe-block__venue--has-map{
	display:none;
}
#tribe-block__attendees{display:none !important;}
.tribe-events-single-section{
	display:none;
}
 
.event-tickets .tribe-tickets__commerce-checkout, .tribe-common .tribe-tickets__commerce-checkout,
.event-tickets .tribe-tickets__commerce-order{
/* 	    margin: 130px 0; */
    max-width: 900px !important;
	    margin: 150px auto 100px auto;
	  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.tribe-tickets__commerce-checkout-header h3.tribe-tickets__commerce-checkout-header-title,
.tribe-tickets__commerce-order-header h3.tribe-tickets__commerce-order-header-title{
	    font-family: "Playfair Display", Sans-serif !important;
}
.tribe-tickets__commerce-order .tribe-tickets__commerce-order-description{
	font-family: "Playfair Display", Sans-serif;
	text-align:center;
}
.tribe-tickets__commerce-checkout-cart-item-details .tribe-tickets__commerce-checkout-cart-item-details-title,
.tribe-tickets__commerce-checkout-purchaser-info-wrapper h4.tribe-tickets__commerce-checkout-purchaser-info-title{
	 font-family: "Playfair Display", Sans-serif;
	font-size:20px !important;
}
.tribe-block__events-link,
.tribe-events-schedule{
	display:none;
}
.tribe-tickets__commerce-checkout-cart-item-details-button--more,
.tribe-tickets__commerce-checkout-cart-item-details-button--less{
	margin-top: 20px !important;
	border:1px solid #E8601A !important;
	border-radius:20px !important;
}
.elementor-post__text{display:none !important; }
.page-id-1975 .header-wrapper,
.page-id-1976 .header-wrapper
 {
    background-color: black !important;
}
.elementor-250 .elementor-element.elementor-element-dd80374 .elementor-nav-menu--main 
.elementor-element-57b351f img {
    margin-bottom: -37px;
} 
#tribe-tickets__tickets-form{
	background:#F5F5F5;
}
#tribe-block-tickets-item-2232,#tribe-block-tickets-item-2237{
	border-radius: 10px;
background: #FFF;
box-shadow: 4px 4px 0 0 #136596;
}
#tribe-block-tickets-item-2236, #tribe-block-tickets-item-2238{
	border-radius: 10px;
background: #FFF;
box-shadow: 4px 4px 0 0 #F06D35;
}
.tribe-tickets__commerce-order .tribe-tickets__commerce-order-footer-link,
.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-header-link-back-to-event{
	padding: 12px;
    color: #E8601A !important;
    text-decoration: none !important;
    border: 1px solid;
    border-radius: 20px;
}
.tribe-tickets__commerce-checkout-form-submit-button{
	background-color:#E8601A !important;
}
.tribe-tickets__commerce-checkout-form-submit-button:hover{
	background-color:#E8601A !important;
}
.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-cart-item-details-button--more{
	display:none;
}
.event-tickets .tribe-tickets__commerce-checkout-cart-footer, .tribe-common .tribe-tickets__commerce-checkout-cart-footer{
	display:none !important;
}
.tribe-tickets__tickets-item-extra-available{
	display:none !important;
}
.event-tickets .tribe-common-h4{display:none;}
/* .ticket::after {
  content: "";
  position: absolute;

  top: -12px;
  left: -20px;
  width: 140%;
  height: 160%;

  background: url(https://olivedrab-eagle-269702.hostingersite.com/wp-content/uploads/2026/04/short-round.svg) no-repeat center;
  background-size: contain;

  z-index: -1;
  pointer-events: none;
} */
.elementor-element-445e7b7{display:none;}
.speakers-main-con .image-container{height:100%;}
.elementor-1011 .elementor-element.elementor-element-f803343:not(.elementor-motion-effects-element-type-background){
	height:100%!important;
}
.speakers-image img {
    margin-bottom: -37px;
}
.event-tickets .tribe-common-h4{display:none;}
/* Hide on laptop/desktop */
@media (min-width: 1025px) {
    .menu-item-2305 {
        display: none !important;
    }
	.event-tickets .tribe-common-h4{display:none;}
}
 
/* Show on tablet & mobile */
@media (max-width: 1024px) {
    .menu-item-2305 {
        display: block !important;
    }
}