/* Css For Povash */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

#navli {
  font-size: 18px;
}
@media (max-width: 1510px) {
  #navli {
    font-size: 16px;
  }
}
@media (max-width: 1287px) {
  #navli {
    font-size: 14px;
  }
}

body {
  font-size: 18px;
  color: #748196;
  line-height: 34px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Barlow", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 85%;
  padding: 0px 15px;
  margin: 0 auto;
}

@media (max-width: 1569px) {
  .auto-container {
    position: static;
    max-width: 90%;
    padding: 0px 15px;
    margin: 0 auto;
  }
}

@media (max-width: 1400px) {
  .auto-container {
    position: static;
    max-width: 98%;
    padding: 0px 15px;
    margin: 0 auto;
  }
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: "Barlow", sans-serif;
  color: #748196;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

p.p1 {
  position: relative;
  font-family: "Barlow", sans-serif;
  color: #748196;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

/** comment footer HOURS Color **/
p.p2 {
  position: relative;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #0746ab;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #0746ab;
}

.preloader-close {
  position: fixed;
  z-index: 999999;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  color: #fff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffa000;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #fff;
  border-top-color: rgba(11, 48, 110, 0.2);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

/** button one **/

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 23.5px 44px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-one:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before {
  width: 100%;
}

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #ecf1f8;
  text-align: center;
  color: #748196;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
  color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a {
  color: #fff;
}

.sec-pad {
  padding: 40px 0px !important;
}

.mr-0 {
  margin: 0px !important;
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span {
  color: #fff;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.sec-title h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  margin: 0px;
}

.sec-title.light h2 {
  color: #fff;
}

/** comment button two **/

.theme-btn-two {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 23.5px 44px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-two:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-two:hover:before {
  width: 100%;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  position: relative;
  width: 100%;
}

.header-top .top-inner .text p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 52px;
}

.header-top .top-inner .social-links {
  position: relative;
  float: left;
}

.header-top .top-inner .top-right .link {
  position: relative;
  float: left;
  margin-left: 30px;
  padding-left: 70px;
}

.header-top .top-inner .top-right .link .bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5000px;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20px 0px);
}

.header-top .top-inner .top-right .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-top .top-inner .top-right .link a:hover {
}

.header-top .top-inner .social-links li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 52px;
  color: #fff;
  margin-right: 20px;
}

.header-top .top-inner .social-links li:last-child {
  margin: 0px !important;
}

.header-top .top-inner .social-links li a {
  color: #fff;
}

.header-top .top-inner .social-links li a:hover {
}

/** header-lower **/

.header-lower {
  position: relative;
  background: #fff;
  width: 100%;
}

.main-header .outer-box {
  position: relative;
}

.main-header .logo-box {
  position: relative;
  float: left;
  padding: 25px 65px 20px 0px;
}

.main-header .logo-box .bg-color {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5000px;
  height: 100%;
  background: #ecf1f8;
  clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0px 0px);
}

.main-header .logo-box .logo {
  position: relative;
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.main-header .logo-box .logo img {
  width: 100%;
}

.main-header .header-lower .info-box .phone-box {
  position: relative;
  float: left;
  margin-left: 25px;
  padding: 33px 0px 34px 78px;
}

.main-header .header-lower .info-box .phone-box .icon-box {
  position: absolute;
  left: 0px;
  top: 30px;
  font-size: 30px;
  color: #fff;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
}

.main-header .header-lower .info-box .phone-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #748196;
  margin-bottom: 0px;
}

.main-header .header-lower .info-box .phone-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.main-header .header-lower .info-box .phone-box h5 a {
  display: inline-block;
  color: #0746ab;
}

.main-header .header-lower .info-box .phone-box h5 a:hover {
}

/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  /*padding: 42px 0 0 0;*/
  margin: 0px 16px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  color: #748196;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover {
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 99%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box {
  padding: 25px 85px 22px 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
  padding: 27px 0px 30px 0px !important;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #0746ab;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

/** banner-section **/

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0px;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0b2c64;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.6;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.banner-carousel .content-box h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  background: #0746ab;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 18px;
  margin-bottom: 12px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  margin-bottom: 57px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

/* comment left & right tab page */
/*.banner-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 190px;
  background: #fff;
  text-align: center;
  line-height: 190px;
  font-size: 24px;
  font-weight: 600;
  color: #0746ab;
  cursor: pointer;
  opacity: 0.2;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%, 0px 0px);
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 190px;
  background: #fff;
  text-align: center;
  line-height: 190px;
  font-size: 24px;
  font-weight: 600;
  color: #0746ab;
  cursor: pointer;
  opacity: 0.2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30% 100%, 0px 0px);
  transition: all 500ms ease;
} */

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

/** bubble animation **/

.bubble-section {
  position: relative;
}

.bubbleContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

div[class^="bubble-"] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../images/icons/buble.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.bubble-1 {
  bottom: 0px;
  left: 60%;
  -webkit-animation: bubble-movement 10s infinite ease-in -5.7s;
  animation: bubble-movement 10s infinite ease-in -5.7s;
}

.bubble-2 {
  bottom: 0px;
  left: 90%;
  -webkit-animation: bubble-movement 10s infinite ease-in -4.94s;
  animation: bubble-movement 10s infinite ease-in -4.94s;
}

.bubble-3 {
  bottom: 0px;
  left: 20%;
  -webkit-animation: bubble-movement 4s infinite ease-in -1.2s;
  animation: bubble-movement 4s infinite ease-in -1.2s;
}

.bubble-4 {
  bottom: 0px;
  left: 40%;
  -webkit-animation: bubble-movement 10s infinite ease-in -1.58s;
  animation: bubble-movement 10s infinite ease-in -1.58s;
}

.bubble-5 {
  bottom: 0px;
  left: 75%;
  -webkit-animation: bubble-movement 7s infinite ease-in -6.31s;
  animation: bubble-movement 7s infinite ease-in -6.31s;
}

.bubble-6 {
  bottom: 0px;
  left: 45%;
  -webkit-animation: bubble-movement 10s infinite ease-in -0.51s;
  animation: bubble-movement 10s infinite ease-in -0.51s;
}

.bubble-7 {
  bottom: 0px;
  left: 10%;
  -webkit-animation: bubble-movement 15s infinite ease-in -3.37s;
  animation: bubble-movement 15s infinite ease-in -3.37s;
}

.bubble-8 {
  bottom: 0px;
  left: 65%;
  -webkit-animation: bubble-movement 10s infinite ease-in -0.66s;
  animation: bubble-movement 10s infinite ease-in -0.66s;
}

.bubble-9 {
  bottom: 0px;
  left: 30%;
  -webkit-animation: bubble-movement 4s infinite ease-in -5.81s;
  animation: bubble-movement 4s infinite ease-in -5.81s;
}

.bubble-10 {
  bottom: 0px;
  left: 95%;
  -webkit-animation: bubble-movement 10s infinite ease-in -3.98s;
  animation: bubble-movement 10s infinite ease-in -3.98s;
}

.bubble-11 {
  bottom: 0px;
  left: 41%;
  -webkit-animation: bubble-movement 15s infinite ease-in -3.98s;
  animation: bubble-movement 15s infinite ease-in -3.98s;
}

.bubble-12 {
  bottom: 0px;
  left: 46%;
  -webkit-animation: bubble-movement 10s infinite ease-in -3.98s;
  animation: bubble-movement 10s infinite ease-in -3.98s;
}

.bubble-13 {
  bottom: 0px;
  left: 50%;
  -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
  animation: bubble-movement 4s infinite ease-in -3.98s;
}

.bubble-14 {
  bottom: 0px;
  left: 70%;
  -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
  animation: bubble-movement 4s infinite ease-in -3.98s;
}

.bubble-15 {
  bottom: 0px;
  left: 58%;
  -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
  animation: bubble-movement 4s infinite ease-in -3.98s;
}

@-webkit-keyframes bubble-movement {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -700px, 0);
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
  }
}

@-moz-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
  }
}

@-o-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
  }
}

@keyframes bubble-movement {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -700px, 0);
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
  }
}

/* =========================================
   RWW ABOUT SPOTLIGHT (NEW)
========================================= */

.rww-about-spotlight {
  position: relative;
  padding: 95px 0;
  background: #f7f9fc;
  overflow: hidden;
}

.rww-about-spotlight__shape {
  position: absolute;
  inset: 0;
  background-image: url(assets/images/shape/shape-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  opacity: 0.9;
  pointer-events: none;
}

.rww-about-spotlight .auto-container {
  position: relative;
  z-index: 2;
}

.rww-about-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* Media */
.rww-about-spotlight__media {
  position: relative;
}

.rww-about-spotlight__img {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 24px 60px rgba(7, 70, 171, 0.12);
  background: #0b2e6a;
}

.rww-about-spotlight__img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* Pill CTA on image */
.rww-about-spotlight__pill {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 14px 16px;
  border-radius: 16px;

  background: rgba(7, 70, 171, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.3px;
  box-shadow: 0 18px 36px rgba(7, 70, 171, 0.22);
}

.rww-about-spotlight__pill:hover {
  background: #ffa000;
  color: #ffffff;
}

/* Content */
.rww-about-spotlight__kicker {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.14);
  margin-bottom: 12px;
}

.rww-about-spotlight__title {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.1;
  font-size: 44px;
}

.rww-about-spotlight__sub {
  margin: 0 0 22px;
  color: #55657a;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
  max-width: 620px;
}

/* Cards */
.rww-about-spotlight__cards {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.rww-about-spotlight__card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  padding: 16px 16px 14px;
  box-shadow: 0 14px 34px rgba(7, 70, 171, 0.06);
}

.rww-about-spotlight__card h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: #0746ab;
  letter-spacing: -0.2px;
}

.rww-about-spotlight__card p {
  margin: 0;
  color: #6a7b90;
  font-weight: 600;
  line-height: 1.7;
  font-size: 15px;
}

/* Actions */
.rww-about-spotlight__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.rww-about-spotlight__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0746ab;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: 12px;
  border: 2px solid #0746ab;
  box-shadow: 0 16px 34px rgba(7, 70, 171, 0.18);
}

.rww-about-spotlight__btn:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #ffffff;
}

.rww-about-spotlight__link {
  font-weight: 900;
  color: #0746ab;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.rww-about-spotlight__link:hover {
  color: #ffa000;
}

/* Responsive */
@media (max-width: 991px) {
  .rww-about-spotlight {
    padding: 75px 0;
  }

  .rww-about-spotlight__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rww-about-spotlight__img img {
    height: 420px;
  }

  .rww-about-spotlight__title {
    font-size: 34px;
  }
}

@media (max-width: 520px) {
  .rww-about-spotlight__img img {
    height: 340px;
  }
}

/** about-section **/

.about-section {
  position: relative;
  padding: 120px 0px 100px 0px;
}

#image_block_1 .image-box {
  position: relative;
  display: block;
  padding: 0px 40px 78px 0px;
}

#image_block_1 .image-box img {
  width: 100%;
}

#image_block_1 .image-box .image-2 {
  position: absolute;
  right: -20px;
  bottom: 0px;
}

#image_block_1 .image-box .image-2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  top: -32px;
  left: 0px;
}

#image_block_1 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

#image_block_1 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#image_block_1 .image-box h3 {
  position: absolute;
  left: 0px;
  bottom: 78px;
  display: block;
  max-width: 410px;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

#image_block_1 .image-box h3 a {
  position: relative;
  display: block;
  background: #fff;
  padding: 35px 75px 35px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

#content_block_1 .content-box .text {
  margin-bottom: 42px;
}

#image_block_1 .image-box h3:hover a {
  color: #fff;
}

#image_block_1 .image-box h3 a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

#image_block_1 .image-box h3:hover a:before {
  width: 100%;
  left: 0px;
}

#image_block_1 .image-box h3 a i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  font-size: 20px;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content_block_1 .content-box .text h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 36px;
}

.about-section #content_block_1 .content-box {
  margin-left: 50px;
}

#content_block_1 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

#content_block_1 .content-box .inner-box {
  position: relative;
  padding-right: 255px;
}

#content_block_1 .content-box .inner-box .counter-box {
  position: absolute;
  top: 8px;
  right: 0px;
  background: #ecf1f8;
  text-align: center;
  padding: 36px 40px 38px 40px;
  max-width: 230px;
  width: 100%;
}

#content_block_1 .content-box .inner-box .counter-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 8px;
}

#content_block_1 .content-box .inner-box .counter-box .count-outer {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 12px;
}

#content_block_1 .content-box .inner-box .counter-box h5 {
  font-size: 18px;
  display: block;
  line-height: 22px;
  font-weight: 600;
  color: #748196;
}

#content_block_1 .content-box .inner-box .content-inner .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
  padding-left: 15px;
}

#content_block_1 .content-box .inner-box .content-inner .single-item h4:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 18px;
  left: 0px;
  top: 1px;
}

#content_block_1 .content-box .inner-box .content-inner .single-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

#content_block_1 .content-box .inner-box .content-inner .single-item {
  margin-bottom: 42px;
}

#content_block_1 .content-box .inner-box .content-inner .single-item:last-child {
  margin-bottom: 0px;
}

.about-area .outer-container .shape-layer {
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 325px;
  height: 287px;
  background-repeat: no-repeat;
  z-index: 1;
}

/* ================================
   AVAILABLE TERRITORIES
================================ */

.territory-list-section {
  padding: 70px 0;
  background: #f6f9ff;
}

.territory-list__head {
  max-width: 980px;
  margin: 0 auto 26px;
  padding: 0 14px;
  text-align: center;
}

.territory-list__head h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.1;
  color: #0746ab;
  margin: 0 0 10px;
}

.territory-list__sub {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #4a6076;
  margin: 0;
}

.territory-state {
  max-width: 1100px;
  margin: 18px auto 0;
  padding: 22px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.06);
}

.territory-state__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.territory-state__title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #0746ab;
  margin: 0;
}

.territory-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.territory-index a {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0746ab;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(7, 70, 171, 0.2);
  background: rgba(7, 70, 171, 0.06);
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}

.territory-index a:hover {
  background: #0746ab;
  color: #fff;
  transform: translateY(-1px);
}

/* ✅ FIX: Masonry-style compact groups (no empty white card space) */
.territory-groups {
  columns: 2;
  column-gap: 16px;
}

.territory-group {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;

  border-radius: 16px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  background: #ffffff;
  padding: 12px 12px 10px;
  margin: 0 0 16px;

  min-height: 0;
  height: auto;
}

.territory-letter {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #0746ab;
  margin: 0 0 10px;
}

/* ✅ FIX: “chips” that wrap instead of a tall 2-column grid */
.territory-grid {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.territory-grid li {
  margin: 0;
}

.territory-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #0746ab;
  text-decoration: none;

  background: rgba(246, 249, 255, 1);
  border: 1px solid rgba(7, 70, 171, 0.18);
  border-radius: 999px;

  padding: 10px 14px;
  line-height: 1;
  white-space: nowrap;

  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    background 0.15s ease;
}

.territory-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 160, 0, 0.7);
  color: #ffa000;
  background: #ffffff;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .territory-groups {
    columns: 1;
  }
}

@media (max-width: 575px) {
  .territory-list-section {
    padding: 56px 0;
  }

  .territory-list__sub {
    font-size: 16px;
  }

  .territory-state {
    padding: 18px 14px;
  }

  .territory-grid a {
    width: 100%;
    justify-content: center;
  }
}

/** experience-section **/

.experience-section {
  position: relative;
  width: 100%;
  padding: 112px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#content_block_2 .content-box .text p {
  position: relative;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  color: #748196;
}

#content_block_2 .content-box .text .list {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-left: 20px;
}

#content_block_2 .content-box .text .list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-left: 17px;
}

#content_block_2 .content-box .text .list li:last-child {
  margin-bottom: 0px;
}

#content_block_2 .content-box .text .list li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

#content_block_2 .content-box .text {
  margin-bottom: 37px;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 0px;
}

.progress-box .bar:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 0px;
  top: -6px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-box .bar-inner:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  top: 0px;
  right: 0px;
}

.progress-box .count-text {
  position: absolute;
  top: -38px;
  right: -43px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  width: 43px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.progress-box .count-text:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0px;
  bottom: -6px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.progress-box .bar-inner.counted .count-text {
  opacity: 1;
}

#content_block_2 .content-box .progress-box h5 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 13px;
}

#content_block_2 .content-box .progress-box {
  margin-bottom: 24px;
}

#content_block_2 .content-box .progress-box:last-child {
  margin-bottom: 0px;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

/** service-section **/

.service-section {
  position: relative;
  padding: 112px 0px 120px 0px;
}

.border-bottom {
  border-bottom: 1px solid #e2e8f0;
}

.service-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 450px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.service-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding: 9.5px 31px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .tab-btns li.active-btn,
.service-section .tab-btns li:hover {
  color: #fff;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.2;
}

.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 32px 0px 6px 20px;
}

.service-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 13px;
}

.service-block-one .inner-box .lower-content h3 a {
  display: inline-block;
}

.service-block-one .inner-box .lower-content h3 a:hover {
}

.service-block-one .inner-box .lower-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 34px;
}

.service-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.service-block-one .inner-box .lower-content .link a:hover {
  padding-left: 13px;
}

.service-block-one .inner-box .lower-content .link a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 2px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .link a:hover:before {
  opacity: 1;
}

.service-block-one .inner-box .lower-content .icon-box {
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box {
}

.service-section .sec-title {
  margin-bottom: 60px;
}

.service-section .tab-btn-box {
  margin-top: 29px;
}

/** clients-section **/

.clients-section {
  position: relative;
  padding: 120px 0px;
}

.clients-section .clients-logo-box {
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover {
  opacity: 1;
}

.clients-section .pattern-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
  padding: 112px 0px 70px 0px;
}

.testimonial-section:before {
  position: absolute;
  content: "";
  background: #ecf1f8;
  width: 100%;
  height: 750px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.testimonial-block-one {
  margin: 30px 0px 50px 0px;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 97px 80px 80px 80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-block-one .inner-box .icon-box {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 2px;
}

.testimonial-block-one .inner-box p {
  font-size: 24px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 26px;
}

.testimonial-block-one .inner-box .author-box {
  position: relative;
  padding: 23px 0px 21px 115px;
  min-height: 92px;
}

.testimonial-block-one .inner-box .author-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px;
}

.testimonial-block-one .inner-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section .owl-dots {
  position: absolute;
  right: 77px;
  bottom: 160px;
}

.testimonial-section .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #c8d3e3;
  border-radius: 50%;
  margin: 0px 2.5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots .owl-dot span:hover {
}

#content_block_4 .content-box .image-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#content_block_4 .content-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

#content_block_4 .content-box .image-box .video-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

#content_block_4 .content-box .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content_block_4 .content-box .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#content_block_4 .content-box .image-box .shape-layer {
  position: absolute;
  left: -65px;
  top: -65px;
  width: 225px;
  height: 201px;
  background-repeat: no-repeat;
  z-index: 1;
}

#content_block_4 .content-box .inner-box {
  position: relative;
  margin: 0px -15px;
}

#content_block_4 .content-box .inner-box .single-item {
  position: relative;
  float: left;
  max-width: 270px;
  width: 100%;
  margin: 0px 15px;
  text-align: center;
  padding: 48px 60px 49px 60px;
}

#content_block_4 .content-box .inner-box .single-item:first-child {
}

#content_block_4 .content-box .inner-box .single-item:last-child {
}

#content_block_4 .content-box .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 23px;
}

#content_block_4 .content-box .inner-box .single-item h3 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  font-weight: 700;
}

#content_block_4 .content-box .inner-box .single-item:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 170px;
  height: 170px;
  right: 0px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0px 0px);
}

.testimonial-section .sec-title {
  margin-bottom: 20px;
}

.testimonial-section #content_block_4 .content-box {
  position: relative;
  margin-top: 8px;
}

/* ===============================
   Testimonial Section (Modern)
   =============================== */

.testimonial-section {
  padding: 85px 0 95px;
  background: #f6f9ff;
}

/* Outer wrapper */
.testimonial-wrap {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
}

/* Branded header band */
.testimonial-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 30px 26px;
  background: linear-gradient(135deg, #0746ab 0%, #0b5bd6 100%);
}

.testimonial-head:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.18), transparent 48%),
    radial-gradient(circle at 85% 45%, rgba(255, 255, 255, 0.12), transparent 55%);
  pointer-events: none;
}

/* Left */
.testimonial-head-left {
  position: relative;
  max-width: 720px;
}

.testimonial-kicker {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.testimonial-title {
  position: relative;
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.15;
}

.testimonial-sub {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 650;
  font-size: 15px;
  line-height: 1.7;
}

/* Right CTAs */
.testimonial-head-right {
  position: relative;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.testimonial-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background: #ffffff;
  color: #0746ab;
  border: 2px solid #ffffff;
  transition: all 180ms ease;
  white-space: nowrap;
}

.testimonial-cta:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #0746ab;
}

.testimonial-cta--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.testimonial-cta--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

/* The widget stage */
.testimonial-stage {
  padding: 26px 26px 30px;
  background: #ffffff;
}

/* Add a soft “inset” feel around widget */
.testimonial-stage:before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(7, 70, 171, 0.08);
  margin: 0 0 22px;
}

/* Keep plugin from overflowing weirdly */
.testimonial-stage * {
  max-width: 100%;
}

/* Responsive */

@media (max-width: 991px) {
  .testimonial-section {
    padding: 70px 0 80px;
  }

  .testimonial-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 20px 22px;
  }

  .testimonial-title {
    font-size: 30px;
  }

  .testimonial-head-right {
    justify-content: flex-start;
    width: 100%;
  }

  .testimonial-stage {
    padding: 20px 16px 22px;
  }
}

@media (max-width: 575px) {
  .testimonial-section {
    padding: 58px 0 65px;
  }

  .testimonial-title {
    font-size: 26px;
  }

  .testimonial-sub {
    font-size: 14px;
  }

  .testimonial-cta {
    width: 100%;
  }
}

/** funfact-section **/

.funfact-section {
  position: relative;
  padding: 108px 0px 116px 0px;
}

.funfact-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-block-one .inner-box {
  position: relative;
}

.counter-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.counter-block-one .inner-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.counter-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 205px;
  top: -108px;
  right: -15px;
}

.funfact-section .counter-block:last-child .counter-block-one .inner-box:before {
  display: none;
}

/** ourmission-section **/

.ourmission-section {
  position: relative;
  padding: 0 0 45px 0;
}

.ourmission-section .bg-layer {
  position: absolute;
  left: 0px;
  width: 42%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ourmission-section .title-box {
  position: absolute;
  left: 42%;
  top: 50%;
  margin-left: -182px;
}

.ourmission-section .title-box h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  padding: 17px 87px;
  transform: rotate(-90deg);
}

#content_block_5 .content-box {
  position: relative;
  display: block;
}

#content_block_5 .content-box .inner {
  position: relative;
  padding-left: 160px;
  margin-bottom: 49px;
  min-height: 124px;
}

#content_block_5 .content-box .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 118px;
  height: 118px;
  line-height: 118px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 65px;
  color: #fff;
  z-index: 1;
}

#content_block_5 .content-box .inner .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  z-index: -1;
}

#content_block_5 .content-box .inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

#content_block_5 .content-box .inner p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

#content_block_5 .content-box .list li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 30px;
}

#content_block_5 .content-box .list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  font-weight: 400;
}

#content_block_5 .content-box .list {
  padding-bottom: 30px;
}

#content_block_5 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

#content_block_5 .content-box .sec-title {
  margin-bottom: 48px;
}

/** google-map-section **/

.google-map-section {
  position: relative;
}

.google-map-section #contact-google-map {
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
}

.google-map-section .lower-content .inner-container {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px;
  margin-top: -18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.google-map-section .lower-content .inner-container .image-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 316px;
  height: 195px;
}

.google-map-section .lower-content .inner-container .image-box:before {
  position: absolute;
  content: "";
  top: 0px;
  right: -30px;
  width: 9px;
  height: 100%;
}

.google-map-section .lower-content .inner-container .image-box img {
  width: 100%;
}

.google-map-section .lower-content .inner-container .inner {
  position: relative;
  display: block;
  padding: 27px 20px 28px 400px;
}

.google-map-section .lower-content .inner-container .inner h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 32px;
}

.google-map-section .lower-content .inner-container .inner h2 a {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
}

.google-map-section .lower-content .inner-container .inner h2 a:hover {
}

.google-map-section .lower-content .inner-container .inner p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}

/** news-section **/

.news-section {
  position: relative;
  padding: 40px 0px 40px 0px;
}

.news-section .sec-title {
  margin-bottom: 50px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -200px 120px -20px rgba(11, 48, 110, 0.8);
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 1500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
  transform: scale(1.3);
}

.news-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 20px 58px 60px;
  z-index: 2;
}

.news-block-one .inner-box .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}

.news-block-one .inner-box .content-box h2 a {
  display: inline-block;
  color: #fff;
}

.news-block-one .inner-box .content-box h2 a:hover {
}

.news-block-one .inner-box .content-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 15px;
}

.news-block-one .inner-box .content-box .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .content-box .post-info li a {
  color: #fff;
}

.news-block-one .inner-box .content-box .post-info li a:hover {
}

.news-block-one .inner-box .content-box .post-info li i {
}

.news-block-one .inner-box .content-box .post-info {
  position: relative;
  margin-bottom: 3px;
}

.news-block-two .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #748196;
  margin-right: 22px;
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-two .inner-box .lower-content .post-info li a {
  color: #748196;
}

.news-block-two .inner-box .lower-content .post-info li a:hover {
}

.news-block-two .inner-box .lower-content .post-info li i {
}

.news-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

.news-block-two .inner-box .lower-content h3 a {
  display: inline-block;
}

.news-block-two .inner-box .lower-content h3 a:hover {
}

.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.2;
}

.news-block-two .inner-box .image-box .post-date {
  position: absolute;
  left: 0px;
  bottom: -1px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  text-align: center;
  padding: 3.5px 25px;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0px 0px);
}

.news-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 23px;
}

.news-block-two .inner-box .lower-content p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 10px;
}

/** main-footer **/

.main-footer {
  position: relative;
  background: #0746ab;
}

.main-footer .footer-top {
  position: relative;
  display: block;
}

.main-footer .footer-top:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.main-footer .footer-top .top-inner .footer-logo {
  position: relative;
  padding: 41px 85px 35px 0px;
}

.main-footer .footer-top .top-inner .footer-logo .logo {
  position: relative;
}

.main-footer .footer-top .top-inner .footer-logo .bg-color {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5000px;
  height: 100%;
  background: #0b2c64;
  clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0px 0px);
}

.main-footer .footer-top .top-inner .footer-info {
  position: relative;
  margin-top: 36px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 0px 0px 50px;
  margin-right: 80px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li:last-child {
  margin: 0px !important;
}

.main-footer .footer-top .top-inner .footer-info .info-list li:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 65px;
  top: -10px;
  right: -40px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li:last-child:before {
  display: none;
}

.main-footer .footer-top .top-inner .footer-info .info-list li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 30px;
  line-height: 30px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #8d9cb5;
  font-weight: 500;
  margin-bottom: 0px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}

.main-footer .footer-top .top-inner .footer-info .info-list li h6 a {
  display: inline-block;
  color: #fff;
}

.main-footer .footer-top .top-inner .footer-info .info-list li h6 a:hover {
}

.main-footer .footer-upper {
  position: relative;
  padding: 92px 0px 94px 0px;
  background: #0746ab;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-upper .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-upper .foote-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.footer-upper .foote-widget .widget-title h3 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
}

.footer-upper .about-widget .widget-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  padding-right: 5px;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #0b2c64;
  border: 1px solid #0b2c64;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #8d9cb5;
  transition: all 500ms ease;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group input::-webkit-input-placeholder {
  color: #8d9cb5;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group button {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group input:focus + button,
.footer-upper .about-widget .widget-content .subscribe-form .form-group button:hover {
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group input:focus {
}

.footer-upper .links-widget .links-list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #8d9cb5;
  margin-bottom: 12px;
  padding-left: 15px;
}

.footer-upper .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.footer-upper .links-widget .links-list li a {
  display: inline-block;
  color: #fff;
}

.footer-upper .links-widget .links-list li a:hover {
  color: #fff;
}

.footer-upper .links-widget .links-list li a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #8d9cb5;
  font-size: 14px;
  left: 0px;
  top: 0px;
}

.footer-upper .links-widget .links-list li a:hover:before {
}

.footer-upper .links-widget {
  margin: 0px -15px 0px 40px;
}

.footer-upper .post-widget .post-inner .post {
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 37px;
  min-height: 83px;
}

.footer-upper .post-widget .post-inner .post:last-child {
  margin-bottom: 0px;
}

.footer-upper .post-widget .post-inner .post .image-box {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 69px;
  height: 70px;
  border: 4px solid #fff;
}

.footer-upper .post-widget .post-inner .post .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.footer-upper .post-widget .post-inner .post:hover .image-box img {
  opacity: 0.2;
}

.footer-upper .post-widget .post-inner .post .post-date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}

.footer-upper .post-widget .post-inner .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

.footer-upper .post-widget .post-inner .post h5 a {
  display: inline-block;
  color: #fff;
}

.footer-upper .post-widget .post-inner .post h5 a:hover {
}

.footer-upper .post-widget .widget-title {
  margin-bottom: 40px;
}

.footer-bottom {
  position: relative;
  padding: 40px 0px;
  background: #0b2c64;
}

.footer-bottom .copyright p {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #8d9cb5;
}

.footer-bottom .copyright p a {
  color: #8d9cb5;
}

.footer-bottom .copyright p a:hover {
}

.footer-bottom .footer-social li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.footer-bottom .footer-social li:last-child {
  margin: 0px !important;
}

.footer-bottom .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.footer-bottom .footer-social li a:hover {
}

/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

.header-upper {
  position: relative;
  display: block;
  background: #fff;
}

.header-upper .upper-info {
  position: relative;
  margin-top: 36px;
}

.header-upper .upper-info .info-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 0px 0px 50px;
  margin-right: 80px;
}

.header-upper .upper-info .info-list li:last-child {
  margin: 0px !important;
}

.header-upper .upper-info .info-list li:before {
  position: absolute;
  content: "";
  background: #e2e8f0;
  width: 1px;
  height: 65px;
  top: -10px;
  right: -40px;
}

.header-upper .upper-info .info-list li:last-child:before {
  display: none;
}

.header-upper .upper-info .info-list li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 30px;
  line-height: 30px;
}

.header-upper .upper-info .info-list li span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #748196;
  font-weight: 500;
  margin-bottom: 0px;
}

.header-upper .upper-info .info-list li h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #0746ab;
  font-weight: 600;
}

.header-upper .upper-info .info-list li h6 a {
  display: inline-block;
  color: #0746ab;
}

.header-upper .upper-info .info-list li h6 a:hover {
}

.main-header.style-two .header-lower .lower-inner {
  position: relative;
}

.main-header.style-two .header-lower .lower-inner .outer-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-left: 40px;
}

.main-header.style-two .main-menu .navigation > li > a {
  color: #fff !important;
}

.main-header.style-two .main-menu .navigation > li {
  padding: 21px 0px 26px 0px;
}

.main-header.style-two .sticky-header .main-menu .navigation > li > a {
  color: #748196 !important;
}

.main-header.style-two .outer-box .btn-box {
  position: absolute;
  right: 0px;
  top: 0px;
}

.main-header.style-two .outer-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  padding: 25.5px 60px;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20px 0px);
}

.main-header.style-two .outer-box .btn-box a:hover {
}

/** banner-style-two **/

.banner-section.style-two .banner-carousel .content-box h3 {
  background: transparent;
  border: none;
  padding: 0px;
  margin-bottom: 22px;
}

.banner-section.style-two .banner-carousel .content-box h1 {
  font-size: 50px;
  line-height: 85px;
  font-weight: 500;
  /* comment uppercase on location title
  /* text-transform: uppercase; */
  margin-bottom: 47px;
}

.banner-section.style-two .banner-carousel .content-box h1 span {
  font-weight: 800;
}

.banner-section.style-two .banner-carousel .content-box {
  max-width: 100%;
  margin: 0px;
}

.banner-section.style-two .banner-carousel .slide-item {
  padding: 193px 0px 120px 0px;
}

/** about-style-two **/

.about-style-two {
  position: relative;
}

.about-style-two #content_block_6 .content-box {
  padding: 112px 0px 80px 0px;
}

#content_block_6 .content-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

#content_block_6 .content-box .text {
  margin-bottom: 40px;
}

#content_block_6 .content-box .inner-box {
  position: relative;
  padding-left: 270px;
}

#content_block_6 .content-box .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 10px;
  overflow: hidden;
}

#content_block_6 .content-box .inner-box .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content_block_6 .content-box .inner-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#content_block_6 .content-box .inner-box .inner .single-item {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 31px;
  padding-left: 84px;
  border-bottom: 1px solid #e2e8f0;
  min-height: 127px;
}

#content_block_6 .content-box .inner-box .inner .single-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

#content_block_6 .content-box .inner-box .inner .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 65px;
  line-height: 65px;
  transition: all 500ms ease;
}

#content_block_6 .content-box .inner-box .inner .single-item:hover .icon-box {
  transform: rotateY(180deg);
}

#content_block_6 .content-box .inner-box .inner .single-item p {
  line-height: 30px;
}

#content_block_7 .form-inner {
  position: relative;
  display: block;
  background: #fff;
  padding: 60px 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

#content_block_7 .form-inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  left: 0px;
  top: -20px;
  z-index: 1;
}

.nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #727f94;
  border-right: 2px solid #727f94;
  right: 20px;
}

.nice-select {
  height: 73px;
  background: #ecf1f8;
  padding: 23px 20px;
  font-size: 16px;
  line-height: 28px;
  color: #727f94;
  font-weight: 600;
  border: none !important;
}

#content_block_7 .form-inner .form-group {
  position: relative;
  margin-bottom: 10px;
}

#content_block_7 .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

#content_block_7 .form-inner .form-group .select-box {
  min-height: 73px;
}

#content_block_7 .form-inner .form-group input[type="text"],
#content_block_7 .form-inner .form-group input[type="email"],
#content_block_7 .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #ecf1f8;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 28px;
  color: #727f94;
  font-weight: 600;
  border: 2px solid #ecf1f8;
  transition: all 500ms ease;
}

#content_block_7 .form-inner .form-group textarea {
  resize: none;
  height: 144px;
}

#content_block_7 .form-inner .form-group textarea:focus,
#content_block_7 .form-inner .form-group input:focus {
}

/* =========================================
   RWW SERVICES (v2)
========================================= */

.service-style-two.rww-services-v2 {
  position: relative;
  padding: 95px 0 120px;
  background: #f7f9fc;
}

/* Head */
.rww-services-v2__head {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}

.rww-services-v2__kicker {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.14);
  margin-bottom: 12px;
}

.rww-services-v2__title {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  color: #0746ab;
  letter-spacing: -0.6px;
}

.rww-services-v2__sub {
  margin: 0 auto;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
  color: #55657a;
}

/* Row spacing */
.rww-services-v2__row {
  margin-top: 10px;
}

/* NEW: ensure nice spacing even if Bootstrap gutters differ */
.rww-services-v2__row > [class*="col-"] {
  margin-bottom: 26px;
}

/* Card */
.rww-services-v2__card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #0b2e6a; /* fallback behind image */
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 18px 48px rgba(7, 70, 171, 0.1);
  transform: translateZ(0);
  height: 100%;
}

/* NEW: improve tapping + prevent weird highlight */
.rww-services-v2__link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

/* Image */
.rww-services-v2__media {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.rww-services-v2__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

/* Overlay gradient for readability */
.rww-services-v2__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 70, 171, 0.08) 0%, rgba(7, 70, 171, 0.86) 100%);
  pointer-events: none;
}

/* Content */
.rww-services-v2__content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(9px);
  transition:
    transform 420ms ease,
    border-color 420ms ease,
    background 420ms ease;
}

.rww-services-v2__name {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.rww-services-v2__desc {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

/* CTA */
.rww-services-v2__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 13px;
  color: #ffffff; /* stays white */
}

.rww-services-v2__cta span {
  position: relative;
}

.rww-services-v2__cta span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: #ffa000; /* your orange */
  transition: width 320ms ease;
}

/* Hover states */
.rww-services-v2__card:hover .rww-services-v2__media img {
  transform: scale(1.1);
}

.rww-services-v2__card:hover .rww-services-v2__content {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.rww-services-v2__card:hover .rww-services-v2__cta span::after {
  width: 100%;
}

/* NEW: allow touch devices to get the “hover feel” on tap */
@media (hover: none) {
  .rww-services-v2__card:active .rww-services-v2__media img {
    transform: scale(1.06);
  }

  .rww-services-v2__card:active .rww-services-v2__content {
    transform: translateY(-4px);
  }

  .rww-services-v2__card:active .rww-services-v2__cta span::after {
    width: 100%;
  }
}

/* Card glow accent */
.rww-services-v2__card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: radial-gradient(800px 220px at 50% 115%, rgba(255, 160, 0, 0.25), transparent 60%);
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.rww-services-v2__card:hover::before {
  opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .service-style-two.rww-services-v2 {
    padding: 75px 0 95px;
  }

  .rww-services-v2__title {
    font-size: 34px;
  }

  .rww-services-v2__media {
    height: 320px;
  }

  /* NEW: slightly tighter spacing on tablet */
  .rww-services-v2__row > [class*="col-"] {
    margin-bottom: 22px;
  }
}

@media (max-width: 575px) {
  .rww-services-v2__head {
    text-align: left;
    margin-bottom: 26px;
  }

  .rww-services-v2__title {
    font-size: 30px;
  }

  .rww-services-v2__sub {
    font-size: 16px;
  }

  .rww-services-v2__media {
    height: 280px;
  }

  .rww-services-v2__content {
    left: 14px;
    right: 14px;
    padding: 16px 16px 14px;
  }

  /* NEW: improve readability on small screens */
  .rww-services-v2__name {
    font-size: 22px;
  }

  .rww-services-v2__desc {
    font-size: 15px;
  }

  .rww-services-v2__row > [class*="col-"] {
    margin-bottom: 18px;
  }
}

/* NEW: prevent any accidental horizontal scroll */
.service-style-two.rww-services-v2,
.rww-services-v2__card,
.rww-services-v2__media,
.rww-services-v2__media img {
  max-width: 100%;
}

/* ================================
   RWW MAP SECTION
================================= */

.rww-map-v2 {
  padding: 95px 0;
  background: #f7f9fc;
}

.rww-map-v2__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.rww-map-v2__kicker {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.14);
  margin-bottom: 12px;
}

.rww-map-v2__title {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  color: #0746ab;
}

.rww-map-v2__text {
  margin: 0 0 20px;
  color: #55657a;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
}

.rww-map-v2__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rww-map-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: 0.2s ease;
  color: #ffffff;
}

.rww-map-v2__btn--primary {
  background: #0746ab;
  border-color: #0746ab;
}

.rww-map-v2__btn--primary:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #ffffff;
}

.rww-map-v2__btn--outline {
  background: transparent;
  border-color: rgba(7, 70, 171, 0.25);
  color: #0746ab;
}

.rww-map-v2__btn--outline:hover {
  background: #0746ab;
  border-color: #0746ab;
  color: #ffffff;
}

.rww-map-v2__map {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 22px 60px rgba(7, 70, 171, 0.14);
}

.rww-map-v2__map iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .rww-map-v2 {
    padding: 70px 0;
  }

  .rww-map-v2__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .rww-map-v2__title {
    font-size: 34px;
  }

  .rww-map-v2__map iframe {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .rww-map-v2__title {
    font-size: 30px;
  }

  .rww-map-v2__btn {
    width: 100%;
  }

  .rww-map-v2__map iframe {
    height: 320px;
  }
}

/*** 

====================================================================
                     Feature Check
====================================================================

***/

.feature-check-section {
  background-color: #2cbce4;
  padding: 40px 0;
  font-family: "Roboto", sans-serif;
}

.feature-check-section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Desktop default */
.feature-check-section .feature-col {
  flex: 1 1 30%;
  min-width: 240px;
  padding: 10px 30px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-check-section .feature-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  width: 1px;
  background-color: #ffffff33;
}

.feature-check-section .checkmark {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.feature-check-section .feature-text .title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.feature-check-section .feature-text .subtext {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0746ab;
  margin-top: 4px;
}

/* ===============================
   RESPONSIVE (MATCHING PREVIOUS)
================================ */

/* Tablet */
@media (max-width: 991px) {
  .feature-check-section {
    padding: 30px 0;
  }

  .feature-check-section .row {
    max-width: 100%;
    padding: 0 18px;
  }

  .feature-check-section .feature-col {
    flex: 1 1 50%;
    min-width: 280px;
    padding: 14px 18px;
  }

  /* remove vertical dividers when wrapping */
  .feature-check-section .feature-col::after {
    display: none;
  }

  .feature-check-section .feature-text .title {
    font-size: 15px;
  }

  .feature-check-section .feature-text .subtext {
    font-size: 13px;
    letter-spacing: 1.6px;
  }
}

/* Phone */
@media (max-width: 575px) {
  .feature-check-section {
    padding: 26px 0;
  }

  .feature-check-section .row {
    padding: 0 16px;
    gap: 12px;
  }

  .feature-check-section .feature-col {
    flex: 1 1 100%;
    min-width: 0;
    padding: 14px 14px;
    align-items: center;
    gap: 12px;

    /* card-style layout on mobile */
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 14px;
  }

  .feature-check-section .checkmark {
    width: 22px;
    height: 22px;
    margin-top: 0;
  }

  .feature-check-section .feature-text .title {
    font-size: 15px;
    letter-spacing: 0.4px;
  }

  .feature-check-section .feature-text .subtext {
    font-size: 12.5px;
    letter-spacing: 1.4px;
    margin-top: 3px;
  }
}

/* =========================================
   WASHING SECTION (RWW v2)
   Brand: #0746ab | #0aa1d6 | #ffa000
   Keeps shape-3.png animated
========================================= */

.washing-section.rww-washing-v2 {
  position: relative;
  padding: 95px 0 130px;
  background: #f7f9fc;
  overflow: hidden;
}

.washing-section.rww-washing-v2 .auto-container {
  position: relative;
  z-index: 2;
}

/* keep your animated shape layer */
.washing-section.rww-washing-v2 .pattern-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 265px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
  z-index: 1;
}

.rww-washing-v2__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

/* MEDIA / IMAGE CARD */
.rww-washing-v2__media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(7, 70, 171, 0.18);
  border: 1px solid rgba(7, 70, 171, 0.12);
  background: #0b2e6a;
}

.rww-washing-v2__img {
  margin: 0;
}

.rww-washing-v2__img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

/* subtle gradient to make overlay readable */
.rww-washing-v2__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 70, 171, 0) 35%, rgba(7, 70, 171, 0.82) 100%);
  pointer-events: none;
}

.rww-washing-v2__overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.rww-washing-v2__overlayText {
  margin: 0 0 12px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.2px;
  font-size: 18px;
  line-height: 1.35;
}

/* Overlay Button */
.rww-washing-v2__overlayBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 12px;
  border: 2px solid #ffa000;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
  box-shadow: 0 14px 30px rgba(255, 160, 0, 0.22);
}

.rww-washing-v2__overlayBtn:hover {
  background: #0aa1d6;
  border-color: #0aa1d6;
  color: #ffffff; /* KEEP WHITE */
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(10, 161, 214, 0.25);
}

/* CONTENT */
.rww-washing-v2__kicker {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.14);
  margin-bottom: 12px;
}

.rww-washing-v2__title {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.1;
  font-size: 44px;
}

.rww-washing-v2__sub {
  margin: 0 0 26px;
  color: #55657a;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  max-width: 560px;
}

/* Benefits grid */
.rww-washing-v2__benefits {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.rww-washing-v2__benefit {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  padding: 16px 16px 14px;
  box-shadow: 0 14px 34px rgba(7, 70, 171, 0.06);
  position: relative;
}

.rww-washing-v2__benefit::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0aa1d6;
  box-shadow: 0 0 0 6px rgba(10, 161, 214, 0.14);
}

.rww-washing-v2__benefit h4 {
  margin: 0 0 6px;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 900;
  color: #0746ab;
  letter-spacing: -0.2px;
}

.rww-washing-v2__benefit p {
  margin: 0;
  padding-left: 22px;
  color: #6a7b90;
  font-weight: 600;
  line-height: 1.7;
  font-size: 15px;
}

/* Help row */
.rww-washing-v2__help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(7, 70, 171, 0.12);
  padding-top: 18px;
}

/* Help link styling */
.rww-washing-v2__helpText .rww-help-link {
  text-decoration: none;
  display: inline-block;
  transition: transform 0.18s ease;
}

.rww-washing-v2__helpText .rww-help-link span {
  display: block;
  color: #6a7b90;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.rww-washing-v2__helpText .rww-help-link strong {
  display: block;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 15px;
  transition: color 0.18s ease;
}

.rww-washing-v2__helpText .rww-help-link:hover {
  transform: translateY(-2px);
}

.rww-washing-v2__helpText .rww-help-link:hover strong {
  color: #ffa000;
}

/* Call Button (if used) */
.rww-washing-v2__callBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0746ab;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 12px;
  border: 2px solid #0746ab;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
  box-shadow: 0 16px 34px rgba(7, 70, 171, 0.18);
  white-space: nowrap;
}

.rww-washing-v2__callBtn:hover {
  background: #0aa1d6;
  border-color: #0aa1d6;
  color: #ffffff; /* KEEP WHITE */
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(10, 161, 214, 0.22);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .washing-section.rww-washing-v2 {
    padding: 70px 0 120px;
  }

  .rww-washing-v2__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rww-washing-v2__img img {
    height: 420px;
  }

  .rww-washing-v2__title {
    font-size: 34px;
  }

  .rww-washing-v2__help {
    flex-direction: column;
    align-items: flex-start;
  }

  .rww-washing-v2__callBtn {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 520px) {
  .rww-washing-v2__img img {
    height: 360px;
  }

  .rww-washing-v2__overlay {
    left: 14px;
    right: 14px;
  }
}
/** weprovide-section **/

.weprovide-section {
  position: relative;
  padding: 120px 0px;
}

.weprovide-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 414px;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.4;
}

.weprovide-section .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 414px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.weprovide-section .left-column .video-inner {
  position: relative;
  display: block;
  margin-bottom: 233px;
}

.weprovide-section .left-column .video-inner a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  background: #fff;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
}

.weprovide-section .left-column .video-inner a:after,
.weprovide-section .left-column .video-inner a:before {
  width: 130px;
  height: 130px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.weprovide-section .left-column .video-inner a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.weprovide-section .left-column .lower-content .text {
  margin-bottom: 48px;
}

.weprovide-section .left-column .lower-content .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.weprovide-section .left-column .lower-content .inner {
  position: relative;
  padding-left: 260px;
}

.weprovide-section .left-column .lower-content .inner .image-box {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 230px;
  height: 210px;
  overflow: hidden;
}

.weprovide-section .left-column .lower-content .inner .image-box img {
  width: 100%;
}

.weprovide-section .left-column .lower-content .inner .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.weprovide-section .left-column .lower-content .inner:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.weprovide-section .left-column .lower-content .inner .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #748196;
  font-weight: 500;
  padding-left: 27px;
  margin-bottom: 18px;
}

.weprovide-section .left-column .lower-content .inner .list-item li:last-child {
  margin-bottom: 0px;
}

.weprovide-section .left-column .lower-content .inner .list-item li i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 18px;
  font-weight: 500;
}

#content_block_9 .content-box {
  position: relative;
  display: block;
  padding: 72px 80px 80px 80px;
  margin-right: -40px;
}

#content_block_9 .content-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

#content_block_9 .content-box .sec-title h4 {
  color: #fff;
}

#content_block_9 .content-box .sec-title {
  margin-bottom: 50px;
}

#content_block_9 .content-box .title-box {
  position: relative;
  display: block;
  background: rgba(11, 44, 100, 0.2);
  padding: 19px 30px 22px 60px;
  margin-bottom: 29px;
}

#content_block_9 .content-box .title-box h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

#content_block_9 .content-box .title-box i {
  position: absolute;
  left: 27px;
  top: 22px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

#content_block_9 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
}

#content_block_9 .content-box .text {
  margin-bottom: 50px;
}

#content_block_9 .content-box .single-progress-box {
  position: relative;
  float: left;
  width: 50%;
  padding: 0px 0px 0px 140px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content_block_9 .content-box .single-progress-box:last-child {
  margin-bottom: 0px;
}

#content_block_9 .content-box .single-progress-box .box {
  position: absolute;
  max-width: 120px;
  left: 0px;
  top: 0px;
}

#content_block_9 .content-box .single-progress-box .piechart span {
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#content_block_9 .content-box .single-progress-box .piechart span:after {
  color: #fff;
  content: "%";
  font-size: 24px;
}

#content_block_9 .content-box .single-progress-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
}

/** team-section **/

.team-section {
  position: relative;
  padding: 112px 0px 120px 0px;
}

.team-section .carousel-content {
  position: relative;
  margin-right: -660px;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.team-block-one .inner-box .lower-content {
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: calc(100% - 40px);
  background: #fff;
  text-align: center;
  padding: 33px 15px 31px 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 3px;
}

.team-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #0746ab;
}

.team-block-one .inner-box .lower-content h3 a:hover {
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #748196;
  margin-bottom: 19px;
}

.team-block-one .inner-box .lower-content .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

.team-block-one .inner-box .lower-content .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #748196;
}

.team-block-one .inner-box .lower-content .social-links li a:hover {
}

.team-section .owl-dots {
  position: absolute;
  top: -125px;
  right: 660px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #3c598c;
  border-radius: 50px;
  cursor: pointer;
  margin: 0px 2.5px;
  transition: all 500ms ease;
}

.team-section .owl-theme .owl-dots .owl-dot.active span,
.team-section .owl-theme .owl-dots .owl-dot span:hover {
}

.team-section .sec-title {
  margin-bottom: 60px;
}

.team-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** teatimonial-style-two **/

.teatimonial-style-two {
  position: relative;
  padding-top: 112px;
}

.teatimonial-style-two:before {
  position: absolute;
  content: "";
  background: #ecf1f8;
  height: 595px;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

.teatimonial-style-two .single-item-carousel {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.teatimonial-style-two .owl-stage-outer {
  overflow: visible;
}

.teatimonial-style-two .testimonial-inner {
  position: relative;
  display: block;
  max-width: 1500px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-block-two {
  margin: 20px 0px 30px 0px;
}

.testimonial-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 79px 60px 62px 60px;
}

.teatimonial-style-two .owl-item.active .testimonial-block-two .inner-box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-block-two .inner-box .icon-box {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 24px;
  color: #ecf1f8;
  font-weight: 800;
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.teatimonial-style-two .owl-item.active .testimonial-block-two .inner-box .icon-box {
}

.testimonial-block-two .inner-box p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 26px;
}

.testimonial-block-two .inner-box .author-box {
  position: relative;
  padding: 8px 0px 1px 75px;
  min-height: 57px;
}

.testimonial-block-two .inner-box .author-box .image-box {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px;
}

.testimonial-block-two .inner-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}

.teatimonial-style-two .testimonial-block-two .inner-box .pattern-layer {
  opacity: 0;
}

.teatimonial-style-two .owl-item.active .testimonial-block-two .inner-box .pattern-layer {
  opacity: 1;
}

.news-style-two {
  padding: 82px 0px 110px 0px;
  position: relative;
}

.news-style-two .sec-pad {
  margin-bottom: 60px;
}

/*** 

====================================================================
                        CTA Service
====================================================================

***/

.cta-section {
  position: relative;
  padding: 87px 0px 99px 0px;
}

.cta-section .inner-box .text {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.cta-section .inner-box .text h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  font-weight: 700;
}

.cta-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.cta-section .inner-box .btn-box {
  margin-top: 23px;
}

/* ==============================
   RWW Fence Protection Section
   Background: #0746ab (Brand Blue)
   ============================== */

.rww-fence-protect {
  background-color: #0746ab !important;
  padding: 90px 0;
  font-family: "Barlow", sans-serif;
  color: #ffffff;
}

/* Section header */

.rww-fence-protect__kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2cbce4;
}

.rww-fence-protect__title {
  margin: 0 0 50px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
}

/* Grid */

.rww-fence-protect__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}

/* Cards */

.rww-fence-protect__card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 28px 26px;
}

.rww-fence-protect__card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.rww-fence-protect__card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

/* CTA Button */

.rww-fence-protect__cta {
  margin-top: 50px;
  text-align: center;
}

.rww-fence-protect__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff !important;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.rww-fence-protect__btn:hover {
  background: #2cbce4;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Responsive */

@media (max-width: 991px) {
  .rww-fence-protect {
    padding: 70px 0;
  }

  .rww-fence-protect__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rww-fence-protect__title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .rww-fence-protect__title {
    font-size: 28px;
  }
}

/* ===============================
   RWW Fence Pressure Washing
   Brand colors:
   #0746ab blue
   #0aa1d6 baby blue
   #ffa000 orange
================================= */

.rww-fence-wash {
  background: #f7f9fc;
  padding: 90px 0;
}

.rww-fence-wash__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

/* Kicker */
.rww-fence-wash__kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.16);
}

/* Title */
.rww-fence-wash__title {
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  color: #0746ab;
}

/* Text */
.rww-fence-wash__text {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.8;
  color: #42536a;
  font-weight: 600;
}

/* List */
.rww-fence-wash__list {
  list-style: none;
  margin: 20px 0 26px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.rww-fence-wash__list li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  color: #33455c;
}

.rww-fence-wash__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: #0aa1d6;
}

/* Button */
.rww-fence-wash__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.5px;
  border: 2px solid #ffa000;
  transition: all 0.22s ease;
}

.rww-fence-wash__btn:hover {
  background: #0aa1d6;
  border-color: #0aa1d6;
  color: #fff;
  transform: translateY(-2px);
}

/* Image */
.rww-fence-wash__media img {
  width: 100%;
  border-radius: 18px;
  display: block;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

/* Responsive */
@media (max-width: 991px) {
  .rww-fence-wash {
    padding: 70px 0;
  }

  .rww-fence-wash__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rww-fence-wash__title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .rww-fence-wash__title {
    font-size: 30px;
  }

  .rww-fence-wash__text {
    font-size: 16px;
  }

  .rww-fence-wash__btn {
    width: 100%;
    max-width: 340px;
  }
}

/*** 

====================================================================
                        About-Page
====================================================================

***/

.page-title {
  position: relative;
  width: 100%;
  padding-top: 143px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: "";
  background: #0b2c64;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.5;
}

.page-title .content-box .title-box h1 {
  position: relative;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  color: #fff;
}

.page-title .content-box .title-box {
  position: relative;
  margin-bottom: 122px;
}

.page-title .content-box .bread-crumb {
  position: relative;
  display: inline-block;
  padding: 2px 33px 5px 18px;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0px 0px);
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  padding-right: 13px;
  margin-right: 3px;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "/";
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.page-title .content-box .bread-crumb li a {
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
  color: #222;
}

/** about-style-three **/

.about-style-three {
  position: relative;
  padding: 120px 0px;
}

.about-style-three .image-box {
  position: relative;
  margin-bottom: 52px;
}

.about-style-three .image-box .text {
  position: absolute;
  bottom: -145px;
  right: 40px;
  max-width: 335px;
  width: 100%;
  padding: 42px 40px 40px 50px;
}

.about-style-three .image-box .text:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 50px;
  bottom: -12px;
  transform: rotate(-45deg);
}

.about-style-three .image-box .text p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

.about-style-three .image-box .text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.about-style-three .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-three .image-box .image img {
  width: 100%;
}

.about-style-three .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-three .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three .sec-title {
  max-width: 750px;
  width: 100%;
}

.about-style-three .text-column .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.team-section.about-page {
  padding-bottom: 190px;
}

.google-map-section.about-page .lower-content .inner-container {
  margin-top: -60px;
}

.teatimonial-style-two.about-page {
  background: #ecf1f8;
  padding: 120px 0px 120px 0px;
}

/** about-style-four **/

.about-style-four {
  position: relative;
  padding-top: 120px;
}

.about-style-four #image_block_3 .image-box {
  margin-right: 60px;
  z-index: 1;
  margin-bottom: -60px;
}

#image_block_3 .image-box {
  position: relative;
  display: block;
  padding-bottom: 23px;
}

#image_block_3 .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  left: 0px;
  bottom: 0px;
}

#image_block_3 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

#image_block_3 .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_3 .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_3 .image-box .image img {
  width: 100%;
}

#image_block_3 .image-box .shape-layer {
  position: absolute;
  left: -65px;
  top: -65px;
  width: 225px;
  height: 201px;
  background-repeat: no-repeat;
  z-index: 1;
}

#content_block_5 .content-box .author-box .text,
#content_block_5 .content-box .author-box .author-thumb {
  width: 50%;
}

#content_block_5 .content-box .author-box .text span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 2px;
}

#content_block_5 .content-box .author-box .text h4 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

#content_block_5 .content-box .author-box .author-thumb {
  position: relative;
  padding-left: 100px;
}

#content_block_5 .content-box .author-box .author-thumb .image-box {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

#content_block_5 .content-box .author-box .author-thumb .image-box img {
  width: 100%;
  border-radius: 50%;
}

.about-style-four #content_block_5 .content-box .text {
  margin-bottom: 68px;
}

.team-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}

.team-page-section .team-block-one .inner-box {
  margin-bottom: 30px;
}

.experience-section .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 40px;
}

.experience-section .image-box img {
  width: 100%;
}

.experience-section .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.experience-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.experience-section.alternat-2 #content_block_2 .content-box .text .list li:before {
}

.experience-section.alternat-2 .progress-box .bar {
  background: #ecf1f8;
}

.experience-section.alternat-2 .progress-box .bar-inner {
}

.experience-section.alternat-2 .progress-box .count-text {
}

.experience-section.alternat-2 .progress-box .count-text:before {
}

.gallery-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}

.gallery-page-section .gallery-block-one .inner-box {
  margin-bottom: 30px;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
  background: #f6f9ff;
  padding: 80px 0;
}

.error-section .auto-container {
  max-width: 1100px;
}

.error-section .inner-box {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  padding: 38px 26px;
}

.error-section .inner-box h1 {
  margin: 0 0 10px;
  font-size: 140px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #0746ab;
}

.error-section .inner-box h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  color: #0f2f5f;
}

.error-section .inner-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.8;
  color: #4a6076;
}

.error-section .inner-box p a {
  color: #0746ab;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.18s ease;
}

.error-section .inner-box p a:hover {
  color: #ffa000;
  text-decoration-color: #ffa000;
}

/* Actions */
.error-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0746ab;
  color: #ffffff !important;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    background 0.18s ease;
  min-width: 210px;
}

.error-btn:hover {
  transform: translateY(-1px);
  background: #ffa000;
  color: #0f2f5f !important;
}

.error-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.16);
  color: #0746ab !important;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
  min-width: 210px;
}

.error-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 180, 0, 0.6);
  background: rgba(255, 180, 0, 0.12);
}

/* Mobile */
@media (max-width: 991px) {
  .error-section {
    padding: 60px 0;
  }

  .error-section .inner-box {
    padding: 30px 18px;
    border-radius: 16px;
  }

  .error-section .inner-box h1 {
    font-size: 110px;
  }

  .error-section .inner-box h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .error-section {
    padding: 44px 0;
  }

  .error-section .inner-box {
    padding: 26px 16px;
    text-align: left;
  }

  .error-section .inner-box h1 {
    font-size: 92px;
  }

  .error-actions {
    justify-content: flex-start;
  }

  .error-btn,
  .error-link {
    width: 100%;
    min-width: 0;
  }
}

/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section {
  padding: 120px 0px 90px 0px;
}

.service-page-section:before {
  display: none;
}

.service-page-section .tab-btn-box {
  padding-bottom: 40px;
  max-width: 293px;
  width: 100%;
  margin: 0 auto;
}

.service-page-section .tab-btns li {
  background: #ecf1f8;
}

.service-page-section .service-block-one .inner-box {
  margin-bottom: 30px;
}

.service-sidebar .categories-widget .list {
  position: relative;
  display: block;
  background: #ecf1f8;
}

.service-sidebar .categories-widget .list li {
  position: relative;
  display: block;
}

.service-sidebar .categories-widget .list li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #0746ab;
  border-bottom: 2px solid #fff;
  padding: 21px 40px 24px 40px;
  z-index: 1;
}

.service-sidebar .categories-widget .list li:last-child a {
  border-bottom: none;
}

.service-sidebar .categories-widget .list li a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .list li a.active:before,
.service-sidebar .categories-widget .list li a:hover:before {
  width: 100%;
  left: 0px;
}

.service-sidebar .categories-widget .list li a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 700;
  color: #0746ab;
  top: 23px;
  right: 40px;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .list li a.active,
.service-sidebar .categories-widget .list li a:hover {
  color: #fff;
}

.service-sidebar .categories-widget .list li a.active:after,
.service-sidebar .categories-widget .list li a:hover:after {
  color: #fff;
}

.service-sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 30px;
}

.service-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.service-sidebar .sidebar-support {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 42px 50px 49px 50px;
}

.service-sidebar .sidebar-support:before {
  position: absolute;
  content: "";
  background: #0746ab;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-sidebar .sidebar-support h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 33px;
}

.service-sidebar .sidebar-support p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #8d9cb5;
  margin-bottom: 22px;
}

.service-sidebar .sidebar-support h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
}

.service-sidebar .sidebar-support h3 a {
  color: #fff;
}

.service-sidebar .sidebar-support h3 i {
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
}

.service-sidebar .sidebar-support h3 a:hover {
}

.service-sidebar .download-widget .download-content a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 30px;
}

.service-sidebar .download-widget .download-content a:hover {
}

/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid .news-block-two .inner-box {
  margin-bottom: 50px;
}

.blog-grid .pagination-wrapper {
  position: relative;
  margin-top: 20px;
}

.news-block-two .inner-box .lower-content h2 {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 47px;
  font-weight: 700;
  margin-bottom: 19px;
}

.news-block-two .inner-box .lower-content h2 a {
  display: inline-block;
}

.news-block-two .inner-box .lower-content h2 a:hover {
}

.sidebar-page-container .news-block-two .inner-box .lower-content p {
  font-size: 18px;
  line-height: 34px;
  padding-bottom: 0px;
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 34px;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .link a i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
  opacity: 0;
  transition: all 500ms ease;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .link a:hover i {
  opacity: 1;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .link a:hover {
  padding-left: 13px;
}

.sidebar-page-container .news-block-two .inner-box .lower-content {
  padding-top: 30px;
}

.sidebar-page-container .news-block-two .inner-box {
  margin-bottom: 50px;
}

.sidebar-page-container .pagination-wrapper {
  padding-top: 60px;
  border-top: 1px solid #e2e8f0;
}

.blog-sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 30px;
  background: #ecf1f8;
}

.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-search {
  padding: 22px 30px;
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-search .search-form .form-group {
  position: relative;
  margin: 0px;
}

.blog-sidebar .sidebar-search .search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus {
}

.blog-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  top: 10px;
  right: 30px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus + button,
.blog-sidebar .sidebar-search .search-form .form-group button:hover {
}

.blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder {
  color: #fff;
}

.blog-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.blog-sidebar .widget-title h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px;
}

.blog-sidebar .sidebar-post {
  padding: 44px 50px 17px 50px;
}

.blog-sidebar .sidebar-post .post {
  position: relative;
  display: block;
  padding-left: 95px;
  padding-bottom: 27px;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  min-height: 104px;
}

.blog-sidebar .sidebar-post .post:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-post .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 66px;
  height: 67px;
  overflow: hidden;
}

.blog-sidebar .sidebar-post .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-post .post:hover .post-thumb img {
  opacity: 0.2;
}

.blog-sidebar .sidebar-post .post .post-date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.blog-sidebar .sidebar-post .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px;
}

.blog-sidebar .sidebar-post .post h5 a {
  display: inline-block;
}

.blog-sidebar .sidebar-post .post h5 a:hover {
}

.blog-sidebar .categories-widget {
  padding: 43px 50px 39px 50px;
}

.blog-sidebar .categories-widget .categories-list li {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.blog-sidebar .categories-widget .categories-list li:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .categories-widget .categories-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #748196;
  padding-left: 15px;
}

.blog-sidebar .categories-widget .categories-list li a:hover {
}

.blog-sidebar .categories-widget .categories-list li a:before {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #748196;
  left: 0px;
  top: 1px;
  transition: all 500ms ease;
}

.blog-sidebar .categories-widget .categories-list li a:hover:before {
}

.blog-sidebar .categories-widget .widget-title {
  margin-bottom: 21px;
}

.blog-sidebar .tags-widget {
  padding: 43px 50px 37px 50px;
}

.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #748196;
}

.blog-sidebar .tags-widget .tags-list li a {
  display: inline-block;
  color: #748196;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
}

.blog-sidebar .tags-widget .widget-title {
  margin-bottom: 22px;
}

.blog-details-content .news-block-two .inner-box:hover .image-box img {
  transform: scale(1);
  opacity: 1;
}

.blog-details-content .news-block-two {
  border-bottom: 1px solid #e2e8f0;
}

.blog-details-content .post-share-option {
  position: relative;
  padding: 30px 0px 30px 0px;
}

.blog-details-content .post-share-option .tags li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #748196;
  font-weight: 600;
}

.blog-details-content .post-share-option .tags li a {
  color: #748196;
}

.blog-details-content .post-share-option .tags li a:hover {
}

.blog-details-content .post-share-option .tags li h5 {
  font-size: 18px;
  font-weight: 700;
}

.blog-details-content .post-share-option .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.blog-details-content .post-share-option .social-links li:last-child {
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #748196;
}

.blog-details-content .post-share-option .social-links li a:hover {
}

.blog-details-content .author-box {
  position: relative;
  display: block;
  padding: 60px;
  border: 1px solid #e2e8f0;
  margin-bottom: 50px;
}

.blog-details-content .author-box .inner {
  position: relative;
  padding-left: 210px;
  padding-bottom: 0px;
}

.blog-details-content .author-box .inner .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 170px;
  height: 160px;
}

.blog-details-content .author-box .inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.blog-details-content .author-box .inner p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.blog-details-content .group-title {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.blog-details-content .group-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.blog-details-content .comments-area .comment {
  position: relative;
  display: block;
  padding-bottom: 64px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 52px;
}

.blog-details-content .comments-area .comment:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 165px;
  height: 165px;
}

.blog-details-content .comments-area .comment .thumb-box img {
  width: 100%;
}

.blog-details-content .comments-area .comment .comment-inner {
  position: relative;
  padding-left: 205px;
}

.blog-details-content .comments-area .comment .comment-inner h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 34px;
}

.blog-details-content .comments-area .comment .comment-inner h4 span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-content .comments-area .comment .comment-inner p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.blog-details-content .comments-area .comment .comment-inner a {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  padding: 7.5px 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.blog-details-content .comments-area .comment .comment-inner a:hover {
}

.blog-details-content .comments-area {
  margin-bottom: 54px;
}

.default-form .form-group {
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form {
  position: relative;
  margin: 0px 10px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #ecf1f8;
  font-size: 16px;
  font-weight: 500;
  color: #727f94;
  border: 2px solid #ecf1f8;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.default-form .form-group textarea {
  height: 240px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
}

.blog-details-content .comments-form-area .group-title {
  margin-bottom: 52px;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section {
  position: relative;
  padding-bottom: 120px;
}

.contact-section .default-form {
  margin: 0px;
}

.contact-section .default-form .form-group {
  padding: 0px;
}

.contact-section .info-inner {
  position: relative;
  padding-top: 112px;
}

.contact-section .info-inner .text {
  position: relative;
  margin-bottom: 50px;
}

.contact-section .info-inner .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.contact-section .info-inner .inner-box {
  position: relative;
  padding-right: 310px;
  padding-bottom: 36px;
}

.contact-section .info-inner .inner-box .address-box {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 270px;
  width: 100%;
}

.contact-section .info-inner .inner-box .info-list li {
  position: relative;
  display: block;
  padding-bottom: 45px;
  margin-bottom: 41px;
  padding-left: 85px;
  border-bottom: 1px solid #e2e8f0;
}

.contact-section .info-inner .inner-box .info-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.contact-section .info-inner .inner-box .info-list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
}

.contact-section .info-inner .inner-box .info-list li p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}

.contact-section .info-inner .inner-box .info-list li h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.contact-section .info-inner .inner-box .info-list li h3 a {
  display: inline-block;
}

.contact-section .info-inner .inner-box .info-list li h3 a:hover {
}

.contact-section .info-inner .inner-box .address-box .text {
  position: relative;
  display: block;
  background: #ecf1f8;
  padding: 46px 50px 62px 50px;
  margin: 0px;
}

.contact-section .info-inner .inner-box .address-box .text i {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 14px;
}

.contact-section .info-inner .inner-box .address-box .text h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.contact-section .info-inner .inner-box .address-box .owl-dots {
  position: absolute;
  right: 47px;
  bottom: 40px;
}

.contact-section .info-inner .inner-box .address-box .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #a8b7ce;
  border-radius: 50%;
  margin: 0px 3px;
  cursor: pointer;
  transition: all 500ms ease;
}

.contact-section .info-inner .inner-box .address-box .owl-dots .owl-dot.active span,
.contact-section .info-inner .inner-box .address-box .owl-dots .owl-dot span:hover {
}

.contact-section #content_block_7 .form-inner .form-group input[type="text"],
.contact-section #content_block_7 .form-inner .form-group input[type="email"] {
  height: 60px;
}

.contact-section #content_block_7 .form-inner .form-group textarea {
  height: 158px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-15 {
  margin-top: 15px;
}

/** comment bullet point **/
.li-two {
  list-style-type: circle;
}

/*** 
========================================
        Service Area Section
========================================
***/

.service-area-section {
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 75%);
  padding: 70px 0;
}

.service-area-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.service-area-section .section-title h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.15;
  color: #0746ab;
  text-align: center;
  margin: 0 0 22px;
}
/* ===============================
   Youngstown Ohio Service Area H2
   =============================== */
.service-area-section .section-title {
  margin-bottom: 28px;
  text-align: center;
}

.service-area-section .section-title h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
  color: #0746ab;
  letter-spacing: 0.3px;
  margin: 0;
  position: relative;
}

/* Accent underline */
.service-area-section .section-title h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  background: linear-gradient(90deg, #ffa000, #ffa000);
  margin: 14px auto 0;
  border-radius: 999px;
}

/* Tablet */
@media (max-width: 768px) {
  .service-area-section .section-title h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .service-area-section .section-title h2 {
    font-size: 24px;
  }
}
/* Content text */
.service-area-section .section-content {
  max-width: 920px;
  margin: 0 auto;
}

.service-area-section .section-content p {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #4a6076;
  text-align: center; /* matches your screenshot better than justify */
  margin: 0;
}

.service-area-section .section-content p + p {
  margin-top: 14px;
}

/* Links inside content */
.service-area-section .section-content a {
  color: #0746ab;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(7, 70, 171, 0.3);
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.service-area-section .section-content a:hover {
  color: #ffa000;
  border-color: #ffa000;
}

/* Responsive */
@media (max-width: 768px) {
  .service-area-section {
    padding: 56px 0;
  }

  .service-area-section .section-content p {
    font-size: 16.5px;
    line-height: 1.7;
    text-align: left; /* easier to read on mobile */
  }
}

@media (max-width: 575px) {
  .service-area-section .section-title h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .service-area-section .section-content p {
    font-size: 16px;
  }
}

/** our-work-section **/
.our-work-section {
  background: #f5f5f5; /* Example background color */
  padding: 20px 0; /* Example padding */
}

.our-work-section .container {
  width: 80%; /* Example width */
  margin: 0 auto; /* Centering the container */
}

.our-work-section .section-title h1 {
  color: #0746ab; /* Example title color */
  font-size: 2em; /* Example font-size */
  font-weight: bold; /* Bold font for the title */
  margin-bottom: 15px; /* Space below the title */
  text-align: center; /* Centers the title */
}

.our-work-section .section-content p {
  color: #666; /* Example text color */
  line-height: 1.6; /* Example line height */
  text-align: justify; /* Justify aligns the text for better readability */
}

/* =========================================
   RWW Reviews Section 
========================================= */

.reviews-section {
  background: #f6f9ff;
  padding: 80px 0;
  overflow-x: hidden; /* prevents mobile cutoff */
}

.reviews-section .auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Header */
.reviews-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 26px;
}

.reviews-header h1 {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.reviews-header p {
  margin: 0;
  color: #5b7085;
  font-weight: 650;
  font-size: 16px;
  line-height: 1.75;
}

/* Layout */
.reviews-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}

/* Sidebar */
.reviews-sidebar {
  display: grid;
  gap: 16px;
}

/* Support card */
.reviews-support-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  min-height: 240px;
}

/* ✅ UPDATED: LESS WHITE / STRONGER BLUE OVERLAY */
.reviews-support-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 70, 171, 0.92), rgba(7, 70, 171, 0.72));
}

.reviews-support-content {
  position: relative;
  padding: 18px 18px;
  color: #ffffff;
}

.reviews-support-content h4 {
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffa000;
}

.reviews-support-content p {
  margin: 0 0 14px;
  font-weight: 650;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.reviews-support-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.reviews-phone {
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.reviews-phone:hover {
  transform: translateY(-1px);
  background: rgba(255, 180, 0, 0.16);
  border-color: rgba(255, 180, 0, 0.5);
}

/* CTA card */
.reviews-cta-card {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  padding: 16px;
}

.reviews-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: #0746ab;
  color: #ffffff !important;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 14px 16px;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

/* ✅ UPDATED: HOVER = ORANGE */
.reviews-cta-btn:hover {
  transform: translateY(-1px);
  background: #ffa000;
  color: #0746ab !important;
}

.reviews-cta-note {
  margin: 10px 0 0;
  color: #5b7085;
  font-weight: 650;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

/* Widget panel */
.reviews-widget {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  padding: 14px;
  overflow: hidden; /* keeps widget from bleeding out */
}

/* IMPORTANT: ensure Elfsight doesn’t create horizontal scroll */
.reviews-widget * {
  max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .reviews-section {
    padding: 60px 0;
  }

  .reviews-header {
    text-align: left;
    margin-bottom: 18px;
  }

  .reviews-header h1 {
    font-size: 32px;
  }

  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .reviews-support-card {
    min-height: 210px;
  }
}

@media (max-width: 575px) {
  .reviews-section {
    padding: 44px 0;
  }

  .reviews-header h1 {
    font-size: 26px;
    line-height: 1.18;
  }

  .reviews-header p {
    font-size: 15px;
  }

  .reviews-widget {
    padding: 10px;
    border-radius: 16px;
  }

  .reviews-support-content {
    padding: 16px;
  }

  .reviews-phone {
    width: 100%;
    justify-content: center;
  }
}

/*** 

====================================================================
                        Terms-of-Service & Privacy Policy
====================================================================

***/

.terms-of-service-section .section-title h1 {
  color: #0746ab;
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 50px; /* Add top margin if needed */
}

.terms-of-service-section .effective-date p {
  font-size: 1em;
  margin-bottom: 20px;
}

.terms-of-service-section .section-content p {
  font-size: 1em;
  margin-bottom: 20px;
}

.terms-of-service-section .terms-warning p {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
}

ul.navigation.clearfix {
  height: 112.9px;
  display: flex;
  align-items: center;
}

.main-footer .logo img {
  height: 42px;
}

.gallery-item {
  width: 100%;
}

/***

====================================================================
                        City Details (REFINED)
====================================================================

**/

.city-details {
  padding: 78px 0 84px;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.city-details-container {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 44px 46px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.08);
  position: relative;
  overflow: hidden;
}

/* subtle brand glow accents */
.city-details-container::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 15% 25%, rgba(255, 180, 0, 0.18), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(7, 70, 171, 0.12), transparent 45%);
  pointer-events: none;
}

.city-details-container > * {
  position: relative;
  z-index: 1;
}

.city-details-title {
  color: #0746ab;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  text-align: center;
}

/* optional small eyebrow line feel without changing HTML */
.city-details-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #ffa000;
  border-radius: 999px;
  margin: 14px auto 0;
}

.city-details-intro,
.city-details-description {
  color: #4b5f73;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 16px;
  text-align: left;
  font-weight: 550;
}

.city-details-description {
  margin-top: 8px;
}

/* List */
.city-details-list {
  list-style: none;
  padding: 0;
  margin: 18px auto 26px;
  display: grid;
  gap: 12px;
  text-align: left;
}

.city-details-list li {
  background: #f7f9fc;
  border: 1px solid rgba(7, 70, 171, 0.1);
  border-radius: 14px;
  padding: 14px 16px 14px 48px;
  font-size: 16px;
  line-height: 1.65;
  color: #2f3e4d;
  position: relative;
}

/* check icon bullet */
.city-details-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 180, 0, 0.18);
  border: 2px solid rgba(255, 180, 0, 0.75);
}

/* inner dot */
.city-details-list li::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffa000;
}

.city-details-button-container {
  text-align: center;
  margin-top: 18px;
}

.city-details-button {
  background: #ffa000;
  color: #ffffff;
  padding: 14px 26px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  box-shadow: 0 14px 30px rgba(255, 180, 0, 0.28);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.city-details-button:hover {
  background: #0746ab;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.22);
}

/* Responsive */
@media (max-width: 991px) {
  .city-details {
    padding: 64px 0 70px;
  }

  .city-details-container {
    padding: 36px 28px;
  }

  .city-details-title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .city-details {
    padding: 54px 0 60px;
  }

  .city-details-container {
    width: 92%;
    padding: 28px 18px;
    border-radius: 16px;
  }

  .city-details-title {
    font-size: 26px;
  }

  .city-details-intro,
  .city-details-description {
    font-size: 15.5px;
  }

  .city-details-list li {
    font-size: 15px;
    padding: 13px 14px 13px 44px;
  }
}

/* =========================================
   RWW STATS (FUN FACTS) - NEW CLASSES
========================================= */

.rww-stats {
  padding: 78px 0;
  background: linear-gradient(180deg, #0b2f73 0%, #0746ab 100%);
  position: relative;
  overflow: hidden;
}

/* kill theme pattern layers if they sneak in */
.rww-stats .pattern-layer {
  display: none !important;
}

.rww-stats::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 180, 0, 0.14), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(10, 161, 214, 0.18), transparent 45%);
  pointer-events: none;
}

.rww-stats .auto-container {
  position: relative;
  z-index: 1;
}

/* Head */
.rww-stats__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.rww-stats__head h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: 900;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.rww-stats__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
  font-size: 16px;
  line-height: 1.75;
}

/* Grid */
.rww-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* Card */
.rww-stats__card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 22px 18px 20px;
  text-align: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.rww-stats__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 180, 0, 0.55);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

/* Number */
.rww-stats__num {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.rww-stats__num .count-text {
  color: #ffffff;
  font-weight: 900;
}

.rww-stats__plus {
  color: #ffa000;
  font-weight: 900;
  font-size: 34px;
  line-height: 1;
}

/* Label */
.rww-stats__label {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .rww-stats {
    padding: 64px 0;
  }

  .rww-stats__head {
    text-align: left;
    margin-bottom: 22px;
  }

  .rww-stats__head h2 {
    font-size: 32px;
  }

  .rww-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rww-stats__num {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .rww-stats {
    padding: 54px 0;
  }

  .rww-stats__head h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .rww-stats__head p {
    font-size: 15px;
  }

  .rww-stats__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-stats__card {
    text-align: left;
    padding: 18px 16px 16px;
  }

  .rww-stats__num {
    justify-content: flex-start;
    font-size: 38px;
  }
}

/* =========================================
   RWW PROCESS SECTION
========================================= */

.rww-process {
  position: relative;
  padding: 78px 0 72px;
  background: #0746ab; /* BLUE */
  overflow: hidden;
}

/* subtle texture glow */
.rww-process:before {
  content: "";
  position: absolute;
  inset: -120px;
  background:
    radial-gradient(circle at 20% 20%, rgba(10, 161, 214, 0.35), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(255, 180, 0, 0.22), transparent 55%),
    radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.08), transparent 55%);
  pointer-events: none;
}

.rww-process .auto-container {
  position: relative;
  max-width: 1200px;
}

/* Head */
.rww-process__head {
  max-width: 860px;
  margin: 0 auto 26px;
  text-align: center;
}

.rww-process__head h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.rww-process__head h2 {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.rww-process__head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

/* Grid */
.rww-process__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

/* Card */
.rww-process__card {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
  transform: translateY(0);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
  overflow: hidden;
}

/* orange accent bar on hover */
.rww-process__card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  background: transparent;
  transition: background 180ms ease;
}

.rww-process__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 180, 0, 0.8);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.rww-process__card:hover:before {
  background: #ffa000; /* ORANGE */
}

/* Top row */
.rww-process__top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.rww-process__step {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(7, 70, 171, 0.1);
  color: #0746ab;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.6px;
}

.rww-process__card h3 {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.25;
  font-weight: 900;
  color: #0f2f5f;
}

.rww-process__card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 650;
  color: #51627a;
}

/* CTA */
.rww-process__cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.rww-process__btn {
  background: #ffa000;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.rww-process__btn:hover {
  background: #0aa1d6; /* light blue hover */
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26);
}

.rww-process__note {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 650;
}

/* Responsive */
@media (max-width: 1200px) {
  .rww-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .rww-process {
    padding: 64px 0 60px;
  }

  .rww-process__head h2 {
    font-size: 34px;
  }

  .rww-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .rww-process__head h2 {
    font-size: 28px;
  }

  .rww-process__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ================================
   RWW MAINTENANCE (CITY PAGE)
================================ */

.rww-maintenance {
  padding: 70px 0;
  background: #f6f9ff;
}

.rww-maintenance .auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Head */
.rww-maintenance__head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px;
}

.rww-maintenance__head h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #0aa1d6;
}

.rww-maintenance__head h2 {
  margin: 0 0 12px;
  color: #0746ab;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.rww-maintenance__head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  color: #4b637a;
}

/* Grid */
.rww-maintenance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

/* Card */
.rww-maintenance__card {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  padding: 22px 20px 20px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.rww-maintenance__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 180, 0, 0.55);
}

/* Icon (Font Awesome + SVG fallback) */
.rww-maintenance__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 161, 214, 0.12);
  border: 1px solid rgba(10, 161, 214, 0.22);
  color: #0746ab;
  margin-bottom: 12px;
}

/* If Font Awesome loads, show it */
.rww-maintenance__icon .rww-fa {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}

/* SVG fallback always available */
.rww-maintenance__icon .rww-svg {
  width: 22px;
  height: 22px;
  display: none; /* default hidden */
}

/* If FA fails (common issue), show SVG */
.rww-maintenance__icon i:before {
  /* if FA isn't loaded, it won't render a glyph, so we still show SVG */
}
.rww-maintenance__icon i:not(:empty) + .rww-svg {
  /* keep svg hidden if fa renders */
}

/* safer: always show SVG, hide it only when FA is actually loaded via a body class */
.rww-maintenance__icon .rww-svg {
  display: inline-block;
}
.rww-maintenance__icon .rww-fa {
  display: none;
}

/* Headings */
.rww-maintenance__card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.rww-maintenance__card h3 a {
  color: #0746ab;
  text-decoration: none;
  transition: color 180ms ease;
}

.rww-maintenance__card h3 a:hover {
  color: #ffa000;
}

/* Paragraph */
.rww-maintenance__card p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 600;
  color: #4b637a;
}

/* Bullet links (NO underlines, keep clickable) */
.rww-maintenance__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.rww-maintenance__bullets li a {
  display: inline-block;
  color: #0aa1d6;
  font-weight: 800;
  font-size: 14.5px;
  text-decoration: none; /* removed underline */
  transition: color 180ms ease;
}

.rww-maintenance__bullets li a:hover {
  color: #ffa000;
}

/* Bottom bar */
.rww-maintenance__foot {
  margin-top: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.rww-maintenance__foot-text h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  color: #0746ab;
}

.rww-maintenance__foot-text p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 600;
  color: #4b637a;
}

/* Responsive */
@media (max-width: 991px) {
  .rww-maintenance {
    padding: 58px 0;
  }

  .rww-maintenance__head h2 {
    font-size: 32px;
  }

  .rww-maintenance__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .rww-maintenance {
    padding: 50px 0;
  }

  .rww-maintenance .auto-container {
    padding: 0 14px;
  }

  .rww-maintenance__head h2 {
    font-size: 28px;
  }

  .rww-maintenance__card {
    padding: 20px 16px 18px;
  }
}

/* ===============================
   RWW Maintenance Importance
================================ */

.rww-maintenance {
  background: #f6f9ff;
  padding: 80px 0 70px;
}

.rww-maintenance__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.rww-maintenance__head {
  max-width: 820px;
  margin-bottom: 46px;
}

.rww-maintenance__head h4 {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #0aa1d6;
  margin-bottom: 8px;
}

.rww-maintenance__head h2 {
  font-size: 38px;
  font-weight: 900;
  color: #0746ab;
  line-height: 1.15;
  margin-bottom: 14px;
}

.rww-maintenance__head p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #4b637a;
  font-weight: 500;
}

/* Grid */
.rww-maintenance__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Cards */
.rww-maintenance__card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 26px 28px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.rww-maintenance__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 180, 0, 0.6);
}

.rww-maintenance__card h3 {
  font-size: 20px;
  font-weight: 900;
  color: #0746ab;
  margin-bottom: 10px;
}

.rww-maintenance__card p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #5b7085;
  font-weight: 600;
  margin: 0;
}

/* Footer text */
.rww-maintenance__footer {
  max-width: 900px;
  margin-top: 34px;
}

.rww-maintenance__footer p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  color: #4b637a;
}

/* Responsive */
@media (max-width: 991px) {
  .rww-maintenance {
    padding: 65px 0 60px;
  }

  .rww-maintenance__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rww-maintenance__head h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .rww-maintenance {
    padding: 55px 0 52px;
  }

  .rww-maintenance__head h2 {
    font-size: 26px;
  }

  .rww-maintenance__card {
    padding: 22px 20px 24px;
  }
}

/* ==============================
   Satisfaction Banner (Rebuild)
   ============================== */

.satisfaction-banner {
  position: relative;
  width: 100%;
  padding: 64px 0;
  background: #ffa000;
  overflow: hidden;
}

/* subtle brand depth */
.satisfaction-banner:before,
.satisfaction-banner:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(75px);
  opacity: 0.22;
  pointer-events: none;
}

.satisfaction-banner:before {
  background: rgba(7, 70, 171, 0.55);
  left: -260px;
  top: -260px;
}

.satisfaction-banner:after {
  background: rgba(10, 161, 214, 0.55);
  right: -260px;
  bottom: -260px;
}

.satisfaction-banner .auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* Main card */
.satisfaction-banner__card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;

  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  padding: 26px 26px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

/* Badge area */
.satisfaction-banner__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.satisfaction-banner__badge-inner {
  width: 200px;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(7, 70, 171, 0.16);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
}

.satisfaction-banner__badge-img {
  width: 172px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Fallback badge (hidden unless image fails) */
.satisfaction-banner__badge-fallback {
  display: none;
  width: 100%;
  text-align: left;
  padding: 6px 8px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(7, 70, 171, 0.08), rgba(10, 161, 214, 0.06));
}

.satisfaction-banner__badge-inner.is-fallback .satisfaction-banner__badge-fallback {
  display: block;
}

.satisfaction-banner__badge-top {
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #0746ab;
  text-transform: uppercase;
}

.satisfaction-banner__badge-mid {
  display: block;
  margin-top: 4px;
  font-weight: 900;
  font-size: 18px;
  color: #0aa1d6;
}

.satisfaction-banner__badge-bot {
  display: block;
  margin-top: 2px;
  font-weight: 800;
  font-size: 14px;
  color: #4b637a;
}

.satisfaction-banner__badge-caption {
  font-size: 12.5px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.2px;
}

/* Text content */
.satisfaction-banner__title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
}

.satisfaction-banner__text {
  margin: 0;
  max-width: 860px;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.95);
}

/* chips row */
.satisfaction-banner__chips {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.satisfaction-banner__chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.2px;
}

/* Tablet */
@media (max-width: 991px) {
  .satisfaction-banner {
    padding: 52px 0;
  }

  .satisfaction-banner__card {
    grid-template-columns: 200px 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 20px;
  }

  .satisfaction-banner__badge-inner {
    width: 180px;
  }

  .satisfaction-banner__title {
    font-size: 30px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .satisfaction-banner {
    padding: 44px 0;
  }

  .satisfaction-banner__card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
  }

  .satisfaction-banner__badge {
    align-items: flex-start;
  }

  .satisfaction-banner__badge-inner {
    width: 100%;
    min-height: 84px;
    justify-content: flex-start;
  }

  .satisfaction-banner__badge-img {
    width: 160px;
  }

  .satisfaction-banner__title {
    font-size: 26px;
    line-height: 1.18;
    margin-bottom: 8px;
  }

  .satisfaction-banner__text {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .satisfaction-banner__chips {
    gap: 8px;
  }

  .satisfaction-banner__chip {
    font-size: 12.5px;
    padding: 8px 10px;
  }
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section {
  position: relative;
  background: #f6f9ff;
  padding: 70px 0 80px;
}

.contact-section .default-form {
  margin: 0;
}

.contact-section .default-form .form-group {
  padding: 0;
}

/* Wider container so the form doesn’t look like a skinny strip */
.contact-section .auto-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================================================
   LEFT SIDE (IMPROVED)
========================================================= */

/* Info column spacing */
.contact-section .info-inner {
  position: relative;
  padding-top: 0; /* was 72px; remove dead space */
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  padding: 34px 34px 28px;
  overflow: hidden;
}

/* Accent bar */
.contact-section .info-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: #ffa000;
}

/* Left headings */
.contact-section .sec-title {
  display: block;
  text-align: left;
  margin: 0 0 16px;
  padding-left: 14px;
  position: relative;
}

/* vertical accent */
.contact-section .sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 999px;
  background: #0aa1d6;
}

.contact-section .sec-title h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #0aa1d6; /* cleaner than orange for subhead */
}

.contact-section .sec-title h2 {
  margin: 0 0 12px;
  color: #0746ab;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
}

/* Intro paragraph card */
.contact-section .info-inner .text {
  position: relative;
  margin-bottom: 22px;
  background: rgba(10, 161, 214, 0.08);
  border: 1px solid rgba(10, 161, 214, 0.18);
  border-radius: 16px;
  padding: 16px 18px;
}

.contact-section .info-inner .text p {
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 500;
  color: #3b4e63;
  margin: 0;
}

/* Remove old address-box layout constraints so it doesn’t squeeze */
.contact-section .info-inner .inner-box {
  position: relative;
  padding-right: 0;
  padding-bottom: 0;
}

/* ====== YOUR "single-item" blocks (this is what your HTML uses) ====== */
.contact-section .info-inner .inner-box .single-item {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  padding: 18px 18px 18px 54px;
  margin: 0 0 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

/* small icon dot on each item */
.contact-section .info-inner .inner-box .single-item:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #ffa000;
  box-shadow: 0 0 0 4px rgba(255, 180, 0, 0.18);
}

.contact-section .info-inner .inner-box .single-item h4 {
  margin: 0 0 6px;
  color: #0746ab;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.contact-section .info-inner .inner-box .single-item p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 600;
  color: #4b637a;
}

/* You have <br/> between items — tighten them */
.contact-section .info-inner .inner-box br {
  display: none;
}

/* If theme has .info-list somewhere, keep your previous styling too */
.contact-section .info-inner .inner-box .info-list li {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  padding: 18px 18px 18px 78px;
  margin-bottom: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  border-bottom: none;
}

.contact-section .info-inner .inner-box .info-list li:last-child {
  margin-bottom: 0;
}

.contact-section .info-inner .inner-box .info-list li i {
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 44px;
  line-height: 44px;
  color: #0746ab;
}

.contact-section .info-inner .inner-box .info-list li p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 6px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #6b8096;
}

.contact-section .info-inner .inner-box .info-list li h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0;
}

.contact-section .info-inner .inner-box .info-list li h3 a {
  display: inline-block;
  color: #0f2f5f;
  text-decoration: none;
  border-bottom: 1px solid rgba(7, 70, 171, 0.22);
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.contact-section .info-inner .inner-box .info-list li h3 a:hover {
  color: #ffa000;
  border-color: rgba(255, 180, 0, 0.8);
}

/* Hide/neutralize old address-box if it exists somewhere */
.contact-section .info-inner .inner-box .address-box {
  display: none;
}

/* =========================================================
   FORM CARD (KEEPING YOUR EXISTING STYLING)
========================================================= */

.contact-section .form-column .form-inner {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.14);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  padding: 26px 24px 22px;
  position: relative;
  overflow: hidden;
}

/* Accent bar */
.contact-section .form-column .form-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: #ffa000;
}

/* Force Barlow throughout form */
.contact-section .service-form,
.contact-section .service-form input,
.contact-section .service-form textarea,
.contact-section .service-form button {
  font-family: "Barlow", sans-serif;
}

/* Your inline <p> headings (keeps HTML intact) */
.contact-section .service-form > p:first-of-type {
  margin: 0 0 8px !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.12 !important;
  color: #0746ab !important;
  padding-bottom: 0 !important;
}

.contact-section .service-form > p + p {
  margin: 0 0 16px !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  color: #0aa1d6 !important;
}

/* Inputs */
.contact-section #content_block_7 .form-inner .form-group input[type="text"],
.contact-section #content_block_7 .form-inner .form-group input[type="email"] {
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(7, 70, 171, 0.14);
  background: #fbfdff;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 650;
  color: #0f2f5f;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-section #content_block_7 .form-inner .form-group textarea {
  height: 120px;
  border-radius: 14px;
  border: 1px solid rgba(7, 70, 171, 0.14);
  background: #fbfdff;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 650;
  color: #0f2f5f;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-section #content_block_7 .form-inner .form-group input:focus,
.contact-section #content_block_7 .form-inner .form-group textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: rgba(10, 161, 214, 0.55);
  box-shadow: 0 0 0 4px rgba(10, 161, 214, 0.12);
}

/* Checkbox area styling */
.contact-section #content_block_7 .form-inner .form-group b {
  display: inline-block;
  margin-bottom: 8px;
  color: #0f2f5f;
  font-weight: 900;
}

.contact-section #content_block_7 .form-inner .form-group .clearfix > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  font-weight: 650;
  color: #425a72;
  font-size: 14px;
}

.contact-section input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #0746ab;
}

/* Terms/Privacy links */
.contact-section .content-column a {
  color: #0746ab;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800;
  transition: color 180ms ease;
}

.contact-section .content-column a:hover {
  color: #ffa000;
}

/* Submit button */
.contact-section .message-btn .theme-btn-one {
  width: 100%;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.6px;
  padding: 14px 18px;
  box-shadow: 0 14px 30px rgba(7, 70, 171, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.contact-section .message-btn .theme-btn-one:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(7, 70, 171, 0.24);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
  .contact-section {
    padding: 60px 0 70px;
  }

  .contact-section .info-inner {
    padding: 26px 22px 22px;
    margin-bottom: 18px;
  }

  .contact-section .sec-title h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .contact-section {
    padding: 52px 0 60px;
  }

  .contact-section .auto-container {
    padding: 0 14px;
  }

  .contact-section .info-inner {
    padding: 22px 16px 18px;
  }

  .contact-section .sec-title h2 {
    font-size: 28px;
  }

  .contact-section .info-inner .text {
    padding: 14px 14px;
  }

  .contact-section .info-inner .inner-box .single-item {
    padding: 16px 14px 16px 48px;
  }
}

/* ===== Section below phone number ===== */
.rww-process-box {
  margin-top: 26px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(7, 70, 171, 0.08), rgba(7, 70, 171, 0.03));
  border: 1px solid rgba(7, 70, 171, 0.18);
  box-shadow: 0 10px 26px rgba(7, 70, 171, 0.08);
  position: relative;
  overflow: hidden;
}

.rww-process-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #0746ab, rgba(10, 161, 214, 0.9));
  opacity: 0.9;
}

.rww-process-box h5 {
  margin: 0 0 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #0746ab;
}

.rww-process-sub {
  margin: 0 0 12px;
  padding-left: 10px;
  color: #3f5872;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 650;
}

.rww-process-box ol {
  margin: 0;
  padding-left: 30px;
}

.rww-process-box li {
  font-size: 14px;
  font-weight: 650;
  color: #344c65;
  line-height: 1.7;
  margin-bottom: 10px;
}

.rww-process-box li strong {
  font-weight: 900;
  color: #0f2f5f;
}

.rww-process-note {
  margin: 12px 0 0;
  padding-left: 10px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #4a6076;
  font-weight: 650;
}

/* ===== DESKTOP COLUMN BALANCE (fix huge empty left space) ===== */
@media (min-width: 992px) {
  .contact-section .info-column {
    flex: 0 0 52% !important;
    max-width: 52% !important;
  }

  .contact-section .form-column {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .contact-section {
    padding: 52px 0 60px;
  }

  .contact-section .info-inner {
    padding-top: 20px;
  }

  .contact-section .sec-title h2 {
    font-size: 34px;
  }

  .contact-section .form-column {
    margin-top: 18px;
  }

  .contact-section .form-column .form-inner {
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .contact-section .service-form > p:first-of-type {
    font-size: 30px !important;
  }
}

@media (max-width: 575px) {
  .contact-section .sec-title h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .contact-section #content_block_7 .form-inner .form-group .clearfix {
    display: grid;
    gap: 6px;
  }

  .contact-section .info-inner .inner-box .info-list li {
    padding-left: 70px;
  }

  .rww-process-box {
    padding: 18px 18px;
    border-radius: 16px;
  }

  .rww-process-box h5 {
    font-size: 13px;
  }

  .rww-process-sub,
  .rww-process-box li {
    font-size: 13.5px;
  }

  .rww-process-box ol {
    padding-left: 26px;
  }

  .rww-process-note {
    font-size: 13px;
  }
}

/* =========================================
     RWW FAQ Section
  ========================================= */

.rww-faq-section {
  padding: 90px 0;
  background: #f6f9ff;
}

.rww-faq-section .auto-container {
  max-width: 1200px;
}

.rww-faq-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 26px;
}

.rww-faq-head h4 {
  margin: 0 0 10px;
  color: #ffa000;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 13px;
}

.rww-faq-head h2 {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.12;
}

.rww-faq-head p {
  margin: 0;
  color: #5b7085;
  font-weight: 650;
  font-size: 16px;
  line-height: 1.75;
}

.rww-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 22px;
}

.rww-faq-col {
  display: grid;
  gap: 18px;
}

.rww-faq-group {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  padding: 18px;
}

.rww-faq-group__title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(7, 70, 171, 0.08);
}

.rww-faq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0746ab;
  border: 1px solid rgba(7, 70, 171, 0.12);
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.rww-faq-group__title h3 {
  margin: 0;
  font-weight: 900;
  color: #0f2f5f;
  font-size: 18px;
  line-height: 1.2;
}

.rww-accordion {
  display: grid;
  gap: 10px;
}

.rww-faq-item {
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: #fbfdff;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.rww-faq-item:hover {
  border-color: rgba(255, 160, 0, 0.55);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.rww-faq-item h5 {
  margin: 0;
}

.rww-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  color: #0746ab;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.35;
  background: #ffffff;
  text-decoration: none !important;
}

.rww-faq-q:hover {
  color: #ffa000;
}

/* Right-side icon */
.rww-faq-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eef4ff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  flex: 0 0 34px;
}

.rww-faq-icon:before,
.rww-faq-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #0746ab;
  border-radius: 999px;
  transition: all 180ms ease;
}

.rww-faq-icon:before {
  width: 14px;
  height: 2px;
}

.rww-faq-icon:after {
  width: 2px;
  height: 14px;
}

/* When opened: rotate to minus */
.rww-faq-q[aria-expanded="true"] .rww-faq-icon {
  background: #fff7ea;
  border-color: rgba(255, 160, 0, 0.55);
}

.rww-faq-q[aria-expanded="true"] .rww-faq-icon:before,
.rww-faq-q[aria-expanded="true"] .rww-faq-icon:after {
  background: #ffa000;
}

.rww-faq-q[aria-expanded="true"] .rww-faq-icon:after {
  height: 0px; /* turns plus into minus */
}

.rww-faq-a {
  padding: 0 14px 14px;
  color: #51677c;
  font-weight: 650;
  font-size: 14px;
  line-height: 1.75;
}

/* Bootstrap collapse adds padding weirdness sometimes */
.rww-faq-item .collapse,
.rww-faq-item .collapsing {
  background: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .rww-faq-section {
    padding: 70px 0;
  }

  .rww-faq-head h2 {
    font-size: 32px;
  }
}
/* RWW FAQ Section (Mobile Improvements) Add this BELOW your current FAQ CSS */

/* Make sure nothing causes side-scroll on small screens */
.rww-faq-section,
.rww-faq-section * {
  box-sizing: border-box;
}

.rww-faq-section .auto-container {
  width: 100%;
}

/* Tablet + down */
@media (max-width: 991px) {
  .rww-faq-grid {
    grid-template-columns: 1fr; /* stack columns */
    gap: 14px;
  }

  .rww-faq-col {
    gap: 14px;
  }

  .rww-faq-group {
    padding: 16px;
    border-radius: 16px;
  }

  .rww-faq-group__title {
    flex-wrap: wrap;
    gap: 8px;
  }

  .rww-faq-group__title h3 {
    font-size: 17px;
  }

  .rww-faq-badge {
    font-size: 11px;
    padding: 6px 9px;
  }
}

/* Phones */
@media (max-width: 575px) {
  .rww-faq-section {
    padding: 54px 0;
  }

  .rww-faq-head {
    padding: 0 12px;
    margin-bottom: 18px;
  }

  .rww-faq-head h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  .rww-faq-head p {
    font-size: 15px;
  }

  .rww-faq-grid {
    margin-top: 16px;
    gap: 12px;
  }

  .rww-faq-group {
    padding: 14px;
    border-radius: 16px;
  }

  .rww-faq-group__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .rww-accordion {
    gap: 10px;
  }

  /* Bigger tap targets + cleaner wrapping */
  .rww-faq-q {
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.35;
    align-items: flex-start; /* helps when question wraps */
  }

  /* Prevent the icon from squishing into text */
  .rww-faq-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 12px;
    margin-top: 2px;
  }

  /* Answer spacing on mobile */
  .rww-faq-a {
    padding: 0 12px 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  /* Reduce hover “lift” on mobile to avoid jitter */
  .rww-faq-item:hover {
    transform: none;
  }
}

/* Tiny phones */
@media (max-width: 360px) {
  .rww-faq-head h2 {
    font-size: 24px;
  }

  .rww-faq-q {
    font-size: 13.5px;
  }

  .rww-faq-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }
}

/* =========================================
   RWW MAP SECTION
========================================= */

.rww-map-section {
  position: relative;
  padding: 70px 0 80px;
  background: #f6f9ff;
}

.rww-map-section .auto-container {
  max-width: 1200px;
  padding: 0 20px;
}

/* Head */
.rww-map-head {
  text-align: center;
  margin-bottom: 32px;
}

.rww-map-head h4 {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #0aa1d6;
  margin-bottom: 8px;
}

.rww-map-head h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  color: #0746ab;
  margin-bottom: 12px;
}

.rww-map-head p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 500;
  color: #4b637a;
}

/* Map container */
.rww-map-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(7, 70, 171, 0.12);
  background: #ffffff;
}

/* Top accent bar */
.rww-map-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #ffa000;
  z-index: 2;
}

/* Iframe */
.rww-map-wrap iframe {
  width: 100%;
  height: 440px;
  border: none;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .rww-map-section {
    padding: 60px 0 70px;
  }

  .rww-map-head h2 {
    font-size: 30px;
  }

  .rww-map-wrap iframe {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .rww-map-section {
    padding: 50px 0 60px;
  }

  .rww-map-head h2 {
    font-size: 26px;
  }

  .rww-map-wrap iframe {
    height: 320px;
  }
}

/* =========================================
   RWW Why Choose (Orange Background)
========================================= */
.rww-why {
  position: relative;
  padding: 80px 0;
  background: #ffa000;
  overflow: hidden;
}

.rww-why .auto-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Head */
.rww-why__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 34px;
}

/* Baby blue subhead */
.rww-why__head h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0aa1d6; /* baby blue */
}

/* White main heading */
.rww-why__head h2 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff; /* white */
}

.rww-why__head p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.92);
}

/* Grid */
.rww-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* Card */
.rww-why__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.rww-why__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.25);
}

/* Icon container */
.rww-why__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(7, 70, 171, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #0746ab; /* royal blue */
}

/* Font Awesome icon */
.rww-why__icon .rww-fa {
  font-size: 22px;
  line-height: 1;
}

/* SVG fallback: hidden if FA loads, visible if FA doesn't */
.rww-why__icon .rww-svg {
  width: 24px;
  height: 24px;
  display: none;
}

/* If font-awesome CSS fails to load, show svg fallback */
@supports not (font: var(--fa-font-solid)) {
  .rww-why__icon .rww-fa {
    display: none;
  }
  .rww-why__icon .rww-svg {
    display: block;
  }
}

/* Card title + body */
.rww-why__card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: #0746ab; /* royal blue */
}

.rww-why__card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 650;
  color: #3a3a3a;
}

/* CTA */
.rww-why__cta {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

/* Button: royal blue, hover baby blue, text stays white */
.rww-why__btn {
  padding: 14px 24px;
  border-radius: 999px;
  background: #0746ab; /* royal blue */
  color: #ffffff; /* stays white */
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(7, 70, 171, 0.22);
  transition:
    background 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.rww-why__btn:hover {
  background: #0aa1d6; /* baby blue */
  color: #ffffff; /* stays white */
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(10, 161, 214, 0.25);
}

/* Responsive */
@media (max-width: 991px) {
  .rww-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .rww-why {
    padding: 64px 0;
  }

  .rww-why__grid {
    grid-template-columns: 1fr;
  }

  .rww-why__head h2 {
    font-size: 30px;
  }

  .rww-why__btn {
    width: 100%;
    max-width: 420px;
    text-align: center;
  }
}

/* ==========================================================
   Schedule Window Cleaning Section
========================================================== */

.schedule-window-cleaning {
  position: relative;
  padding: 80px 0;
  background: #f6f9ff;
  overflow: hidden;
}

/* Soft brand glow */
.schedule-window-cleaning:before,
.schedule-window-cleaning:after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.18;
  pointer-events: none;
}

.schedule-window-cleaning:before {
  background: rgba(10, 161, 214, 0.7);
  left: -300px;
  top: -300px;
}

.schedule-window-cleaning:after {
  background: rgba(255, 180, 0, 0.7);
  right: -300px;
  bottom: -300px;
}

.schedule-window-cleaning__container {
  width: min(1150px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Card */
.schedule-window-cleaning__card {
  background: #ffffff;
  border-radius: 22px;
  padding: 48px 50px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* Top brand gradient line */
.schedule-window-cleaning__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #0746ab 0%, #0aa1d6 50%, #ffa000 100%);
}

/* Grid */
.schedule-window-cleaning__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: center;
}

/* Title */
.schedule-window-cleaning__title {
  font-size: 38px;
  font-weight: 900;
  color: #0746ab;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

/* Subtitle */
.schedule-window-cleaning__subtitle {
  font-size: 15px;
  font-weight: 800;
  color: #0aa1d6;
  margin-bottom: 18px;
}

/* Body */
.schedule-window-cleaning__text {
  font-size: 16.5px;
  line-height: 1.9;
  font-weight: 600;
  color: #4b637a;
  margin-bottom: 24px;
}

/* CTA */
.schedule-window-cleaning__cta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* Button (Royal Blue → Baby Blue hover) */
.schedule-window-cleaning__btn {
  background: #0746ab;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 180ms ease;
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.25);
}

.schedule-window-cleaning__btn:hover {
  background: #0aa1d6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(10, 161, 214, 0.28);
}

.schedule-window-cleaning__note {
  font-size: 14px;
  font-weight: 700;
  color: #6b8096;
}

/* Image */
.schedule-window-cleaning__media {
  display: flex;
  justify-content: flex-end;
}

.schedule-window-cleaning__media img {
  width: 100%;
  max-width: 360px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(7, 70, 171, 0.12);
  border: 1px solid rgba(7, 70, 171, 0.12);
}

/* Responsive */
@media (max-width: 991px) {
  .schedule-window-cleaning {
    padding: 60px 0;
  }

  .schedule-window-cleaning__card {
    padding: 36px 28px;
  }

  .schedule-window-cleaning__grid {
    grid-template-columns: 1fr;
  }

  .schedule-window-cleaning__media {
    justify-content: flex-start;
  }

  .schedule-window-cleaning__media img {
    max-width: 520px;
  }

  .schedule-window-cleaning__title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .schedule-window-cleaning {
    padding: 48px 0;
  }

  .schedule-window-cleaning__card {
    padding: 26px 18px;
  }

  .schedule-window-cleaning__btn {
    width: 100%;
    text-align: center;
  }

  .schedule-window-cleaning__note {
    width: 100%;
  }
}

/* ==========================================================
   Socail Media FOOTER LINKS
========================================================== */
#socialmedialinks {
  color: white;
}

#socialmedialinks:hover {
  color: #ffa000;
}

.header-top .top-inner .social-links {
  position: relative;
  float: left;
}

@media only screen and (max-width: 767px) {
  .header-top .top-inner .social-links li,
  .header-top .top-inner .text p {
    line-height: 20px;
  }
  .header-top .top-inner .top-right .link {
    position: relative;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 15px;
    width: 100%;
  }
  .header-top .top-inner .social-links {
    float: none;
  }
  .header-top .top-inner .top-right .link a {
    line-height: 30px;
  }
}

@media only screen and (max-width: 1212px) {
  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 42px;
    padding: 10px;
  }
}

/* =========================================
   rww-auto-gallery
========================================= */

.rww-auto-gallery {
  background: #0746ab;
  padding: 56px 0 62px;
  overflow: hidden;
}

.rww-auto-gallery__head {
  max-width: 920px;
  margin: 0 auto 18px;
  text-align: center;
}

.rww-auto-gallery__title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.rww-auto-gallery__sub {
  margin: 0 auto;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

/* Rail + fade edges (no glare, just subtle fade) */
.rww-auto-gallery__rail {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
  padding: 8px 0;
}

.rww-auto-gallery__rail::before,
.rww-auto-gallery__rail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 54px;
  z-index: 3;
  pointer-events: none;
}

.rww-auto-gallery__rail::before {
  left: 0;
  background: linear-gradient(90deg, #0746ab 0%, rgba(7, 70, 171, 0) 100%);
}

.rww-auto-gallery__rail::after {
  right: 0;
  background: linear-gradient(270deg, #0746ab 0%, rgba(7, 70, 171, 0) 100%);
}

/* Track (moves via JS translateX) */
.rww-auto-gallery__track {
  display: flex;
  gap: 18px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/* Card */
.rww-auto-gallery__card {
  flex: 0 0 auto;
  width: 330px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
  transform: translateZ(0);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.rww-auto-gallery__card img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 220ms ease;
}

.rww-auto-gallery__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

.rww-auto-gallery__card:hover img {
  transform: scale(1.05);
}

/* =========================================
   RWW Lightbox Overlay
========================================= */

.rww-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(7, 70, 171, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
  z-index: 9999;
  padding: 20px;
}

.rww-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.rww-lightbox__img {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 16px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
}

.rww-lightbox__close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.rww-lightbox__close:hover {
  background: #ffffff;
  color: #0746ab;
  transform: scale(1.05);
}
/* Responsive */
@media (max-width: 991px) {
  .rww-auto-gallery {
    padding: 50px 0 56px;
  }

  .rww-auto-gallery__title {
    font-size: 32px;
  }

  .rww-auto-gallery__card {
    width: 290px;
  }

  .rww-auto-gallery__card img {
    height: 210px;
  }
}

@media (max-width: 575px) {
  .rww-auto-gallery__head {
    text-align: left;
    margin-bottom: 14px;
  }

  .rww-auto-gallery__title {
    font-size: 28px;
  }

  .rww-auto-gallery__sub {
    font-size: 15px;
  }

  .rww-auto-gallery__track {
    gap: 14px;
  }

  .rww-auto-gallery__card {
    width: 78vw;
    max-width: 340px;
  }

  .rww-auto-gallery__card img {
    height: 220px;
  }
}

/*** 

====================================================================
                        Window Counting
====================================================================

***/

.rww-window-count-page {
  padding: 46px 0 70px;
  background: #f6f9ff;
}

.rww-window-count-page .auto-container {
  max-width: 1200px;
}

/* ---------- Services Nav (top) ---------- */
.rww-services-nav {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  padding: 14px 14px 10px;
  margin-bottom: 22px;
}

.rww-services-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 2px 6px 10px;
  border-bottom: 1px solid rgba(7, 70, 171, 0.08);
  margin-bottom: 10px;
}

.rww-services-nav__label {
  font-weight: 900;
  color: #0746ab;
  letter-spacing: 0.2px;
}

.rww-services-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: #0746ab;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid #0746ab;
}

.rww-services-nav__cta:hover {
  background: #053a8e;
  border-color: #053a8e;
  color: #fff;
}

.rww-services-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 6px;
}

.rww-services-nav__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0746ab;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  border: 1px solid rgba(7, 70, 171, 0.12);
  transition: all 180ms ease;
}

.rww-services-nav__links a:hover {
  transform: translateY(-1px);
  background: #e6efff;
}

.rww-services-nav__links a.is-active {
  background: #0746ab;
  color: #fff;
  border-color: #0746ab;
}

/* ---------- Hero ---------- */
.rww-window-count-hero {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 22px;
}

.rww-window-count-hero__text {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  padding: 22px;
}

.rww-window-count-hero__text h2 {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.12;
}

.rww-window-count-hero__text p {
  margin: 0;
  color: #4a6076;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.rww-window-count-hero__actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rww-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: all 180ms ease;
  border: 2px solid transparent;
}

.rww-btn--primary {
  background: #0746ab;
  border-color: #0746ab;
  color: #fff;
}

.rww-btn--primary:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}

.rww-btn--ghost {
  background: #eef4ff;
  border-color: rgba(7, 70, 171, 0.14);
  color: #0746ab;
}

.rww-btn--ghost:hover {
  background: #e6efff;
  color: #0746ab;
}

/* ---------- Help card ---------- */
.rww-help-card {
  background: linear-gradient(135deg, #0746ab 0%, #0b5bd6 100%);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.rww-help-card h3 {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}

.rww-help-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px;
}

.rww-help-bullets {
  margin: 0 0 14px;
  padding: 0 0 0 18px;
}

.rww-help-bullets li {
  margin: 6px 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  font-size: 13px;
}

.rww-help-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 14px;
  background: #fff;
  color: #0746ab;
  border-radius: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #fff;
}

.rww-help-card__cta:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #0746ab;
}

/* ---------- Section blocks ---------- */
.rww-count-section {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  padding: 18px;
  margin-top: 18px;
}

.rww-count-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(7, 70, 171, 0.08);
  margin-bottom: 14px;
}

.rww-count-section__head h2 {
  margin: 0;
  color: #0f2f5f;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.25;
}

.rww-count-section__head p {
  margin: 0;
  color: #5b7085;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  max-width: 520px;
  text-align: right;
}

.rww-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0746ab;
  font-weight: 900;
  font-size: 12px;
  margin-right: 8px;
  border: 1px solid rgba(7, 70, 171, 0.12);
}

/* ---------- Grid + Cards ---------- */
.rww-count-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

/* Use a wide card for long images like sliders */
.rww-window-card--wide {
  grid-column: span 2;
}

.rww-window-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(7, 70, 171, 0.1);
  background: #fbfdff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.rww-window-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.07);
}

/* The “stage” ensures images are never cut off */
.rww-window-card__media {
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
  padding: 14px;
  height: 320px; /* bigger, shows full art */
  display: flex;
  align-items: center;
  justify-content: center;
}

.rww-window-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* KEY: NO CROPPING */
  display: block;
}

.rww-window-card__title {
  margin: 0;
  padding: 12px 14px 14px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  color: #0f2f5f;
  border-top: 1px solid rgba(7, 70, 171, 0.08);
  background: #fff;
}

/* Notes */
.rww-notes {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(7, 70, 171, 0.2);
}

.rww-notes p {
  margin: 0 0 6px;
  color: #5b7085;
  font-weight: 650;
  line-height: 1.6;
  font-size: 13px;
}

.rww-notes p:last-child {
  margin-bottom: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .rww-count-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rww-window-card--wide {
    grid-column: span 2;
  }
  .rww-window-card__media {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .rww-window-count-hero {
    grid-template-columns: 1fr;
  }

  .rww-window-count-hero__text h1 {
    font-size: 30px;
  }

  .rww-count-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .rww-count-section__head p {
    text-align: left;
    max-width: none;
  }

  .rww-services-nav__links {
    gap: 8px;
  }

  .rww-services-nav__links a {
    font-size: 12px;
    padding: 10px 12px;
  }
}

@media (max-width: 575px) {
  .rww-window-count-page {
    padding: 34px 0 52px;
  }

  .rww-services-nav {
    padding: 12px;
  }

  /* On mobile, make service pills scroll horizontally instead of wrapping tall */
  .rww-services-nav__links {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }

  .rww-services-nav__links a {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .rww-count-grid {
    grid-template-columns: 1fr;
  }

  .rww-window-card--wide {
    grid-column: auto;
  }

  .rww-window-card__media {
    height: 300px; /* still big on mobile */
    padding: 12px;
  }

  .rww-window-card__title {
    font-size: 13px;
  }

  .rww-window-count-hero__actions {
    flex-direction: column;
  }

  .rww-btn {
    width: 100%;
  }
  /* =================================================
   MOBILE OVERRIDE — Explore Services (NO SCROLL)
   ================================================= */

  @media (max-width: 575px) {
    /* Kill sideways scrolling entirely */
    html,
    body {
      overflow-x: hidden;
    }

    /* Services nav container */
    .rww-services-nav__links {
      flex-wrap: wrap !important; /* stack instead of scroll */
      overflow-x: hidden !important;
      padding-bottom: 0;
    }

    /* Each service pill becomes full-width */
    .rww-services-nav__links a {
      flex: 0 0 100%;
      width: 100%;
      justify-content: center;
      white-space: normal;
      text-align: center;
    }
  }
}

/* =========================================
   OUR LOCATIONS (Service Area Page)
   ========================================= */
/* ===== OUR LOCATIONS (FINAL CSS) ===== */
.locations {
  padding: 80px 16px;
  background: #0b4fb6;
  text-align: center;
  color: #fff;
}
.locations__title {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.locations__subtitle {
  margin: 0 0 26px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
}
.locations__card {
  max-width: 1100px;
  margin: 0 auto;
}

/* Separate state boxes (never connect) */
.statesGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.stateBox {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
  aspect-ratio: 4 / 3;
}

.stateBox__label {
  position: absolute;
  left: 22px;
  top: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  z-index: 3;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.stateSvg {
  width: 100%;
  height: 100%;
  display: block;
}

/* State fill (lighter so counties show) */
.statePath {
  fill: rgba(255, 255, 255, 0.26);
}

/* County boundaries */
.countyPath {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 0.9;
  pointer-events: none;
}

/* State border */
.stateOutline {
  fill: none;
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 2;
  pointer-events: none;
}

/* ===== PINS ===== */
.pin {
  position: absolute;
  transform: translate(-50%, -100%);
  text-decoration: none;
  z-index: 5;
}
.pin__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffa000;
  box-shadow:
    0 0 0 6px rgba(255, 180, 0, 0.18),
    0 0 18px rgba(255, 180, 0, 0.65);
  display: block;
  position: relative;
}
.pin__stem {
  width: 2px;
  height: 18px;
  background: rgba(255, 255, 255, 0.78);
  display: block;
  margin: 2px auto 0;
  border-radius: 2px;
}

/* Pulse */
.pin__dot::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 180, 0, 0.35);
  animation: pinPulse 1.8s ease-out infinite;
}
@keyframes pinPulse {
  0% {
    transform: scale(0.65);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

/* Active glow (pin) */
.pin.is-active .pin__dot {
  box-shadow:
    0 0 0 6px rgba(255, 180, 0, 0.25),
    0 0 26px rgba(255, 180, 0, 0.95);
}

/* ===== TOOLTIP (one-line, mobile-safe) ===== */
.pin__tip {
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  z-index: 10;
  max-width: none;
}
.pin:hover .pin__tip,
.pin:focus .pin__tip {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

/* flip below */
.pin.tip-bottom .pin__tip {
  top: 44px;
  bottom: auto;
}
.pin.tip-bottom:hover .pin__tip,
.pin.tip-bottom:focus .pin__tip {
  transform: translateX(-50%) translateY(4px);
}

/* desktop edge snapping */
.pin.tip-left .pin__tip {
  left: 0%;
  transform: translateX(0%);
}
.pin.tip-left:hover .pin__tip,
.pin.tip-left:focus .pin__tip {
  transform: translateX(0%) translateY(-4px);
}

.pin.tip-right .pin__tip {
  left: 100%;
  transform: translateX(-100%);
}
.pin.tip-right:hover .pin__tip,
.pin.tip-right:focus .pin__tip {
  transform: translateX(-100%) translateY(-4px);
}

/* ===== BUTTONS ===== */
.locations__buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 18px 10px 0;
}

.locations__btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}

.locations__btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
  color: #ffa000;
}

/* Persistent active (based on current page) */
.locations__btn.is-current {
  color: #ffa000;
  background: rgba(255, 255, 255, 0.22);
}

/* Temporary highlight (hover-linked) */
.locations__btn.is-active {
  color: #ffa000;
  background: rgba(255, 255, 255, 0.22);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .statesGrid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stateBox {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 520px) {
  .locations {
    padding: 60px 12px;
  }
  .stateBox__label {
    left: 16px;
    top: 14px;
  }

  /* Always show tooltip below on mobile (prevents ugly overlap) */
  .pin__tip {
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 12px;
  }
  .pin .pin__tip {
    top: 44px;
    bottom: auto;
    transform: translateX(-50%);
  }
  .pin:hover .pin__tip,
  .pin:focus .pin__tip {
    transform: translateX(-50%) translateY(4px);
  }

  /* Disable left/right snapping on tiny screens */
  .pin.tip-left .pin__tip,
  .pin.tip-right .pin__tip {
    left: 50%;
    transform: translateX(-50%);
  }
  .pin.tip-left:hover .pin__tip,
  .pin.tip-right:hover .pin__tip,
  .pin.tip-left:focus .pin__tip,
  .pin.tip-right:focus .pin__tip {
    transform: translateX(-50%) translateY(4px);
  }
}

/* ==============================
   RWW Service Layout
   ============================== */

.rww-service-layout {
  padding: 96px 0 108px;
  background: #f6f9ff;
}

.rww-service-layout__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: flex-start;
}

/* Services Nav */

.rww-service-nav {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px 22px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 110px;
  z-index: 2;
}

.rww-service-nav__label {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #0746ab;
}

/* pill layout */

.rww-service-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rww-service-nav__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #0746ab;
  background: #eef4ff;
  border: 1px solid rgba(7, 70, 171, 0.14);
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.rww-service-nav__links a:hover {
  transform: translateY(-1px);
  background: rgba(7, 70, 171, 0.08);
  border-color: rgba(7, 70, 171, 0.22);
}

.rww-service-nav__links a.is-active {
  background: #0746ab;
  border-color: #0746ab;
  color: #ffffff;
}

/* Main Content */

.rww-service-content {
  background: #ffffff;
  border-radius: 26px;
  padding: 46px 48px 52px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.rww-service-content h2 {
  margin: 0 0 22px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: #0746ab;
}

.rww-service-content p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  color: #4b637a;
}

/* Inline links */

.rww-service-content p a {
  color: #0746ab;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.rww-service-content p a:hover {
  color: #ffa000;
}

/* CTA – centered only */

.rww-service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  padding: 16px 32px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff !important;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  box-shadow: 0 18px 40px rgba(255, 180, 0, 0.32);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.rww-service-content .rww-service-cta {
  display: flex;
  width: fit-content;
}

/* UPDATED HOVER — turns BLUE */
.rww-service-cta:hover {
  background: #0746ab;
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(7, 70, 171, 0.38);
}

/* Responsive */

@media (max-width: 991px) {
  .rww-service-layout {
    padding: 80px 0 90px;
  }

  .rww-service-layout__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rww-service-nav {
    position: relative;
    top: auto;
  }

  .rww-service-content {
    padding: 36px 30px;
  }

  .rww-service-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .rww-service-layout {
    padding: 70px 0 80px;
  }

  .rww-service-nav__links {
    gap: 8px;
  }

  .rww-service-nav__links a {
    padding: 11px 14px;
    font-size: 13px;
  }

  .rww-service-content h2 {
    font-size: 30px;
  }

  .rww-service-content p {
    font-size: 16px;
  }

  .rww-service-cta {
    width: 100%;
    justify-content: center;
  }
}

/* ==============================
   Full Window Services
   ============================== */

.full-window-services {
  position: relative;
  background: #0746ab;
  padding: 90px 0;
  font-family: "Barlow", sans-serif;
  overflow: hidden;
}

.full-window-services:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 25%, rgba(44, 188, 228, 0.18), transparent 58%),
    radial-gradient(circle at 85% 40%, rgba(255, 180, 0, 0.16), transparent 60%);
  pointer-events: none;
}

.full-window-services .auto-container {
  position: relative;
  z-index: 2;
}

.full-window-services__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

/* Eyebrow */

.full-window-services__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2cbce4;
}

/* Headline */

.full-window-services__content h3 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
}

/* Paragraphs */

.full-window-services__content p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
  color: #ffffff;
}

/* Inline links */

.full-window-services__content a {
  color: #ffa000;
  font-weight: 900;
  text-decoration: none;
  transition: color 160ms ease;
}

.full-window-services__content a:hover {
  color: #ffffff;
}

/* CTA Area */

.full-window-services__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* CTA Button */

.full-window-services__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: #2cbce4;
  color: #ffffff !important; /* ALWAYS white */
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.full-window-services__btn:hover {
  background: #ffa000;
  color: #ffffff !important; /* FORCE white on hover */
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(255, 180, 0, 0.28);
}

.full-window-services__note {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

/* Image */

.full-window-services__media img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 22px;
  display: block;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ==============================
   Responsive
   ============================== */

@media (max-width: 991px) {
  .full-window-services {
    padding: 70px 0;
  }

  .full-window-services__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .full-window-services__content h3 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .full-window-services {
    padding: 60px 0;
  }

  .full-window-services__content h3 {
    font-size: 30px;
  }

  .full-window-services__content p {
    font-size: 16px;
  }

  .full-window-services__btn {
    width: 100%;
  }
}

/* ==============================
   Window Types
   ============================== */

.window-types {
  position: relative;
  padding: 86px 0 92px;
  background: #f3f6ff;
  font-family: "Barlow", sans-serif;
  overflow: hidden;
}

/* subtle background texture (different feel vs your other sections) */
.window-types::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(7, 70, 171, 0.1), transparent 55%),
    radial-gradient(circle at 88% 30%, rgba(255, 180, 0, 0.14), transparent 55%);
  pointer-events: none;
}

.window-types .auto-container {
  position: relative;
  z-index: 2;
}

/* Head */
.window-types__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 28px;
}

.window-types__head h3 {
  margin: 0 0 12px;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0746ab;
}

.window-types__intro {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  color: #4b637a;
}

/* Grid */
.window-types__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
  margin-top: 26px;
}

/* Left side (text + CTA bar) */
.window-types__left {
  padding: 6px 0;
}

.window-types__note {
  margin: 0 0 18px;
  font-size: 16.5px;
  line-height: 1.85;
  font-weight: 650;
  color: #4b637a;
}

/* CTA as a highlight bar (NOT a button — keeps it distinct) */
.window-types__cta {
  border-left: 6px solid #ffa000;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.window-types__cta span {
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
  color: #2f4661;
  font-size: 15px;
}

.window-types__cta a {
  color: #0746ab;
  font-weight: 900;
  text-decoration: none; /* no underline */
  transition: color 160ms ease;
}

.window-types__cta a:hover {
  color: #ffa000;
}

/* Right side (pill list) */
.window-types__right {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

.window-types__pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.window-types__pills li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.14);
  color: #0746ab;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

/* ==============================
   Responsive
   ============================== */

@media (max-width: 991px) {
  .window-types {
    padding: 70px 0 76px;
  }

  .window-types__head h3 {
    font-size: 38px;
  }

  .window-types__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .window-types__right {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .window-types {
    padding: 58px 0 64px;
  }

  .window-types__head {
    margin-bottom: 18px;
  }

  .window-types__head h3 {
    font-size: 30px;
    line-height: 1.15;
  }

  .window-types__intro {
    font-size: 16px;
  }

  .window-types__note {
    font-size: 16px;
  }

  .window-types__cta {
    padding: 14px 14px;
  }

  .window-types__pills {
    gap: 8px;
  }

  .window-types__pills li {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 14px;
    font-size: 14px;
  }
}

/* ==============================
   Come Home Clean (RWW refresh)
   ============================== */

.come-home-clean.rww-comehome-v2 {
  padding: 90px 0;
  background: #f6f9ff;
  font-family: "Barlow", sans-serif;
  position: relative;
  overflow: hidden;
}

/* subtle background */
.come-home-clean.rww-comehome-v2:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(7, 70, 171, 0.1), transparent 55%),
    radial-gradient(circle at 85% 40%, rgba(255, 180, 0, 0.14), transparent 55%);
  pointer-events: none;
}

.rww-comehome-v2 .auto-container {
  position: relative;
  z-index: 2;
}

/* Layout */
.rww-comehome-v2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

/* Content panel */
.rww-comehome-v2__content {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 26px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.1);
  padding: 36px 38px 34px;
  position: relative;
  overflow: hidden;
}

.rww-comehome-v2__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #ffa000;
}

/* Typography */

.rww-comehome-v2__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #6b8096;
}

.rww-comehome-v2__title {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0746ab;
}

.rww-comehome-v2__text {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  color: #4b637a;
}

/* CTA */

.rww-comehome-v2__cta {
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
}

.rww-comehome-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff !important;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(255, 180, 0, 0.28);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.rww-comehome-v2__btn:hover {
  background: #0746ab;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(7, 70, 171, 0.22);
}

/* Image */

.rww-comehome-v2__media {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}

.rww-comehome-v2__img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Responsive */

@media (max-width: 991px) {
  .come-home-clean.rww-comehome-v2 {
    padding: 70px 0;
  }

  .rww-comehome-v2__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rww-comehome-v2__img {
    height: 420px;
  }

  .rww-comehome-v2__title {
    font-size: 36px;
  }

  .rww-comehome-v2__content {
    padding: 30px 24px 26px;
  }
}

@media (max-width: 575px) {
  .come-home-clean.rww-comehome-v2 {
    padding: 58px 0 62px;
  }

  .rww-comehome-v2__title {
    font-size: 30px;
    line-height: 1.12;
  }

  .rww-comehome-v2__text {
    font-size: 16px;
  }

  .rww-comehome-v2__img {
    height: 320px;
  }

  .rww-comehome-v2__cta {
    justify-content: center;
  }

  .rww-comehome-v2__btn {
    width: 100%;
  }
}

/* ==============================
   RWW Orange Utility Band
   Background: #ffa000 (KEEP)
   ============================== */

.rww-orange-band {
  background: #ffa000;
  padding: 34px 0; /* small section */
  font-family: "Barlow", sans-serif;
}

.rww-orange-band__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 22px;
  align-items: center;
}

/* Copy */

.rww-orange-band__title {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.rww-orange-band__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.95);
}

/* Proof points */

.rww-orange-band__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.rww-orange-band__points li {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

/* CTA */

.rww-orange-band__cta {
  display: flex;
  justify-content: flex-end;
}

.rww-orange-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #0746ab !important;
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.rww-orange-band__btn:hover {
  background: #0746ab;
  color: #ffffff !important; /* ALWAYS white on hover */
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.22);
}

/* Responsive */

@media (max-width: 991px) {
  .rww-orange-band {
    padding: 32px 0;
  }

  .rww-orange-band__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-orange-band__cta {
    justify-content: flex-start;
  }

  .rww-orange-band__points {
    grid-template-columns: 1fr;
  }

  .rww-orange-band__points li {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .rww-orange-band__title {
    font-size: 22px;
  }

  .rww-orange-band__btn {
    width: 100%;
  }
}

/* ==============================
   RWW 5-step process (FINAL)
   SAME DESIGN — proportionally smaller
   Change only: --s
   ============================== */

.rww-process-5 {
  --s: 0.9; /* ✅ ONLY KNOB: 0.92 (slightly smaller) / 0.88 (more smaller) */

  position: relative;
  padding: calc(96px * var(--s)) 0 calc(100px * var(--s));
  background: #f3f6ff;
  overflow: hidden;
}

.rww-process-5:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(7, 70, 171, 0.1), transparent 56%),
    radial-gradient(circle at 86% 40%, rgba(255, 180, 0, 0.14), transparent 58%);
  pointer-events: none;
}

.rww-process-5 .auto-container {
  position: relative;
  z-index: 2;
}

/* Header */

.rww-process-5__head {
  max-width: 1000px;
  margin: 0 auto calc(32px * var(--s));
}

.rww-process-5__kicker {
  display: inline-block;
  font-size: calc(14px * var(--s));
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6b8096;
  margin-bottom: calc(10px * var(--s));
}

.rww-process-5__head h2 {
  margin: 0 0 calc(14px * var(--s));
  font-size: calc(48px * var(--s));
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0746ab;
}

.rww-process-5__head p {
  margin: 0;
  font-size: calc(18px * var(--s));
  line-height: 1.9;
  font-weight: 650;
  color: #4b637a;
}

/* Grid */

.rww-process-5__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: calc(24px * var(--s));
}

/* Cards */

.rww-process-5__card {
  grid-column: span 4;
  background: #ffffff;
  border-radius: calc(24px * var(--s));
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  padding: calc(26px * var(--s)) calc(26px * var(--s)) calc(24px * var(--s));
  position: relative;
  min-height: calc(185px * var(--s));
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

/* ❌ REMOVE ORANGE TOP BAR */
.rww-process-5__card:before {
  display: none;
}

/* Center bottom row */
.rww-process-5__card:nth-child(4) {
  grid-column: 3 / span 4;
}
.rww-process-5__card:nth-child(5) {
  grid-column: 7 / span 4;
}

/* Hover (same effect) */
.rww-process-5__card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 180, 0, 0.65);
  box-shadow:
    0 40px 110px rgba(255, 180, 0, 0.35),
    0 18px 50px rgba(0, 0, 0, 0.18);
}

/* Number badge */

.rww-process-5__num {
  width: calc(48px * var(--s));
  height: calc(48px * var(--s));
  border-radius: calc(16px * var(--s));
  background: #0746ab;
  color: #ffffff;
  font-size: calc(18px * var(--s));
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(14px * var(--s));
  box-shadow: 0 16px 40px rgba(7, 70, 171, 0.28);
}

/* Card text */

.rww-process-5__card h3 {
  margin: 0 0 calc(10px * var(--s));
  font-size: calc(24px * var(--s));
  font-weight: 900;
  line-height: 1.25;
  color: #0746ab;
}

.rww-process-5__card p {
  margin: 0;
  font-size: calc(17px * var(--s));
  line-height: 1.85;
  font-weight: 650;
  color: #4b637a;
}

/* Footer line */

.rww-process-5__foot {
  margin-top: calc(22px * var(--s));
  font-size: calc(16px * var(--s));
  font-weight: 650;
  color: rgba(75, 99, 122, 0.9);
  text-align: center;
}

/* ==============================
   Responsive
   ============================== */

@media (max-width: 991px) {
  .rww-process-5 {
    padding: calc(78px * var(--s)) 0 calc(82px * var(--s));
  }

  .rww-process-5__head h2 {
    font-size: calc(40px * var(--s));
  }

  .rww-process-5__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rww-process-5__card,
  .rww-process-5__card:nth-child(4),
  .rww-process-5__card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 575px) {
  .rww-process-5 {
    padding: calc(64px * var(--s)) 0 calc(68px * var(--s));
  }

  .rww-process-5__head h2 {
    font-size: calc(32px * var(--s));
  }

  .rww-process-5__head p {
    font-size: calc(17px * var(--s));
  }

  .rww-process-5__grid {
    grid-template-columns: 1fr;
    gap: calc(16px * var(--s));
  }

  .rww-process-5__card {
    padding: calc(22px * var(--s)) calc(20px * var(--s));
    border-radius: calc(20px * var(--s));
  }

  .rww-process-5__num {
    width: calc(46px * var(--s));
    height: calc(46px * var(--s));
    font-size: calc(17px * var(--s));
  }

  .rww-process-5__card h3 {
    font-size: calc(22px * var(--s));
  }

  .rww-process-5__card p {
    font-size: calc(16.5px * var(--s));
  }
}

/* ======================================
   RWW SIDING ADVANTAGES (Youngstown)
====================================== */

.rww-siding-advantages {
  background: #2cbce4;
  padding: 70px 0;
}

.rww-siding-advantages__content {
  max-width: 1040px;
  margin: 0 auto;
}

.rww-siding-advantages h2 {
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.rww-siding-advantages__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 0 18px;
}

.rww-siding-advantages__figure {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
  background: #ffffff;
}

.rww-siding-advantages__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rww-siding-advantages__lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.98);
  max-width: 78ch;
}

/* 2 columns / 3 rows */
.rww-siding-advantages__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 0 0 20px;
}

/* Card */
.rww-siding-advantages__item {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  padding: 18px 20px 18px;
  border: 1px solid rgba(7, 70, 171, 0.1);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 150px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

/* Clean accent bar INSIDE */
.rww-siding-advantages__item::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 12px;
  height: 5px;
  border-radius: 999px;
  background: #0746ab;
  opacity: 0.95;
}

/* Icon + title row */
.rww-siding-advantages__top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  margin-bottom: 8px;
}

.rww-siding-advantages__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.12);
  flex: 0 0 auto;
}

.rww-siding-advantages__item h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  color: #0746ab;
}

.rww-siding-advantages__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
  color: #4b637a;
}

/* Hover */
.rww-siding-advantages__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  border-color: rgba(7, 70, 171, 0.18);
}

/* Different bar colors per card */
.rww-siding-advantages__item:nth-child(1)::before,
.rww-siding-advantages__item:nth-child(4)::before {
  background: #0746ab;
}

.rww-siding-advantages__item:nth-child(2)::before,
.rww-siding-advantages__item:nth-child(5)::before {
  background: #2cbce4;
}

.rww-siding-advantages__item:nth-child(3)::before,
.rww-siding-advantages__item:nth-child(6)::before {
  background: #ffa000;
}

/* Match icon tint subtly */
.rww-siding-advantages__item:nth-child(2) .rww-siding-advantages__icon,
.rww-siding-advantages__item:nth-child(5) .rww-siding-advantages__icon {
  background: rgba(44, 188, 228, 0.14);
  border-color: rgba(44, 188, 228, 0.18);
  color: #076b86;
}

.rww-siding-advantages__item:nth-child(3) .rww-siding-advantages__icon,
.rww-siding-advantages__item:nth-child(6) .rww-siding-advantages__icon {
  background: rgba(255, 180, 0, 0.18);
  border-color: rgba(255, 180, 0, 0.22);
  color: #8a5a00;
}

/* Footer */
.rww-siding-advantages__footer {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.98);
}

.rww-siding-advantages__footer a {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.rww-siding-advantages__footer a:hover {
  color: #ffa000;
}

/* Responsive */
@media (max-width: 992px) {
  .rww-siding-advantages {
    padding: 56px 0;
  }

  .rww-siding-advantages__images {
    grid-template-columns: 1fr;
  }

  .rww-siding-advantages__figure {
    height: 220px;
    border-radius: 20px;
  }

  .rww-siding-advantages__list {
    grid-template-columns: 1fr;
  }

  .rww-siding-advantages h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .rww-siding-advantages {
    padding: 48px 0;
  }

  .rww-siding-advantages h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .rww-siding-advantages__lead {
    font-size: 15.5px;
  }
}

/* =========================================
   RWW Concrete Sealer Benefits (FIXED)
   Brand: #0746ab | #0aa1d6 | #ffa000
   Background: #0aa1d6
========================================= */

.rww-sealer-benefits {
  background: #0aa1d6;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

/* soft accents so the section feels designed */
.rww-sealer-benefits::before,
.rww-sealer-benefits::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  z-index: 0;
  filter: blur(2px);
  opacity: 0.35;
}

.rww-sealer-benefits::before {
  left: -260px;
  top: -260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 60%);
}

.rww-sealer-benefits::after {
  right: -280px;
  bottom: -280px;
  background: radial-gradient(circle, rgba(7, 70, 171, 0.45), rgba(7, 70, 171, 0) 60%);
}

.rww-sealer-benefits .auto-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

/* ---------- HEAD ---------- */
.rww-sealer-benefits__head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 44px;
}

.rww-sealer-benefits__title {
  margin: 0 0 12px;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.7px;
  line-height: 1.08;
  color: #ffffff;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.rww-sealer-benefits__sub {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

/* ---------- GRID ---------- */
.rww-sealer-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

/* ---------- CARD ---------- */
.rww-sealer-benefits__card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 26px 24px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.14);
  position: relative;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  overflow: hidden;
}

/* top accent bar = brand */
.rww-sealer-benefits__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #0746ab, #0aa1d6);
}

.rww-sealer-benefits__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(7, 70, 171, 0.18);
  border-color: rgba(7, 70, 171, 0.18);
}

/* better hierarchy */
.rww-sealer-benefits__card h4 {
  margin: 10px 0 10px;
  font-size: 20px;
  font-weight: 900;
  color: #0746ab;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.rww-sealer-benefits__card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: #526277;
}

/* optional icon-style bullet (no HTML changes needed) */
.rww-sealer-benefits__card h4::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 9px;
  font-weight: 900;
  color: #0aa1d6;
  background: rgba(10, 161, 214, 0.12);
  border: 1px solid rgba(10, 161, 214, 0.25);
  transform: translateY(-1px);
}

/* ---------- CTA ---------- */
.rww-sealer-benefits__cta {
  text-align: center;
  margin-top: 44px;
}

.rww-sealer-benefits__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000;
  color: #ffffff;
  padding: 16px 38px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-decoration: none;
  border: 2px solid #ffa000;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.rww-sealer-benefits__btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0aa1d6;
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .rww-sealer-benefits {
    padding: 78px 0;
  }

  .rww-sealer-benefits__title {
    font-size: 36px;
  }

  .rww-sealer-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rww-sealer-benefits__grid {
    grid-template-columns: 1fr;
  }

  .rww-sealer-benefits__title {
    font-size: 32px;
  }

  .rww-sealer-benefits__btn {
    width: 100%;
    max-width: 360px;
  }
}

/* ==============================
   RWW Concrete Wash & Seal (2-card section)
   Theme: #0746ab / #ffa000 / #f4f6f9
   ============================== */

.rww-cws {
  background: #f4f6f9;
  padding: 80px 0;
}

.rww-cws .auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.rww-cws__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 34px;
}

.rww-cws__kicker {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(7, 70, 171, 0.1);
  color: #0746ab;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.rww-cws__title {
  margin: 0 0 12px;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: 44px;
}

.rww-cws__sub {
  margin: 0;
  color: #3b4658;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.rww-cws__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.rww-cws__card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.1);
  border: 1px solid rgba(7, 70, 171, 0.08);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.rww-cws__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.14);
}

.rww-cws__media {
  width: 100%;
  aspect-ratio: 16 / 7;
  background: #e9eef7;
}

.rww-cws__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rww-cws__body {
  padding: 22px 24px 24px;
}

.rww-cws__card-title {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: 22px;
  line-height: 1.2;
}

.rww-cws__text {
  margin: 0 0 14px;
  color: #475467;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

.rww-cws__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0746ab;
  font-weight: 900;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.rww-cws__link::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.rww-cws__link:hover {
  color: #0aa1d6; /* baby blue */
}

.rww-cws__cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.rww-cws__btn {
  background: #ffa000;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(255, 180, 0, 0.25);
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.rww-cws__btn:hover {
  background: #0aa1d6; /* baby blue hover */
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(10, 161, 214, 0.28);
}

/* Tablet */
@media (max-width: 991px) {
  .rww-cws {
    padding: 64px 0;
  }

  .rww-cws__title {
    font-size: 36px;
  }

  .rww-cws__grid {
    gap: 18px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .rww-cws {
    padding: 54px 0;
  }

  .rww-cws__head {
    text-align: left;
    margin-bottom: 22px;
  }

  .rww-cws__title {
    font-size: 30px;
  }

  .rww-cws__sub {
    font-size: 16px;
  }

  .rww-cws__grid {
    grid-template-columns: 1fr;
  }

  .rww-cws__body {
    padding: 18px 18px 20px;
  }

  .rww-cws__btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* =========================================
   RWW Commercial Intro
   Theme: #0746ab | #0aa1d6 | #ffa000
   Background: #f4f6f9
========================================= */

.rww-comm-intro {
  background: #f4f6f9;
  padding: 90px 0;
  position: relative;
}

.rww-comm-intro__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.rww-comm-intro__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.14);
  margin-bottom: 14px;
}

.rww-comm-intro__title {
  margin: 0 0 14px;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.1;
  font-size: 44px;
}

.rww-comm-intro__text {
  margin: 0 0 16px;
  color: #4c5d73;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  max-width: 720px;
}

.rww-comm-intro__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.rww-comm-intro__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.14);
  color: #0746ab;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.rww-comm-intro__link:hover {
  transform: translateY(-1px);
  border-color: rgba(10, 161, 214, 0.5);
  box-shadow: 0 10px 22px rgba(7, 70, 171, 0.1);
}

.rww-comm-intro__cta {
  margin-top: 10px;
}

.rww-comm-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-decoration: none;
  border: 2px solid #ffa000;
  box-shadow: 0 18px 34px rgba(255, 180, 0, 0.22);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.rww-comm-intro__btn:hover {
  background: #0aa1d6;
  border-color: #0aa1d6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(10, 161, 214, 0.22);
}

.rww-comm-intro__note {
  margin: 10px 0 0;
  font-size: 14px;
  color: #6a7a90;
  font-weight: 600;
}

.rww-comm-intro__note a {
  color: #0746ab;
  font-weight: 900;
  text-decoration: none;
}

.rww-comm-intro__media img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  box-shadow: 0 22px 60px rgba(7, 70, 171, 0.18);
  border: 1px solid rgba(7, 70, 171, 0.1);
}

/* =========================================
   RWW Commercial Bundle Bar (Baby Blue)
========================================= */

.rww-comm-bundle {
  background: #0aa1d6;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.rww-comm-bundle__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.rww-comm-bundle__title {
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: -0.4px;
  line-height: 1.15;
}

.rww-comm-bundle__text {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 600;
  max-width: 820px;
}

.rww-comm-bundle__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.rww-comm-bundle__list li {
  position: relative;
  padding-left: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
}

.rww-comm-bundle__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: #ffa000;
}

.rww-comm-bundle__list a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  font-weight: 900;
}

.rww-comm-bundle__list a:hover {
  text-decoration-color: #ffffff;
}

.rww-comm-bundle__card {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rww-comm-bundle__cardTop {
  margin: 0 0 8px;
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rww-comm-bundle__cardMid {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 600;
}

.rww-comm-bundle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-decoration: none;
  border: 2px solid #ffa000;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
  width: 100%;
}

.rww-comm-bundle__btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0746ab;
  transform: translateY(-2px);
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 991px) {
  .rww-comm-intro {
    padding: 70px 0;
  }

  .rww-comm-intro__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rww-comm-intro__title {
    font-size: 34px;
  }

  .rww-comm-bundle__inner {
    grid-template-columns: 1fr;
  }

  .rww-comm-bundle__title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .rww-comm-intro {
    padding: 60px 0;
  }

  .rww-comm-intro__title {
    font-size: 30px;
  }

  .rww-comm-intro__text {
    font-size: 16px;
  }

  .rww-comm-intro__btn {
    width: 100%;
    max-width: 380px;
  }

  .rww-comm-bundle {
    padding: 58px 0;
  }

  .rww-comm-bundle__btn {
    width: 100%;
  }
}

/* =========================================================
   RWW Commercial Sections
   Brand: #0746ab (blue) | #0aa1d6 (baby blue) | #ffa000 (orange)
   Background: #f4f6f9
========================================================= */

/* ---------- SECTION 1: Commercial Scope ---------- */
.rww-comm-scope {
  background: #f4f6f9;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.rww-comm-scope::before,
.rww-comm-scope::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle, rgba(10, 161, 214, 0.14), rgba(10, 161, 214, 0) 60%);
}
.rww-comm-scope::before {
  left: -240px;
  top: -200px;
}
.rww-comm-scope::after {
  right: -260px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(7, 70, 171, 0.14), rgba(7, 70, 171, 0) 60%);
}

.rww-comm-scope .auto-container {
  position: relative;
  z-index: 1;
}

.rww-comm-scope__head {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: left;
}

.rww-comm-scope__kicker {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.14);
  margin-bottom: 12px;
}

.rww-comm-scope__title {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.1;
  font-size: 36px;
}

.rww-comm-scope__sub {
  margin: 0;
  color: #55657a;
  font-size: 16.5px;
  line-height: 1.7;
  max-width: 820px;
}

.rww-comm-scope__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.rww-comm-scope__card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.08);
  padding: 22px 22px 20px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.rww-comm-scope__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #0746ab, #0aa1d6);
}

.rww-comm-scope__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(7, 70, 171, 0.12);
  border-color: rgba(7, 70, 171, 0.18);
}

.rww-comm-scope__h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: #0aa1d6;
}

.rww-comm-scope__text {
  margin: 0;
  color: #3b4a5c;
  font-size: 15.5px;
  line-height: 1.65;
}

.rww-comm-scope__text a {
  color: #0746ab;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rww-comm-scope__cta {
  text-align: center;
  margin-top: 30px;
}

.rww-comm-scope__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000;
  color: #ffffff;
  padding: 15px 34px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-decoration: none;
  border: 2px solid #ffa000;
  box-shadow: 0 18px 34px rgba(255, 180, 0, 0.22);
  transition:
    background 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.rww-comm-scope__btn:hover {
  background: #0aa1d6;
  border-color: #0aa1d6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(10, 161, 214, 0.25);
}

.rww-comm-scope__note {
  margin: 12px auto 0;
  color: #66758b;
  font-size: 14px;
  max-width: 820px;
}

.rww-comm-scope__note a {
  color: #0746ab;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---------- SECTION 2: Commercial Process ---------- */
.rww-comm-process {
  background: #ffffff;
  padding: 90px 0;
}

.rww-comm-process__wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: start;
}

.rww-comm-process__left {
  background: #f4f6f9;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.08);
  position: relative;
  overflow: hidden;
}

.rww-comm-process__left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #0746ab, #0aa1d6);
}

.rww-comm-process__kicker {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.14);
  margin-bottom: 12px;
}

.rww-comm-process__title {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.15;
  font-size: 36px;
}

.rww-comm-process__sub {
  margin: 0 0 14px;
  color: #55657a;
  font-size: 16.5px;
  line-height: 1.7;
}

.rww-comm-process__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.rww-comm-process__bullets li {
  position: relative;
  padding-left: 34px;
  color: #3b4a5c;
  font-size: 15.5px;
  line-height: 1.65;
}

.rww-comm-process__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: rgba(10, 161, 214, 0.12);
  border: 1px solid rgba(10, 161, 214, 0.28);
}

.rww-comm-process__bullets li::after {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 1px;
  font-size: 14px;
  font-weight: 900;
  color: #0aa1d6;
}

.rww-comm-process__miniCta {
  margin-top: 18px;
}

.rww-comm-process__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-decoration: none;
  border: 2px solid #ffa000;
  box-shadow: 0 18px 34px rgba(255, 180, 0, 0.22);
  transition:
    background 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.rww-comm-process__btn:hover {
  background: #0aa1d6;
  border-color: #0aa1d6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(10, 161, 214, 0.25);
}

.rww-comm-process__note {
  margin: 10px 0 0;
  color: #66758b;
  font-size: 13.5px;
  line-height: 1.6;
}

.rww-comm-process__right {
  display: grid;
  gap: 16px;
}

.rww-comm-process__steps {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.08);
  overflow: hidden;
}

.rww-comm-process__step {
  padding: 22px 22px 20px;
  border-bottom: 1px solid rgba(7, 70, 171, 0.08);
  position: relative;
}

.rww-comm-process__step:last-child {
  border-bottom: none;
}

.rww-comm-process__num {
  font-weight: 900;
  color: rgba(7, 70, 171, 0.25);
  font-size: 14px;
  letter-spacing: 1px;
}

.rww-comm-process__h3 {
  margin: 6px 0 6px;
  color: #0aa1d6;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.2px;
}

.rww-comm-process__text {
  margin: 0;
  color: #3b4a5c;
  font-size: 15.5px;
  line-height: 1.65;
}

.rww-comm-process__bundle {
  background: #f4f6f9;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.08);
}

.rww-comm-process__bundleTitle {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.2px;
}

.rww-comm-process__bundleLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rww-comm-process__bundleLinks a {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  color: #0746ab;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.rww-comm-process__bundleLinks a:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 161, 214, 0.35);
  box-shadow: 0 12px 24px rgba(10, 161, 214, 0.14);
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .rww-comm-scope {
    padding: 70px 0;
  }
  .rww-comm-scope__title {
    font-size: 32px;
  }
  .rww-comm-scope__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-comm-process {
    padding: 70px 0;
  }
  .rww-comm-process__wrap {
    grid-template-columns: 1fr;
  }
  .rww-comm-process__title {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .rww-comm-scope__btn,
  .rww-comm-process__btn {
    width: 100%;
    max-width: 360px;
  }
}

/* =========================================
   RWW Concrete Performance Section
   Brand: #0746ab | #0aa1d6 | #ffa000
========================================= */

.rww-concrete-performance {
  background: #f4f6f9;
  padding: 100px 0;
}

.rww-concrete-performance__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.rww-concrete-performance__media {
  position: relative;
}

.rww-concrete-performance__img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(7, 70, 171, 0.12);
}

.rww-concrete-performance__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0aa1d6;
  margin-bottom: 10px;
}

.rww-concrete-performance__title {
  font-size: 42px;
  font-weight: 900;
  color: #0746ab;
  margin-bottom: 18px;
  line-height: 1.1;
}

.rww-concrete-performance__text {
  font-size: 17px;
  line-height: 1.7;
  color: #4a5b70;
  margin-bottom: 16px;
}

.rww-concrete-performance__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.rww-concrete-performance__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #3a4a5f;
}

.rww-concrete-performance__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0aa1d6;
  font-weight: 900;
}

.rww-concrete-performance__btn {
  display: inline-block;
  background: #ffa000;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  box-shadow: 0 18px 30px rgba(255, 180, 0, 0.25);
}

.rww-concrete-performance__btn:hover {
  background: #0aa1d6;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .rww-concrete-performance {
    padding: 70px 0;
  }

  .rww-concrete-performance__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rww-concrete-performance__title {
    font-size: 32px;
  }
}

/* ======================================
   WHY CHOOSE RWW LOCATION (Cleaner / Pro)
====================================== */

.why-choose-rww-location {
  background: #f7f9fc;
  padding: 90px 0;
}

.why-choose-rww-location__wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.why-choose-rww-location__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

/* Pill like your “SERVICE AREA” */
.why-choose-rww-location__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  background: rgba(7, 70, 171, 0.1);
  border: 1px solid rgba(7, 70, 171, 0.18);
  color: #0746ab;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}

/* Headline: NOT huge */
.why-choose-rww-location h2 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: #0746ab;
}

.why-choose-rww-location p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  color: #4b637a;
  max-width: 70ch;
}

/* IMAGE */
.why-choose-rww-location__media {
  position: relative;
}

.why-choose-rww-location__media-inner {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  height: 420px; /* makes it look consistent */
  background: #ffffff;
}

.why-choose-rww-location__media-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* no stretching */
  display: block;
}

/* Badge: cleaner + centered */
.why-choose-rww-location__badge {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(7, 70, 171, 0.14);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  text-align: center;
  min-width: 250px;
}

.why-choose-rww-location__badge strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #0746ab;
  margin-bottom: 4px;
}

.why-choose-rww-location__badge span {
  font-size: 14px;
  font-weight: 700;
  color: #4b637a;
}

/* CARDS: more premium */
.why-choose-rww-location__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 26px;
}

.why-choose-rww-location__card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  border: 1px solid rgba(7, 70, 171, 0.1);
  padding: 20px 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.why-choose-rww-location__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.1);
  border-color: rgba(7, 70, 171, 0.18);
}

.why-choose-rww-location__card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  color: #0746ab;
}

.why-choose-rww-location__card p {
  margin: 0;
  max-width: none;
}

/* BUTTON */
.why-choose-rww-location .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background: #0746ab;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(7, 70, 171, 0.22);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.why-choose-rww-location .btn-primary:hover {
  background: #ffa000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 180, 0, 0.3);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .why-choose-rww-location__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .why-choose-rww-location__media-inner {
    height: 300px;
  }

  .why-choose-rww-location__cards {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   RWW Gutter Process Section (Upgraded)
   Keep same HTML. Cleaner hierarchy. Better cards.
========================================= */

.rww-gutter-process {
  position: relative;
  padding: 78px 0 70px;
  background: #f7f9fc;
  overflow: hidden;
}

/* soft brand glows (more subtle, more premium) */
.rww-gutter-process:before,
.rww-gutter-process:after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.16;
  pointer-events: none;
}

.rww-gutter-process:before {
  background: rgba(7, 70, 171, 0.75);
  left: -340px;
  top: -340px;
}

.rww-gutter-process:after {
  background: rgba(255, 180, 0, 0.7);
  right: -360px;
  bottom: -380px;
}

.rww-gutter-process .auto-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

/* =========================
   Header
========================= */

.rww-gutter-process__head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.rww-gutter-process__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(44, 188, 228, 0.14);
  border: 1px solid rgba(44, 188, 228, 0.24);
  color: #0746ab;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.rww-gutter-process__title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
  color: #0746ab;
  letter-spacing: -0.03em;
  font-family: "Barlow", sans-serif;
}

/* intro now looks like a premium callout instead of a big dark box */
.rww-gutter-process__intro {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.08);
}

.rww-gutter-process__intro p {
  margin: 0;
  color: #4b637a;
  font-weight: 650;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================
   Steps Grid
========================= */

.rww-gutter-process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 22px;
}

/* =========================
   Step Card
========================= */

.rww-gutter-process__step {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.08);
  padding: 22px 20px 20px;
  position: relative;
  overflow: hidden;
  text-align: left; /* more professional than centered paragraphs */
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

/* thinner accent strip = cleaner */
.rww-gutter-process__step:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0746ab 0%, #2cbce4 55%, #ffa000 100%);
  opacity: 1;
}

/* hover = tight + premium */
.rww-gutter-process__step:hover {
  transform: translateY(-6px);
  border-color: rgba(7, 70, 171, 0.22);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
}

/* Featured middle card: subtle upgrade, not goofy */
.rww-gutter-process__step--featured {
  border-color: rgba(44, 188, 228, 0.28);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.12);
}

.rww-gutter-process__step--featured:hover {
  border-color: rgba(255, 180, 0, 0.45);
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.14);
}

/* Icon */
.rww-gutter-process__icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  margin: 10px 0 12px;
  display: grid;
  place-items: center;
  background: rgba(44, 188, 228, 0.14);
  border: 1px solid rgba(44, 188, 228, 0.22);
  color: #0746ab;
}

.rww-gutter-process__icon svg {
  width: 30px;
  height: 30px;
}

/* Step label */
.rww-gutter-process__bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0746ab;
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Text */
.rww-gutter-process__step-title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  color: #0b1b2b;
  letter-spacing: -0.01em;
  font-family: "Barlow", sans-serif;
}

.rww-gutter-process__step-text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 650;
  color: #4b637a;
}

/* =========================
   CTA
========================= */

.rww-gutter-process__cta {
  margin-top: 22px;
  background: #0746ab;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(7, 70, 171, 0.22);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.12);
}

.rww-gutter-process__cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
}

.rww-gutter-process__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff !important;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  box-shadow: 0 14px 30px rgba(255, 180, 0, 0.28);
}

.rww-gutter-process__btn:hover {
  background: #2cbce4;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(44, 188, 228, 0.22);
}

.rww-gutter-process__cta-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  max-width: 720px;
}

.rww-gutter-process__link {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rww-gutter-process__link:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {
  .rww-gutter-process {
    padding: 64px 0 60px;
  }

  .rww-gutter-process__title {
    font-size: 34px;
  }

  .rww-gutter-process__steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .rww-gutter-process {
    padding: 54px 0 52px;
  }

  .rww-gutter-process__title {
    font-size: 28px;
    line-height: 1.12;
  }

  .rww-gutter-process__intro {
    padding: 16px;
    border-radius: 16px;
  }

  .rww-gutter-process__intro p {
    font-size: 15.5px;
  }

  .rww-gutter-process__step {
    padding: 20px 16px 18px;
    border-radius: 18px;
  }

  .rww-gutter-process__btn {
    width: 100%;
    padding: 14px 16px;
  }

  .rww-gutter-process__cta {
    padding: 18px;
    border-radius: 16px;
  }
}

/* ===========================================
   RWW Commercial Partner Section (COMPACT)
=========================================== */

.rww-commercial-partner {
  padding: 60px 0; /* less vertical whitespace */
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.rww-commercial-partner .auto-container {
  max-width: 1220px;
}

.rww-commercial-partner__wrap {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 16px; /* tighter */
  align-items: start;
}

/* LEFT */
.rww-commercial-partner__content {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
  padding: 22px 22px 18px; /* tighter */
  position: relative;
  overflow: hidden;
}

.rww-commercial-partner__content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  background: #ffa000;
}

.rww-commercial-partner__kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0aa1d6;
  margin: 0 0 8px;
}

.rww-commercial-partner__content h2 {
  margin: 0 0 10px;
  color: #0746ab;
  font-size: 34px; /* smaller */
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.rww-commercial-partner__lead {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 650;
  color: #3b4e63;
}

.rww-commercial-partner__lead strong {
  color: #0746ab;
  font-weight: 900;
}

/* compact grid list */
.rww-commercial-partner__mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 10px 0 14px;
}

.rww-commercial-partner__mini > div {
  border: 1px solid rgba(7, 70, 171, 0.12);
  background: rgba(7, 70, 171, 0.04);
  border-radius: 14px;
  padding: 10px 12px;
}

.rww-commercial-partner__mini strong {
  display: block;
  font-size: 13.5px;
  font-weight: 900;
  color: #0f2f5f;
  margin-bottom: 3px;
}

.rww-commercial-partner__mini span {
  display: block;
  font-size: 12.5px;
  font-weight: 650;
  color: #6b8096;
}

/* CTA */
.rww-commercial-partner__actions {
  margin-top: 6px;
}

.rww-commercial-partner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.rww-commercial-partner__btn--primary {
  background: #0746ab;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(7, 70, 171, 0.18);
}

.rww-commercial-partner__btn--primary:hover {
  background: #0aa1d6;
  color: #ffffff; /* keep white */
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(7, 70, 171, 0.22);
}

/* RIGHT */
.rww-commercial-partner__side {
  display: grid;
  gap: 12px;
}

.rww-commercial-partner__card {
  background: #0746ab;
  border-radius: 18px;
  padding: 18px 18px 16px; /* tighter */
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.rww-commercial-partner__card:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 140px;
  height: 140px;
  background: rgba(255, 180, 0, 0.18);
  border-radius: 999px;
}

.rww-commercial-partner__card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.rww-commercial-partner__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}

.rww-commercial-partner__chips span {
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 900;
  font-size: 11.5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.rww-commercial-partner__note {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.92);
  position: relative;
  z-index: 2;
}

/* Right button */
.rww-commercial-partner__cardbtn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff; /* white text */
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
  position: relative;
  z-index: 2;
}

.rww-commercial-partner__cardbtn:hover {
  background: #0aa1d6;
  color: #ffffff; /* keep white */
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

/* Responsive */
@media (max-width: 991px) {
  .rww-commercial-partner {
    padding: 52px 0;
  }

  .rww-commercial-partner__wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-commercial-partner__content h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .rww-commercial-partner__content {
    padding: 18px 16px 14px;
  }

  .rww-commercial-partner__mini {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   RWW COMMERCIAL FAQ
================================ */

.rww-commercial-faq {
  background: #f7f9fc;
  padding: 56px 0 60px;
}

.rww-commercial-faq .auto-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Title */
.rww-commercial-faq__title {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  color: #0746ab;
  margin-bottom: 28px;
  line-height: 1.15;
}

/* List */
.rww-commercial-faq__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 26px;
}

/* Item */
.rww-commercial-faq__item {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

/* Question */
.rww-commercial-faq__item h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
  color: #0746ab;
  line-height: 1.3;
}

/* Answer */
.rww-commercial-faq__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5b7085;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
  .rww-commercial-faq__title {
    font-size: 30px;
  }

  .rww-commercial-faq__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .rww-commercial-faq {
    padding: 46px 0 50px;
  }

  .rww-commercial-faq__title {
    font-size: 26px;
  }

  .rww-commercial-faq__item {
    padding: 16px 16px;
  }

  .rww-commercial-faq__item h4 {
    font-size: 15px;
  }

  .rww-commercial-faq__item p {
    font-size: 14.5px;
  }
}

/* ======================================
   RWW Gutter Advantages - Clean Modern
   Background: #2cbce4
====================================== */

.rww-gutter-advantages-modern {
  background: #2cbce4;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  font-family: "Barlow", sans-serif;
}

.rww-gutter-advantages-modern__head {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.rww-gutter-advantages-modern__head h2 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.rww-gutter-advantages-modern__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

/* Grid layout */

.rww-gutter-advantages-modern__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* No big white cards — clean split layout */

.rww-gutter-advantages-modern__item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.rww-gutter-advantages-modern__item h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.rww-gutter-advantages-modern__item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

/* CTA */

.rww-gutter-advantages-modern__cta {
  margin-top: 40px;
  text-align: center;
}

.rww-gutter-advantages-modern__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #0746ab;
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  transition: all 180ms ease;
}

.rww-gutter-advantages-modern__btn:hover {
  background: #ffa000;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive */

@media (max-width: 991px) {
  .rww-gutter-advantages-modern__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .rww-gutter-advantages-modern__head h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .rww-gutter-advantages-modern {
    padding: 60px 0;
  }

  .rww-gutter-advantages-modern__grid {
    grid-template-columns: 1fr;
  }

  .rww-gutter-advantages-modern__head h2 {
    font-size: 28px;
  }
}

/* =========================================
   RWW COMMERCIAL TRUST (WHITE SECTION)
   ========================================= */

.rww-commercial-trust {
  background: #ffffff;
  padding: 80px 0;
}

.rww-commercial-trust__grid {
  max-width: 1100px;
  margin: 0 auto;
}

.rww-commercial-trust__content {
  max-width: 920px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 22px;
  padding: 34px 36px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* subtle top bar */
.rww-commercial-trust__content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #0746ab 0%, #0aa1d6 55%, #ffa000 100%);
  opacity: 0.95;
}

.rww-commercial-trust__content h2 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0746ab;
}

.rww-commercial-trust__content p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  color: #4b637a;
}

.rww-commercial-trust__content p:last-of-type {
  margin-bottom: 18px;
}

/* points */
.rww-commercial-trust__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.rww-commercial-trust__points li {
  background: #f7f9ff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15.5px;
  line-height: 1.35;
  font-weight: 800;
  color: #0b1b2b;
  position: relative;
  padding-left: 44px;
}

/* check bullet */
.rww-commercial-trust__points li:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(10, 161, 214, 0.18);
  border: 1px solid rgba(10, 161, 214, 0.25);
  box-shadow: 0 8px 18px rgba(10, 161, 214, 0.18);
}

.rww-commercial-trust__points li:after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 10px;
  border-right: 3px solid #0aa1d6;
  border-bottom: 3px solid #0aa1d6;
}

/* =========================================
   RWW COMMERCIAL IMPACT (BLUE SECTION)
   ========================================= */

.rww-commercial-impact {
  background: #0746ab;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* subtle glow */
.rww-commercial-impact:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(10, 161, 214, 0.25), transparent 55%),
    radial-gradient(circle at 85% 45%, rgba(255, 180, 0, 0.22), transparent 58%);
  pointer-events: none;
}

.rww-commercial-impact .auto-container {
  position: relative;
  z-index: 2;
}

.rww-commercial-impact__wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.rww-commercial-impact h2 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.rww-commercial-impact__lead {
  margin: 0 auto 34px;
  max-width: 70ch;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.92);
}

/* grid cards */
.rww-commercial-impact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto 34px;
}

.rww-commercial-impact__grid > div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 22px 20px;
  text-align: left;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.rww-commercial-impact__grid > div:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 180, 0, 0.55);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.rww-commercial-impact__grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  color: #ffffff;
}

.rww-commercial-impact__grid p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.9);
}

/* CTA */
.rww-commercial-impact__cta {
  display: flex;
  justify-content: center;
}

.rww-commercial-impact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff; /* ALWAYS WHITE */
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(255, 180, 0, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.rww-commercial-impact__btn:hover {
  background: #0aa1d6;
  color: #ffffff; /* ALWAYS WHITE */
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(10, 161, 214, 0.22);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 991px) {
  .rww-commercial-trust,
  .rww-commercial-impact {
    padding: 64px 0;
  }

  .rww-commercial-trust__content {
    padding: 28px 24px;
    border-radius: 18px;
  }

  .rww-commercial-trust__content h2 {
    font-size: 32px;
  }

  .rww-commercial-impact h2 {
    font-size: 34px;
  }

  .rww-commercial-impact__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .rww-commercial-trust,
  .rww-commercial-impact {
    padding: 54px 0;
  }

  .rww-commercial-trust__content h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  .rww-commercial-trust__content p {
    font-size: 16px;
  }

  .rww-commercial-trust__points {
    grid-template-columns: 1fr;
  }

  .rww-commercial-trust__points li {
    font-size: 15px;
  }

  .rww-commercial-impact h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .rww-commercial-impact__lead {
    font-size: 16.5px;
  }

  .rww-commercial-impact__btn {
    width: 100%;
    max-width: 420px;
  }
}

/* ==============================
   RWW advantages – premium layout
   ============================== */

.rww-advantages-simple {
  padding: 78px 0 84px;
  position: relative;
  overflow: hidden;
  background: #0aa1d6;
}

/* subtle depth */
.rww-advantages-simple::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 180, 0, 0.18), transparent 42%),
    radial-gradient(circle at 82% 72%, rgba(7, 70, 171, 0.35), transparent 46%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.rww-advantages-simple .auto-container {
  width: 100%;
  position: relative;
  z-index: 1;
}

.rww-advantages-simple__content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 34px 30px;
  border-radius: 22px;
  background: rgba(7, 70, 171, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
}

/* Title */
.rww-advantages-simple h2 {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.02em;
}

/* Images directly under title */
.rww-advantages-simple__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0 0 22px;
  width: 100%;
}

.rww-advantages-simple__images figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: translateZ(0);
}

.rww-advantages-simple__images img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.rww-advantages-simple__images figure:hover img {
  transform: scale(1.03);
}

/* Lead */
.rww-advantages-simple__lead {
  font-size: 17.5px;
  line-height: 1.75;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 22px;
  max-width: 980px;
}

/* List – upgraded to a clean grid */
.rww-advantages-simple__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 6px;
}

.rww-advantages-simple__list > div {
  border-radius: 16px;
  padding: 16px 16px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.rww-advantages-simple__list > div:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 180, 0, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.rww-advantages-simple__list h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
}

.rww-advantages-simple__list p {
  margin: 0;
  font-size: 15.8px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

/* Footer */
.rww-advantages-simple__footer {
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.95);
}

/* Links: orange, hover to white */
.rww-advantages-simple a {
  color: #ffa000;
  font-weight: 900;
  text-decoration: none;
}

.rww-advantages-simple a:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .rww-advantages-simple {
    padding: 66px 0 72px;
  }

  .rww-advantages-simple__content {
    padding: 28px 22px 24px;
  }

  .rww-advantages-simple h2 {
    font-size: 34px;
  }

  .rww-advantages-simple__images img {
    height: 240px;
  }

  .rww-advantages-simple__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .rww-advantages-simple {
    padding: 58px 0 64px;
  }

  .rww-advantages-simple__images {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-advantages-simple__images img {
    height: 250px;
  }

  .rww-advantages-simple h2 {
    font-size: 30px;
  }
}

/* ==============================
   RWW Bundle Section (Siding page)
   Background: #f7f9fc
   Theme: Blue #0746ab, Orange #ffa000, Baby Blue #0aa1d6
   ============================== */

.rww-bundle {
  background: #f7f9fc;
  padding: 72px 0;
}

.rww-bundle .auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.rww-bundle__head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 34px;
}

.rww-bundle__kicker {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0746ab;
  font-size: 12.5px;
  margin-bottom: 10px;
}

.rww-bundle__title {
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0746ab;
}

.rww-bundle__sub {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
  color: rgba(11, 27, 58, 0.72);
}

.rww-bundle__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}

.rww-bundle__card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 10px 24px rgba(11, 27, 58, 0.06);
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.rww-bundle__card:hover {
  transform: translateY(-2px);
  border-color: rgba(7, 70, 171, 0.22);
  box-shadow: 0 16px 34px rgba(11, 27, 58, 0.1);
}

.rww-bundle__icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(7, 70, 171, 0.1);
  color: #0746ab;
  display: grid;
  place-items: center;
}

.rww-bundle__icon svg {
  width: 26px;
  height: 26px;
}

.rww-bundle__text h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #0746ab;
}

.rww-bundle__text p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 600;
  color: rgba(11, 27, 58, 0.75);
}

.rww-bundle__linkish {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.rww-bundle__cta {
  text-align: center;
  margin-top: 32px;
}

.rww-bundle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 180, 0, 0.25);
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.rww-bundle__btn:hover {
  background: #0aa1d6; /* baby blue */
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(10, 161, 214, 0.24);
}

.rww-bundle__note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: rgba(11, 27, 58, 0.62);
}

/* Tablet */
@media (max-width: 991px) {
  .rww-bundle {
    padding: 58px 0;
  }

  .rww-bundle__title {
    font-size: 36px;
  }

  .rww-bundle__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-bundle__card {
    padding: 16px 16px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .rww-bundle {
    padding: 48px 0;
  }

  .rww-bundle .auto-container {
    padding: 0 18px;
  }

  .rww-bundle__title {
    font-size: 30px;
  }

  .rww-bundle__sub {
    font-size: 15.5px;
  }

  .rww-bundle__icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .rww-bundle__text h3 {
    font-size: 18px;
  }

  .rww-bundle__text p {
    font-size: 14.8px;
  }

  .rww-bundle__btn {
    width: 100%;
    max-width: 360px;
  }
}
/* ==============================
   RWW Siding Split Section
   ============================== */

.rww-siding-split {
  padding: 80px 0;
  background: #0746ab;
  color: #ffffff;
}

.rww-siding-split .auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.rww-siding-split__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}

/* Image */
.rww-siding-split__media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.rww-siding-split__media img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
  display: block;
}

/* Text */
.rww-siding-split__kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffa000;
  margin-bottom: 14px;
}

.rww-siding-split__title {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #ffffff;
}

.rww-siding-split__text {
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.92);
}

/* Links */
.rww-siding-split__links {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: grid;
  gap: 10px;
}

.rww-siding-split__links a {
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.rww-siding-split__links a::before {
  content: "›";
  font-size: 22px;
  color: #ffa000;
}

.rww-siding-split__links a:hover {
  color: #ffa000;
  border-color: rgba(255, 180, 0, 0.6);
  transform: translateX(3px);
}

/* Button */
.rww-siding-split__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  background: #ffa000;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}

.rww-siding-split__btn:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}

/* Tablet */
@media (max-width: 991px) {
  .rww-siding-split__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rww-siding-split__title {
    font-size: 38px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .rww-siding-split {
    padding: 60px 0;
  }

  .rww-siding-split__title {
    font-size: 30px;
  }

  .rww-siding-split__btn {
    width: 100%;
  }
}

/* =========================================
   RWW SIDING ACCORDION SECTION
========================================= */

.rww-accordion-section {
  padding: 100px 0;
  background: #f4f6f9;
}

/* ===== HEADER ===== */

.rww-accordion-head {
  max-width: 900px;
  margin: 0 auto 60px auto;
  text-align: center;
  padding: 0 20px;
}

.rww-accordion-title {
  font-size: 42px;
  font-weight: 800;
  color: #0746ab;
  margin-bottom: 18px;
}

.rww-accordion-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #6b7280;
  max-width: 750px;
  margin: 0 auto;
}

/* ===== ACCORDION WRAPPER ===== */

.rww-accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Hide radio inputs */
.rww-accordion input {
  display: none;
}

/* ===== ITEM ===== */

.rww-accordion-item {
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

/* ===== LABEL (TOP BAR) ===== */

.rww-accordion-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  background: #0746ab;
  color: #ffffff;
  transition: all 0.25s ease;
  position: relative;
}

/* + icon */
.rww-accordion-label::after {
  content: "+";
  font-size: 22px;
  font-weight: 700;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

/* Hover */
.rww-accordion-label:hover {
  background: #063b92;
}

/* ===== ACTIVE STATE ===== */

.rww-accordion input:checked + .rww-accordion-label {
  background: #ffa000;
  color: #ffffff;
}

.rww-accordion input:checked + .rww-accordion-label::after {
  content: "−";
  background: rgba(0, 0, 0, 0.15);
}

/* ===== CONTENT ===== */

.rww-accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition:
    max-height 0.35s ease,
    padding 0.3s ease;
  padding: 0 30px;
}

.rww-accordion input:checked + .rww-accordion-label + .rww-accordion-content {
  max-height: 400px;
  padding: 26px 30px;
}

.rww-accordion-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* Mobile */

@media (max-width: 768px) {
  .rww-accordion-section {
    padding: 70px 0;
  }

  .rww-accordion-title {
    font-size: 28px;
  }

  .rww-accordion-sub {
    font-size: 16px;
  }

  .rww-accordion-label {
    font-size: 18px;
    padding: 20px 20px;
  }

  .rww-accordion-content {
    padding: 0 20px;
  }

  .rww-accordion input:checked + .rww-accordion-label + .rww-accordion-content {
    padding: 20px;
  }

  .rww-accordion-content p {
    font-size: 15px;
  }
}

/* ================================
   RWW Deck Process Section
================================ */

.rww-deck-process {
  background: #f7f9fc;
  padding: 90px 0;
}

.rww-deck-process__head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 45px;
}

.rww-deck-process__head h2 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: #0746ab;
}

.rww-deck-process__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #5c6d82;
}

/* Grid */

.rww-deck-process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.rww-deck-process__step {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 14px 34px rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.1);
}

.rww-deck-process__num {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 14px;
  color: #0aa1d6;
  letter-spacing: 1px;
}

.rww-deck-process__step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
  color: #0746ab;
}

.rww-deck-process__step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #3f4f64;
}

/* CTA */

.rww-deck-process__cta {
  text-align: center;
  margin-top: 36px;
}

.rww-deck-process__btn {
  display: inline-block;
  background: #ffa000;
  color: #ffffff;
  font-weight: 900;
  padding: 15px 34px;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #ffa000;
  transition: all 0.2s ease;
}

.rww-deck-process__btn:hover {
  background: #0aa1d6;
  border-color: #0aa1d6;
  color: #ffffff;
}

/* Responsive */

@media (max-width: 992px) {
  .rww-deck-process__grid {
    grid-template-columns: 1fr;
  }

  .rww-deck-process__head h2 {
    font-size: 34px;
  }
}

/* =====================================
   RWW Deck & Patio Benefits Section
===================================== */

.rww-deck-benefits {
  background: #0746ab;
  padding: 90px 0;
  font-family: "Barlow", sans-serif;
}

.rww-deck-benefits__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

/* Content */

.rww-deck-benefits__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0aa1d6;
}

.rww-deck-benefits__content h3 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
}

.rww-deck-benefits__content p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

/* Image Grid */

.rww-deck-benefits__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rww-deck-benefits__media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease;
}

.rww-deck-benefits__media img:hover {
  transform: scale(1.02);
}

/* Responsive */

@media (max-width: 991px) {
  .rww-deck-benefits {
    padding: 70px 0;
  }

  .rww-deck-benefits__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rww-deck-benefits__content h3 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .rww-deck-benefits {
    padding: 60px 0;
  }

  .rww-deck-benefits__media img {
    height: 160px;
  }
}

/* =========================================
   RWW Deck / Patio Spotlight Section
========================================= */

.rww-deck-spotlight {
  background: #f4f6f9;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

/* subtle angled background accent */
.rww-deck-spotlight::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -200px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(10, 161, 214, 0.18), transparent 70%);
  z-index: 0;
}

.rww-deck-spotlight .auto-container {
  position: relative;
  z-index: 2;
}

/* HEAD */
.rww-deck-spotlight__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 45px;
}

.rww-deck-spotlight__kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0746ab;
  background: rgba(7, 70, 171, 0.08);
  border: 1px solid rgba(7, 70, 171, 0.15);
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.rww-deck-spotlight__title {
  margin: 0 0 14px;
  color: #0746ab;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.15;
}

.rww-deck-spotlight__sub {
  margin: 0 auto;
  color: #5b6b80;
  font-size: 18px;
  line-height: 1.7;
}

/* GRID */
.rww-deck-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* CARDS */
.rww-deck-spotlight__card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.08);
  border-top: 6px solid #0746ab;
}

.rww-deck-spotlight__card--alt {
  border-top: 6px solid #0aa1d6;
}

.rww-deck-spotlight__card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 900;
  color: #0746ab;
}

.rww-deck-spotlight__card p {
  margin: 0 0 15px;
  color: #4b5a6d;
  line-height: 1.7;
}

.rww-deck-spotlight__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rww-deck-spotlight__card li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  color: #3d4c5f;
}

.rww-deck-spotlight__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0aa1d6;
  font-weight: 900;
}

/* CTA */
.rww-deck-spotlight__cta {
  text-align: center;
  margin-top: 34px;
}

.rww-deck-spotlight__btn {
  display: inline-block;
  background: #ffa000;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  padding: 15px 36px;
  border-radius: 12px;
  border: 2px solid #ffa000;
  transition: all 0.2s ease;
}

.rww-deck-spotlight__btn:hover {
  background: #0aa1d6;
  border-color: #0aa1d6;
  color: #ffffff !important; /* force white text */
  transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 991px) {
  .rww-deck-spotlight {
    padding: 70px 0;
  }

  .rww-deck-spotlight__grid {
    grid-template-columns: 1fr;
  }

  .rww-deck-spotlight__title {
    font-size: 32px;
  }

  .rww-deck-spotlight__sub {
    font-size: 16px;
  }
}

/* =========================================
   RWW Patio Accordion
   Brand: #0746ab | Accent: #0aa1d6 | Background: #f4f6f9
========================================= */

.rww-patio-accordion {
  background: #f4f6f9;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.rww-patio-accordion::before,
.rww-patio-accordion::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle, rgba(10, 161, 214, 0.14), rgba(10, 161, 214, 0) 60%);
}

.rww-patio-accordion::before {
  left: -220px;
  top: -180px;
}

.rww-patio-accordion::after {
  right: -240px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(7, 70, 171, 0.14), rgba(7, 70, 171, 0) 60%);
}

.rww-patio-accordion .auto-container {
  position: relative;
  z-index: 1;
}

.rww-patio-accordion__head {
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.rww-patio-accordion__title {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.1;
  font-size: 44px;
}

.rww-patio-accordion__sub {
  margin: 0 auto;
  color: #55657a;
  font-size: 16.5px;
  line-height: 1.8;
  max-width: 760px;
}

/* List wrapper */
.rww-patio-accordion__list {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

/* Item */
.rww-patio-accordion__item {
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.14);
  box-shadow: 0 18px 38px rgba(7, 70, 171, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.rww-patio-accordion__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(7, 70, 171, 0.12);
  border-color: rgba(7, 70, 171, 0.18);
}

/* Button (closed state = dark blue) */
.rww-patio-accordion__btn {
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 18px 18px 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;

  background: #0746ab;
  color: #ffffff;

  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.rww-patio-accordion__btn:focus-visible {
  outline: 3px solid rgba(10, 161, 214, 0.55);
  outline-offset: 3px;
}

/* Icon */
.rww-patio-accordion__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  position: relative;
  flex: 0 0 34px;

  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.rww-patio-accordion__icon::before,
.rww-patio-accordion__icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rww-patio-accordion__icon::before {
  width: 14px;
  height: 2px;
}

.rww-patio-accordion__icon::after {
  width: 2px;
  height: 14px;
}

/* OPEN STATE: light blue + dark text */
.rww-patio-accordion__item.is-open .rww-patio-accordion__btn {
  background: rgba(10, 161, 214, 0.16);
  color: #0746ab;
}

.rww-patio-accordion__item.is-open .rww-patio-accordion__icon {
  background: rgba(7, 70, 171, 0.08);
  border-color: rgba(7, 70, 171, 0.18);
}

.rww-patio-accordion__item.is-open .rww-patio-accordion__icon::before,
.rww-patio-accordion__item.is-open .rww-patio-accordion__icon::after {
  background: #0746ab;
}

/* When open, turn "+" into "-" */
.rww-patio-accordion__item.is-open .rww-patio-accordion__icon::after {
  display: none;
}

/* Panel */
.rww-patio-accordion__panel {
  background: #ffffff;
}

.rww-patio-accordion__panelInner {
  padding: 18px 22px 22px;
  color: #3b4a5c;
}

.rww-patio-accordion__panelInner p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.85;
  font-weight: 600;
  color: #3b4a5c;
}

.rww-patio-accordion__panelInner ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.rww-patio-accordion__panelInner li {
  font-size: 15px;
  line-height: 1.7;
  color: #3b4a5c;
}

.rww-patio-accordion__panelInner a {
  color: #0aa1d6;
  font-weight: 900;
  text-decoration: none;
}

.rww-patio-accordion__panelInner a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .rww-patio-accordion {
    padding: 70px 0;
  }

  .rww-patio-accordion__title {
    font-size: 34px;
  }
}

@media (max-width: 520px) {
  .rww-patio-accordion__btn {
    font-size: 16.5px;
    padding: 16px 14px 16px 16px;
  }

  .rww-patio-accordion__panelInner {
    padding: 16px 16px 18px;
  }
}

/* ==================================
   RWW Patio Enjoy Section
================================== */

.rww-patio-enjoy {
  background: #0aa1d6;
  padding: 85px 0;
}

.rww-patio-enjoy__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* IMAGE */

.rww-patio-enjoy__media img {
  width: 100%;
  display: block;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

/* CONTENT */

.rww-patio-enjoy__content {
  max-width: 560px;
}

.rww-patio-enjoy__title {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
}

.rww-patio-enjoy__text {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}

/* CTA */

.rww-patio-enjoy__cta {
  margin-top: 20px;
}

.rww-patio-enjoy__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000;
  color: #ffffff;
  font-weight: 900;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #ffa000;
  transition: all 0.2s ease;
}

.rww-patio-enjoy__btn:hover {
  background: #0746ab;
  border-color: #0746ab;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ======================
   Responsive
====================== */

@media (max-width: 991px) {
  .rww-patio-enjoy {
    padding: 65px 0;
  }

  .rww-patio-enjoy__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rww-patio-enjoy__title {
    font-size: 36px;
  }

  .rww-patio-enjoy__content {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .rww-patio-enjoy__title {
    font-size: 30px;
  }

  .rww-patio-enjoy__text {
    font-size: 16px;
  }
}

/* ==============================
   Come Home Clean (RWW refresh)
   ============================== */

.come-home-clean.rww-comehome-v2 {
  padding: 90px 0;
  background: #f6f9ff;
  font-family: "Barlow", sans-serif;
  position: relative;
  overflow: hidden;
}

/* subtle background */
.come-home-clean.rww-comehome-v2:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(7, 70, 171, 0.1), transparent 55%),
    radial-gradient(circle at 85% 40%, rgba(255, 180, 0, 0.14), transparent 55%);
  pointer-events: none;
}

.rww-comehome-v2 .auto-container {
  position: relative;
  z-index: 2;
}

/* 2-column layout */
.rww-comehome-v2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

/* TEXT PANEL (looks like a real section, not a random card) */
.rww-comehome-v2__content {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 26px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.1);
  padding: 36px 38px 34px;
  position: relative;
  overflow: hidden;
}

.rww-comehome-v2__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #ffa000;
}

.rww-comehome-v2__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #6b8096;
}

.rww-comehome-v2__title {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0746ab;
}

.rww-comehome-v2__text {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  color: #4b637a;
}

/* CTA */
.rww-comehome-v2__cta {
  margin-top: 18px;
  display: flex;
  justify-content: flex-start; /* ONLY button aligns */
}

.rww-comehome-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(255, 180, 0, 0.28);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.rww-comehome-v2__btn:hover {
  background: #0746ab;
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(7, 70, 171, 0.22);
}

/* IMAGE SIDE: full-bleed, not tiny */
.rww-comehome-v2__media {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}

.rww-comehome-v2__img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Responsive */
@media (max-width: 991px) {
  .come-home-clean.rww-comehome-v2 {
    padding: 70px 0;
  }

  .rww-comehome-v2__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rww-comehome-v2__img {
    height: 420px;
  }

  .rww-comehome-v2__title {
    font-size: 36px;
  }

  .rww-comehome-v2__content {
    padding: 30px 24px 26px;
  }
}

@media (max-width: 575px) {
  .come-home-clean.rww-comehome-v2 {
    padding: 58px 0 62px;
  }

  .rww-comehome-v2__title {
    font-size: 30px;
    line-height: 1.12;
  }

  .rww-comehome-v2__text {
    font-size: 16px;
  }

  .rww-comehome-v2__img {
    height: 320px;
  }

  /* center button ONLY on mobile */
  .rww-comehome-v2__cta {
    justify-content: center;
  }

  .rww-comehome-v2__btn {
    width: 100%;
  }
}

/* ==============================
   Commercial Gutter Section (No Glare + 6 Cards)
   ============================== */

.rww-commercial-gutter {
  background: #0746ab;
  padding: 84px 0;
  position: relative;
  overflow: hidden;
}

/* REMOVE the white glare: use very subtle dark/blue depth only */
.rww-commercial-gutter::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 12% 16%, rgba(0, 0, 0, 0.22), transparent 62%),
    radial-gradient(820px 420px at 88% 30%, rgba(255, 180, 0, 0.12), transparent 62%);
  pointer-events: none;
}

.rww-commercial-gutter .auto-container {
  position: relative;
  max-width: 1200px;
}

/* Header */
.rww-commercial-gutter__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 44px;
}

.rww-commercial-gutter__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 180, 0, 0.12);
  border: 1px solid rgba(255, 180, 0, 0.28);
  color: #ffa000;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
}

.rww-commercial-gutter__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 40px;
  line-height: 1.12;
}

.rww-commercial-gutter__sub {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.75;
  max-width: 780px;
}

/* Grid: 6 boxes = clean 3x2 on desktop */
.rww-commercial-gutter__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

/* Card */
.rww-commercial-gutter__card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.rww-commercial-gutter__card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 180, 0, 0.35);
}

.rww-commercial-gutter__card h3 {
  margin: 0 0 10px;
  color: #ffa000; /* brand orange */
  font-weight: 900;
  font-size: 18px;
  line-height: 1.25;
}

.rww-commercial-gutter__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15.5px;
  line-height: 1.7;
}

/* CTA */
.rww-commercial-gutter__cta {
  text-align: center;
  margin-top: 34px;
}

.rww-commercial-gutter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa000; /* REQUIRED */
  color: #ffffff; /* white lettering */
  font-weight: 900;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.7px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}

.rww-commercial-gutter__btn:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}

.rww-commercial-gutter__note {
  margin: 12px 0 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.78);
}

/* Tablet */
@media (max-width: 991px) {
  .rww-commercial-gutter {
    padding: 70px 0;
  }

  .rww-commercial-gutter__title {
    font-size: 34px;
  }

  .rww-commercial-gutter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 575px) {
  .rww-commercial-gutter {
    padding: 58px 0;
  }

  .rww-commercial-gutter__head {
    text-align: left;
    margin-bottom: 28px;
  }

  .rww-commercial-gutter__title {
    font-size: 28px;
  }

  .rww-commercial-gutter__sub {
    font-size: 16px;
  }

  .rww-commercial-gutter__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-commercial-gutter__card {
    padding: 18px;
    border-radius: 16px;
  }

  .rww-commercial-gutter__btn {
    width: 100%;
    max-width: 360px;
  }
}

/* ===============================
   RWW BENEFITS (NEW)
================================ */

.rww-benefits {
  padding: 86px 0;
  background: #f7f9fc;
  position: relative;
  overflow: hidden;
}

/* soft background accents */
.rww-benefits:before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 15% 20%, rgba(10, 161, 214, 0.1), transparent 42%),
    radial-gradient(circle at 85% 70%, rgba(255, 180, 0, 0.12), transparent 45%);
  pointer-events: none;
}

.rww-benefits .auto-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

/* Head */
.rww-benefits__head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.rww-benefits__head h2 {
  margin: 0 0 10px;
  color: #0746ab;
  font-weight: 900;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.rww-benefits__head p {
  margin: 0;
  color: #5b7085;
  font-weight: 650;
  font-size: 16px;
  line-height: 1.75;
}

/* Grid */
.rww-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* Card */
.rww-benefits__card {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  border-radius: 18px;
  padding: 20px 18px 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.rww-benefits__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 180, 0, 0.55);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.1);
}

/* Icon */
.rww-benefits__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 70, 171, 0.08);
  color: #0746ab;
  margin-bottom: 10px;
}

.rww-benefits__icon svg {
  width: 24px;
  height: 24px;
}

/* Text */
.rww-benefits__card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  color: #0f2f5f;
}

.rww-benefits__card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 550;
  color: #4b637a;
}

/* CTA */
.rww-benefits__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
  text-align: center;
}

.rww-benefits__btn {
  background: #ffa000;
  color: #ffffff; /* keep lettering white */
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 13.5px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(255, 180, 0, 0.22);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.rww-benefits__btn:hover {
  transform: translateY(-1px);
  background: #0746ab;
  color: #ffffff; /* ensure white on hover */
  box-shadow: 0 18px 36px rgba(7, 70, 171, 0.22);
}

.rww-benefits__note {
  font-size: 13px;
  font-weight: 750;
  color: #6b8096;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .rww-benefits {
    padding: 70px 0;
  }

  .rww-benefits__head {
    text-align: left;
    margin: 0 auto 22px;
  }

  .rww-benefits__head h2 {
    font-size: 32px;
  }

  .rww-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .rww-benefits {
    padding: 58px 0;
  }

  .rww-benefits__head h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .rww-benefits__head p {
    font-size: 15px;
  }

  .rww-benefits__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-benefits__card {
    padding: 18px 16px 16px;
  }

  .rww-benefits__cta {
    justify-content: flex-start;
    text-align: left;
  }

  .rww-benefits__btn {
    width: 100%;
    max-width: 420px;
    text-align: center;
  }
}

/* ===============================
   RWW BEFORE & AFTER RESULTS
================================ */

.rww-results {
  padding: 82px 0;
  background: #f7f9fc;
}

.rww-results .auto-container {
  max-width: 1200px;
}

/* Head */
.rww-results__head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.rww-results__head h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #ffa000;
}

.rww-results__head h2 {
  margin: 0 0 10px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  color: #0746ab;
  letter-spacing: -0.02em;
}

.rww-results__head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  color: #5b7085;
}

/* Grid */
.rww-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* Item */
.rww-results__item {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.rww-results__item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.rww-results__item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 180, 0, 0.5);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.12);
}

.rww-results__item:hover img {
  transform: scale(1.03);
}

/* Badge */
.rww-results__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(7, 70, 171, 0.92);
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 991px) {
  .rww-results {
    padding: 70px 0;
  }

  .rww-results__head {
    text-align: left;
    margin-bottom: 26px;
  }

  .rww-results__head h2 {
    font-size: 32px;
  }

  .rww-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rww-results__item img {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .rww-results {
    padding: 58px 0;
  }

  .rww-results__head h2 {
    font-size: 26px;
  }

  .rww-results__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-results__item img {
    height: 220px;
  }
}

/* ===============================
   RWW TWO-CARD SECTION (LIKE PPW)
================================ */

.rww-two-card {
  padding: 78px 0 70px;
  background: #0746ab; /* BLUE BACKGROUND */
}

.rww-two-card .auto-container {
  max-width: 1200px;
}

/* Grid */
.rww-two-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

/* Card */
.rww-two-card__card {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
}

/* Media (image header) */
.rww-two-card__media {
  position: relative;
  height: 165px;
  overflow: hidden;
}

.rww-two-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Brand logo overlay */
.rww-two-card__brand {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(7, 70, 171, 0.15);
}

.rww-two-card__brand img {
  height: 30px;
  width: auto;
  display: block;
}

/* Body */
.rww-two-card__body {
  padding: 22px 22px 24px;
}

.rww-two-card__body h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
  color: #0746ab;
  letter-spacing: -0.01em;
}

.rww-two-card__body p {
  margin: 0 0 10px;
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 600;
  color: #5b7085;
}

/* Links list */
.rww-two-card__links {
  margin: 10px 0 0;
  padding-left: 18px;
}

.rww-two-card__links li {
  margin: 8px 0;
  color: #5b7085;
  font-weight: 700;
  font-size: 15px;
}

.rww-two-card__links a {
  color: #0aa1d6;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 900;
  transition: color 180ms ease;
}

.rww-two-card__links a:hover {
  color: #0746ab;
}

/* CTA */
.rww-two-card__cta {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

/* BUTTON — ORANGE DEFAULT */
.rww-two-card__btn {
  background: #ffa000; /* ORANGE */
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 15px 26px;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(255, 180, 0, 0.35);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

/* BUTTON — LIGHT BLUE HOVER */
.rww-two-card__btn:hover {
  background: #0aa1d6; /* LIGHT BLUE */
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(10, 161, 214, 0.35);
}

/* Responsive */
@media (max-width: 991px) {
  .rww-two-card {
    padding: 64px 0 60px;
  }

  .rww-two-card__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rww-two-card__media {
    height: 180px;
  }
}

@media (max-width: 575px) {
  .rww-two-card__body {
    padding: 18px 16px 20px;
  }

  .rww-two-card__body h3 {
    font-size: 18px;
  }

  .rww-two-card__btn {
    width: 100%;
    max-width: 360px;
    text-align: center;
  }
}

/* =========================================
   RWW STATS HOME (ORANGE) - NEW CLASSES
========================================= */

.rww-stats-home {
  padding: 78px 0;
  background: linear-gradient(180deg, #ffa000 0%, #ffa000 100%);
  position: relative;
  overflow: hidden;
}

/* kill theme pattern layers if they sneak in */
.rww-stats-home .pattern-layer {
  display: none !important;
}

.rww-stats-home::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(7, 70, 171, 0.14), transparent 45%);
  pointer-events: none;
}

.rww-stats-home .auto-container {
  position: relative;
  z-index: 1;
}

/* Head */
.rww-stats-home__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.rww-stats-home__head h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: 900;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.rww-stats-home__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 650;
  font-size: 16px;
  line-height: 1.75;
}

/* Grid */
.rww-stats-home__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* Card */
.rww-stats-home__card {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  padding: 22px 18px 20px;
  text-align: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.rww-stats-home__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

/* Number */
.rww-stats-home__num {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.rww-stats-home__num .count-text {
  color: #ffffff;
  font-weight: 900;
}

.rww-stats-home__plus {
  color: #ffffff; /* make suffix white too */
  font-weight: 900;
  font-size: 34px;
  line-height: 1;
  opacity: 0.95;
}

/* Label */
.rww-stats-home__label {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .rww-stats-home {
    padding: 64px 0;
  }

  .rww-stats-home__head {
    text-align: left;
    margin-bottom: 22px;
  }

  .rww-stats-home__head h2 {
    font-size: 32px;
  }

  .rww-stats-home__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rww-stats-home__num {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .rww-stats-home {
    padding: 54px 0;
  }

  .rww-stats-home__head h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .rww-stats-home__head p {
    font-size: 15px;
  }

  .rww-stats-home__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rww-stats-home__card {
    text-align: left;
    padding: 18px 16px 16px;
  }

  .rww-stats-home__num {
    justify-content: flex-start;
    font-size: 38px;
  }
}

/* =========================
   RRW Pop UP FORM
   ========================= */

.rrw-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.rrw-popup.active {
  display: flex;
}

.rrw-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(2px);
}

.rrw-popup-box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 540px;
  background: #ffffff;
  border-radius: 22px;
  padding: 38px 30px 28px;
  text-align: center;
  border: 1px solid rgba(7, 70, 171, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.rrw-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: rgba(7, 70, 171, 0.08);
  color: #0746ab;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.rrw-popup-close:hover {
  background: rgba(10, 161, 214, 0.12);
  color: #0aa1d6;
}

.rrw-popup-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px rgba(255, 160, 0, 0.22);
}

.rrw-popup-box h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  color: #0746ab;
}

.rrw-popup-box p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #4f6178;
}

.rrw-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  background: #0746ab;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(7, 70, 171, 0.22);
}

.rrw-popup-btn:hover {
  background: #0aa1d6;
}

@media (max-width: 575px) {
  .rrw-popup-box {
    padding: 30px 20px 22px;
    border-radius: 18px;
  }

  .rrw-popup-box h3 {
    font-size: 24px;
  }

  .rrw-popup-box p {
    font-size: 15px;
    line-height: 1.65;
  }
}
