@font-face {
  font-family: FontAwesome;
  src: url("/wp-content/themes/roofplan/assets/fonts/fontawesome-webfont.woff");
}
html {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #555555;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  color: #3f3f3f !important;
}

.container {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
/* Header */
#hero-carousel {
  margin-top: -175px;
}

.testimonials-hero {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 30px;
  left: auto;
  z-index: 10;
  color: rgb(32, 32, 32);
  text-align: left;
  max-width: 100%;
  padding: 0;
  background: rgba(253, 185, 19, 0.8);
  margin: 0;
  max-height: 270px;
}
@media (min-width: 768px) {
  .testimonials-hero {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .testimonials-hero {
    max-width: 350px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials-hero {
    max-width: 400px;
  }
}
.testimonials-hero::before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/roofplan/assets/img/testimonial-icon.svg);
  height: 50px;
  width: 50px;
  top: 10px;
  right: 5px;
}
.testimonials-hero p {
  padding: 60px 20px 0px 75px;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  line-height: 22px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.49);
}
@media (min-width: 576px) {
  .testimonials-hero p {
    font-size: 20px;
    line-height: 1.7rem;
  }
}
.testimonials-hero h3 {
  display: block;
  text-align: right;
  padding: 0;
  padding-left: 0px;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  float: none;
  padding: 0 30px 30px 0;
  z-index: 3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.49);
  color: #fff;
  pointer: arrow;
}
.testimonials-hero.slick-dotted.slick-slider {
  margin: 0;
}

.clip-me {
  /* deprecated version */
  position: absolute;
  /* absolute or fixed positioning required */
  clip-path: polygon(12% 13%, 100% 0, 100% 100%, 0% 100%);
}

/* Navigation */
/* header */
.header {
  opacity: 1;
  width: 100%;
  z-index: 3;
  position: absolute;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .header {
    margin-top: 20px;
  }
}
.header ul {
  margin: 30px 0 0 0;
  padding: 0 0 0 15px;
  list-style: none;
  overflow: hidden;
  color: #fff;
}
.header ul li a {
  font-size: 18px;
  display: block;
  padding: 13px 20px !important;
  text-decoration: none;
  color: inherit;
  float: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.header ul li a:hover {
  background-color: transparent;
  color: #f7b81b;
}
@media (min-width: 768px) {
  .header ul li a {
    padding: 18px 20px !important;
  }
}
.header ul .featured {
  background: #f7b81b;
  color: rgb(26, 26, 26);
  text-align: center;
}
.header ul .featured a {
  color: #111;
  display: inline-block;
}
.header ul .featured a:hover {
  color: white !important;
  list-style: none;
  text-decoration: none;
}
.header .menu-btn:hover {
  background-color: transparent;
  color: #f7b81b;
}
.header .logo {
  display: flex;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  max-width: 200px;
  width: 200px;
}
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: rgba(15, 14, 14, 0.8);
  box-shadow: 1px 1px 4px 0 rgba(15, 14, 14, 0.1);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .header .menu {
    background-color: rgba(15, 14, 14, 0.5);
  }
}
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 20px;
}
.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:after, .header .menu-icon .navicon:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
.header {
  /* menu btn */
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 700px;
  padding: 15px;
  position: relative;
  top: 30px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon::before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon::after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 1200px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.header2 {
  width: 100%;
  z-index: 3;
  position: absolute;
  margin-top: 0;
  top: -10px;
  background-color: white;
  padding: 15px;
}
@media (min-width: 768px) {
  .header2 {
    margin-top: 0;
  }
}
.header2 ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  color: #202020;
}
.header2 ul li a {
  font-size: 18px;
  display: block;
  padding: 12px 15px !important;
  text-decoration: none;
  color: inherit;
  float: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.header2 ul li a:hover {
  background-color: transparent;
  color: #f7b81b;
}
.header2 ul .featured {
  background: #f7b81b;
  color: rgb(26, 26, 26);
  text-align: center;
}
.header2 ul .featured a {
  color: #111;
  display: inline-block;
}
.header2 ul .featured a:hover {
  color: white !important;
  list-style: none;
  text-decoration: none;
}
.header2 .menu-btn:hover {
  background-color: transparent;
  color: #f7b81b;
}
.header2 .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  max-width: 200px;
  width: 200px;
}
.header2 .menu {
  margin: 44px 0 0 0;
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  border-radius: 20px;
}
.header2 .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 20px;
}
.header2 .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header2 .menu-icon .navicon:after, .header2 .menu-icon .navicon:before {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header2 .menu-icon .navicon:before {
  top: 5px;
}
.header2 .menu-icon .navicon:after {
  top: -5px;
}
.header2 {
  /* menu btn */
}
.header2 .menu-btn {
  display: none;
}
.header2 .menu-btn:checked ~ .menu {
  max-height: 700px;
  padding-bottom: 15px;
  padding-top: 40px;
}
.header2 .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header2 .menu-btn:checked ~ .menu-icon .navicon::before {
  transform: rotate(-45deg);
}
.header2 .menu-btn:checked ~ .menu-icon .navicon::after {
  transform: rotate(45deg);
}
.header2 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header2 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 1200px) {
  .header2 li {
    float: left;
  }
  .header2 li a {
    padding: 20px 30px;
  }
  .header2 .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header2 .menu-icon {
    display: none;
  }
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
  position: relative;
}
.carousel-item::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-item.hero-page {
  height: 55vh;
}
.carousel-item.hero-page .carousel-caption h1 {
  color: inherit;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.49);
}
@media (min-width: 768px) {
  .carousel-item.hero-page .carousel-caption h1 {
    font-size: 3rem;
    line-height: 1em;
  }
}
.carousel-item.hero-page .carousel-caption .hero-subtitle {
  font-size: 20px;
}

.carousel-caption {
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  padding: 20px;
  bottom: 5%;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .carousel-caption {
    top: auto;
  }
}
.carousel-caption h1 {
  color: inherit;
  font-size: 2.5rem;
  line-height: 2.7rem;
  font-weight: 600;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.49);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .carousel-caption h1 {
    font-size: 4.5rem;
    line-height: 1em;
  }
}
.carousel-caption p.lead {
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.3em;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 500;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.carousel-caption p.disclaimer {
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  max-width: 800px;
  margin: 10px auto 10px auto;
  opacity: 0.7;
  font-style: italic;
}
.carousel-caption p {
  font-size: 1.313rem;
  line-height: 2.25rem;
  color: inherit;
}
.carousel-caption .btn {
  color: #fff;
  background-color: transparent;
  border: 2.05px solid #fff;
  text-transform: uppercase;
  margin-top: 40px;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 1.3px;
  padding: 16px 30px 14px 30px;
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption .btn:hover {
  background: #fff;
  color: #000;
}
.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.carousel-caption-page {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  max-width: 80%;
}
.carousel-caption-page h2 {
  color: inherit;
  font-size: 3.938rem;
  line-height: 4.375rem;
}
.carousel-caption-page p.lead {
  color: inherit;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.carousel-caption-page p {
  font-size: 1.313rem;
  line-height: 2.25rem;
  color: inherit;
}
.carousel-caption-page img {
  max-height: 100px;
}

/* Navbar2 */
.nav-bar-custom2 {
  position: relative;
  top: 0;
  z-index: 100;
  background-color: #1a1825;
  margin-bottom: 25px;
}
.nav-bar-custom2 .logo-top {
  max-width: 210px;
}
.nav-bar-custom2 .logo-top img {
  max-width: 210px;
  height: auto;
}
.nav-bar-custom2 .main-menu {
  margin-top: 20px;
  max-height: 70px;
}
.nav-bar-custom2 .main-menu ul {
  padding: 0;
  list-style: none;
  font-weight: 400;
  float: right;
}
.nav-bar-custom2 .main-menu ul li {
  color: #fff;
  line-height: 70px;
  list-style: none;
  display: inline-block;
  height: 70px;
  margin-right: 20px;
  padding: 0;
}
.nav-bar-custom2 .main-menu ul li :last-child {
  margin-right: 0;
}
.nav-bar-custom2 .main-menu ul .featured {
  background: #f7b81b;
  color: #111;
  padding: 0 10px;
  margin-right: 0;
}
.nav-bar-custom2 .main-menu ul .featured a {
  color: #111;
  display: inline-block;
}
.nav-bar-custom2 .main-menu ul .featured a:hover {
  color: white !important;
  list-style: none;
  text-decoration: none;
}
.nav-bar-custom2 .main-menu ul a {
  color: #f1f1f1;
  display: inline-block;
}
.nav-bar-custom2 .main-menu ul a:hover {
  list-style: none;
  text-decoration: none;
  color: #f7b81b;
}

/* */
.navbar {
  padding: 10px 15px;
  top: 30px;
  left: 40%;
  z-index: 100;
}
.navbar ul li a {
  color: #fff;
  text-decoration: none;
}
.navbar ul li a:hover {
  color: #5e74be;
  /*border-bottom: #db0720 solid 1px;
  padding-bottom: 7px;*/
}

.em-dark {
  background: rgba(1, 1, 1, 0.5);
}

.navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 130px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #a4a4a4;
  text-transform: uppercase;
  font-family: "Prompt", sans-serif;
  font-size: 0.8571rem;
  font-weight: 500;
  padding-left: 10px;
  text-align: center;
  line-height: 30px;
  height: 40px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background: transparent;
}

/* Button */
.btn-primary {
  color: #161616;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  min-width: 167px;
  background: #f7b81b;
  padding: 9px 30px;
  border: 2px solid white;
  border-radius: 0;
}
.btn-primary:hover {
  color: #fff;
  background: #323854;
  text-decoration: none;
  border: 2px solid white;
  opacity: 1;
}

.btn.btn-primary:focus {
  background: #161616 !important;
  outline: none !important;
  box-shadow: none !important;
  color: white;
}

.btn.btn-primary:active {
  background: #161616 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid white;
}

/* Button services*/
#our-services .btn-primary {
  color: #222222;
  font-family: "Prompt", sans-serif;
  background-color: #f7b81b;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-top: 40px;
  border-radius: 15px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 1.3px;
  padding: 12px 30px 9px 30px;
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 15px;
}
#our-services .btn-primary:hover {
  background: #fff;
  color: #000;
  border: 1px solid #f7b81b;
}
#our-services .btn.btn-primary:focus {
  background: #161616 !important;
  outline: none !important;
  box-shadow: none !important;
  color: white;
}
#our-services .btn.btn-primary:active {
  background: #161616 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid white;
}
#our-services .btn-underline {
  color: #000;
  font-weight: 600;
  position: relative;
  transition: all 0.2s ease;
  text-align: left;
  padding: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  position: absolute;
  bottom: 0;
}
#our-services .btn-underline svg {
  margin-left: 15px;
  width: 17px;
  height: 17px;
}
#our-services .btn-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  left: 0;
  bottom: -5px;
}
#our-services .btn-underline:hover {
  color: #f7b81b;
}

#cta-bar .btn-primary {
  color: #161616;
  font-family: "Prompt", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  min-width: 117px;
  background: #f7b81b;
  padding: 9px 10px;
  border: 2px solid white;
  border-radius: 0;
}
@media (min-width: 576px) {
  #cta-bar .btn-primary {
    font-size: 15px;
    min-width: 167px;
    padding: 9px 30px;
    border: 2px solid white;
    border-radius: 0;
  }
}

/* Typography */
.m-news p {
  color: #555555;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
}
.m-news ul li {
  color: #555555;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #252525;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #424242;
  text-align: center;
  font-size: 1.733rem;
  margin: 0;
}

h2 {
  font-size: 2.3rem;
  text-align: center;
  padding-left: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

.header-box {
  position: absolute;
  width: 126px;
  height: 31px;
  border: 4px solid #e8e8e9;
  top: 10px;
  z-index: 1;
}

.section-heading {
  position: relative;
}

.wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-columns .wp-block-column h2.wp-block-heading {
  text-align: left !important;
  font-size: 2.3rem;
  font-family: "Montserrat", sans-serif;
}
.wp-block-columns .wp-block-column a {
  color: #000;
  font-weight: 600;
  position: relative;
  transition: all 0.2s ease;
}
.wp-block-columns .wp-block-column a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #9c9c9c;
  left: 0;
  bottom: -3px;
}
.wp-block-columns .wp-block-column a:hover {
  color: #f7b81b;
}
@media (min-width: 992px) {
  .wp-block-columns {
    flex-direction: row !important;
  }
}

.wp-block-image {
  border-radius: 15px;
}
.wp-block-image img {
  border-radius: 15px;
}

/* Footer */
footer {
  background-image: url(/wp-content/themes/roofplan/assets/img/footer-bg.jpg);
  background-size: cover;
  background-position: center;
}
footer .footer-logo {
  padding: 40px 0;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
footer ul {
  list-style: none;
}
footer ul li {
  color: #fff;
  list-style: none;
  display: inline-block;
}
footer ul a {
  color: #f1f1f1;
}
footer ul a:hover {
  list-style: none;
  text-decoration: none;
  color: #f7b81b;
}
footer .footer-menu ul {
  padding: 30px 0;
  list-style: none;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .footer-menu ul i {
  font-size: 14px;
}
footer .footer-menu ul li {
  color: #fff;
  line-height: 33px;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
footer .footer-menu ul a {
  color: #f1f1f1;
}
footer .footer-menu ul a:hover {
  list-style: none;
  text-decoration: none;
  color: #f7b81b;
}
@media (min-width: 768px) {
  footer .footer-menu ul {
    flex-direction: row;
    justify-content: center;
  }
}
footer .footer-social {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
footer .footer-social .icon {
  opacity: 0.7;
  margin: 0 1rem 1rem 1rem;
  height: 2rem;
  width: auto;
  transition: all 0.2s ease;
}
footer .footer-social .icon:first-child {
  margin-left: 15px;
}
footer .footer-social .icon img {
  width: auto;
  height: 100%;
}
footer .footer-social .icon:hover {
  opacity: 1;
}
footer h3 {
  padding-top: 20px;
  color: #f4f4f4;
  font-family: "Prompt", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 44px;
}
footer p {
  color: #f4f4f4;
  padding-right: 30px;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}
footer .logo img {
  max-width: 150px;
  margin-bottom: 15px;
}
footer .copyrg {
  height: 100%;
  min-height: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .copyrg a {
  color: #fff;
}
footer .copyrg ul {
  list-style: none;
  color: #939698;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 33px;
}
footer .copyrg ul li {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 20px;
}
footer .copyrg p {
  color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .copyrg ul {
    justify-content: flex-end;
  }
}

/* Forms */
.contact-map {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-right: 0;
  padding-left: 15px;
}

/* First page contact */
button.talk-about {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding: 10px 0 10px 25px;
  font-size: 19px !important;
  color: #444;
  cursor: pointer;
  transition: background-color 0.2s linear;
  background: white;
  font-size: 24px;
  border-bottom: 1px solid #eaeaea;
}
button.talk-about:hover {
  background: rgb(209, 209, 209);
}

button.talk-about.apply {
  margin-top: 240px;
  margin-bottom: 35px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  padding: 10px 25px;
  font-size: 19px !important;
  color: #444;
  cursor: pointer;
  transition: background-color 0.2s linear;
  background: white;
  font-size: 24px;
  border-bottom: 1px solid #eaeaea;
}
button.talk-about.apply:hover {
  background: rgb(209, 209, 209);
}

/* Dropdown Button */
.dropbtn {
  position: relative;
  margin-top: 20px;
  background: transparent;
  color: #fff;
  padding: 16px 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #999;
}
.dropbtn::after {
  display: block;
  top: 15px;
  right: 0;
  position: absolute;
  content: url(/wp-content/themes/gulfresearcher/assets/img/contact-drop-arrow.png);
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  z-index: 1000;
}
.dropbtn::before {
  content: "";
  width: 0;
  height: 0;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background: transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
  width: 100%;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #d4d4d4;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

#wpcf7-f161-o1 {
  margin-bottom: 20px;
}

/*Contact form */
.m-contact {
  margin-bottom: 35px;
}

.contact-form h3 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #424242;
  text-align: left;
  font-size: 2rem;
  margin: 40px 0;
}
.contact-form p {
  margin: 0;
}

/* Contact right */
.contact-right h3 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0;
  color: #222;
}
.contact-right ul {
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: 25px;
  color: #616161;
}
.contact-right ul li {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  list-style: none;
  line-height: 28px;
  position: relative;
}
.contact-right ul i {
  position: absolute;
  top: 5px;
  left: -30px;
  font-size: 19px;
  color: #f7b81b;
}

.starratingawesome > input:checked ~ label {
  color: #f7b81b;
}

.fluentform {
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

.ff_submit_btn_wrapper {
  display: flex;
  justify-content: right;
}

form .ff-btn-submit {
  color: #222222 !important;
  font-family: "Prompt", sans-serif !important;
  background-color: #f7b81b !important;
  border: 1px solid #fff !important;
  text-transform: uppercase !important;
  margin-top: 20px !important;
  border-radius: 15px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25rem !important;
  letter-spacing: 1.4px !important;
  padding: 16px 30px 14px 30px !important;
  display: block !important;
  width: 100%;
  max-width: 300px !important;
  margin-left: auto !important;
}
form .ff-btn-submit:hover {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #f7b81b !important;
}

.ff-el-form-control {
  border-radius: 8px !important;
}

.ff-el-input--label {
  padding-left: 0 !important;
  width: 100% !important;
}

.ff-el-input--content {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .ff-el-input--content {
    margin-left: 190px !important;
  }
  .ff-el-input--label {
    padding-left: 25px !important;
    width: 190px !important;
  }
}
/* Custom */
.mt50 {
  margin-top: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb40 {
  margin-bottom: 40px;
}

.no-pad-mar {
  padding: 0;
  margin: 0;
}

.no-pad {
  padding: 0;
}

.pt30 {
  padding-top: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.cent {
  text-align: center;
}

.post-single h2 {
  position: relative;
  float: none;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.post-single h2::before {
  left: 0;
}

h2.widgettitle::before {
  display: block;
}

#main-message {
  background: #fafafc;
  padding: 60px 0;
  margin-bottom: 25px;
}
#main-message h2 {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
#main-message .main-message-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}
#main-message .message-body {
  padding-top: 20px;
  max-width: 600px;
  margin-bottom: 20px;
}
#main-message img {
  border-radius: 15px;
}
#main-message ul {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
  list-style: none;
  padding: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#main-message ul li {
  position: relative;
  text-align: left;
  padding-left: 30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#main-message ul li::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/roofplan/assets/img/chkmrk.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 7px;
  left: 0;
  height: 16px;
  width: 16px;
}
#main-message p {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}
#main-message p strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  #main-message p {
    font-size: 20px;
    text-align: left;
  }
  #main-message ul {
    font-size: 20px;
    align-items: left;
  }
  #main-message ul li {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #main-message .main-message-content {
    padding-left: 40px;
  }
}

#main-news {
  margin-top: 20px;
}
#main-news.gratis-offerte {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #main-news {
    margin-top: 120px;
  }
}

/* Highlight using list element */
li.current_page_item {
  color: #f7b81b;
}

/* Highlight using link element */
#our-services {
  padding-top: 30px;
  padding-bottom: 30px;
}
#our-services h2 {
  margin-bottom: 50px !important;
}
#our-services .card {
  padding: 30px 30px 50px 30px;
  margin-bottom: 25px;
  min-height: 240px;
  height: calc(100% - 30px);
  border-radius: 20px;
}
#our-services .card .card-body {
  position: relative;
}
#our-services .card .card-body .services-card-icon {
  max-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#our-services .card .card-body .icon {
  position: absolute;
}
#our-services .card .card-body .icon img {
  width: 40px;
  height: 40px;
}
#our-services .card .card-body h4 {
  font-weight: 800 !important;
  font-size: 22px;
  margin-bottom: 20px;
}
#our-services .card .card-body p {
  color: #6d6d6d;
  font-size: 16px;
  margin-bottom: 45px;
}
#our-services .card .yellow-contact {
  background: #f7b81b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#our-services .card .yellow-contact h4 {
  color: white;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #our-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#why-us {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#why-us h2 {
  margin-bottom: 20px;
}
#why-us img {
  border-radius: 15px;
}
#why-us ul {
  color: #555555;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6em;
  list-style: none;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 40px;
}
#why-us ul li {
  position: relative;
  padding-left: 28px;
  font-weight: 600;
}
#why-us ul li::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/roofplan/assets/img/chkmrk.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 10px;
  left: 0;
  height: 16px;
  width: 16px;
}
#why-us ul li p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}
#why-us p.popup-link {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#why-us p.popup-link svg {
  margin-left: 15px;
  width: 17px;
  height: 17px;
}
#why-us p.popup-link:hover {
  color: #f7b81b;
}
#why-us p.popup-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  left: 0;
  bottom: -5px;
}
@media (min-width: 768px) {
  #why-us {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  #why-us h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #why-us ul {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 0;
  }
}

#counter-stats {
  min-height: 150px;
  background-image: url(/wp-content/themes/roofplan/assets/img/counter-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  position: relative;
  padding: 60px 0;
}
#counter-stats .stat-items {
  border-right: 0;
}
@media (min-width: 1200px) {
  #counter-stats .stat-items {
    border-right: 2px solid white;
  }
}
#counter-stats .cta-button-right {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
#counter-stats .btn {
  color: #222222;
  background-color: #f7b81b;
  border: 1.05px solid #fff;
  text-transform: uppercase;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 1.3px;
  padding: 1.2rem 2.25rem;
  display: block;
  max-width: 350px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
#counter-stats .btn:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 1200px) {
  #counter-stats .btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
}
#counter-stats .cta-disclaimer {
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
  font-style: italic;
  text-align: center;
}
@media (min-width: 1200px) {
  #counter-stats .cta-disclaimer {
    margin-top: 0;
    text-align: left;
  }
}
#counter-stats .no-bord {
  border-right: 0;
}
#counter-stats h2 {
  color: #fff !important;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  #counter-stats h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  #counter-stats h2 {
    font-size: 3rem;
  }
}
#counter-stats p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 0 30px;
  margin: 0;
  line-height: 1.6em;
}

#testimonials {
  padding: 50px 0;
  background: #fafafc;
}
#testimonials a {
  color: #111;
}
#testimonials .video-cont {
  margin-top: 70px;
}
#testimonials .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#testimonials .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#testimonials .testimonials-slider {
  margin-top: 40px;
}
#testimonials .testimonials-slider .slick-slide {
  margin: 10px;
}
#testimonials .testimonials-slider .testimonial-single {
  background: #fff;
  padding: 30px 30px;
  min-height: 200px;
  min-width: 300px;
  margin-bottom: 10px;
  transition: all 0.4s;
}
#testimonials .testimonials-slider .testimonial-single:hover {
  box-shadow: 0px 10px 19px -10px rgba(0, 0, 0, 0.19);
}
@media (min-width: 1200px) {
  #testimonials .testimonials-slider .testimonial-single {
    border-right: 2px solid white;
  }
}
#testimonials .testimonials-slider .testimonial-single p {
  padding: 0;
  margin-right: 20px;
  margin-bottom: 30px;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  color: #777;
  font-size: 13px;
  text-align: center;
  display: inline-block;
}
#testimonials .testimonials-slider .testimonial-single h3 {
  display: block;
  text-align: center;
  padding: 0;
  padding-left: 0px;
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  float: none;
  padding-left: 0;
  z-index: 3;
}

/*.sp-testimonial-free-section .sp-tfree-client-image img {
      border-radius: 0;
  }*/
#featured-projects {
  padding: 40px 0;
  margin-bottom: 30px;
  background-image: url(/wp-content/themes/roofplan/assets/img/projects-bg.jpg);
  background-size: cover;
  background-position: center;
}
#featured-projects h2 {
  color: white;
}
#featured-projects .header-box {
  border: 4px solid #656874;
}
#featured-projects .carousel-offset {
  width: 100%;
}
#featured-projects .realisaties .img-container {
  max-width: 430px;
  max-height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #featured-projects .realisaties .img-container {
    max-height: 200px;
  }
}
#featured-projects .realisaties .img-container img {
  max-width: 95%;
  padding-left: 2%;
  padding-right: 2%;
  max-height: 100%;
}
@media (min-width: 992px) {
  #featured-projects .realisaties .img-container {
    max-height: 240px;
  }
}
#featured-projects .realisaties .img-container img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
#featured-projects .realisaties .img-container img:hover {
  transform: scale(1.1);
}

#our-team {
  padding: 30px 0;
}
#our-team img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#our-team .team-cont {
  margin-bottom: 20px;
}
#our-team .team-cont h3 {
  color: #111;
  font-weight: 500;
  font-size: 19px;
  margin: 0;
  padding: 10px 20px 0 10px;
  text-align: center;
  margin: 0;
}
#our-team .team-cont h5 {
  color: #999;
  font-weight: 400;
  font-size: 13px;
  margin: 0 auto;
  padding: 0 0 5px 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  clear: both;
  float: none;
}
#our-team .team1 {
  text-align: center;
}
#our-team .team2 {
  text-align: center;
  padding: 5px 0 0 0;
}
#our-team .team2 span {
  color: #515151;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0 10px;
}
#our-team .team2 h5 {
  line-height: 22px;
}
#our-team .team3 a {
  margin: 10px auto;
  display: block;
  background: #f7b81b;
  color: #fff;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s;
}
#our-team .team3 a:hover {
  background-color: #505050;
}
#our-team .team-box {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

#cta-bar h3 {
  color: white;
  text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.4);
}
#cta-bar .cta-line {
  padding: 0;
  margin: 0;
}
#cta-bar .line-1 {
  width: 63%;
  height: 104px;
  background-color: #f7b81b;
  background-image: url(/wp-content/themes/roofplan/assets/img/line-sep.jpg);
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  margin: 0;
  padding: 25px 0 0 20px;
}
#cta-bar .line-1 h3 {
  font-size: 1.55rem;
}
@media (min-width: 576px) {
  #cta-bar .line-1 {
    padding: 35px 0 0 20px;
  }
  #cta-bar .line-1 h3 {
    font-size: 1.75rem;
  }
}
#cta-bar .line-2 {
  width: 36.9%;
  height: 104px;
  background-color: #1a1825;
  display: inline-block;
  margin: 0;
  padding: 30px 0 0 0;
}
@media (min-width: 576px) {
  #cta-bar .line-2 {
    padding: 30px 0 0 40px;
  }
}

.cta-page {
  margin: 20px auto;
  text-align: center;
}

.heateor_sss_sharing_container {
  margin: 15px 0;
}

#news {
  padding: 30px 0;
}
#news .news-single {
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
#news .news-single:hover {
  /*background: $primary-color;*/
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
#news .news-single .front-blog-title {
  max-width: 80%;
  padding: 25px 25px 10px 25px;
  border-bottom: 3px solid #f7b81b;
  box-shadow: 5px 5px 32px rgba(116, 116, 116, 0.3);
  margin-top: -20px;
}
#news .news-single .front-blog-title:hover {
  background: #f7b81b;
  transition: 0.3s ease-in-out;
}
#news .news-single .front-blog-title h4 {
  position: relative;
  color: #111111;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 20px 10px 0;
  text-align: left;
  text-transform: uppercase;
}
#news .news-single .front-blog-title h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  background: none;
  z-index: 2;
}
#news .news-single .front-blog-title p {
  margin: 0;
  padding: 0 20px 15px 20px;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}
#news .news-single .front-blog-title a {
  color: #111111;
  transition: 0.2s ease-in-out;
}
#news .news-single .front-blog-title a:hover {
  color: #333;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
#news .news-single img {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.blog-single {
  margin-bottom: 20px;
  margin-top: 15px;
}
.blog-single p {
  color: #555555;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding: 0 20px 15px 20px;
}
.blog-single h1 {
  font-size: 30px;
}
.blog-single h3 {
  color: #111111;
  margin: 0;
  font-size: 1.929rem;
  font-weight: 500;
  padding: 20px 20px 10px 20px;
  text-align: left;
}
.blog-single h4.wp-block-heading {
  color: #111111;
  margin: 0 0 1rem 0;
  font-size: 1.429rem;
  font-weight: 500;
  padding: 20px 20px 10px 20px;
  text-align: left;
}
.blog-single ol li,
.blog-single ul li {
  color: #555555;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}
.blog-single img {
  padding: 0 20px;
}
.blog-single .blog-title a {
  color: #111;
}
.blog-single .blog-title a:hover {
  color: #f7b81b;
  text-decoration: none;
}
.blog-single ul {
  font-weight: 400;
  font-size: 1.071rem;
}

.post-info {
  margin: 10px 0 10px 0;
  padding-left: 20px;
  color: #999;
  font-size: 14px;
}

.post-info i {
  margin-right: 8px;
  color: #f7b81b;
  font-size: 14px;
}

.post-info a {
  color: #333;
  font-size: 14px;
}

.post-info a:hover {
  margin-right: 8px;
  color: #f7b81b;
  font-size: 14px;
}

span.post-date {
  margin-right: 10px;
}

span.post-author {
  margin-right: 10px;
}

span.post-category {
  margin-right: 10px;
}

hr {
  border-bottom: 1px solid #666;
  padding-left: 20px;
}

/* Recent posts */
#recent-posts-right {
  padding-top: 40px;
}

h2.widgettitle {
  position: absolute;
  margin: 0;
  padding: 0 0 0 20px;
}
h2.widgettitle:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 3px;
  height: 27px;
  background: #f7b81b;
  z-index: 2;
}

h3.rpwe-title a {
  color: #111111;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  text-align: left;
}
h3.rpwe-title a:hover {
  color: #f7b81b;
  transition: 0.2s ease-in-out;
}

.recent-posts-extended {
  margin-top: 15px;
  list-style: none;
}

a.rpwe-img img {
  width: 150px;
  height: 85px;
}

.IIG8_list__item {
  max-height: 180px !important;
}

.lity.lity-opened {
  opacity: 0 !important;
  z-index: 1 !important;
  display: none;
}

.modal-dialog {
  margin-top: 120px;
}
.modal-dialog .modal-content {
  padding: 25px;
}
.modal-dialog .modal-content button.close {
  position: absolute;
  right: 6px;
  top: 0px;
  width: 55px;
  height: 55px;
  opacity: 1;
  background: #1e2327;
}
.modal-dialog .modal-content button.close:hover {
  opacity: 1;
}
.modal-dialog .modal-content button.close:before,
.modal-dialog .modal-content .close:after {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, -28%);
  content: " ";
  height: 33px;
  width: 1px;
  background-color: #fff;
}
.modal-dialog .modal-content button.close:before {
  transform: rotate(45deg);
}
.modal-dialog .modal-content button.close:after {
  transform: rotate(-45deg);
}
.modal-dialog .modal-content .modal-header {
  border: none;
  color: #1a1825;
}
.modal-dialog .modal-content .modal-header h5 {
  font-weight: 700;
  font-size: 20px;
}
.modal-dialog .modal-content .modal-body p {
  margin-bottom: 10px;
}
.modal-dialog .modal-content .modal-footer {
  border: 0;
  justify-content: center;
  padding: 0 0 1rem 0;
}

/* ========================================
   RESET GUTENBERG SPACING
======================================== */
#main-news {
  --wp--style--block-gap: 0;
}

#main-news .wp-block-columns {
  margin: 0;
  gap: 0;
  margin-bottom: 80px;
  flex-direction: column;
  display: flex;
}

#main-news .wp-block-columns + .wp-block-columns {
  margin-top: 0;
}

#main-news .wp-block-column {
  padding: 0;
}

/* ========================================
   DESKTOP LAYOUT (768px+)
======================================== */
@media (min-width: 992px) {
  /* Make columns equal height */
  #main-news .wp-block-columns {
    display: flex;
    align-items: stretch;
    gap: 20px;
  }
  /* Target image column */
  #main-news .wp-block-column:has(figure) {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  /* Make image wrapper 20% taller */
  #main-news .wp-block-column:has(figure) figure {
    height: 120%;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  /* Crop + center image */
  #main-news .wp-block-column:has(figure) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  /* Optional: add breathing space for text */
  #main-news .wp-block-column:not(:has(figure)) {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* ========================================
   MOBILE LAYOUT (Below 768px)
======================================== */
@media (max-width: 767px) {
  /* Stack columns */
  #main-news .wp-block-columns {
    flex-direction: column;
  }
  /* Image always first */
  #main-news .wp-block-column:has(figure) {
    order: -1;
  }
  /* Reset image height */
  #main-news .wp-block-column:has(figure) figure {
    height: auto;
  }
  #main-news .wp-block-column:has(figure) img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Add clean spacing between stacked sections */
  #main-news .wp-block-columns {
    margin-bottom: 0;
  }
  /* Remove extra margin from last section */
  #main-news .wp-block-columns:last-child {
    margin-bottom: 0;
  }
  /* Mobile padding for text */
  #main-news .wp-block-column {
    padding: 30px 20px;
  }
}
/* Anim */
.em-anim {
  position: relative;
  opacity: 0;
  transition: 1.5s all ease;
}

.em-anim-left-a {
  transform: translatex(-80%);
  transition: 1s all ease;
  animation-delay: 1s;
}

.em-anim-left-b {
  transform: translatex(80%);
  transition: 1s all ease;
}

.em-anim.active {
  transform: translateY(0);
  opacity: 1;
}
.em-anim.active .em-anim-left-a {
  transform: translatex(0);
}
.em-anim.active .em-anim-left-b {
  transform: translatex(0);
}
.em-anim.active .bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.em-anim.active .bounceInLeft {
  animation-name: bounceInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.em-anim.active .bounceInLeft-delay1 {
  animation-name: bounceInLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
.em-anim.active .bounceInLeft-delay2 {
  animation-name: bounceInLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
.em-anim.active .bounceInLeft-delay3 {
  animation-name: bounceInLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.6s;
}
.em-anim.active .bounceInLeft-delay4 {
  animation-name: bounceInLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
.em-anim.active .bounceInLeft-delay5 {
  animation-name: bounceInLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.7s;
}
.em-anim.active .bounceInRight {
  animation-name: bounceInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.em-anim.active .bounceInRight-delay {
  animation-name: bounceInRight;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
.em-anim.active .flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.em-anim.active .pulse {
  animation-name: pulse;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-delay: 0.6s;
}
.em-anim.active .flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.em-anim.active .fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.em-anim.active .fadeInUp-delay {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
.em-anim.active .fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.em-anim.active .rubberBand {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.em-anim.active .rubberBand-delay-1 {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}

header .em-anim.active {
  transform: none;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pseudo-anim {
  position: relative;
}

/* Before and after base styles */
.pseudo-anim::before,
.pseudo-anim::after {
  content: "";
  position: absolute;
  transition: transform 1s ease;
}

.pseudo-anim::before {
  transition-delay: 1s;
  left: -200px !important;
}

.pseudo-anim::after {
  transition-delay: 0.5s;
}

/* Animate state */
.pseudo-anim.animate::before {
  transform: translateX(80px);
}

.pseudo-anim.animate::after {
  transform: translateX(-10%);
}

.pseudo-anim-2 {
  position: relative;
}

/* Before and after base styles */
.pseudo-anim-2::before {
  content: "";
  position: absolute;
  transition: transform 1s ease;
}

.pseudo-anim-2::before {
  transition-delay: 0.5s;
  left: -300px !important;
}

/* Animate state */
.pseudo-anim-2.animate::before {
  transform: translateX(200px) scale(1.2);
}

/* Animation for loop 1 */
.loop-anim-1 {
  animation: moveScaleOne 10s ease-in-out infinite;
}

@keyframes moveScaleOne {
  0% {
    transform: translate(-10px, -20px) scale(1) rotate(5deg);
  }
  50% {
    transform: translate(0px, 0px) scale(1);
  }
  100% {
    transform: translate(-10px, -20px) scale(1) rotate(5deg);
  }
}
@media (min-width: 576px) {
  body {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #hero-carousel {
    margin-top: -100px;
  }
}
.row .block {
  float: left;
  margin: 0 auto;
}

.hovicon {
  display: inline-block;
  font-size: 25px;
  line-height: 55px;
  cursor: pointer;
  margin: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
}

.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
}

.hovicon:before {
  speak: none;
  font-size: 24px;
  line-height: 55px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

/* Effect 1 */
.hovicon.effect-1 {
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s, color 0.2s;
}

.hovicon.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 2px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
  background: rgb(255, 255, 255);
  color: #3c5a99;
}

.hovicon.effect-1.sub-a:hover i {
  color: #3c5a99;
}

.hovicon.effect-1.sub-a:hover:after {
  transform: scale(1);
  opacity: 1;
}

/* Related posts */
.wplp_outside {
  margin: 30px 0;
  border-top: 1px solid rgb(212, 212, 212);
}

.wpcu_block_title {
  margin: 0;
  font-size: 1.786rem;
  font-family: "Prompt", sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.wplp_container .title {
  color: #111111;
  margin: 0;
  font-family: "Prompt", sans-serif;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  margin-bottom: 25px;
}

.wplp_container .title:hover {
  color: #860010;
}

span.category {
  color: #860010;
  font-size: 15px;
}

div.insideframe ul li {
  margin-right: 10px;
}

div.insideframe ul li:last-child {
  text-align: right;
  margin-right: -20px;
}

.m-news h1 {
  margin: 30px 0 10px 0;
}
.m-news h3 {
  color: #1d1d1d;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  padding: 20px;
  margin: 0;
}
.m-news img {
  margin: 20px 0;
}
.m-news h4 {
  color: #535353;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.467rem;
  padding: 15px;
  margin: 20px 0;
}

#main-news-contact {
  margin-top: 60px;
  background-color: #eeeeee;
  padding: 30px 20px;
  border-radius: 15px;
  width: calc(100% - 50px);
}
.testimonials-p {
  background: #fff;
}

.m-news {
  padding-top: 5px;
}
.m-news h1 {
  margin: 0 0 60px 0;
}
.m-news h3 {
  text-align: left;
}
.m-news .total-score p {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: bold;
  margin: 0;
}
.m-news .total-score .star {
  text-align: left;
}
.m-news .total-score .star::before {
  font-size: 30px;
  color: #757575;
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f006";
  height: 10px;
  width: 10px;
}
.m-news .total-score .checked::before {
  font-size: 30px;
  color: #fdb813;
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f005";
  height: 10px;
  width: 10px;
}
.m-news .total-score .bordered-box {
  padding: 2em;
  border: 1px solid #9d9d9d;
  color: #757575;
  margin-bottom: 2em;
}
.m-news .total-score .bordered-box p {
  font-size: 14px;
  color: #757575;
  font-weight: 400;
  margin-bottom: 20px;
}
.m-news .total-score .bordered-box .plangroup-button {
  display: inline-block;
  padding: 5px 20px;
  background: #fdb813;
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.m-news .total-score .t-score {
  font-size: 28px;
}
.m-news .total-score .t-score span {
  font-weight: 400;
}
.m-news .testimonial-single-row {
  padding: 30px 20px;
  background: #fff;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 30px;
  padding-left: 0;
}
.m-news .testimonial-single-row .name-title {
  padding: 0;
  margin: 0;
}
.m-news .testimonial-single-row .name-title h3 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}
.m-news .testimonial-single-row .name-title p {
  color: #535353;
  margin: 0;
}
.m-news .testimonial-single-row .testimonial-body h3 {
  padding: 0;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.m-news .testimonial-single-row .testimonial-body .star::before {
  font-size: 20px;
  color: #757575;
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f006";
  height: 10px;
  width: 10px;
}
.m-news .testimonial-single-row .testimonial-body .checked::before {
  font-size: 20px;
  color: #fdb813;
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f005";
  height: 10px;
  width: 10px;
}
.m-news .testimonial-single-row .testimonial-body p {
  color: #535353;
}
.m-news .testimonial-single-row .testimonial-body strong {
  color: #1d1d1d;
}

.section-contact-form {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-contact-form p {
  text-align: center;
  font-size: 17px;
}
@media (min-width: 768px) {
  .section-contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* ===== BODY LOCK WHEN POPUP OPEN ===== */
body.popup-open {
  overflow: hidden;
}

/* ===== OVERLAY (BACKGROUND DIM + BLUR) ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 999;
}

/* ACTIVE STATE */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===== POPUP CONTAINER ===== */
.popup {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50px;
  /* requested distance from top */
  transform: translateX(-50%) scale(0.9);
  width: 90%;
  max-width: 500px;
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1000;
  /* Animation */
  transition: all 0.45s cubic-bezier(0.22, 0.9, 0.3, 1);
}

/* ACTIVE POPUP */
.popup.active {
  pointer-events: all;
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

/* ===== CLOSE BUTTON ===== */
.popup-close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #5a5a5a;
  transition: 0.2s;
}

.popup-close:hover {
  color: #000;
}

/* ===== CONTENT ===== */
.popup h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.popup-content {
  margin-bottom: 25px;
}
.popup-content p {
  margin-bottom: 15px;
  color: #555;
}

.popup img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

/* ===== CTA BUTTON ===== */
a.popup-cta {
  margin-left: auto;
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
}
a.popup-cta svg {
  margin-left: 15px;
  width: 17px;
  height: 17px;
}
a.popup-cta:hover {
  color: #f7b81b !important;
}
a.popup-cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  left: 0;
  bottom: -5px;
}

.partners-section {
  padding: 60px 0;
}
.partners-section .partner-logos {
  padding: 0;
}
.partners-section .partner-logos .partner-logo {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.partners-section .partner-logos .partner-logo a {
  height: 120px;
  width: auto;
  display: flex;
  justify-content: center;
}
.partners-section .partner-logos .partner-logo {
  height: 120px;
  width: auto;
  margin: 0 10px;
}
.partners-section .partner-logos .partner-logo img {
  max-height: 100%;
  width: auto;
}

.owl-stage-outer {
  display: flex;
  justify-content: center;
}