.elementor-346 .elementor-element.elementor-element-8e3b240{--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-346 .elementor-element.elementor-element-a44a33f{--display:flex;}.elementor-346 .elementor-element.elementor-element-7c64bf3{--display:flex;}.elementor-346 .elementor-element.elementor-element-0f1838b{--display:flex;}.elementor-346 .elementor-element.elementor-element-3ea2085{--display:flex;}.elementor-346 .elementor-element.elementor-element-3f7f61e{--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-fb65e9e *//* ========================================
   GOLDEN HORN EVENTS - PROGRAMS SEC 1
======================================== */

.ghe-program-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-1516321318423-f06f85e504b3?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-program-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-program-sec1__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-program-sec1__content{
  max-width: 760px;
}

.ghe-program-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-program-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-program-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-program-sec1__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ghe-program-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-program-sec1__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-program-sec1__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-program-sec1__btn--secondary{
  border: 1.5px solid rgba(255,255,255,0.42);
  background: transparent;
  color: #ffffff;
}

.ghe-program-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-program-sec1{
    min-height: auto;
    padding: 110px 20px 80px;
    background-position: center right;
  }

  .ghe-program-sec1__content{
    max-width: 100%;
  }

  .ghe-program-sec1__desc{
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 767px){
  .ghe-program-sec1{
    padding: 95px 16px 70px;
    background-position: 62% center;
  }

  .ghe-program-sec1__eyebrow{
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 8px 13px;
  }

  .ghe-program-sec1__title{
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.12;
  }

  .ghe-program-sec1__desc{
    margin-bottom: 28px;
    font-size: 15px;
  }

  .ghe-program-sec1__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .ghe-program-sec1__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f598a0e *//* ========================================
   GOLDEN HORN EVENTS - PROGRAMS SEC 2
   CORE TRAINING PROGRAMS
======================================== */

.ghe-program-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-program-sec2__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-program-sec2__head{
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.ghe-program-sec2__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-program-sec2__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-program-sec2__title span{
  color: #0A8F84;
}

.ghe-program-sec2__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-program-sec2__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ghe-program-card{
  padding: 34px 26px 28px;
  border: 1px solid #dcefed;
  background: #f8fbfb;
  transition: all .30s ease;
}

.ghe-program-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(8,183,168,0.10);
  border-color: rgba(8,183,168,0.34);
}

.ghe-program-card__icon{
  width: 66px;
  height: 66px;
  margin-bottom: 22px;
  color: #08B7A8;
}

.ghe-program-card__icon svg{
  display: block;
  width: 100%;
  height: 100%;
}

.ghe-program-card__title{
  margin: 0 0 14px;
  color: #111111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.ghe-program-card__text{
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

@media (max-width: 1200px){
  .ghe-program-sec2__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .ghe-program-sec2{
    padding: 80px 16px;
  }

  .ghe-program-sec2__head{
    margin-bottom: 34px;
  }

  .ghe-program-sec2__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-program-sec2__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-program-sec2__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ghe-program-card{
    padding: 28px 20px 24px;
  }

  .ghe-program-card__title{
    font-size: 22px;
  }

  .ghe-program-card__text{
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5331048 *//* ========================================
   GOLDEN HORN EVENTS - PROGRAMS SEC 3
   DELIVERY FORMATS
======================================== */

.ghe-program-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-program-sec3__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-program-sec3__head{
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.ghe-program-sec3__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-program-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-program-sec3__title span{
  color: #0A8F84;
}

.ghe-program-sec3__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-program-sec3__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ghe-program-sec3__card{
  padding: 34px 28px;
  border: 1px solid #dcefed;
  background: #ffffff;
  transition: all .30s ease;
}

.ghe-program-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-program-sec3__card--featured{
  background: linear-gradient(180deg, #0d2427 0%, #103136 100%);
  border-color: rgba(8,183,168,0.20);
}

.ghe-program-sec3__card--featured .ghe-program-sec3__label{
  color: #8ff1e7;
}

.ghe-program-sec3__card--featured .ghe-program-sec3__card-title{
  color: #ffffff;
}

.ghe-program-sec3__card--featured .ghe-program-sec3__card-text{
  color: rgba(255,255,255,0.78);
}

.ghe-program-sec3__label{
  margin-bottom: 18px;
  color: #08B7A8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ghe-program-sec3__card-title{
  margin: 0 0 14px;
  color: #111111;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 700;
}

.ghe-program-sec3__card-text{
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
}

@media (max-width: 991px){
  .ghe-program-sec3__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .ghe-program-sec3{
    padding: 80px 16px;
  }

  .ghe-program-sec3__head{
    margin-bottom: 34px;
  }

  .ghe-program-sec3__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-program-sec3__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-program-sec3__card{
    padding: 26px 20px;
  }

  .ghe-program-sec3__card-title{
    font-size: 24px;
  }

  .ghe-program-sec3__card-text{
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3c24a5 *//* ========================================
   GOLDEN HORN EVENTS - PROGRAMS SEC 4
   WHO OUR PROGRAMS ARE FOR
======================================== */

.ghe-program-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-program-sec4__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-program-sec4__grid{
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.ghe-program-sec4__image{
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.ghe-program-sec4__image img{
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.ghe-program-sec4__content{
  max-width: 640px;
}

.ghe-program-sec4__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-program-sec4__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-program-sec4__title span{
  color: #0A8F84;
}

.ghe-program-sec4__desc{
  margin: 0 0 28px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-program-sec4__list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ghe-program-sec4__item{
  padding: 16px 18px;
  border: 1px solid #dcefed;
  background: #f8fbfb;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  transition: all .30s ease;
}

.ghe-program-sec4__item:hover{
  border-color: rgba(8,183,168,0.34);
  box-shadow: 0 12px 26px rgba(8,183,168,0.08);
  transform: translateY(-3px);
}

@media (max-width: 1100px){
  .ghe-program-sec4__grid{
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ghe-program-sec4__content{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .ghe-program-sec4{
    padding: 80px 16px;
  }

  .ghe-program-sec4__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-program-sec4__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-program-sec4__image img{
    height: 420px;
  }

  .ghe-program-sec4__list{
    grid-template-columns: 1fr;
  }

  .ghe-program-sec4__item{
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5da5a7 *//* ========================================
   GOLDEN HORN EVENTS - PROGRAMS SEC 5
   WHY OUR PROGRAMS MATTER
======================================== */

.ghe-program-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-program-sec5__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-program-sec5__head{
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.ghe-program-sec5__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-program-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-program-sec5__title span{
  color: #0A8F84;
}

.ghe-program-sec5__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-program-sec5__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ghe-program-sec5__card{
  padding: 32px 26px 28px;
  border: 1px solid #dcefed;
  background: #ffffff;
  transition: all .30s ease;
}

.ghe-program-sec5__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-program-sec5__number{
  margin-bottom: 18px;
  color: #08B7A8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ghe-program-sec5__card-title{
  margin: 0 0 14px;
  color: #111111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.ghe-program-sec5__card-text{
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

@media (max-width: 1200px){
  .ghe-program-sec5__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .ghe-program-sec5{
    padding: 80px 16px;
  }

  .ghe-program-sec5__head{
    margin-bottom: 34px;
  }

  .ghe-program-sec5__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-program-sec5__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-program-sec5__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ghe-program-sec5__card{
    padding: 26px 20px 22px;
  }

  .ghe-program-sec5__card-title{
    font-size: 22px;
  }

  .ghe-program-sec5__card-text{
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea7cff2 *//* ========================================
   GOLDEN HORN EVENTS - PROGRAMS SEC 6
   CLOSING CTA
======================================== */

.ghe-program-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-program-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-program-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-program-sec6__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.ghe-program-sec6__content{
  text-align: center;
}

.ghe-program-sec6__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  color: #8ff1e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-program-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-program-sec6__title span{
  color: #8ff1e7;
}

.ghe-program-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-program-sec6__actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ghe-program-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-program-sec6__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-program-sec6__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-program-sec6__btn--secondary{
  border: 1.5px solid rgba(255,255,255,0.42);
  background: transparent;
  color: #ffffff;
}

.ghe-program-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-program-sec6{
    padding: 80px 16px;
  }

  .ghe-program-sec6__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-program-sec6__desc{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .ghe-program-sec6__actions{
    flex-direction: column;
  }

  .ghe-program-sec6__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */