.elementor-3574 .elementor-element.elementor-element-e7238ae{--display:flex;}.elementor-3574 .elementor-element.elementor-element-cf99c18{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a06d1c3 */.itinerary-wrap{
  max-width:900px;
  margin:40px auto;
  font-family: Inter, Arial, sans-serif;
}

.itinerary-title{
  font-size:28px;
  font-weight:800;
  margin-bottom:30px;
  color:#0b3a66;
}

.day-row{
  display:flex;
  gap:20px;
  margin-bottom:24px;
  align-items:flex-start;
}

.day-number{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#1fb6ff;
  color:#fff;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.day-card{
  background:#ffffff;
  border:1px solid #e6f0fa;
  border-radius:12px;
  padding:18px 20px;
  flex:1;
}

.day-card h3{
  margin:0 0 10px 0;
  font-size:18px;
  font-weight:700;
  color:#0b3a66;
}

.day-card ul{
  margin:0;
  padding-left:18px;
  color:#334155;
  line-height:1.6;
  font-size:14px;
}

.day-card ul li{
  margin-bottom:6px;
}

/* Mobile Responsive */
@media (max-width:640px){
  .day-row{
    gap:14px;
  }
  .day-number{
    width:36px;
    height:36px;
    font-size:14px;
  }
}/* End custom CSS */