@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Montserrat:900,700&display=swap);

html {
  overflow-x: hidden
}

body {
  line-height: 1.6;
  font-family: Rubik, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6f8ba4;
  font-weight: 400
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  color: #111
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 44px
}

.h3,
h3 {
  font-size: 1.5rem
}

.h4,
h4 {
  font-size: 1.3rem;
  line-height: 30px
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

p {
  line-height: 32px
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text] {
  box-shadow: none;
  height: 45px;
  outline: 0;
  font-size: 14px
}

input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
  box-shadow: none;
  border: 1px solid #ff715b
}

.form-control {
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 1
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ff715b
}

.with-border {
  border: 1px solid #000;
  border-radius: 4px
}

.py-7 {
  padding: 7rem 0
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .5px;
  padding: .7rem 2rem;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px
}

.btn:focus {
  outline: 0;
  box-shadow: none
}

.btn-main {
  background: #ff715b;
  color: #fff;
  border-color: #ff715b
}

.btn-main:hover {
  color: #ff715b;
  background: 0 0
}
.btn-main:active {
  color: #ff715b;
  background: transparent;
  border-color: #ffffff;
  outline: none;
  box-shadow: none;
}
.btn-main:focus {
  background-color: #ff715b; /* solid coral again */
  color: #fff;               /* white text again */
  border-color: #ff715b;
  outline: none;
  box-shadow: none;
}
.btn-main-2 {
  background: #ff715b;
  color: #fff;
  border-color: #ff715b
}

/* Change title and description colour on hover for report PDF download section */
.report-card:hover .report-title {
  color: #ff715b !important;
}

.btn-main-2:hover {
  color: #ff715b;
  background: 0 0;
  border-color: #ff715b
}

.btn-solid-border {
  border: 2px solid #ff715b;
  background: 0 0;
  color: #111
}

.btn-solid-border:hover {
  border: 2px solid #ff715b;
  color: #fff;
  background: #ff715b
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #111
}

.btn-white:hover {
  background: #ff715b;
  color: #fff;
  border-color: #ff715b
}

.btn-solid-white {
  border-color: #fff;
  color: #fff
}

.btn-solid-white:hover {
  background: #fff;
  color: #111
}

.btn-round {
  border-radius: 4px
}

.btn-round-full {
  border-radius: 50px
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0
}

.bg-gray {
  background: #eff0f3
}

.bg-primary {
  background: #ff715b
}

.section {
  padding: 100px 0
}

.section-sm {
  padding: 70px 0
}

.section-sm2 {
  padding: 50px 0
}

.section-sm3 {
  padding: 25px 0
}

.section-title {
  margin-bottom: 70px
}

.section-title .title {
  font-size: 50px;
  line-height: 50px
}

.section-title p {
  color: #666;
  font-family: Montserrat, sans-serif
}

.text-sm {
  font-size: 14px
}

.text-md {
  font-size: 2.25rem
}

.text-lg {
  font-size: 3.75rem
}

.no-spacing {
  letter-spacing: 0
}

a {
  color: #111;
  text-decoration: none
}

a:focus,
a:hover {
  color: #ff715b;
  text-decoration: none
}

a:focus {
  outline: 0
}

.content-title {
  font-size: 40px;
  line-height: 50px
}

.page-title {
  padding: 170px 0 20px 0;
  position: relative
}

.page-title .block h1 {
  color: #fff
}

.page-title .block p {
  color: #fff
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .06)
}

@media (max-width:480px) {

  .h2,
  h2 {
    font-size: 1.3rem;
    line-height: 36px
  }
}

#features-work {
  padding-top: 50px;
  padding-bottom: 75px
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0
}

.header-padding {
  padding: 0 80px
}

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999
}

.navigation .btn {
  box-shadow: none
}

#navbar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}


#navbar .nav-link {
  padding-left: 26px;
  font-weight: 500;
  color: #111;
  font-family: Rubik, sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  transition: all .25s ease
}

#navbar.nav-text-white .nav-link {
  color: #fff
}

#navbar.nav-text-white .navbar-brand {
  color: #fff
}

.navbar-brand {
  font-weight: 600
}

.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  border-radius: 0;
  display: block;
  border: 1px solid rgba(0, 0, 0, .05)
}

.dropdown-toggle::after {
  display: none
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1
}

.dropdown-item {
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px
}

.dropdown-item:hover {
  background: #ff715b;
  color: #fff
}

ul.dropdown-menu li {
  padding-left: 0 !important
}

#navbar.nav-text-white .mobile-logo {
  display: none
}

@media (max-width:480px) {
  #navbar {
    background: #fff
  }

  #navbar.nav-text-white .nav-link {
    color: #111
  }

  #navbar.nav-text-white .mobile-logo {
    display: block
  }

  #navbar.nav-text-white .hidden-logo {
    display: none
  }

  .navbar-toggler {
    color: #111
  }

  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center
  }

  .h2,
  h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px
  }

  .header-padding {
    padding: 0 30px
  }
}

@media (max-width:400px) {
  #navbar {
    background: #fff
  }

  #navbar.nav-text-white .nav-link {
    color: #111
  }

  #navbar.nav-text-white .mobile-logo {
    display: block
  }

  #navbar.nav-text-white .hidden-logo {
    display: none
  }

  .navbar-toggler {
    color: #111
  }

  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center
  }

  .header-padding {
    padding: 0 30px
  }
}

@media (max-width:768px) {
  #navbar {
    background: #fff
  }

  #navbar.nav-text-white .nav-link {
    color: #111
  }

  .navbar-toggler {
    color: #111
  }

  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center
  }

  #navbar.nav-text-white .mobile-logo {
    display: block
  }

  #navbar.nav-text-white .hidden-logo {
    display: none
  }

  .header-padding {
    padding: 0 30px
  }
}

@media (max-width:992px) {
  #navbar {
    background: #fff
  }

  #navbar.nav-text-white .nav-link {
    color: #111
  }

  #navbar.nav-text-white .mobile-logo {
    display: block
  }

  #navbar.nav-text-white .hidden-logo {
    display: none
  }

  .navbar-toggler {
    color: #111
  }

  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center
  }

  .header-padding {
    padding: 0 30px
  }
}

.bg-1 {
  background: url(https://archwisebuildingsurveyors.co.uk/images/bg/section-bg5.webp) no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url(https://archwisebuildingsurveyors.co.uk/images/bg/home-5.jpg);
  background-size: cover;
  background-position: center center;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url(https://archwisebuildingsurveyors.co.uk/images/bg/main-banner1.webp) no-repeat 80% 50%;
  background-size: cover;
  padding: 50px 40px 50px 0;
  min-height: 800px;
  background-clip: content-box;
  background-origin: content-box;
}


@media (max-width: 991px) {
  .banner {
    padding: 50px 0;              /* removes the 40px right padding */
    background-clip: border-box;  /* revert to normal */
    background-origin: padding-box;
  }

}
.mobile-image-main-page {
  display: none
}

@media (max-width:900px) {
  .mobile-image-main-page {
    display: block
  }
}

.banner .block {
  padding-top: 120px
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-transform: none
}

.letter-spacing {
  letter-spacing: 2px
}

.text-color {
  color: #ff715b
}

@media (max-width:480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px
  }

  .banner {
    padding: 126px 0 151px 0;
    background: #fff !important
  }
}

@media (max-width:400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px
  }

  .banner {
    padding: 126px 0 151px 0;
    background: #fff !important
  }
}

@media (max-width:768px) {
  .banner .block h1 {
    font-size: 50px;
    line-height: 70px
  }

  .banner {
    background: #fff !important
  }
}

@media (max-width:992px) {
  .banner {
    background: #fff !important
  }
}

@media (max-width:1200px) {
  .banner {
    background: #fff !important
  }
}

.about-item i {
  font-size: 50px
}

.about-item a {
  color: #ff715b;
  font-weight: 500
}

.about-item .icon {
  float: left
}

.about-item .content {
  padding-left: 80px
}

.process {
  position: relative
}

.process:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://archwisebuildingsurveyors.co.uk/images/bg/bg-half.webp) no-repeat;
  background-position: top right
}

.icon-block {
  padding: 10px 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(85, 128, 255, .2);
  margin-bottom: 20px;
}

.icon-block i {
  font-size: 55px;
  background: rgba(239, 50, 58, .08);
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 16px;
  border-radius: 10px;
  display: inline-block;
  color: #ff715b
}

.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px
}

.icon-block p {
  margin-bottom: 0
}

@media (max-width: 576px) {
  .icon-block p { display: none !important; }
  .icon-block h5 { margin-bottom: .25rem; }
}

.feature-list ul li {
  margin-bottom: 15px;
  color: #111
}

.feature-list ul li i {
  color: #ff715b
}

.video-img {
  position: relative
}

.video-img .video-play {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: -50px;
  text-align: center
}

.video-img .video-play i {
  font-size: 30px;
  width: 100px;
  height: 100px;
  background: #fff;
  color: #ff715b;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 32px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .04)
}

.video-play:hover {
  cursor: pointer
}

.feature {
  background: linear-gradient(to bottom, #05a5f9, #10dab7)
}

.feature-block {
  background: #fff;
  padding: 30px;
  text-align: center
}

.feature-block i {
  font-size: 40px
}

.feature-block h5 {
  margin-top: 20px
}

.text-lg {
  font-size: 50px
}

.counter {
  background: #ff715b
}

.counter .counter-item h2 {
  color: #fff
}

.counter .counter-item p {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0
}

.counter--style i {
  font-size: 40px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fafafa;
  background: #ff715b;
  display: inline-block;
  padding-top: 28px
}

.team-block img {
  border-radius: 5px
}

.service-item-list {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin: 0 0 20px
}

.service-item-list i {
  font-size: 30px;
  line-height: 1.1;
  margin-right: 20px;
  float: left;
  color: #ff715b
}

.service-item-list p {
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #111
}

.mb-50 {
  margin-bottom: 50px
}

.content-padding {
  padding: 100px 0
}

.service-img {
  padding-right: 20px
}

.service-img img {
  border-radius: 0px;
  box-shadow: 0 0 40px 0 rgba(85, 128, 255, .2)
}

.heading {
  margin-bottom: 70px
}

.case-content,
.case-img {
  padding: 30px
}

.case-timeline {
  position: relative
}

.case-timeline-divider {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 2px;
  height: auto;
  margin-left: -1px;
  background-color: #eee
}

.case-timeline-dot {
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 1;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%
}

@media (max-width:480px) {
  .case-timeline-dot {
    display: none
  }

  .case-timeline-divider {
    display: none
  }
}

@media (max-width:400px) {
  .case-timeline-dot {
    display: none
  }

  .case-timeline-divider {
    display: none
  }
}

@media (max-width:768px) {
  .case-timeline-dot {
    display: none
  }

  .case-timeline-divider {
    display: none
  }
}

@media (max-width:992px) {
  .case-timeline-dot {
    display: none
  }

  .case-timeline-divider {
    display: none
  }
}

.cta {
  background: url(https://archwisebuildingsurveyors.co.uk/images/bg/bg-2.webp) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}

.cta2 {
  background: url(https://archwisebuildingsurveyors.co.uk/images/bg/bg-3.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;/* Prevent the image from repeating (no tiling) */
  background-attachment: fixed;/* Keep the image fixed in place while the page scrolls      — creates a subtle parallax effect */
  background-position: center center;
}

.section.service-2 {
    padding-bottom: 20px;   /* adjust as needed: 20px, 30px, 40px */
}

.mb-30 {
  margin-bottom: 30px
}

.text-color-primary {
  color: #ff715b
}

.testimonial-wrap {
  margin-left: calc((100% - 1140px)/ 2);
  margin-right: -10%
}

.testimonial-block {
  margin: 0 10px;
  padding: 30px 0;
  margin-left: 12px;
  padding-left: 15px;
  padding-right: 0
}

.testimonial-block p {
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(85, 128, 255, .2);
  padding: 60px 40px;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px
}

.testimonial-block p:after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 0;
  border-color: #fff transparent transparent
}

.testimonial-block .client-info .client-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px
}

@media (max-width:480px) {
  .testimonial-wrap {
    margin-left: 0
  }
}

@media (max-width:400px) {
  .testimonial-wrap {
    margin-left: 0
  }
}

@media (max-width:768px) {
  .testimonial-wrap {
    margin-left: 0
  }
}

@media (max-width:992px) {
  .testimonial-wrap {
    margin-left: 0
  }
}

.pricing-block {
  padding: 20px 0 50px 0;
  border-top: 7px solid #ff715b;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border: 0
}

.pricing-block .price-header {
  padding: 30px 0
}

.pricing-block .price-header h2 {
  font-weight: 700;
  margin: 15px 0
}

.pricing-block .price-body {
  padding: 30px 0;
  border-top: 2px solid rgba(0, 0, 0, .06);
  border-bottom: 2px solid rgba(0, 0, 0, .06);
  margin-bottom: 30px
}

.pricing-block .price-body ul li {
  padding: 10px 0
}

.pricing-block .price-footer {
  margin-bottom: 30px
}

.text-underline {
  text-decoration: underline
}

.portfolio {
  position: relative
}

.portfolio:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-color: #f7f7f7
}

.portflio-item:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  transition: all .25s cubic-bezier(.86, 0, .07, 1);
  background: rgba(255, 113, 91, .98);
  opacity: 0;
  overflow: hidden
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .35s ease
}

.portflio-item:hover:before {
  opacity: 1;
  width: 100%
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  left: 30px
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all .35s ease
}

.portflio-item .overlay-item i {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, .06);
  padding-top: 15px
}

.portflio-item:hover .overlay-item {
  opacity: 1
}

.portfolio-gallery {
  padding: 0 30px
}

.project-info-list {
  margin-top: 25px
}

.project-info-list li {
  margin-bottom: 13px
}

.project-info-list li strong {
  font-weight: 500;
  color: #111
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0
}

.contact-form-wrap .form-group .form-control {
  height: 48px;
  border: 1px solid #eef2f6;
  box-shadow: none;
  width: 100%
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px
}

.contact-form-wrap .form-group-2 textarea {
  height: 135px;
  border: 1px solid #eef2f6;
  box-shadow: none;
  width: 100%
}

.whatsapp-contact-section {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 50px
}

.address-block li {
  margin-bottom: 15px
}

.address-block li i {
  font-size: 20px;
  width: 20px
}

.short-info li {
  margin-bottom: 25px
}

.social-icons li {
  margin: 0 6px
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px
}

.google-map {
  position: relative
}

.google-map #map {
  width: 100%;
  height: 450px
}

.short-info {
  padding: 40px;
  border: 1px solid #eee
}

.mt-90 {
  margin-top: 90px
}

.blog-thumb {
  width: 35%;
  float: left;
  margin-right: 40px
}

.blog-item-content h3 {
  font-weight: 500
}

.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px
}

.nav-links .page-numbers:hover {
  background: #ff715b;
  color: #fff
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500
}

.comment-area span {
  font-size: 14px
}

.posts-nav h6 {
  font-weight: 500
}

.quote {
  font-size: 22px;
  color: #111;
  padding: 40px;
  font-style: italic;
  background: #f5f6ff;
  border-left: 5px solid #ff715b;
  margin: 25px 0
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px
}

.comment-form textarea.form-control {
  height: auto
}

@media (max-width:480px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px
  }

  .blog-thumb img {
    width: 100%
  }
}

@media (max-width:400px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px
  }

  .blog-thumb img {
    width: 100%
  }
}

@media (max-width:768px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px
  }

  .blog-thumb img {
    width: 100%
  }
}

.post.post-single {
  border: none
}

.post.post-single .post-thumb {
  margin-top: 30px
}

.post-social-share {
  margin-bottom: 50px
}

.post-comments {
  margin: 30px 0
}

.post-comments .media {
  margin-top: 20px
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500
}

.post-comments .comment-author a {
  color: #ff715b;
  font-size: 14px;
  text-transform: uppercase
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: grey;
  font-size: 12px
}

.post-comments .comment-button {
  color: #ff715b;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block
}

.post-comments .comment-button:hover {
  color: #ff715b
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0
}

.next-prev a {
  color: #000
}

.next-prev a:hover {
  color: #ff715b
}

.next-prev .prev-post i {
  margin-right: 10px
}

.next-prev .next-post i {
  margin-left: 10px
}

.comments-section {
  margin-top: 35px
}

.author-about {
  margin-top: 40px
}

.post-author {
  margin-right: 20px
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%
}

.comment-list ul {
  margin-top: 20px
}

.comment-list ul li {
  margin-bottom: 20px
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px
}

.comment-wrap .media .media-heading a {
  color: #ff715b;
  font-size: 13px
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888
}

.comment-wrap .media p {
  margin-top: 15px
}

.comment-reply-form {
  margin-top: 80px
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #ff715b
}

.comment-reply-form .btn-main,
.comment-reply-form textarea {
  height: auto
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px
}

.sidebar-widget h5 {
  margin-bottom: 25px
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4
}

.sidebar-widget.latest-post .media p {
  font-size: 12px
}

.sidebar-widget.category ul li {
  margin-bottom: 10px
}

.sidebar-widget.category ul li a {
  color: #111;
  transition: all .3s ease
}

.sidebar-widget.category ul li a:hover {
  color: #ff715b;
  padding-left: 5px
}

.sidebar-widget.category ul li span {
  margin-left: 10px
}

.wide-image {
  width: 100%;  /* Makes the image take the full width of its container */
  height: auto; /* Keeps the original aspect ratio (prevents distortion) */
  max-height: 150px; /* Limits the image height to 50px (prevents it from being too tall) */
  object-fit: cover; /* Ensures the image fills the space while maintaining proportions */
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #ff715b
}

.search-form {
  position: relative
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%
}

.footer {
  padding-bottom: 10px;
  background: #000
}

.footer .copyright a {
  font-weight: 600
}

.lh-35 {
  line-height: 35px
}

.logo {
  font-weight: 600;
  letter-spacing: 1px
}

.logo h3 {
  color: #fff
}

.logo span {
  color: #ff715b
}

.widget h4 {
  color: #fff;
  font-weight: 600
}

.widget a {
  color: rgba(255, 255, 255, .7)
}

.widget p {
  color: rgba(255, 255, 255, .7)
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, .06)
}

.footer-socials li a {
  margin-right: 7px
}

.copyright {
  color: rgba(255, 255, 255, .7)
}

.copyright a {
  color: rgba(255, 255, 255, .8)
}

.widget-contact h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  margin-bottom: 18px
}

.widget-contact h6 i {
  color: #ff715b
}

/* put these at the bottom of style.css */
/* ===== Orange band ===== */
.section.counter.orange-band {
  padding-top: 40px;
  padding-bottom: 35px;
}

@media (max-width: 768px) {
  .section.counter.orange-band {
    padding-top: 50px !important;
    padding-bottom: 4px !important;
    min-height: 0 !important;
  }
  .section.counter.orange-band .container,
  .section.counter.orange-band .row,
  .section.counter.orange-band .counter-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* ===== Logo sizes ===== */
.navbar-brand img {
  max-height: 70px;
  height: auto;
  width: auto;
}
@media (max-width: 991px) {
  .navbar-brand img { max-height: 60px; }
}


/* ===== Kill the big gap on mobile ===== */
@media (max-width: 768px) {
  .banner {
    padding-top: 70px;
    padding-bottom: 32px;
    min-height: 0;
  }
  .banner .block { padding-top: 30px; } /* had 30 without px */
  .banner .block h1 { margin-top: .25rem; }
}

/* ===== Contact links ===== */
.short-info a,
a.contact-link {
  color: #6c757d;          /* grey */
  text-decoration: none;
}
.short-info a:hover,
a.contact-link:hover {
  color: #000;             /* darker on hover */
}

/* ===== PRICING GRID ===== */

/* ===== PRICING GRID (HEADER-ONLY ORANGE) ===== */

/* Scroll container */
.pricing-scroller{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:12px;
  background:#fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  position:relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* 4 columns; force horizontal scroll on small screens (no squish) */
.pricing-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  min-width: 720px;
  border-radius:12px;
}

/* Base cell */
.pricing-grid .cell{
  position:relative;
  z-index:1;
  padding:0.7rem 0.7rem;
  border-bottom:1px solid rgba(0,0,0,0.25);
  border-right:1px solid rgba(0,0,0,0.25);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:500;
  background:#fff;
}

/* 4-column grids ONLY: clean outer edges */
.pricing-grid:not(.level1-only) .cell:nth-child(4n){
  border-right:0;
}
.pricing-grid:not(.level1-only) > .cell:nth-last-child(-n+4){
  border-bottom:0;
}

/* === Level 1 two-column scope table tweaks === */
/* No outer borders, keep the middle vertical line */
.scope-grid.level1-only .cell{
  border-left:none;
  border-right:none;
}
.scope-grid.level1-only .cell:nth-child(2n-1){
  /* cells in the first column: draw centre divider */
  border-right:1px solid rgba(0,0,0,0.25);
}

/* Sticky headers (top row) */
.pricing-grid .header{
  background-color:#f2f6f9;          /* solid base (no ghosting) */
  font-weight:700;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:120px;
  padding:1rem 1rem 2.4rem;          /* space for badge */
  position:sticky;
  top:0;
  z-index:3;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.pricing-grid .header small{ font-weight:600; color:#6b7785; }

/* Sticky first column (row headers) */
.pricing-grid .sticky-col{
  position:sticky;
  left:0;
  z-index:2;
  text-align:center;
  justify-content:center;
  box-shadow: 1px 0 0 rgba(0,0,0,.08);
  background:#fff;
}

.pricing-grid .header.sticky-col{
  z-index:4;
  background-color:#f2f6f9;
}

/* Row header + muted cells */
.pricing-grid .band{ font-weight:400; background:#fcfdfd; }
.pricing-grid .muted{ color:#97A0AA; }

/* Level 2 header: subtle glow + ORANGE BORDER ONLY around this cell */
.pricing-grid .header.featured{
  background-color:#f2f6f9;
  background-image: linear-gradient(180deg, #FFE5D3 0%, #F2F6F9 85%);
  background-repeat:no-repeat;
  background-blend-mode:normal;
  box-shadow: inset 0 0 0 2px #FF8F57; /* orange “border” */
  border-radius:12px;                   /* match your card radius */
  background-clip: padding-box;
}
.pricing-grid .header.featured::before{
  content:none !important; /* kill the old border */
}


/* "Most popular" badge BELOW header text, centered */
.pricing-grid .header .tag{
  position:absolute;
  left:50%; bottom:8px; transform:translateX(-50%);
  margin:0; line-height:1;
  font-size:.7rem; font-weight:700;
  background:#ff6a00; color:#fff;
  padding:.22rem .6rem; border-radius:999px;
  z-index:7;
}

/* Ensure Level-2 BODY cells have NO orange fill or borders */
.pricing-grid .col-featured{ color:inherit; }
.pricing-grid .col-featured::before{ display:none !important; } /* kill any earlier highlight */

/* Compact padding on very small screens (still scrolls horizontally) */
@media (max-width: 575.98px){
  .pricing-grid .cell{ padding:.75rem .875rem; }
}

/* Optional: right-edge fade to hint horizontal scroll */
.pricing-scroller:after{
  content:""; position:absolute; top:0; right:0; width:24px; height:100%;
  pointer-events:none; background:linear-gradient(270deg, #fff, rgba(255,255,255,0));
}
/* Override for banner sample report download */
.bg-secondary {
  background-color:#e9ecef !important;
}
/* === PRICING GRID: tighten columns on mobile === */
@media (max-width: 576px) {
  /* Only affect the full multi-column pricing tables, NOT the Level 1 scope grid */
  .pricing-grid:not(.level1-only) {
    min-width: 600px;                 /* allow smaller table before scrolling */
    grid-template-columns: 1.1fr .9fr .9fr .9fr; /* slimmer columns */
  }
  .pricing-grid:not(.level1-only) .cell {
    padding: .6rem .5rem;             /* tighter padding */
    font-size: 0.9rem;                /* smaller text */
  }
  .pricing-grid:not(.level1-only) .header {
    font-size: 0.85rem;               /* smaller headers */
    line-height: 1.2;
    padding: .7rem .5rem 2rem;
    white-space: nowrap;              /* stop wrapping */
  }
  .pricing-grid:not(.level1-only) .header small {
    font-size: 0.75rem;
  }
}

/* === Level 1 only scope table (2 columns) === */
.scope-grid.level1-only {
  display: grid;  /* make sure we control the grid here */
  grid-template-columns: minmax(220px, 1.7fr) minmax(120px, 1fr);
  min-width: 0;   /* don't force horizontal scroll for this one */
}

/* Optional: keep the whole table narrower */
.scope-grid-wrapper-narrow {
  max-width: 800px;
  margin: 0 auto;
}

/* Keep the Level 1 table as 2 columns on mobile too */
@media (max-width: 576px) {
  .scope-grid.level1-only {
    grid-template-columns: minmax(180px, 1.6fr) minmax(100px, 1fr);
    min-width: 0;
  }
}

/* end of PRICING GRID rules */


/* Override for banner sample report download */
/* Force RPSA image to center on small screens */
@media (max-width: 768px) {
  .service-2 .service-img-col {
    text-align: center !important;
  }
  .service-2 .service-img img,
  .service-2 .rpsa-img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* Tall, right-side photo for the contact form (desktop only) */
/* Right-side photo size + look */
.contact-side-photo{
  background: url('../images/contact/contact-tall.jpg') center/cover no-repeat;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17,24,39,.12);
  /* responsive size: min 300px, max 420px */
  width: clamp(300px, 30vw, 420px);
  height: clamp(460px, 52vw, 600px);
}
/* === Frame style for RPSA banner + report thumbnails === */
/* SOFTER report/RPSA frames */
.service-2 .service-img,
.report-card .service-img{
  background:#fff;            /* makes the frame white */
  padding:1px;                 /* thickness of the white border */
  border-radius:10px;           /* was 12px */
  box-shadow:0 8px 24px rgba(17,24,39,.3);  /* the shadow/glow */
}
.service-2 .service-img img,
.report-card .service-img img{
  display:block;
  border-radius:8px;            /* match outer radius - 2px */
}
/* FAQ accordian */
#accordionExample .card-header .btn{
  display:block;          /* or use Bootstrap's .btn-block */
  width:100%;
  text-align:left;        /* optional: keep centered if you want */
  white-space:normal;     /* let long questions wrap */
  box-sizing:border-box;  /* be safe with padding */
}

/* whats included in a survey grid */
.scope-grid .header small{ font-weight:600; color:#6b7785; }
.scope-grid .subtle { color:#6f8ba4; font-style:italic; line-height:1.4; }
.scope-grid .muted  { color:#97A0AA; }

/* ticks & crosses */
.scope-grid .tick,
.scope-grid .cross { font-weight:800; font-size:1rem; line-height:1; }
.scope-grid .tick  { color:#19a974; }  /* calm green */
.scope-grid .cross { color:#c43d3d; }  /* calm red   */

/* numbers like “40+” */
.scope-grid .count { font-weight:700; color:#111; }

/* optional: make this grid a touch narrower on small screens */
@media (max-width: 576px){
  .scope-grid { min-width: 640px; grid-template-columns: 1.2fr .9fr .9fr .9fr; }
}
/* whats included in a survey grid */


/* new Acan Burger */
/* new Acan Burger */

@media (max-width: 991.98px){

  /* Make navbar container a flex row to allow natural centering */
  #navbar .container-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 64px; /* Adjust if you want a taller header on mobile */
  }

  /* Center the brand ONLY on mobile */
  #navbar .navbar-brand{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0;
    line-height: 0;
    z-index: 3;
  }

  /* Burger pinned to the right, always visible */
  .nav-burger{
    border: none;
    background: transparent;
    padding: 6px;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-burger-icon{
    width: 42px;  /* Adjust size as needed (Acanthus feel) */
    height: 42px;
    display: block;
  }
  .nav-burger:focus{
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler .navbar-toggler-icon{
    background-image: none;
  }
  
/* mobileContactBarStart */
  /* Make the dropdown menu overlay instead of pushing layout */
  #navbarsExample09{
    position: absolute;
    top: 64px; /* Same as header height for clean alignment */
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem 0 2rem;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    width: 100%;
    z-index: 2;
  }
  #navbarsExample09.show{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* Ensure header doesn't stretch when menu opens */
  #navbar{
    min-height: 64px;
  }
}


/* === Extra space below the logo before the mobile menu items === */
@media (max-width: 991.98px){
  /* If your logo is tall, bump the header height */
  #navbar .container-fluid{ min-height: 80px; }   /* was 64px */

  /* Start the overlay menu a little lower than the header */
  #navbarsExample09{
    top: 100px;                 /* header height (80) + 8px gap */
    padding-top: 8px;          /* tiny cushion inside the menu */
  }
  @media (max-width: 990px) {
  #navbarsExample09 .nav-link {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500; /* adjust if you want bolder or lighter text */
    letter-spacing: 0.6px; /* optional – gives a premium feel */
  }
}
}
/* Mobile contact bar */
@media (max-width: 991.98px){
  .mobile-contact-bar{
    position: relative;
    top: auto; left: auto; right: auto;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f7f7f7;
    font-size: 11px;
    z-index: 1040;
  }
.mobile-contact-bar a,
.mobile-contact-bar span {
  display: inline-flex;      /* <-- ADDED */
  align-items: center;       /* <-- ADDED */
  gap: 6px;                  /* <-- ADDED */
}
.contact-icon{
  margin: 0;                 /* <-- Removed offset */
  line-height: 1;
}
  /* push the header down */
  #navbar{ margin-top: 32px; }
}
@media (min-width: 992px){
  .mobile-contact-bar{ display:none; }
}
.contact-icon { font-size: 18px; color: inherit; margin-right: 4px; }
.mobile-contact-bar { gap: 10px; align-items: center; }
.mobile-contact-bar span,
.mobile-contact-bar a {
  white-space: nowrap;
}
/* mobileContactBarEnd */
/* new Acan Burger */
/* new Acan Burger */

/* ===== NEW AWISE BANNER (fully isolated) ===== */

/* Section base */
.newBanner{
  padding: 72px 0;
  text-align:center;
  position:relative; /* for optional overlay */
}

/* Optional dark overlay */
.newBanner.newBanner-overlay::before{
  content:"";
  position:absolute; inset:0;
  background:#ffffff; opacity:.3;
  pointer-events:none;
}

/* Background image (update path) */
.backgroundBanner{
  background-image:url("../images/Banners/newBannerImage1.webp"); /* <-- change to your path */
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: center center;
}

/* Background image (update path) */
.backgroundBanner2 {
  
  background-image: url("../images/Banners/newBannerImage2.jpg"); /* The path to your image file */
  /* Scale the image so it fully covers the section, even if parts get cropped to fit */
  background-size: cover;
  background-repeat: no-repeat;/* Prevent the image from repeating (no tiling) */
  background-attachment: fixed;/* Keep the image fixed in place while the page scrolls      — creates a subtle parallax effect */
  background-position: center center;
}


/* Card */
.newBanner-card{
  background:rgba(255,255,255,0.1);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(6px);
  padding: 30px 20px;
  border-radius:14px;
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
  max-width:410px;
  margin-left:0;
  margin-right:auto;
  color:#000;
  text-align:center;
}
.newBanner-card.newBanner-align-right{
  margin-left:auto;
  margin-right:auto;
}

/* Solid (white) variant */
.newBanner-card.newBanner-solid{
  background:rgba(255,255,255,0.85);
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  box-shadow:0 20px 40px rgba(0,0,0,0.7);
  color:#000 !important;
}
.newBanner-card.newBanner-solid h2A,
.newBanner-card.newBanner-solid p,
.newBanner-card.newBanner-solid a{
  color:#000 !important;
}

/* Button (new name) */
.newBannerButton{
  display:inline-block;
  margin-top:30px;
  padding:15px 35px;
  font-size:12px;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:6px;
  background:#ff715b;  /* primary */
  color:#fff;
  border:1px solid transparent;
}
.newBannerButton:hover{
  background:#353240;
  transform:translateY(-2px);
}

/* In white card, make the button white with black border until hover */
.newBanner-card.newBanner-solid .newBannerButton{
  background:#fff;
  color:#000;
  border-color:#000;
}
.newBanner-card.newBanner-solid .newBannerButton:hover{
  background:#ff715b; /* accent */
  color:#fff !important;
  border-color:#ff715b;
}

/* Headline/link default color on dark backgrounds */
.newBanner h2,
.newBanner p{ color:#fff; }
.newBanner a{ color:inherit; text-decoration:none; }

/* Responsive tweak */
@media (max-width: 768px){
  .newBanner{ padding:50px 15px; }
}

/* ===== NEW AWISE BANNER (fully isolated) ===== */
