.elementor-522 .elementor-element.elementor-element-eee696b{--display:flex;}.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-522 .elementor-element.elementor-element-d2f7725{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-f386bfb */:root {
  --primary-orange: #FF7F0E;
  --secondary-white: #FFFFFF;
  --accent-grey: #F5F5F5;
  --text-color: #333333;
  --button-color: #FF7F0E;
  --button-hover: #e67e00;
  --heading-font: 'Arial', sans-serif;
  --body-font: 'Verdana', sans-serif;
}

body {
  font-family: var(--body-font);
  margin: 0;
  padding: 0;
  background-color: var(--secondary-white);
}

header {
  background: linear-gradient(135deg, var(--primary-orange), #e67e00);
  color: var(--secondary-white);
  padding: 60px 20px;
  text-align: center;
  border-bottom: 5px solid #e67e00;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

header h1 {
  margin: 0;
  font-size: 56px;
  font-weight: bold;
  font-family: var(--heading-font);
  text-transform: uppercase;
}

header p {
  font-size: 22px;
  margin-top: 15px;
  font-family: var(--body-font);
  font-weight: 300;
}

.service-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: var(--accent-grey);
  border-radius: 12px;
}

.service-section h2 {
  font-size: 32px;
  color: var(--primary-orange);
  margin-bottom: 40px;
  text-align: center;
  font-family: var(--heading-font);
}

.service-card {
  background-color: var(--secondary-white);
  padding: 25px;
  margin: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.service-card h3 {
  color: var(--primary-orange);
  font-size: 24px;
  margin-bottom: 20px;
  font-family: var(--heading-font);
}

.service-card p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.service-card a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 30px;
  background-color: var(--button-color);
  color: var(--secondary-white);
  font-size: 18px;
  border-radius: 25px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.service-card a:hover {
  background-color: var(--button-hover);
}

.reasons-section,
.tips-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 50px 20px;
  background-color: var(--secondary-white);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reasons-section h2,
.tips-section h2 {
  font-size: 32px;
  color: var(--primary-orange);
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

.reason-card,
.tip-card {
  background-color: var(--secondary-white);
  padding: 25px;
  margin: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: calc(33.33% - 40px);
  cursor: pointer;
}

.reason-card:hover,
.tip-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.reason-card h3,
.tip-card h3 {
  color: var(--primary-orange);
  font-size: 24px;
  margin-bottom: 20px;
}

footer {
  background-color: var(--primary-orange);
  color: var(--secondary-white);
  text-align: center;
  padding: 20px;
  font-size: 18px;
}

footer p {
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b76cdbf */.elc-section {
  font-family: 'Segoe UI', sans-serif;
  padding: 50px 20px;
  background-color: #f9fafd;
  color: #2a2a2a;
  max-width: 1200px;
  margin: auto;
}

.elc-intro {
  text-align: center;
  margin-bottom: 40px;
}

.elc-intro h2 {
  font-size: 30px;
  color: #185fb8; /* Royal Blue */
  margin-bottom: 10px;
}

.elc-intro p {
  font-size: 16px;
  color: #555;
}

.elc-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.elc-card {
  background-color: #ffffff;
  border-top: 5px solid #ff7a00; /* Orange */
  border-left: 5px solid #185fb8; /* Blue */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.elc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(24, 95, 184, 0.2);
}

.elc-card h3 {
  font-size: 20px;
  color: #185fb8;
  margin-top: 0;
}

.elc-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.elc-card a {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
  color: #ff7a00;
  text-decoration: none;
  transition: color 0.2s ease;
}

.elc-card a:hover {
  color: #cc5f00;
  text-decoration: underline;
}

/* Section-specific overrides */
.elc-reasons .elc-card {
  background-color: #f2f7ff;
}

.elc-tips .elc-card {
  background-color: #fff3e6;
  border-top-color: #185fb8;
  border-left-color: #ff7a00;
}/* End custom CSS */