.elementor-367 .elementor-element.elementor-element-db8aab6{--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-367 .elementor-element.elementor-element-4d90b6d{--display:flex;}.elementor-367 .elementor-element.elementor-element-8168750{--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-49aa72d *//* ========================================
   GOLDEN HORN EVENTS - CONTACT SEC 1
======================================== */

.ghe-contact-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-contact-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-contact-sec1__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-contact-sec1__content{
  max-width: 760px;
}

.ghe-contact-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-contact-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-contact-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-contact-sec1__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ghe-contact-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-contact-sec1__btn--primary{
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
}

.ghe-contact-sec1__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

.ghe-contact-sec1__btn--secondary{
  border: 1.5px solid rgba(255,255,255,0.42);
  background: transparent;
  color: #ffffff;
}

.ghe-contact-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-contact-sec1{
    min-height: auto;
    padding: 110px 20px 80px;
    background-position: center right;
  }

  .ghe-contact-sec1__content{
    max-width: 100%;
  }

  .ghe-contact-sec1__desc{
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 767px){
  .ghe-contact-sec1{
    padding: 95px 16px 70px;
    background-position: 62% center;
  }

  .ghe-contact-sec1__eyebrow{
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 8px 13px;
  }

  .ghe-contact-sec1__title{
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.12;
  }

  .ghe-contact-sec1__desc{
    margin-bottom: 28px;
    font-size: 15px;
  }

  .ghe-contact-sec1__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .ghe-contact-sec1__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-145f6d9 *//* ========================================
   GOLDEN HORN EVENTS - CONTACT SEC 2
   CONTACT INFO + INTRO
======================================== */

.ghe-contact-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-contact-sec2__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-contact-sec2__grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: start;
}

.ghe-contact-sec2__content{
  max-width: 640px;
}

.ghe-contact-sec2__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-contact-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-contact-sec2__title span{
  color: #0A8F84;
}

.ghe-contact-sec2__desc{
  margin: 0 0 18px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-contact-sec2__cards{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.ghe-contact-sec2__card{
  padding: 28px 24px;
  border: 1px solid #dcefed;
  background: #f8fbfb;
  transition: all .30s ease;
}

.ghe-contact-sec2__card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.08);
  border-color: rgba(8,183,168,0.30);
}

.ghe-contact-sec2__label{
  margin-bottom: 10px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ghe-contact-sec2__value{
  color: #111111;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  word-break: break-word;
}

@media (max-width: 1100px){
  .ghe-contact-sec2__grid{
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ghe-contact-sec2__content{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .ghe-contact-sec2{
    padding: 80px 16px;
  }

  .ghe-contact-sec2__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-contact-sec2__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-contact-sec2__card{
    padding: 22px 18px;
  }

  .ghe-contact-sec2__value{
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81956ed *//* ========================================
   GOLDEN HORN EVENTS - CONTACT SEC 3
   ENQUIRY FORM
======================================== */

.ghe-contact-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-contact-sec3__wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ghe-contact-sec3__head{
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.ghe-contact-sec3__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #08B7A8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ghe-contact-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-contact-sec3__title span{
  color: #0A8F84;
}

.ghe-contact-sec3__desc{
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ghe-contact-sec3__form-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 38px 34px;
  border: 1px solid #dcefed;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
}

.ghe-contact-sec3__form{
  width: 100%;
}

.ghe-contact-sec3__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ghe-contact-sec3__field{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.ghe-contact-sec3__field label{
  margin-bottom: 10px;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.ghe-contact-sec3__field input,
.ghe-contact-sec3__field textarea{
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #d7e7e5;
  background: #f8fbfb;
  color: #111111;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  outline: none;
  transition: all .25s ease;
  box-sizing: border-box;
}

.ghe-contact-sec3__field input:focus,
.ghe-contact-sec3__field textarea:focus{
  border-color: #08B7A8;
  box-shadow: 0 0 0 3px rgba(8,183,168,0.08);
  background: #ffffff;
}

.ghe-contact-sec3__field input::placeholder,
.ghe-contact-sec3__field textarea::placeholder{
  color: #8a8a8a;
}

.ghe-contact-sec3__field textarea{
  resize: vertical;
  min-height: 150px;
}

.ghe-contact-sec3__actions{
  margin-top: 10px;
}

.ghe-contact-sec3__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 28px;
  border: 0;
  background: linear-gradient(135deg, #08B7A8 0%, #0A8F84 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: all .30s ease;
}

.ghe-contact-sec3__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8,183,168,0.22);
}

@media (max-width: 767px){
  .ghe-contact-sec3{
    padding: 80px 16px;
  }

  .ghe-contact-sec3__head{
    margin-bottom: 32px;
  }

  .ghe-contact-sec3__title{
    font-size: clamp(28px, 9vw, 40px);
  }

  .ghe-contact-sec3__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .ghe-contact-sec3__form-wrap{
    padding: 24px 18px;
  }

  .ghe-contact-sec3__grid{
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ghe-contact-sec3__btn{
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */