.elementor-2212 .elementor-element.elementor-element-aaf1104{--display:flex;}.elementor-2212 .elementor-element.elementor-element-aaf1104:not(.elementor-motion-effects-element-type-background), .elementor-2212 .elementor-element.elementor-element-aaf1104 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-2212 .elementor-element.elementor-element-a8925e0{--display:flex;}.elementor-2212 .elementor-element.elementor-element-06607c3{--display:flex;}.elementor-2212 .elementor-element.elementor-element-92f4768{--display:flex;}.elementor-2212 .elementor-element.elementor-element-6f28a9f{--display:flex;}.elementor-2212 .elementor-element.elementor-element-f97b396{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a960c3e */.maher-about-us .elementor-container .text .all-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.maher-about-us .elementor-container .text .all-links a {
  color: #d87d4a;
  transition: 0.3s;
}
.maher-about-us .elementor-container .text .all-links span {
  color: white;
}
.maher-about-us .elementor-container .text .all-links a,
.maher-about-us .elementor-container .text .all-links span {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
.maher-about-us .elementor-container .text .all-links a:hover {
  color: white;
}
@media (max-width: 539px) {
  .maher-about-us .elementor-container .text .all-links a,
  .maher-about-us .elementor-container .text .all-links span {
    font-size: 14px;
    line-height: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e68f396 */.pit-steps {
  padding: 90px 0px;
}
.pit-steps .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.pit-steps .wrapper .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px;
  border-radius: 25px;
  box-shadow: 0px 0px 10px #00000011;
  background: white;
}
.pit-steps .wrapper .box .image {
  width: 100%;
  max-width: 150px;
  margin-bottom: 24px;
}
.pit-steps .wrapper .box .info h4 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #d87d4a;
  margin-bottom: 12px;
  font-weight: 700;
}
.pit-steps .wrapper .box .info p {
  color: #626262;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
@media (max-width: 1289px) {
  .pit-steps .wrapper {
    gap: 24px;
  }
}
@media (max-width: 1239px) {
  .pit-steps .wrapper .box {
    padding: 24px;
  }
}
@media (max-width: 999px) {
  .pit-steps {
    padding: 60px 0px;
  }
  .pit-steps .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 539px) {
  .pit-steps .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .pit-steps .wrapper .box .image {
    max-width: 120px;
    margin-bottom: 16px;
  }
  .pit-steps .wrapper .box .info h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .pit-steps .wrapper .box .info p {
    font-size: 12px;
    line-height: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba3da34 */.events-grid {
  padding: 90px 0px;
}
.events-grid .wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(5, 1fr);
}
.events-grid .wrapper .hidden-box {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #101010; */
  border: 1px solid white;
  padding: 12px;
  cursor: not-allowed;
  pointer-events: none;
  background: #101010;
}
.events-grid .wrapper .hidden-box .question {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #101010;
  font-size: 36px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 0px;
}
.events-grid .wrapper .box {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
  background: #101010;
  color: white;
}
.events-grid .wrapper .box .image {
  width: 60px;
  margin-bottom: 10px;
}
.events-grid .wrapper .box .info .count {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.events-grid .wrapper .box .special-btn {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #101010;
  color: white;
  border: none;
  transition: 0.3s;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  display: none;
}
.events-grid .wrapper .box:hover .special-btn {
  bottom: 0px;
}
@media (max-width: 999px) {
  .events-grid {
    padding: 60px 0px;
  }
  .events-grid .wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 1fr);
  }
}
@media (max-width: 539px) {
  .events-grid .wrapper .hidden-box .question {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .events-grid .wrapper .box .image {
    width: 40px;
    margin-bottom: 5px;
  }
  .events-grid .wrapper .box .info .count {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c1ba84 */.events-benefit {
  padding: 90px 0px;
}
.events-benefit .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.events-benefit .wrapper .box {
  width: calc((100% / 3) - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: white;
  box-shadow: 0px 0px 10px #00000011;
  padding: 48px 24px;
  border-radius: 25px;
}
.events-benefit .wrapper .box .image {
  width: 100%;
  max-width: 120px;
  margin-bottom: 24px;
}
.events-benefit .wrapper .box .info h4 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #d87d4a;
  margin-bottom: 12px;
  font-weight: 700;
}
.events-benefit .wrapper .box .info p {
  color: #626262;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
@media (max-width: 1239px) {
  .events-benefit .wrapper {
    gap: 30px;
  }
  .events-benefit .wrapper .box {
    width: calc(100% / 3 - 40px);
    padding: 24px 12px;
  }
}
@media (max-width: 999px) {
  .events-benefit {
    padding: 60px 0px;
  }
  .events-benefit .wrapper {
    gap: 40px;
  }
  .events-benefit .wrapper .box {
    width: calc(100% / 2 - 40px);
  }
}
@media (max-width: 539px) {
  .events-benefit .wrapper {
    gap: 24px;
  }
  .events-benefit .wrapper {
    flex-direction: column;
  }
  .events-benefit .wrapper .box {
    width: 100%;
    max-width: 100%;
  }
  .events-benefit .wrapper .box .image {
    max-width: 100px;
    margin-bottom: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a354f0d */.events-faq {
  padding: 90px 0px;
}
.accordion {
  border-left: 1px solid #101010;
  border-right: 1px solid #101010;
  border-top: 1px solid #101010;
}
.accordion-item {
  background: white;
  border: none;
  cursor: pointer;
  padding: 24px 48px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #101010;
  border-bottom: 1px solid #101010;
  transition: 0.3s ease;
  user-select: none;
  margin-bottom: 0px;
}

.accordion-item:hover,
.accordion-item.active {
  background-color: #d87d4a;
  color: white;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #101010;
  padding: 0px 96px;
  font-weight: 400;
  color: white;
  font-size: 1rem;
  line-height: 1.4;
}

.panel p {
  margin: 24px 0;
}
@media (max-width: 999px) {
  .events-faq {
    padding: 60px 0px;
  }
}
@media (max-width: 589px) {
  .accordion-item {
    padding: 24px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .panel {
    padding: 0px 24px;
    font-size: 14px;
    line-height: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-748b92f */.events-end {
  padding: 30px 0px 90px;
}
.events-end .elementor-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.events-end .elementor-container .text {
  width: 750px;
  max-width: 100%;
}
.events-end .elementor-container .title {
  font-size: 36px;
  color: #d87d4a;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 700;
}
.events-end .elementor-container h6 {
  font-size: 24px;
  color: #101010;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: capitalize;
  font-weight: 600;
}
.events-end .elementor-container p {
  font-size: 16px;
  color: #626262;
  line-height: 30px;
  margin-bottom: 36px;
}
.events-end .elementor-container .links {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.events-end .elementor-container .links a {
  font-size: 16px;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  background: #101010;
  width: fit-content;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: all 0.3s;
}
.events-end .elementor-container .links a:first-child {
  background: linear-gradient(to right, rgb(248, 57, 89), #f5b041);
}
.events-end .elementor-container .links a:first-child:hover {
  background: linear-gradient(to right, #f5b041, rgb(248, 57, 89));
}
@media (max-width: 999px) {
  .events-end {
    padding: 30px 0px 60px;
  }
}
@media (max-width: 539px) {
  .events-end .elementor-container .text {
    width: 100%;
    max-width: 100%;
  }
  .events-end .elementor-container .title {
    font-size: 24px;
  }
  .events-end .elementor-container h6 {
    font-size: 18px;
  }
  .events-end .elementor-container p {
    font-size: 14px;
    line-height: 24px;
  }
  .events-end .elementor-container .links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .events-end .elementor-container .links a {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}/* End custom CSS */