:root
{
--accent-color: #43087c;
}

.header-logo {
    max-width: 200px;
    transition: max-width 0.3s ease;
}

.sticky-menu .header-logo {
    max-width: 75px;
}

@media (max-width: 991px) {
    .awura-header,
    .awura-header.sticky-menu {
        position: static;
    }

    .header-logo,
    .sticky-menu .header-logo {
        max-width: 120px;
    }

    .header-logo {
        transition: none;
    }
}

.awura-hero-section {
    background-image: url('../images/hero-scaled.png');
    /* background-color: rgba(255, 255, 255, .9);
    background-blend-mode: screen; */
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 140px 0;
}

.awura-hero-section > .container {
    width: 100%;
}

@media (max-width: 767px) {
    .awura-hero-section {
        min-height: auto;
        padding: 130px 0 80px;
    }
}

.hero-title {
    font-size: 80px;
}

.tem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tem img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

img.footer-logo {
    max-width: 200px;
}

.text-smaller {
    font-size: 14px;
    line-height: 1.5;
}

.awura-default-content p.text-smaller {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.75;
}

.prices-for-2026 .awura-iconbox-data ul {
    list-style: disc;
    padding-left: 0;
    margin: 0;
}

.prices-for-2026 .awura-iconbox-data li {
    display: list-item;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 6px;
}

.prices-for-2026 .awura-iconbox-data li:last-child {
    margin-bottom: 0;
}

.prices-for-2026 .awura-iconbox-icon i {
    font-size: 28px;
    line-height: 1;
    color: var(--accent-color);
}

.awura-testimonial-author-data p[aria-label="5 out of 5 stars"] {
    color: var(--yellow-color);
}

.google-review-badge {
    max-width: 250px;
    background-color: #fff;
    border-radius: 14px;
    padding: 8px 12px;
}

.awura-contact-info-box {
    background-color: var(--accent-color);
}

.awura-contact-info-icon i {
    font-size: 24px;
    line-height: 1;
    color: var(--white-color);
}

.awura-contact-info-box .awura-contact-info-icon img {
    filter: brightness(0) invert(1);
}

.testimonial-carousel-control {
    width: 48px;
    height: 48px;
    opacity: 1;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.testimonial-carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.testimonial-carousel-control .carousel-control-prev-icon,
.testimonial-carousel-control .carousel-control-next-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.partners-logo-section .awura-brandlogo-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.partners-logo-section .awura-brandlogo-box {
    flex: 0 1 calc((100% - 56px) / 5);
    max-width: calc((100% - 56px) / 5);
    height: auto;
    min-height: 96px;
    padding: 8px;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .partners-logo-section .awura-brandlogo-box {
        flex-basis: calc((100% - 42px) / 4);
        max-width: calc((100% - 42px) / 4);
    }
}

@media (max-width: 767px) {
    .partners-logo-section .awura-brandlogo-box {
        flex-basis: calc((100% - 28px) / 3);
        max-width: calc((100% - 28px) / 3);
    }
}

@media (max-width: 479px) {
    .partners-logo-section .awura-brandlogo-box {
        flex-basis: calc((100% - 14px) / 2);
        max-width: calc((100% - 14px) / 2);
    }
}

.partners-logo-section .awura-brandlogo-link-effect {
    height: auto;
    overflow: visible;
}

.partners-logo-section .awura-brandlogo-link-effect .effect-1 {
    height: auto;
    top: auto;
    transition: none;
}

.partners-logo-section .awura-brandlogo-box:hover .effect-1 {
    top: auto;
}

.partners-logo-section .awura-brandlogo-link-effect .effect-1:last-child {
    display: none;
}

.partners-logo-section .awura-brandlogo-link-effect img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 78px;
    margin: 0 auto;
    object-fit: contain;
}

.awura-iconbox-icon12 i {
    font-size: 42px;
    line-height: 1;
    display: inline-block;
}

.awura-iconbox-icon13 i {
    font-size: 30px;
    line-height: 1;
    color: var(--white-color);
}

.new-enquiry-expect-section {
    background-color: var(--accent-color) !important;
}

.new-enquiry-expect-section .awura-contact-box {
    background-color: var(--white-color);
}

.new-enquiry-expect-section .always-open-accordion .awura-accordion-header {
    cursor: default;
    pointer-events: none;
}

.awura-contact-field .form-check {
    display: flex;
    align-items: flex-start;
}

.awura-contact-field .form-check-input {
    margin-right: 10px;
    border-color: var(--primary-color);
}

.awura-contact-field .form-check-input:checked {
    background-color: var(--white-color);
    border-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 5-5'/%3e%3c/svg%3e");
}

.awura-contact-field .form-check-label {
    margin-left: 4px;
}

.new-enquiry-first-section {
    padding-top: 220px;
}

@media (max-width: 991px) {
    .new-enquiry-first-section {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .awura-hero-section .hero-title {
        font-size: 42px;
        line-height: 1.15;
    }

    .awura-hero-section .awura-p-lg p {
        font-size: 17px;
        line-height: 1.55;
    }
}

@media (max-width: 479px) {
    .awura-hero-section .hero-title {
        font-size: 36px;
    }

    .awura-hero-section .awura-p-lg p {
        font-size: 16px;
    }
}

.awura-social-icon {
    display: none !important;
}



/* force checkbox + text inline */
.form-check-off .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

/* kill CF7 wrapper spacing/stacking */
.form-check-off .wpcf7-form-control-wrap,
.form-check-off .wpcf7-acceptance {
  display: block;
}

/* make label behave */
.form-check-off .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}

/* checkbox sizing */
.form-check-off input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 0;
  flex: 0 0 22px;
}

/* keep text inline */
.form-check-off .wpcf7-list-item-label {
  display: inline;
}

/* fix submit button shape */
#awura-main-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
}

.wpcf7-submit {
  background-color: #43087c;
  color: #fff;
  border: none;
  height: 60px;
  padding: 0 30px;
  border-radius: 999px; /* fully rounded sides */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wpcf7-submit:hover {
  background-color: #5a0aa8;
  color: #fff;
}



.awura-subscriber-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.awura-subscriber-row .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  display: block;
}

.awura-subscriber-row input[type="email"] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  box-sizing: border-box;
}

.awura-subscriber-row .wpcf7-submit {
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: #43087c;
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.awura-subscriber-turnstile {
  margin-top: 12px;
}

.awura-subscriber .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
}

.awura-subscriber .wpcf7-response-output {
  margin: 12px 0 0;
  text-align: center;
}

.awura-subscriber p {
  margin: 0;
}