.elementor-312 .elementor-element.elementor-element-971162d:not(.elementor-motion-effects-element-type-background), .elementor-312 .elementor-element.elementor-element-971162d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, var( --e-global-color-primary ) 0%, var( --e-global-color-3d193d8 ) 100%);}.elementor-312 .elementor-element.elementor-element-971162d > .elementor-background-overlay{background-image:url("https://ceygolanka.com/wp-content/uploads/2026/07/shape8-1.png");background-position:bottom center;background-repeat:repeat-x;background-size:39% auto;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-312 .elementor-element.elementor-element-971162d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:100px 0px 140px 0px;}.elementor-312 .elementor-element.elementor-element-8c4863e{text-align:center;}.elementor-312 .elementor-element.elementor-element-8c4863e .elementor-heading-title{font-family:var( --e-global-typography-3f3e88c-font-family ), Sans-serif;font-size:var( --e-global-typography-3f3e88c-font-size );font-weight:var( --e-global-typography-3f3e88c-font-weight );text-transform:var( --e-global-typography-3f3e88c-text-transform );line-height:var( --e-global-typography-3f3e88c-line-height );color:var( --e-global-color-3c2ad25 );}.elementor-312 .elementor-element.elementor-element-da5f2b2{--display:flex;}.elementor-312 .elementor-element.elementor-element-56ac446{--display:flex;}@media(max-width:1024px){.elementor-312 .elementor-element.elementor-element-971162d{padding:100px 0px 120px 0px;}.elementor-312 .elementor-element.elementor-element-8c4863e .elementor-heading-title{font-size:var( --e-global-typography-3f3e88c-font-size );line-height:var( --e-global-typography-3f3e88c-line-height );}}@media(max-width:767px){.elementor-312 .elementor-element.elementor-element-971162d > .elementor-background-overlay{background-size:100% auto;}.elementor-312 .elementor-element.elementor-element-971162d{padding:100px 0px 120px 0px;}.elementor-312 .elementor-element.elementor-element-8c4863e .elementor-heading-title{font-size:var( --e-global-typography-3f3e88c-font-size );line-height:var( --e-global-typography-3f3e88c-line-height );}}/* Start custom CSS for html, class: .elementor-element-bbf08f7 *//* =====================================================
   CEYGOLANKA BOOKING FORM PAGE
===================================================== */

.ceygo-booking-page {
  --cg-teal: #058a83;
  --cg-teal-dark: #006d68;
  --cg-gold: #c99a3c;
  --cg-navy: #071631;
  --cg-text: #666666;
  --cg-bg: #fbfaf4;
  --cg-white: #ffffff;

  width: 100%;
  background:
    radial-gradient(circle at top left, rgba(5, 138, 131, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--cg-bg) 100%);
  padding: 90px 20px;
  overflow: hidden;
}

.ceygo-booking-container {
  max-width: 1180px;
  margin: 0 auto;
}

.ceygo-booking-hero {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.ceygo-booking-hero span {
  display: inline-block;
  color: var(--cg-teal);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
}

.ceygo-booking-hero h1 {
  margin: 0 0 16px;
  color: var(--cg-navy);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.12;
  font-weight: 900;
  font-family: Georgia, "Times New Roman", serif;
}

.ceygo-booking-hero p {
  margin: 0;
  color: var(--cg-text);
  font-size: 17px;
  line-height: 1.75;
}

.ceygo-booking-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 38px;
  align-items: stretch;
}

/* Left Side */
.ceygo-booking-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ceygo-booking-image {
  height: 500px;
  border-radius: 42px 42px 0 42px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(7, 22, 49, 0.12);
}

.ceygo-booking-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: brightness(1.03) contrast(1.06) saturate(1.08);
  transition: transform 0.6s ease;
}

.ceygo-booking-image:hover img {
  transform: scale(1.07);
}

.ceygo-booking-info {
  background: var(--cg-teal);
  border-radius: 28px 28px 42px 42px;
  padding: 32px 30px;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(5, 138, 131, 0.22);
}

.ceygo-booking-info h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", serif;
}

.ceygo-booking-info p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15.5px;
  line-height: 1.65;
}

.ceygo-booking-info a {
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 700;
  padding: 10px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.ceygo-booking-info a:hover {
  color: #fff3cf !important;
}

/* Form Box */
.ceygo-booking-form-box {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 22, 49, 0.08);
  border-radius: 34px 34px 52px 52px;
  padding: 42px;
  box-shadow: 0 24px 60px rgba(7, 22, 49, 0.1);
}

.ceygo-form-subtitle {
  display: inline-block;
  color: var(--cg-teal);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
}

.ceygo-booking-form-box h2 {
  margin: 0 0 28px;
  color: var(--cg-navy);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  font-family: Georgia, "Times New Roman", serif;
}

.ceygo-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ceygo-field {
  margin-bottom: 16px;
}

.ceygo-field label {
  display: block;
  color: var(--cg-navy);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ceygo-field input,
.ceygo-field select,
.ceygo-field textarea {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(7, 22, 49, 0.1);
  background: #ffffff;
  border-radius: 13px;
  padding: 0 18px;
  color: var(--cg-navy);
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
}

.ceygo-field textarea {
  height: 140px;
  padding-top: 16px;
  resize: vertical;
}

.ceygo-field input:focus,
.ceygo-field select:focus,
.ceygo-field textarea:focus {
  border-color: var(--cg-teal);
  box-shadow: 0 0 0 4px rgba(5, 138, 131, 0.08);
}

.ceygo-booking-btn {
  width: 100%;
  border: none;
  background: var(--cg-teal);
  color: #ffffff;
  border-radius: 13px;
  padding: 17px 26px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(5, 138, 131, 0.25);
  transition: all 0.3s ease;
}

.ceygo-booking-btn:hover {
  background: var(--cg-teal-dark);
  transform: translateY(-2px);
}

.ceygo-form-note {
  margin: 16px 0 0;
  color: var(--cg-text);
  font-size: 13.5px;
  line-height: 1.6;
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .ceygo-booking-wrap {
    grid-template-columns: 1fr;
  }

  .ceygo-booking-image {
    height: 420px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ceygo-booking-page {
    padding: 60px 15px;
  }

  .ceygo-booking-hero {
    margin-bottom: 35px;
  }

  .ceygo-booking-hero h1 {
    font-size: 34px;
  }

  .ceygo-booking-hero p {
    font-size: 15px;
  }

  .ceygo-booking-image {
    height: 330px;
    border-radius: 30px 30px 0 30px;
  }

  .ceygo-booking-form-box {
    padding: 28px 20px;
    border-radius: 28px 28px 42px 42px;
  }

  .ceygo-booking-form-box h2 {
    font-size: 29px;
  }

  .ceygo-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ceygo-field input,
  .ceygo-field select {
    height: 54px;
  }

  .ceygo-booking-info {
    padding: 28px 22px;
  }
}/* End custom CSS */