.elementor-253 .elementor-element.elementor-element-d07eebe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6fdf78b *//* SECTION WRAPPER */
.caa-booking-sec {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #f8f9fa;
  padding-bottom: 100px;
}

.caa-container {
  max-width: 900px; /* Narrower for better form focus */
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO HEADER */
.caa-booking-hero {
  background: linear-gradient(135deg, #244e9c 0%, #162f5e 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  margin-bottom: -60px; /* Overlap effect */
}

.caa-booking-hero h1 { font-size: 36px; font-weight: 700; margin-bottom: 10px; }
.caa-booking-hero p { font-size: 16px; opacity: 0.8; }

/* THE BOOKING CARD */
.caa-booking-card {
  background: #fff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  position: relative;
  z-index: 2;
}

/* SERVICE GRID */
.caa-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.caa-service-opt {
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  color: #555;
  transition: 0.3s;
}

.caa-service-opt.active {
  border-color: #244e9c;
  background: rgba(36, 78, 156, 0.05);
  color: #244e9c;
}

/* FORM ELEMENTS */
.caa-form-group { margin-bottom: 25px; }
.caa-form-group label { 
  display: block; 
  font-weight: 700; 
  color: #162f5e; 
  margin-bottom: 8px;
  font-size: 14px;
}
.caa-form-group label i { color: #244e9c; margin-right: 5px; }

.caa-form-row { display: flex; gap: 20px; flex-wrap: wrap; }
.flex-1 { flex: 1; min-width: 250px; }

input, select, textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: 0.3s;
}

input:focus, select:focus, textarea:focus {
  border-color: #244e9c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 78, 156, 0.1);
}

textarea { height: 100px; resize: none; }

/* BUTTON */
.caa-book-btn {
  width: 100%;
  background: #244e9c;
  color: #fff;
  padding: 18px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.caa-book-btn:hover { background: #162f5e; transform: translateY(-2px); }

/* MOBILE */
@media (max-width: 600px) {
  .caa-booking-card { padding: 30px 20px; }
  .caa-booking-hero h1 { font-size: 28px; }
}/* End custom CSS */