body .ast-primary-header-bar,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background-color: #fff;
}

.footer-widget-area.widget-area.site-footer-focus-item{
    text-align: right;
    color: #8d9d6b;
}

.footer-widget-area.widget-area.site-footer-focus-item li,
.footer-widget-area a {
    color: #fff;
}

h2.widget-title {
    color: #8d9d6b;
}

.footer-widget-area .wp-block-heading{
    font-size: 1.375rem;
    color: #8d9d6b;
}

.footer-widget-area a:hover {
    color: #c3ab72;
}

.powered-by .powered-by-wrap{
    text-align: center;
    padding: 24px;
}

.powered-by .powered-by-wrap p {
    margin: 0;
}

.powered-by .powered-by-wrap a{
    color: #c3ab72;
    font-weight: bold;
}

.powered-by .powered-by-wrap a:hover{
    text-decoration: underline;
}

p, 
body div, 
h1, 
h2, 
h3, 
h4 {
    font-family: "Roboto", Sans-serif!important;
}

.footer-upper{
    background: #c3ab72;
    padding: 16px;
    text-align: center;
}

.footer-upper h2,
.footer-upper h2 a {
    color: #fff;
}

.site-primary-footer-wrap{
    padding: 46px 24px;
}

.ast-archive-description .ast-archive-title {
    text-align: center;
}

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{
    background: #2f4858;
}


@media (min-width: 921px) and (max-width: 1100px) {
    .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 13px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

#metaslider_container_949 {
    direction: ltr;
}

.ast-builder-menu-1 .menu-item > .menu-link {
    color: #337ab7;
}

.feedback-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 50px auto;
    border-radius: 10px;
    flex-wrap: wrap;
}

.circle-container {
    flex: 0 0 30%;
    text-align: center;
    margin-bottom: 20px;
}

.circle {
    width: 120px;
    height: 120px;
    border: 10px solid #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #4caf50;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}

.circle span {
    position: absolute;
}

.circle-container p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.ratings {
    flex: 0 0 70%;
    margin-bottom: 20px;
}

.ratings p {
    margin: 10px 0 5px;
    font-size: 14px;
    color: #555;
}

.bar {
    width: 100%;
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.fill {
    height: 100%;
    background-color: #4caf50;
    border-radius: 5px;
}

.note {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

@media screen and (max-width: 768px) {
    .circle {
        width: 100px;
        height: 100px;
        font-size: 20px;
    }

    .circle-container {
        flex: 0 0 100%;
    }

    .ratings {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 480px) {
    .feedback-container {
        padding: 10px;
    }

    .circle {
        width: 80px;
        height: 80px;
        font-size: 16px;
    }

    .ratings p {
        font-size: 12px;
    }

    .note {
        font-size: 12px;
    }
}


[data-type="download"].pgc-rev-item-menu-button,
[data-type="download"].pgc-rev-share-bar-light-button {
    display: none;
}

body #content button.ff-btn.ff-btn-submit{
    background-color: #c3ab72 !important;
    color: #fff !important;
}


.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #2f4858;
    border: 0;
}

.ast-logo-title-inline .ast-site-identity {
	padding: 0.75rem 0;
}


/* Simple Responsive Scrollable Table */
.wp-block-table {
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px; /* ensures scroll on small screens */
}

.wpcf7 form {
    text-align: right;
}


.sidebar-main{
position: sticky;
top: 0;
}


.wpcf7-form h3{
	  font-size: 20px;
    padding-bottom: 20px;
}

/* Base form card */
.wpcf7-form {
  max-width: 360px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px 14px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  direction: rtl;
  text-align: right;
  font-family: inherit;
}

/* Paragraph spacing in CF7 */
.wpcf7-form p {
  margin: 0 0 16px;
}

/* Labels */
.wpcf7-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 6px;
}

/* All text inputs & textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 999px; /* pill shape for inputs */
  border: 1px solid #d8d8d8;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
  background-color: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}


.wpcf7-form textarea{
	max-height: 120px;
}

/* Textarea – softer radius and bigger height */
.wpcf7-form textarea {
  border-radius: 14px;
  min-height: 120px;
  resize: vertical;
}

/* Placeholder color */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #a0a0a0;
}

/* Focus state */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #b68a33;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(182, 138, 51, 0.35);
}

/* Submit button */
.wpcf7-form input[type="submit"] {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background-color: #c79b3c; /* gold */
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

/* Submit hover & active */
.wpcf7-form input[type="submit"]:hover {
  background-color: #a97f2a;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.wpcf7-form input[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}

/* Validation error text */
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  color: #d63c3c;
}

/* CF7 response message under form */
.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
}

/* Success message */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2e7d32;
  background-color: #e5f5e7;
  color: #1b5e20;
}

/* Error message */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #d63c3c;
  background-color: #fdeaea;
  color: #b71c1c;
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .wpcf7-form {
    max-width: 100%;
    padding: 20px 18px;
    border-radius: 12px;
  }
}





/*

#c3ab72
#8d9d6b
#5e8c6d
#3c766f
#2e5f69
#2f4858

*/