.elementor-309 .elementor-element.elementor-element-a8e4f08{--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-309 .elementor-element.elementor-element-9005db8{--display:flex;}.elementor-309 .elementor-element.elementor-element-4c4ad00{--display:flex;}.elementor-309 .elementor-element.elementor-element-be2f64f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-309 .elementor-element.elementor-element-eeddf24{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-309 .elementor-element.elementor-element-889e0db{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-309 .elementor-element.elementor-element-7a8ec69{--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-95a7ea8 *//* ========================================
   GOLDEN HORN EVENTS - HOMEPAGE SEC 1
   TEAL CORPORATE THEME
======================================== */

.ghe-hero-teal{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  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-1552664730-d307ca884978?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-hero-teal__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,16,19,0.72) 0%, rgba(6,16,19,0.48) 40%, rgba(6,16,19,0.16) 100%);
  z-index: 1;
}

.ghe-hero-teal__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-hero-teal__content{
  max-width: 780px;
}

.ghe-hero-teal__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-hero-teal__title{
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.4px;
}

.ghe-hero-teal__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-hero-teal__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.ghe-hero-teal__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all .30s ease;
}

.ghe-hero-teal__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(8,183,168,0.24);
}

.ghe-hero-teal__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(8,183,168,0.28);
}

.ghe-hero-teal__btn--secondary{
  border: 1.5px solid rgba(255,255,255,0.42);
  background: transparent;
  color: #ffffff;
}

.ghe-hero-teal__btn--secondary:hover{
  border-color: rgba(8,183,168,0.80);
  background: rgba(8,183,168,0.10);
  color: #ffffff;
  transform: translateY(-2px);
}

.ghe-hero-teal__points{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ghe-hero-teal__point{
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 991px){
  .ghe-hero-teal{
    min-height: auto;
    padding: 110px 20px 80px;
    background-position: center right;
  }

  .ghe-hero-teal__content{
    max-width: 100%;
  }

  .ghe-hero-teal__desc{
    font-size: 16px;
    line-height: 1.8;
  }

  .ghe-hero-teal__btn{
    min-width: 170px;
    padding: 13px 22px;
    font-size: 14px;
  }
}

@media (max-width: 767px){
  .ghe-hero-teal{
    padding: 95px 16px 70px;
    background-position: 62% center;
  }

  .ghe-hero-teal__eyebrow{
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 8px 13px;
  }

  .ghe-hero-teal__title{
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 46px);
    line-height: 1.12;
  }

  .ghe-hero-teal__desc{
    margin-bottom: 28px;
    font-size: 15px;
  }

  .ghe-hero-teal__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .ghe-hero-teal__btn{
    width: 100%;
    min-width: auto;
  }

  .ghe-hero-teal__points{
    flex-direction: column;
    gap: 10px;
  }

  .ghe-hero-teal__point{
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b9402d *//* ========================================
   GOLDEN HORN EVENTS - HOMEPAGE SEC 2
   TEAL CLEAN CORPORATE STYLE
======================================== */

.ghe-sec2-teal{
  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-sec2-teal__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-sec2-teal__grid{
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.ghe-sec2-teal__image{
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.ghe-sec2-teal__image img{
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.ghe-sec2-teal__content{
  max-width: 640px;
}

.ghe-sec2-teal__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-sec2-teal__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-sec2-teal__desc{
  margin: 0 0 18px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-sec2-teal__stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.ghe-sec2-teal__stat{
  padding: 22px 18px;
  border: 1px solid #dcefed;
  background: #ffffff;
  text-align: left;
}

.ghe-sec2-teal__stat strong{
  display: block;
  margin-bottom: 6px;
  color: #111111;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.ghe-sec2-teal__stat span{
  display: block;
  color: #6f7d7b;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.ghe-sec2-teal__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ghe-sec2-teal__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-sec2-teal__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-sec2-teal__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-sec2-teal__btn--secondary{
  border: 1.5px solid #111111;
  background: transparent;
  color: #111111;
}

.ghe-sec2-teal__btn--secondary:hover{
  border-color: #08B7A8;
  color: #08B7A8;
  transform: translateY(-2px);
}

@media (max-width: 1100px){
  .ghe-sec2-teal__grid{
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ghe-sec2-teal__content{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .ghe-sec2-teal{
    padding: 80px 16px;
  }

  .ghe-sec2-teal__image img{
    height: 420px;
  }

  .ghe-sec2-teal__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-sec2-teal__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-sec2-teal__stats{
    grid-template-columns: 1fr;
  }

  .ghe-sec2-teal__actions{
    flex-direction: column;
  }

  .ghe-sec2-teal__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17a4877 *//* ========================================
   GOLDEN HORN EVENTS - HOMEPAGE SEC 3
   PROGRAMS / SERVICES PREVIEW
======================================== */

.ghe-sec3-teal{
  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-sec3-teal__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-sec3-teal__head{
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.ghe-sec3-teal__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-sec3-teal__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-sec3-teal__title span{
  color: #0A8F84;
}

.ghe-sec3-teal__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-sec3-teal__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ghe-sec3-card{
  position: relative;
  padding: 34px 26px 28px;
  border: 1px solid #dcefed;
  background: #f8fbfb;
  transition: all .30s ease;
}

.ghe-sec3-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-sec3-card__icon{
  width: 66px;
  height: 66px;
  margin-bottom: 22px;
  color: #08B7A8;
}

.ghe-sec3-card__icon svg{
  display: block;
  width: 100%;
  height: 100%;
}

.ghe-sec3-card__title{
  margin: 0 0 14px;
  color: #111111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.ghe-sec3-card__text{
  margin: 0 0 22px;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

.ghe-sec3-card__link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0A8F84;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
}

.ghe-sec3-card__link:hover{
  color: #08B7A8;
}

.ghe-sec3-teal__actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.ghe-sec3-teal__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-sec3-teal__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-sec3-teal__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-sec3-teal__btn--secondary{
  border: 1.5px solid #111111;
  background: transparent;
  color: #111111;
}

.ghe-sec3-teal__btn--secondary:hover{
  border-color: #08B7A8;
  color: #08B7A8;
  transform: translateY(-2px);
}

@media (max-width: 1200px){
  .ghe-sec3-teal__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .ghe-sec3-teal{
    padding: 80px 16px;
  }

  .ghe-sec3-teal__head{
    margin-bottom: 36px;
  }

  .ghe-sec3-teal__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-sec3-teal__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-sec3-teal__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ghe-sec3-card{
    padding: 28px 20px 24px;
  }

  .ghe-sec3-card__title{
    font-size: 22px;
  }

  .ghe-sec3-card__text{
    font-size: 14px;
  }

  .ghe-sec3-teal__actions{
    flex-direction: column;
  }

  .ghe-sec3-teal__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14279bc *//* ========================================
   GOLDEN HORN EVENTS - HOMEPAGE SEC 4
   WHY CHOOSE US / VALUE SECTION
======================================== */

.ghe-sec4-teal{
  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-sec4-teal__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-sec4-teal__grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 54px;
  align-items: center;
}

.ghe-sec4-teal__content{
  max-width: 720px;
}

.ghe-sec4-teal__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-sec4-teal__title{
  margin: 0 0 22px;
  color: #111111;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.ghe-sec4-teal__title span{
  color: #0A8F84;
}

.ghe-sec4-teal__desc{
  margin: 0 0 32px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-sec4-teal__features{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.ghe-sec4-feature{
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 24px;
  border: 1px solid #dcefed;
  background: #ffffff;
  transition: all .30s ease;
}

.ghe-sec4-feature:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.08);
  border-color: rgba(8,183,168,0.30);
}

.ghe-sec4-feature__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-sec4-feature__text h3{
  margin: 0 0 8px;
  color: #111111;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.ghe-sec4-feature__text p{
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

.ghe-sec4-teal__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ghe-sec4-teal__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-sec4-teal__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-sec4-teal__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-sec4-teal__btn--secondary{
  border: 1.5px solid #111111;
  background: transparent;
  color: #111111;
}

.ghe-sec4-teal__btn--secondary:hover{
  border-color: #08B7A8;
  color: #08B7A8;
  transform: translateY(-2px);
}

.ghe-sec4-teal__side{
  display: flex;
  justify-content: flex-end;
}

.ghe-sec4-teal__card{
  width: 100%;
  max-width: 460px;
  padding: 36px 30px;
  background: linear-gradient(180deg, #0d2427 0%, #102f33 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0,0,0,0.12);
}

.ghe-sec4-teal__card-top{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.ghe-sec4-teal__mini-line{
  width: 26px;
  height: 2px;
  background: #08B7A8;
  display: inline-block;
}

.ghe-sec4-teal__mini-label{
  color: #8ff1e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ghe-sec4-teal__card-title{
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.ghe-sec4-teal__card-desc{
  margin: 0 0 26px;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-sec4-teal__points{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ghe-sec4-teal__point{
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 1100px){
  .ghe-sec4-teal__grid{
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ghe-sec4-teal__content{
    max-width: 100%;
  }

  .ghe-sec4-teal__side{
    justify-content: flex-start;
  }
}

@media (max-width: 767px){
  .ghe-sec4-teal{
    padding: 80px 16px;
  }

  .ghe-sec4-teal__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-sec4-teal__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-sec4-feature{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px;
  }

  .ghe-sec4-feature__text h3{
    font-size: 20px;
  }

  .ghe-sec4-feature__text p{
    font-size: 14px;
  }

  .ghe-sec4-teal__card{
    padding: 28px 22px;
  }

  .ghe-sec4-teal__card-title{
    font-size: 28px;
  }

  .ghe-sec4-teal__actions{
    flex-direction: column;
  }

  .ghe-sec4-teal__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb8c663 *//* ========================================
   GOLDEN HORN EVENTS - HOMEPAGE SEC 5
   TRAINING MOMENTS / GALLERY PREVIEW
======================================== */

.ghe-sec5-teal{
  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-sec5-teal__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-sec5-teal__head{
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.ghe-sec5-teal__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-sec5-teal__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-sec5-teal__title span{
  color: #0A8F84;
}

.ghe-sec5-teal__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-sec5-teal__grid{
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}

.ghe-sec5-teal__item{
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: #dfeeed;
}

.ghe-sec5-teal__item--large{
  grid-row: span 2;
  min-height: 578px;
}

.ghe-sec5-teal__item img{
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .45s ease;
}

.ghe-sec5-teal__item:hover img{
  transform: scale(1.05);
}

.ghe-sec5-teal__overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 18px;
  background: linear-gradient(180deg, rgba(8,24,29,0.00) 0%, rgba(8,24,29,0.76) 100%);
}

.ghe-sec5-teal__overlay span{
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.ghe-sec5-teal__actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.ghe-sec5-teal__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-sec5-teal__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-sec5-teal__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-sec5-teal__btn--secondary{
  border: 1.5px solid #111111;
  background: transparent;
  color: #111111;
}

.ghe-sec5-teal__btn--secondary:hover{
  border-color: #08B7A8;
  color: #08B7A8;
  transform: translateY(-2px);
}

@media (max-width: 1100px){
  .ghe-sec5-teal__grid{
    grid-template-columns: 1fr 1fr;
  }

  .ghe-sec5-teal__item--large{
    grid-column: span 2;
    grid-row: span 1;
    min-height: 420px;
  }
}

@media (max-width: 767px){
  .ghe-sec5-teal{
    padding: 80px 16px;
  }

  .ghe-sec5-teal__head{
    margin-bottom: 34px;
  }

  .ghe-sec5-teal__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-sec5-teal__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-sec5-teal__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ghe-sec5-teal__item,
  .ghe-sec5-teal__item--large{
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .ghe-sec5-teal__actions{
    flex-direction: column;
  }

  .ghe-sec5-teal__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d94fe38 *//* ========================================
   GOLDEN HORN EVENTS - HOMEPAGE SEC 6
   FULL BACKGROUND + BLUR GLOW
======================================== */

.ghe-sec6-teal{
  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-sec6-teal::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-sec6-teal::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-sec6-teal__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-sec6-teal__box{
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: stretch;
}

.ghe-sec6-teal__left{
  position: relative;
  padding: 60px 10px 60px 0;
}

.ghe-sec6-teal__right{
  position: relative;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.ghe-sec6-teal__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  color: #8ff1e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-sec6-teal__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-sec6-teal__title span{
  color: #8ff1e7;
}

.ghe-sec6-teal__desc{
  max-width: 680px;
  margin: 0 0 30px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-sec6-teal__points{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ghe-sec6-teal__point{
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  backdrop-filter: blur(6px);
}

.ghe-sec6-teal__card{
  width: 100%;
  background: rgba(255,255,255,0.96);
  padding: 34px 28px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.14);
  backdrop-filter: blur(8px);
}

.ghe-sec6-teal__card-title{
  margin: 0 0 10px;
  color: #111111;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.ghe-sec6-teal__card-text{
  margin: 0 0 24px;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

.ghe-sec6-teal__info{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

.ghe-sec6-teal__info-item{
  padding-bottom: 16px;
  border-bottom: 1px solid #e7f1ef;
}

.ghe-sec6-teal__info-label{
  display: block;
  margin-bottom: 6px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ghe-sec6-teal__info-value{
  display: block;
  color: #111111;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  word-break: break-word;
}

.ghe-sec6-teal__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ghe-sec6-teal__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  padding: 14px 22px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all .30s ease;
}

.ghe-sec6-teal__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-sec6-teal__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.20);
}

.ghe-sec6-teal__btn--secondary{
  border: 1.5px solid #111111;
  background: transparent;
  color: #111111;
}

.ghe-sec6-teal__btn--secondary:hover{
  border-color: #08B7A8;
  color: #08B7A8;
  transform: translateY(-2px);
}

@media (max-width: 1100px){
  .ghe-sec6-teal__box{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ghe-sec6-teal__left{
    padding: 20px 0 0;
  }

  .ghe-sec6-teal__right{
    padding: 0;
  }
}

@media (max-width: 767px){
  .ghe-sec6-teal{
    padding: 80px 16px;
  }

  .ghe-sec6-teal__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-sec6-teal__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-sec6-teal__points{
    flex-direction: column;
    gap: 10px;
  }

  .ghe-sec6-teal__point{
    width: 100%;
    text-align: center;
  }

  .ghe-sec6-teal__card{
    padding: 26px 20px;
  }

  .ghe-sec6-teal__card-title{
    font-size: 24px;
  }

  .ghe-sec6-teal__card-text{
    font-size: 14px;
  }

  .ghe-sec6-teal__actions{
    flex-direction: column;
  }

  .ghe-sec6-teal__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */