.elementor-kit-13945{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c7683bd:#19234F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;overscroll-behavior:auto;}.elementor-kit-13945 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container styling */
.homepage-site-settings {
  background-color: #f9f9f9;       /* Light background */
  padding: 40px 20px;              /* Spacious padding */
  border-radius: 8px;              /* Rounded corners */
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Soft shadow */
  max-width: 1200px;
  margin: 40px auto;               /* Center horizontally */
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

/* Headings */
.homepage-site-settings h2,
.homepage-site-settings h3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #004aad;                 /* Brand blue color */
}

/* Paragraph text */
.homepage-site-settings p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Buttons */
.homepage-site-settings .btn {
  background-color: #004aad;
  color: #fff;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.homepage-site-settings .btn:hover {
  background-color: #002b5c;
}

/* Responsive */
@media (max-width: 768px) {
  .homepage-site-settings {
    padding: 30px 15px;
    margin: 20px 10px;
  }
  
  .homepage-site-settings h2,
  .homepage-site-settings h3 {
    font-size: 1.5rem;
  }
  
  .homepage-site-settings p {
    font-size: 1rem;
  }
  
  .homepage-site-settings .btn {
    width: 100%;
    padding: 14px 0;
  }
}/* End custom CSS */