.elementor-21 .elementor-element.elementor-element-cf71aaf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-aec500b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-02ce941{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-02ce941:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-02ce941 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F7F9;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-21 .elementor-element.elementor-element-aec500b{--width:50%;}.elementor-21 .elementor-element.elementor-element-02ce941{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-507c020 */.contact-section { padding: 60px 5%; background: #f9f9f9; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { color: #003366; font-size: 2rem; }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.contact-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  color: #333;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
  border-bottom: 4px solid #003366;
}

.contact-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }

.icon { font-size: 2.5rem; margin-bottom: 15px; }
.contact-card h3 { color: #003366; margin-bottom: 10px; }
.contact-card p { font-size: 0.95rem; margin-bottom: 10px; }
.contact-card span { color: #ff9900; font-weight: bold; font-size: 0.8rem; }

/* Responsive */
@media (max-width: 768px) {
  .contact-cards { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-059f97d */.enquiry-container {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background-color: #f4f7f9;
}

.enquiry-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
}

.form-title { color: #003366; margin-bottom: 5px; text-align: center; }
.form-subtitle { color: #666; text-align: center; margin-bottom: 30px; font-size: 0.9rem; }

.input-group input, .input-group select, .input-group textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1rem;
  transition: 0.3s;
}

.input-group input:focus, .input-group select:focus, .input-group textarea:focus {
  border-color: #003366;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 51, 102, 0.2);
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background-color: #003366;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover { background-color: #00509e; transform: translateY(-3px); }

/* Responsive adjustment to match image_887b63.png */
@media (max-width: 480px) {
  .enquiry-card {
    padding: 20px;
  }
  .input-group input, .input-group select, .input-group textarea {
    padding: 12px;
    margin-bottom: 15px;
  }
}/* End custom CSS */