.elementor-1758 .elementor-element.elementor-element-8dc9855{--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;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1758 .elementor-element.elementor-element-7624e7b .elementor-menu-toggle{margin:0 auto;}.elementor-1758 .elementor-element.elementor-element-d42ada1{--display:flex;}.elementor-1758 .elementor-element.elementor-element-c9ef356{--display:flex;}.elementor-1758 .elementor-element.elementor-element-e8aa34a{--display:flex;}.elementor-1758 .elementor-element.elementor-element-cff75d2{--display:flex;}.elementor-1758 .elementor-element.elementor-element-05acf1f{--display:flex;}.elementor-1758 .elementor-element.elementor-element-720576b{--display:flex;}.elementor-1758 .elementor-element.elementor-element-18aef21{--display:flex;}.elementor-1758 .elementor-element.elementor-element-4d1e26a{--display:flex;}.elementor-1758 .elementor-element.elementor-element-e64d33e{--display:flex;}.elementor-1758 .elementor-element.elementor-element-75bcb9a{--display:flex;}.elementor-1758 .elementor-element.elementor-element-769d001{--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;}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1758 .elementor-element.elementor-element-983336f{--display:flex;}.elementor-1758 .elementor-element.elementor-element-e43f539{--display:flex;}.elementor-1758 .elementor-element.elementor-element-8adddf2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e67724e */.hero-section {
  background-color: #006847; /* Aussie green */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
}

.hero-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #FFCD00; /* Gold/yellow */
}

.hero-subtitle {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto 30px;
}

.hero-btn {
  display: inline-block;
  background-color: #FFCD00;
  color: #0F1A1C;
  padding: 14px 28px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.hero-btn:hover {
  background-color: #e6b800;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e55b776 */.why-roman-section {
  background-color: #F7F9F8;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  font-size: 36px;
  text-align: center;
  color: #006847;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}

.comparison-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

.comparison-box {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  border-left: 5px solid #FFCD00;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.comparison-box h3 {
  font-size: 22px;
  color: #006847;
  margin-bottom: 15px;
}

.comparison-box ul {
  list-style: none;
  padding-left: 0;
}

.comparison-box li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.comparison-box.others {
  border-left: 5px solid #B00020; /* a strong red to indicate contrast */
}

.section-closing {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 18px;
  color: #444;
}

.section-cta {
  display: inline-block;
  background-color: #006847;
  color: #FFFFFF;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.section-cta:hover {
  background-color: #004f36;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c65700 */.australia-seo-section {
  background-color: #ffffff;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  font-size: 36px;
  color: #006847;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto 50px;
  color: #444;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.city-card {
  background-color: #F9F9F9;
  border-left: 5px solid #FFCD00;
  border-radius: 8px;
  padding: 25px;
  transition: box-shadow 0.3s;
}

.city-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.city-card h3 {
  font-size: 22px;
  color: #006847;
  margin-bottom: 12px;
}

.city-card p {
  font-size: 16px;
  color: #333;
}

.city-anchor {
  text-decoration: none;
  color: #006847;
}

.city-anchor:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46406e5 */.best-seo-australia {
  background-color: #F0F8F5;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  font-size: 36px;
  color: #006847;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #444;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.benefit-box {
  background-color: #ffffff;
  border-left: 5px solid #FFCD00;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.benefit-box:hover {
  transform: translateY(-5px);
}

.benefit-box h3 {
  font-size: 20px;
  color: #006847;
  margin-bottom: 12px;
}

.benefit-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.section-cta {
  display: inline-block;
  background-color: #006847;
  color: #FFFFFF;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.section-cta:hover {
  background-color: #004f36;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55f52cc */.local-seo-section {
  background-color: #ffffff;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  font-size: 34px;
  color: #006847;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #444;
}

.local-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.local-box {
  background-color: #F9F9F9;
  border-left: 5px solid #FFCD00;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}

.local-box h3 {
  font-size: 20px;
  color: #006847;
  margin-bottom: 10px;
}

.local-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.section-cta {
  display: inline-block;
  background-color: #006847;
  color: #FFFFFF;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.section-cta:hover {
  background-color: #004f36;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa26d53 */.seo-ranking-section {
  background-color: #ffffff;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  color: #006847;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto 50px;
  color: #444;
}

.ranking-table-wrapper {
  overflow-x: auto;
  margin-bottom: 40px;
}

.seo-ranking-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  background-color: #F9F9F9;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.seo-ranking-table thead {
  background-color: #FFCD00;
  color: #0F1A1C;
}

.seo-ranking-table th,
.seo-ranking-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.seo-ranking-table tbody tr:hover {
  background-color: #f1f1f1;
}

.section-closing {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 18px;
  color: #333;
}

.section-cta {
  display: inline-block;
  background-color: #006847;
  color: #FFFFFF;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.section-cta:hover {
  background-color: #004f36;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b6b7ab */.seo-services-section {
  background-color: #F7F9F8;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  text-align: center;
  font-size: 36px;
  color: #006847;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #444;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.service-box {
  background-color: #ffffff;
  border-left: 5px solid #FFCD00;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  transition: transform 0.2s ease;
}

.service-box:hover {
  transform: translateY(-5px);
}

.service-box h3 {
  font-size: 20px;
  color: #006847;
  margin-bottom: 12px;
}

.service-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.section-cta {
  display: inline-block;
  background-color: #006847;
  color: #FFFFFF;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.section-cta:hover {
  background-color: #004f36;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-804ec32 */.seo-testimonials-section {
  background-color: #ffffff;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  text-align: center;
  font-size: 36px;
  color: #006847;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #444;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-box {
  background-color: #F9F9F9;
  border-left: 5px solid #FFCD00;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  position: relative;
}

.testimonial-box h3 {
  font-size: 20px;
  color: #006847;
  margin-bottom: 10px;
}

.quote {
  font-style: italic;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.6;
}

.client-name {
  font-weight: 600;
  color: #444;
}

.section-cta {
  display: inline-block;
  background-color: #006847;
  color: #FFFFFF;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 40px;
  transition: background 0.3s;
}

.section-cta:hover {
  background-color: #004f36;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ac0fdd */.seo-packages-section {
  background-color: #F0F8F5;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  text-align: center;
  font-size: 36px;
  color: #006847;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #444;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.pricing-box {
  background-color: #ffffff;
  border-left: 5px solid #FFCD00;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  position: relative;
  text-align: center;
  transition: transform 0.2s ease;
}

.pricing-box.featured {
  border-color: #006847;
  background-color: #eafff3;
}

.pricing-box:hover {
  transform: translateY(-5px);
}

.pricing-title {
  font-size: 24px;
  color: #006847;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing-price {
  font-size: 32px;
  color: #0F1A1C;
  margin-bottom: 20px;
}

.pricing-price span {
  font-size: 16px;
  color: #666;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  color: #333;
  text-align: left;
}

.pricing-features li {
  margin-bottom: 10px;
  font-size: 16px;
}

.pricing-cta {
  display: inline-block;
  background-color: #006847;
  color: #fff;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.pricing-cta:hover {
  background-color: #004f36;
}

.pricing-note {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-top: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc514fb */.seo-faq-section {
  background-color: #ffffff;
  padding: 80px 20px;
  color: #0F1A1C;
}

.section-heading {
  text-align: center;
  font-size: 36px;
  color: #006847;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #444;
}

.faq-item {
  max-width: 900px;
  margin: 0 auto;
}

.faq-question {
  margin-bottom: 30px;
}

.faq-question h3 {
  font-size: 20px;
  font-weight: 600;
  color: #006847;
  margin-bottom: 10px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.faq-answer a {
  color: #FFCD00;
  font-weight: bold;
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecb74a7 */.seo-cta-section {
  background-color: #006847;
  padding: 80px 20px;
  color: #ffffff;
  text-align: center;
}

.cta-heading {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.cta-subtext {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #FFCD00;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.cta-btn {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 28px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.primary-btn {
  background-color: #FFCD00;
  color: #0F1A1C;
}

.primary-btn:hover {
  background-color: #e6ba00;
}

.secondary-btn {
  background-color: #ffffff;
  color: #006847;
  border: 2px solid #ffffff;
}

.secondary-btn:hover {
  background-color: #f0f0f0;
  color: #004f36;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dad3855 */.aussie-footer {
  background-color: #0F1A1C;
  color: #ffffff;
  padding: 60px 20px 30px;
  font-family: 'Inter', sans-serif;
}

.aussie-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-brand h2 {
  font-size: 26px;
  color: #FFCD00;
  margin-bottom: 10px;
}

.footer-brand p {
  color: #dddddd;
  font-size: 15px;
  max-width: 300px;
}

.footer-links h4,
.footer-cta h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #FFCD00;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links ul li a:hover {
  color: #FFCD00;
}

.footer-cta p {
  font-size: 15px;
  color: #dddddd;
  max-width: 280px;
}

.footer-cta a {
  color: #FFCD00;
  font-weight: bold;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
}/* End custom CSS */