html,body{
    overflow-x:hidden;
}

.siteLogo{
    width:auto;
    height:75px;
}

.footer-menu {

    margin: 0 auto;
  }

  .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-menu ul li {
    margin: 8px 0;
  }

  .footer-menu ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
  }

  .footer-menu ul li a::before {
    content: '›';
    margin-right: 10px;
    color: #999;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .footer-menu ul li a:hover {
    color: #e50914;
  }

  .footer-menu ul li a:hover::before {
    color: #e50914;
  }

  .footer-menu ul li.active a {
    color: #e50914;
  }

  .footer-menu ul li.active a::before {
    color: #e50914;
  }
  .btmCopyright{
    margin:30px 0 0;
  }
  .line {
    border-top: 2px solid #fff;
    width: 85%;
}
  .footerDivider{
     display:flex;
     justify-content:center;
     align-items:center;
  }
  .footer-menu a{
      margin-bottom:0px;
  }
  
  .logoImg {
    display: flex;
    gap: 10px;
}
  .logoImg img{
  height:40px;
  width:auto;
}
.footerSocial .social{
    display:flex;
     justify-content:left;
     align-items:center;
     gap:20px;
}

.footerDivider{
    margin-top: 30px;
}
.site-footer {
    padding: 80px 0px 40px;
}
.footerSocialIcon{
    background-color: #dc0000;
    padding: 10px 15px;
    border-radius: 50%;
}
.swiper-slide {
    width: 100% !important;
    height: 100% !important;
}

.darkBgLink, .darkBgLink:hover, .darkBgLink:focus, .darkBgLink:visited {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.brand-one__inner {
    padding: 80px 100px;
}
h2 {
    font-size: 44px;
}
.work-process-one__single-content {
    position: relative;
    display: block;
    padding: 60px 0px;
}
.work-process-one__single-content-right-text {
    margin-bottom: 0;
}
.faq-one {
    position: relative;
    display: block;
    padding: 60px 0px;
    z-index: 1;
}
.main-slider-one__top-text.text-center {
    display: none;
}
.main-slider-one {
    max-height: 900px !important;
}
.aboutSec{
    background-color:#fff;
}
.homeSliderSection{
    display:flex;
    justify-content: center;
    align-items:flex-start;
}
.main-slider-one__single{
    position: relative;
    display: block;
    padding: 200px 0px 220px;
    z-index: 1;
}

.homeSliderSection .owl-stage {
    background: #002c4b;
}
.brand-one__inner {
    background: #fff;
    border: 3px solid #dc0000;
}
h2 {
    padding-bottom: 30px;
}
.main-slider__form form .form-group input[type="text"], .main-slider__form form .form-group input[type="email"], .main-slider__form form .form-group input[type="tel"], .main-slider__form form .form-group input[type="url"]{
    width: 100%;
    height: 40px;
}
.main-slider__form form .form-group textarea {
    width: 100%;
    height: 100px;
}
.main-slider__form form .form-group .nice-select {
    height: 40px;
    line-height: 40px;
}
.work-process-one__single-content-left .section-title {
    padding-bottom: 0px;
}
.about-two__content .section-title {
    padding-bottom: 0px;
}

.thm-btn>span::before{
    display: none;
}
.about-one__counter-box .content-box .count-box h2 {
    color: var(--reroof-white);
    font-size: 90px;
    line-height: 90px;
    font-weight: 500;
}
.about-one__content-list ul li p, .about-two__content-list li p {
    color: var(--reroof-gray);
    font-weight: 400;
}
.footerCopyRightImg img {
    height: 40px;
}
.footerCopyRightImg{
    display:flex;
    justify-content:center;
    align-items:center;
}
.logoImgL{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap: wrap;
    gap:10px;
}
.logoImgL img{
    height: 40px;
}
main-slider__form {
    position: absolute;
    top: 20% !important;
    right: 300px;
    max-width: 530px;
    width: 100%;
    padding: 40px;
    z-index: 5;
}
.paymentImg{
    height:40px;
}
.selectmenu option{
    padding:8px 20px;
}
.nice-select .option {
    line-height: 30px;
    min-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.nice-select .list{
    border-radius: 15px;
 }
 .page-header {
    /*padding: 100px 0px;*/
}
.page-header__pattern{
    padding: 100px 0px 100px;
}

ul.thm-breadcrumb.wow.fadeInUp.animated {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
.col-xl-6.col-lg-6.col-md-6 {
    height: -webkit-fill-available;
}
.col-xl-4 {
    height: -webkit-fill-available;
}
.faq-one__counter-single {
    height: -webkit-fill-available;
}
.features-one__single {
   height: -webkit-fill-available;
}
.features-one__single-inner {
    height: -webkit-fill-available;
}
.bgGrey{
    background-color:#fff9f9;
}

.contactPageForm input,.contactPageForm optgroup,.contactPageForm select,.contactPageForm textarea {
    width: 100%;
    padding: 5px 20px;
    margin: 0 0 20px;
 background-color: #f6f4f9;
    border-radius: 5px;
    border: 0px solid #e4e4e4;
        color: #888888;
            font-size: 16px;
    font-weight: 300;
}

.contactPageForm .nice-select {
    background-color: #f6f4f9;
    border-radius: 5px;
    border: 0px solid #e4e4e4;
    color: #888888;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.contactPageForm {
    background: #fff;
    padding: 60px 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact-page__form .title-box {
    margin-bottom: 20px;
}

.contactPageForm button{
    width:100%;
}

header.main-header {
    background: #00000082;
}
#projects{
    margin-top: 100px;
}

.contact-page__contact-info-single {
    display: flex;
    gap: 20px;
}

.contact-page__contact-info-box .fa, .icon-gps, .icon-email, .icon-phone {
    font-size: 24px;
    color: #dc0000;
    margin-top: 5px;
}
.social-links ul{
    display:flex;
    gap:20px;
    align-items:center;
}
.thm-breadcrumb li{
    color:#fff;
}
.contact-page__contact-info-box p {
    font-size: 16px;
}

@media only screen and (max-width:767px){
    .footerHeading{
        margin-top:30px;
    }
    .homeSliderSection {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.homeSliderSection {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.main-slider-one {
    max-height: 100% !important;
}
.main-slider-one__single{
    padding: 60px 0px;
}
}


 .team-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.team-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.team-card {
  background: #fff;
  border-radius: 10px;
  width: 350px;
  padding: 25px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-bottom: 4px solid #c30d0d;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.team-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-card h3 {
  font-size: 16px;
  color: #c30d0d;
  font-weight: 700;
  margin-bottom: 6px;
}

.team-card .position {
  font-size: 16px;
  color: black;
  margin-bottom: 4px;
  font-weight:500;
}

.team-card .company {
  font-size: 14px;
  color: #777;
}

/* Make 2nd row have only 2 centered boxes */
.team-card:nth-child(4),
.team-card:nth-child(5) {
  grid-column: span 1;
}

.selectmenu.wide ul {
    max-height: 125px;
    overflow-y: auto;
}

.selectmenu.wide ul {
    max-height: 125px;
    overflow-y: auto;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
    font-size: 15px;
}

.selectmenu.wide ul::-webkit-scrollbar {
    width: 8px;
}

.selectmenu.wide ul::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 10px;
}

.selectmenu.wide ul::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #c6020c, #c6020c);
    border-radius: 10px;
}

.selectmenu.wide ul::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0056d2, #003c9e);
}
.nice-select .option {
    color: #353535;
}

.contact-page__contact-info-bottom span.icon-instagram, .contact-page__contact-info-bottom span.icon-facebook-app-symbol {
    font-size: 40px;
}

.sticky-top-header{
    position:absolute;
    top:0;
    width:100%;
    z-index:999;
}

@media (max-width: 992px) {
  .team-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team-container {
    grid-template-columns: 1fr;
  }

  .team-card {
    width: 90%;
    max-width: 300px;
  }
}

.navbar{
        background: rgba(var(--reroof-black-rgb), 1);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(220 0 0);
}
a.nav-link {
    color: #fff;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(220 0 0);
}
a.callHeader {
    color: #fff;
    font-size: 20px;
}
.callIconHeader {
    color: #fff;
    font-size: 16px;
    margin-right:10px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    filter: invert(1);
}

a#commercial-tab, a#residential-tab {
    background: #002d4b;
    border-radius: 0;
    width: 300px;
    border-left:4px solid red;
}
.megaSubList li {
    background: transparent;
    border-bottom: 2px solid #ddd;
    padding: 5px 20px;
}
.megaSubList li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.megaSubList li:hover {
    background: #002d4b;
    border-bottom: 2px solid #ddd;
    padding: 5px 20px;
}
.megaSubList li:hover a {
color:#fff;
}

/* Default state */
.sticky-top-header {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

/* Active sticky */
.sticky-top-header.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff; /* or your header color */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
h5.menuHead {
    font-size: 16px;
    font-weight: 400;
    color:#888888;
}
#servicesTab{
 justify-content:center;   
}

.menuLink{
    padding: 30px 10px;
}

.mainMenuIn {
    font-weight: 500;
    font-size: 16px;
}

.google-reviews-box .swiper-slide {
    width: 300px !important;
   height: -webkit-fill-available !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0;
    }
}

@media (min-width: 992px) {
    .megaMenuParent:hover .megaMenu {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .main-slider-one {
    max-height: 100% !important;
}
    .homeSliderSection {
    flex-direction: column;
}
.menuLink {
    padding: 10px 10px;
}
.mainMenuIn{
    display:none;
}
button.mobile-dropdown-btn.d-lg-none.btn.btn-link.p-0.ms-2 {
    position: absolute;
    z-index: 99;
    top: 232px;
    rigth: right;
    right: 144px;
}

}


@media (max-width: 767px) {
div#navbarSupportedContent {
    text-align: center;
}
.main-menu__btn{
    margin-bottom:20px;
}
#servicesTab{
 justify-content:flex-start;   
}
}

/* rotate chevron when aria-expanded true (for mobile dropdown button) */
.mobile-dropdown-btn[aria-expanded="true"] i,
.tab-toggle-btn[aria-expanded="true"] i {
  transform: rotate(180deg);
  transition: transform .25s ease;
}

/* small spacing */
.tab-toggle-btn i,
.mobile-dropdown-btn i {
  font-size: 0.9rem;
}

div#servicesMegaDropdown {
    border-bottom: 3px solid red ! IMPORTANT;
    padding-bottom: 25px;
    border-radius: 20px !important;
}

/* keep desktop layout unaffected */
@media (min-width: 992px) {
  .mobile-dropdown-btn,
  .tab-toggle-btn {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .megaMenuParent:hover > .dropdown-menu {
    display: block;
  }
}


  .faq-section {
    max-width: 100%;
    margin: 0 auto;
  }

  .faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
  }

  .faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: transform 0.3s;
  }

  .faq-question.active::after {
    content: "-";
  }

  .faq-answer {
    display: none;
    padding-left: 10px;
  }

  .faq-answer.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }


/*========new=======*/

.hero{height:350px;background:url(/assets/img/Main-Header-Florida-Metal-Roofers-of-Deerfield-Beach.webp) center/cover no-repeat}
.homeWindows{
    height:350px;background:url(/assets/img/19_hurrican-impact-windows-residential-c.webp) center/cover no-repeat
}
.hurricaneDoors{
    height:350px;background:url(/assets/img/718755_1be3c377811542c7a032a0ff5dcd9ef6_mv2-1.webp) center/cover no-repeat
}
.homeConstruction{
    height:350px;background:url(/assets/img/718755_ba22820ba13a4745847db2b7a1c3f8e8_mv2.webp) center/cover no-repeat
}

.hero-overlay{background:rgba(0,0,0,.6);height:100%;display:flex;align-items:center;justify-content:center;    flex-direction: column;}
.hero h1{color:#fff;font-weight:700}

.services{
    padding:60px 0;
}
.service-box{background:#fff;padding:10px;text-align:center;box-shadow:0 0 5px rgba(0,0,0,.1)}
.service-box img{width:100%;height:180px;object-fit:cover}
.service-btn{background:#b32024;color:#fff;padding:10px;margin-top:10px}

.roof-install{padding:60px 0;
    background-color:#f7f7f7;
}
.roof-img{border:4px solid #eee}

.red{color:#b32024;font-weight:700}

.appointment-bar{
    color:#fff;
    padding:100px 0;
  background:
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url(/assets/img/white-shingles-roof-best-price-roof-repl.webp) center/cover no-repeat fixed;
}
.appointment-bar h5{
    font-size:40px;
}

.btn-red{background:#b32024;color:#fff;padding:10px 25px;text-decoration:none;display:inline-block;width: max-content;}

.mission{padding:40px 0}

.financing{padding:60px 0}
.finance-box{border:2px solid #b32024;padding:25px;background:#fff;text-align:center}

.black-cta{background:#000;color:#fff;padding:60px 0}
.black-cta h5{
    font-size:40px;
}

.logos{padding:40px 0}
.logo-row{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
.logos img{height:45px}

.special-offer{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:60px 0;
}
.offer-box{
    border-style: double;
    border-width: 7px 7px 7px 7px;
    border-color: #c70205;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, .5);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 40px 40px 40px 40px;
    max-width:500px;
}

.calculator{
    margin:60px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .11);
}
.calculator img{width:100%;object-fit:cover}

.featured{padding:60px 0}
.project-card{background:#fff;padding:15px;box-shadow:0 0 5px rgba(0,0,0,.1)}
.project-card img{width:100%;height:260px;object-fit:cover}

.btn-outline{border:1px solid #b32024;color:#b32024;padding:6px 15px;text-decoration:none;display:inline-block}

.final-cta{background:#f7f7f7;color:#000;padding:70px 0;}

.pageContent p{
    font-size:18px;
    line-height:1.5;
}
.cardText{
    margin-top:20px;
    font-size:16px !important;
    font-weight:400;
}
.final-cta h4{
    color:#b32024;
    margin-bottom:15px;
}
.greyBg{
    background-color:#f7f7f7;
}
.fullwImg{
    width:100%;
    object-fit:cover;
    max-height: 300px;
}

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #dc0000;
    color: #fff;
    border-radius: 50%;
    padding: 9px 15px !important;
    line-height: 1;
}

.popup-img{
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.popup-img:hover{
  transform: scale(1.05);
}
.popupImgSlider h3{
    text-align:left;
    color:#c6020c;
}
.item{
    height:100%;
}
.popup-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    object-fit: cover;
}

/* Make Owl stage a flex row */
.owl-carousel .owl-stage {
  display: flex;
}

/* Make each item stretch to same height */
.owl-carousel .owl-item {
  display: flex;
}

/* Make your card fill full height */
.owl-carousel .item {
  height: 100%;
  width: 100%;
}
.main-slider-one__single{
    width:100%;
}
.portfolioRow{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:30px;
}
.projects-one__single{
    max-width:400px;
}

.projects-one__overlay-contents h3{
    padding-bottom:0;
    color:#fff;
}
.projects-one__overlay-contents h3 a{

    color:#fff;
}
span.icon-next1 {
    color: #fff;
}
.projects-one__overlay-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #002d4b;
    padding:20px;
}
.projects-one__single-img-inner {
    border-radius: 20px 20px 0 0;
}
.projects-one__overlay-contents {
    border-radius: 0 0 20px 20px;
}

.roof-img {
    width: 100%;
}
.icon-verified::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-base);
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    top: 1px;
    margin-right: 3px;
}
.about-two__content-list li p span::before {
    color: #dc0000;
}
.blog-page__single-content{
    padding: 20px;
}
.blog-page__single-content .meta-box {
    margin-bottom: 0px;
}
.meta-box p {
    font-size: 14px;
}

@media (max-width: 991px) {
    
    .portfolioRow{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}
    a#commercial-tab, a#residential-tab{
    background: #002d4b;
    border-radius: 0;
    width: 300px;
    border-left: none;
    margin:0 15px;
}

    a#commercial-tab, a#residential-tab {
    background: transparent;
    border-bottom: 2px solid #ddd;
    padding: 5px 20px;
    color:#000;
}
    i.fas.fa-chevron-down {
    color: #fff;
}
.submenuicon{
    color:#000;
}
 .hero h1 {
    text-align: center;
}
.roof-img {
    width: 100%;
    margin-top: 30px;
}
.appointment-bar h5, .black-cta h5{
    text-align:center;
}
.appointFlex,.black-ctaBox{
    flex-direction:column;
    justify-content:center;
    gap:20px;
}
.fullwImg{
    margin:20px 0;
}
.ac-dropdown-toggle, .ac-tab-toggle {
    background: #c6020c !important;
}

}

@media (max-width: 767px) {
.projects-one__overlay-contents h2 a {
    font-size: 24px;
}
.portfolioRow{
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
}
    
}


/*==for menus========*/
/* UNIQUE NAMESPACE: ac-... to avoid conflicts */
.ac-mobile-header { background: #fff; border-bottom: 1px solid #eee; }
.ac-mobile-nav { max-width: 1200px; margin: 0 auto; }
.ac-nav-inner { display:flex; align-items:center; justify-content:space-between; padding:12px; }
.ac-brand { display:flex; align-items:center; gap:8px; text-decoration:none; }
.ac-logo { height:34px; display:block; }
.ac-logo-white { display:none; } /* adjust if you use dark header elsewhere */

.ac-toggle-btn { background:transparent; border:0; font-size:20px; width:44px; height:44px; display:flex; align-items:center; justify-content:center; cursor:pointer; }
.ac-toggle-icon { width:22px; height:2px; background:#333; position:relative; display:block; }
.ac-toggle-icon::before, .ac-toggle-icon::after { content:''; position:absolute; left:0; right:0; height:2px; background:#333; }
.ac-toggle-icon::before { top:-6px; }
.ac-toggle-icon::after { bottom:-6px; }

/* Panel hide/show */
.ac-mobile-panel { overflow:hidden; max-height:0; transition: max-height 350ms ease; background:#fff; }
.ac-mobile-panel[aria-hidden="false"] { /* when opened JS toggles this attribute */
  max-height:100%; /* large enough for content — the transition animates max-height */
}

/* Main list */
.ac-main-list { list-style:none; padding:12px; margin:0; display:block; gap:8px; }
.ac-item { margin-bottom:6px; }
.ac-item-row, .ac-tab-row { display:flex; align-items:center; justify-content:space-between; }
.ac-link, .ac-link-main, .ac-tab-link { display:block; padding:10px 6px; text-decoration:none; color:#222; font-weight:500; }
.ac-link:hover { text-decoration:underline; }

/* dropdown button next to main links */
.ac-dropdown-toggle, .ac-tab-toggle {
  background:transparent; border:0; font-size:16px; padding:8px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}

/* megamenu */
.ac-megamenu { overflow:hidden; max-height:0; transition: max-height 300ms ease, opacity 250ms ease; opacity:0; border-top:1px solid #eee; padding:0 12px; }
.ac-megamenu[aria-hidden="false"] { max-height:1200px; opacity:1; padding:12px; }

/* tabs */
.ac-tabs { list-style:none; margin:0; padding:0; display:flex; gap:12px; }
.ac-tab-item { flex:1; }
.ac-tab-content { margin-top:12px; }
.ac-tab-pane { overflow:hidden; max-height:0; transition:max-height 300ms ease; opacity:0; }
.ac-tab-pane[aria-hidden="false"] { max-height:1200px; opacity:1; }

/* columns in panes */
.ac-col { margin-bottom:10px; }
.ac-sublist { list-style:none; padding:0; margin:0; }
.ac-sublist li { border-bottom:1px dashed #f0f0f0; }
.ac-sublist a { display:block; padding:8px 6px; text-decoration:none; color:#333; }

/* CTA area */
.ac-mobile-cta { padding:12px; border-top:1px solid #eee; display:flex; gap:12px; align-items:center; justify-content:space-between; }
.ac-quote-btn { background:#c6020c; color:#fff; padding:8px 12px; text-decoration:none; border-radius:6px; }
.ac-call { display:flex; gap:8px; align-items:center; }
.mobchev{
    color:#000;
}
/* Responsive niceties */

.btn-box .thm-btn{
    font-size:16px;
    padding:12px 24px;
    border-radius:50px;
    line-height:1;
}
.blog-page__single-content .btn-box {
    margin-top: 20px;
    text-align: center;
}
.blog-page {
    position: relative;
    display: block;
    padding: 60px 0px;
    z-index: 1;
}

@media (min-width: 992px) {
  .ac-mobile-header { display:none !important; } 
  .blog-page__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.blog-page__single-content a {
    color: var(--reroof-black);
    font-size: 28px;
    line-height: 28px;
}
.btn-box a{
    font-size:18px;
}
h2 {
    padding-bottom: 0px;
}
}

.blog-page__single-content h2 {
    line-height: 1;
        margin-bottom: 20px;

}

/*===blogs===*/
.thm-breadcrumb a{
    color:#fff;
}
.thm-breadcrumb a:hover{
    color:#c6020c;
}
.blog-details p{
 font-size:16px; 
 margin-bottom:15px;
}
.blog-details li{
 font-size:16px; 
}
.blog-details ul{
  margin-bottom:15px;
}
.blog-details h2{
 font-size:32px; 
 line-height: 1.5;
 margin-bottom:15px;
}
.blog-details h3{
 font-size:28px; 
 line-height: 1.5;
}
.blog-details h4{
 font-size:24px; 
 line-height: 1.5;
}
section.page-header {
    background-size: cover;
    background-repeat: no-repeat;
}
/*=====blogs end====*/


.metalRoofing {
     background: 
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.2)),
    url('/assets/img/bg.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: #fff;
}
.mainFromDiv{
    position: static;
        background: rgba(var(--reroof-black-rgb), 0.8);
    border-radius: 20px;
    padding:30px;
}


.mainFromDiv input[type="text"], .mainFromDiv input[type="email"], .mainFromDiv input[type="tel"], .mainFromDiv input[type="url"], .mainFromDiv textarea,.mainFromDiv .nice-select {
    position: relative;
    display: block;
    color: var(--reroof-gray);
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding: 0px 25px 0px;
    width: 100%;
    background-color: var(--reroof-white);
    border-radius: 10px;
    outline: none;
    border: none;
    font-family: var(--reroof-font);
    margin-bottom:20px;
}

.mainFromDiv input,.mainFromDiv select, .mainFromDiv .nice-select{
height:40px;
line-height: 40px;
}
.mainFromDiv textarea{
    height:100px;
}
button#submitBtn {
    width: 100%;
}

.pageContent h2{
    margin:10px 0 20px;
}

.alert-success {
    background: #209a0094;
    color: #fff;
    margin-top: 30px;
        display: flex;
    justify-content: space-between;
    align-items: center;
        padding: 5px 15px;
}
.closeBtn {
    color: #fff;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
    color: #000000;
    background-color: #cacaca;
}

.invalid-feedback {
    /*font-size: 12px;*/
    font-weight: 700;
}

@media only screen and (max-width:767px){
    .cta .thm-btn{
        margin-top:30px;
    }
    .divContent{
        margin-bottom:40px;
    }
}



    .zoom-bg-section .content {
    position: relative;
    z-index: 2;
    color: #fff;
}


    .zoom-bg-section {
    position: relative;
    height: 400px; /* adjust */
    background-image: url('r1.webp');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    animation: zoomBg 10s ease-in-out infinite;
}

@keyframes zoomBg {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 115%;
    }
}

.zoom-bg-section {
    position: relative;
    /* height: 400px; */
    overflow: hidden;
}

.zoom-bg-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/images/your-image.jpg');
    background-size: cover;
    background-position: center;
    transform: scale(1);
    animation: zoomImage 25s ease-in-out infinite;
}

@keyframes zoomImage {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.zoom-bg-section .content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.zoom-bg-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.zoom-bg-section::before {
    animation-play-state: running;
}

.zoom-bg-section:hover::before {
    animation-play-state: paused;
}


body .uwy.userway_p1 .userway_buttons_wrapper {
    top: auto !important;
    right: 10px;
    bottom: 10px !important;
    left: calc(100vw - 21px);
    transform: translate(-100%);
}
a.nav-link.menuLink {
    text-transform: uppercase;
}

.certificationsPages h3 {
    margin: 25px 0 10px;
}

.certificationsPages {
    padding: 80px 0;
}
.certificationsPages p,.certificationsPages ul {
margin-bottom: 20px;
}
ul {
list-style-type:disc;
padding-left: 20px;
}
ul li::marker {
    color: #dc0000;
}
.contact-list .fas{
        color: #dc0000;
}
.contact-list,.thm-breadcrumb{
list-style-type:none;
padding-left: 0px;
}

