.elementor-331 .elementor-element.elementor-element-9ef20c5{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331 .elementor-element.elementor-element-acc7a20{--display:flex;}.elementor-331 .elementor-element.elementor-element-3cb2440{--display:flex;}.elementor-331 .elementor-element.elementor-element-c7aece2{--display:flex;}.elementor-331 .elementor-element.elementor-element-5cc4fb0{--display:flex;}.elementor-331 .elementor-element.elementor-element-5726036{--display:flex;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b2c0a4c *//* ========================================
   GOLDEN HORN EVENTS - ABOUT US SEC 1
======================================== */

.ghe-about-sec1{
  position: relative;
  width: 100vw;
  min-height: 72vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 24px 90px;
  background:
    linear-gradient(120deg, rgba(7,20,24,0.78) 0%, rgba(8,24,29,0.62) 42%, rgba(8,24,29,0.52) 100%),
    url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Poppins', sans-serif;
}

.ghe-about-sec1__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,16,19,0.74) 0%, rgba(6,16,19,0.48) 42%, rgba(6,16,19,0.20) 100%);
  z-index: 1;
}

.ghe-about-sec1__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-about-sec1__content{
  max-width: 760px;
}

.ghe-about-sec1__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border: 1px solid rgba(8,183,168,0.34);
  background: rgba(8,183,168,0.10);
  color: #8ff1e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ghe-about-sec1__title{
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(36px, 5.5vw, 62px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.3px;
}

.ghe-about-sec1__desc{
  max-width: 700px;
  margin: 0 0 34px;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-about-sec1__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ghe-about-sec1__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 26px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all .30s ease;
}

.ghe-about-sec1__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-about-sec1__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-about-sec1__btn--secondary{
  border: 1.5px solid rgba(255,255,255,0.42);
  background: transparent;
  color: #ffffff;
}

.ghe-about-sec1__btn--secondary:hover{
  border-color: rgba(8,183,168,0.80);
  background: rgba(8,183,168,0.10);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 991px){
  .ghe-about-sec1{
    min-height: auto;
    padding: 110px 20px 80px;
    background-position: center right;
  }

  .ghe-about-sec1__content{
    max-width: 100%;
  }

  .ghe-about-sec1__desc{
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 767px){
  .ghe-about-sec1{
    padding: 95px 16px 70px;
    background-position: 62% center;
  }

  .ghe-about-sec1__eyebrow{
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 8px 13px;
  }

  .ghe-about-sec1__title{
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.12;
  }

  .ghe-about-sec1__desc{
    margin-bottom: 28px;
    font-size: 15px;
  }

  .ghe-about-sec1__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .ghe-about-sec1__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe98176 *//* ========================================
   GOLDEN HORN EVENTS - ABOUT SEC 2
   WHO WE ARE
======================================== */

.ghe-about-sec2{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 24px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.ghe-about-sec2__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-about-sec2__grid{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}

.ghe-about-sec2__content{
  max-width: 640px;
}

.ghe-about-sec2__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-about-sec2__title{
  margin: 0 0 22px;
  color: #111111;
  font-size: clamp(34px, 4.8vw, 54px);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.ghe-about-sec2__title span{
  color: #0A8F84;
}

.ghe-about-sec2__desc{
  margin: 0 0 18px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-about-sec2__points{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ghe-about-sec2__point{
  padding: 12px 16px;
  border: 1px solid #dcefed;
  background: #f8fbfb;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.ghe-about-sec2__image{
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.ghe-about-sec2__image img{
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}

@media (max-width: 1100px){
  .ghe-about-sec2__grid{
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ghe-about-sec2__content{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .ghe-about-sec2{
    padding: 80px 16px;
  }

  .ghe-about-sec2__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-about-sec2__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-about-sec2__image img{
    height: 420px;
  }

  .ghe-about-sec2__points{
    flex-direction: column;
  }

  .ghe-about-sec2__point{
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a70c863 *//* ========================================
   GOLDEN HORN EVENTS - ABOUT SEC 3
   MISSION & VISION
======================================== */

.ghe-about-sec3{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 24px;
  background: #f8fbfb;
  font-family: 'Poppins', sans-serif;
}

.ghe-about-sec3__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-about-sec3__head{
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.ghe-about-sec3__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-about-sec3__title{
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.ghe-about-sec3__title span{
  color: #0A8F84;
}

.ghe-about-sec3__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-about-sec3__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ghe-about-sec3__card{
  padding: 34px 30px;
  border: 1px solid #dcefed;
  background: #ffffff;
  transition: all .30s ease;
}

.ghe-about-sec3__card:hover{
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(8,183,168,0.10);
  border-color: rgba(8,183,168,0.32);
}

.ghe-about-sec3__card-top{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.ghe-about-sec3__icon{
  width: 60px;
  height: 60px;
  color: #08B7A8;
  flex-shrink: 0;
}

.ghe-about-sec3__icon svg{
  display: block;
  width: 100%;
  height: 100%;
}

.ghe-about-sec3__label{
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ghe-about-sec3__card-title{
  margin: 0 0 16px;
  color: #111111;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.ghe-about-sec3__card-text{
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
}

@media (max-width: 991px){
  .ghe-about-sec3__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .ghe-about-sec3{
    padding: 80px 16px;
  }

  .ghe-about-sec3__head{
    margin-bottom: 34px;
  }

  .ghe-about-sec3__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-about-sec3__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-about-sec3__card{
    padding: 26px 20px;
  }

  .ghe-about-sec3__card-title{
    font-size: 24px;
  }

  .ghe-about-sec3__card-text{
    font-size: 14px;
  }

  .ghe-about-sec3__icon{
    width: 52px;
    height: 52px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a68584 *//* ========================================
   GOLDEN HORN EVENTS - ABOUT SEC 4
   CORE VALUES
======================================== */

.ghe-about-sec4{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 24px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.ghe-about-sec4__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-about-sec4__head{
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.ghe-about-sec4__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-about-sec4__title{
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.ghe-about-sec4__title span{
  color: #0A8F84;
}

.ghe-about-sec4__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-about-sec4__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ghe-about-sec4__card{
  padding: 32px 26px 28px;
  border: 1px solid #dcefed;
  background: #f8fbfb;
  transition: all .30s ease;
}

.ghe-about-sec4__card:hover{
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(8,183,168,0.10);
  border-color: rgba(8,183,168,0.30);
}

.ghe-about-sec4__number{
  margin-bottom: 18px;
  color: #08B7A8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ghe-about-sec4__card-title{
  margin: 0 0 14px;
  color: #111111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.ghe-about-sec4__card-text{
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

@media (max-width: 1200px){
  .ghe-about-sec4__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .ghe-about-sec4{
    padding: 80px 16px;
  }

  .ghe-about-sec4__head{
    margin-bottom: 34px;
  }

  .ghe-about-sec4__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-about-sec4__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-about-sec4__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ghe-about-sec4__card{
    padding: 26px 20px 22px;
  }

  .ghe-about-sec4__card-title{
    font-size: 22px;
  }

  .ghe-about-sec4__card-text{
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b852feb *//* ========================================
   GOLDEN HORN EVENTS - ABOUT SEC 5
   TRAINING APPROACH
======================================== */

.ghe-about-sec5{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 24px;
  background: #f8fbfb;
  font-family: 'Poppins', sans-serif;
}

.ghe-about-sec5__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-about-sec5__head{
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.ghe-about-sec5__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-about-sec5__title{
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.ghe-about-sec5__title span{
  color: #0A8F84;
}

.ghe-about-sec5__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

/* STEPS */

.ghe-about-sec5__steps{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}

.ghe-about-step{
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 26px;
  border: 1px solid #dcefed;
  background: #ffffff;
  transition: all .30s ease;
}

.ghe-about-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.08);
  border-color: rgba(8,183,168,0.30);
}

.ghe-about-step__number{
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}

.ghe-about-step__content h3{
  margin: 0 0 8px;
  color: #111111;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.ghe-about-step__content p{
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

@media (max-width: 767px){
  .ghe-about-sec5{
    padding: 80px 16px;
  }

  .ghe-about-sec5__head{
    margin-bottom: 34px;
  }

  .ghe-about-sec5__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-about-sec5__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-about-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px;
  }

  .ghe-about-step__number{
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .ghe-about-step__content h3{
    font-size: 20px;
  }

  .ghe-about-step__content p{
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8f2b02 *//* ========================================
   GOLDEN HORN EVENTS - ABOUT SEC 6
   CLOSING CTA
======================================== */

.ghe-about-sec6{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #0b1f22 0%, #103136 50%, #0d272b 100%);
  font-family: 'Poppins', sans-serif;
}

.ghe-about-sec6::before{
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -180px;
  left: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,183,168,0.26) 0%, rgba(8,183,168,0.12) 34%, rgba(8,183,168,0) 72%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
}

.ghe-about-sec6::after{
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -120px;
  bottom: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143,241,231,0.18) 0%, rgba(143,241,231,0.08) 34%, rgba(143,241,231,0) 72%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 1;
}

.ghe-about-sec6__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.ghe-about-sec6__content{
  text-align: center;
}

.ghe-about-sec6__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  color: #8ff1e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-about-sec6__title{
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.ghe-about-sec6__title span{
  color: #8ff1e7;
}

.ghe-about-sec6__desc{
  max-width: 760px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-about-sec6__actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ghe-about-sec6__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  padding: 14px 26px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all .30s ease;
}

.ghe-about-sec6__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-about-sec6__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-about-sec6__btn--secondary{
  border: 1.5px solid rgba(255,255,255,0.42);
  background: transparent;
  color: #ffffff;
}

.ghe-about-sec6__btn--secondary:hover{
  border-color: rgba(8,183,168,0.80);
  background: rgba(8,183,168,0.10);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 767px){
  .ghe-about-sec6{
    padding: 80px 16px;
  }

  .ghe-about-sec6__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-about-sec6__desc{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .ghe-about-sec6__actions{
    flex-direction: column;
  }

  .ghe-about-sec6__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */