.elementor-kit-11{--e-global-color-primary:#C01C2D;--e-global-color-secondary:#052847;--e-global-color-text:#052847;--e-global-color-accent:#094377;--e-global-color-e0be29b:#FFFFFF;--e-global-color-74aed26:#F1F5F9;--e-global-color-8830287:#010101;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;--e-global-typography-58f07b5-font-family:"Manrope";--e-global-typography-58f07b5-font-size:16px;--e-global-typography-58f07b5-font-weight:400;--e-global-typography-58f07b5-text-transform:capitalize;--e-global-typography-bd73c51-font-family:"Manrope";--e-global-typography-bd73c51-font-size:18px;--e-global-typography-bd73c51-font-weight:bold;--e-global-typography-bd73c51-text-transform:uppercase;--e-global-typography-bd73c51-line-height:22px;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:500;line-height:22px;background-color:#F1F5F9;}.elementor-kit-11 a{font-family:"Manrope", Sans-serif;}.elementor-kit-11 h1{font-family:"Plus Jakarta Sans", Sans-serif;font-size:72px;font-weight:700;text-transform:none;}.elementor-kit-11 h2{font-family:"Plus Jakarta Sans", Sans-serif;font-size:48px;font-weight:bold;text-transform:capitalize;line-height:56px;}.elementor-kit-11 h3{font-family:"Plus Jakarta Sans", Sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;}.elementor-kit-11 h4{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-11 h5{font-family:"Manrope", Sans-serif;}.elementor-kit-11 h6{font-family:"Manrope", Sans-serif;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-family:"Plus Jakarta Sans", Sans-serif;font-size:16px;font-weight:bold;line-height:22px;border-style:none;border-radius:8px 8px 8px 8px;padding:14px 20px 14px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-kit-11 h1{font-size:65px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:970px;}.e-con{--container-max-width:970px;}}@media(max-width:1024px){.elementor-kit-11{--e-global-typography-58f07b5-font-size:15px;}.elementor-kit-11 h1{font-size:58px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:840px;}.e-con{--container-max-width:840px;}}@media(max-width:880px){.elementor-kit-11 h1{font-size:55px;}.elementor-kit-11 h2{font-size:40px;line-height:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:700px;}.e-con{--container-max-width:700px;}}@media(max-width:767px){.elementor-kit-11 h1{font-size:45px;}.elementor-kit-11 h2{font-size:40px;line-height:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1,h2,h3{
    font-weight: bold!important;
}


/* Services Grid Wrapper */
#services_loop .services-grid-wrapper {
    width: 100%;
    margin: 0 auto;
}

#services_loop .services-swiper {
    width: 100%;
}

/* Service Card */
#services_loop .service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 40px 0px #0F0F0F0D;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

#services_loop .service-card:hover {
    box-shadow: 0px 4px 60px 2px #0F0F0F0D;
}

#services_loop .service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

#services_loop .service-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#services_loop .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#services_loop .service-card:hover .service-image img {
    transform: scale(1.05);
}

#services_loop .service-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#services_loop .service-cta {
    padding-top: 24px;
    color: #C01C2D;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    display: flex;
    gap: 10px;
    align-items: center;
}

#services_loop .service-title {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 150%;
    text-transform: capitalize !important;
    margin: 0 0 10px 0 !important;
    color: #052847;
    text-align:center;
}

#services_loop .service-description {
    font-size: 14px;
    color: #52677A;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

/* Rating Card */
#services_loop .raging__flex {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

#services_loop .rating-card {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

#services_loop .rating-card:hover {
    box-shadow: none;
}

#services_loop .rating-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

#services_loop .rating-logo {
    display: flex;
    justify-content: center;
}

#services_loop .rating-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-direction: column;
}

#services_loop .rating-text {
    font-size: 16px;
    font-weight: bold;
    color: #094377;
}

#services_loop .rating-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #C01C2D;
    color: #fff !important;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: background 0.3s ease;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
}

#services_loop .rating-button:hover {
    background: #094377;
}

/* MOBILE */
@media (max-width: 767px) {
    
    #services_loop .swiper-button-next, 
    #services_loop .swiper-button-prev {
        bottom: 15px!important;
        top: auto!important;
    }
    
    #services_loop .swiper-button-next, 
    #services_loop .swiper-rtl .swiper-button-prev {
        right: 20px!important;
    }
    
    #services_loop .swiper-button-prev, 
    #services_loop .swiper-rtl .swiper-button-next {
        left: 20px!important;
    }
    
    #services_loop .services-swiper {
        padding-bottom: 80px;
    }
    
    #services_loop .swiper-button-prev,
    #services_loop .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
        background: #fff !important;
        border-radius: 50% !important;
        color: #fff !important;
        box-shadow: 0px 2px 10px 0px #0943770D;
    }
    
    #services_loop .swiper-button-prev:after {
        font-size: 20px !important;
        background-image: url(https://rebelroofingus.com/wp-content/uploads/2026/01/arrow__blue.svg);
        object-fit: contain;
        background-repeat: no-repeat;
        color: transparent;
        width: 20px;
        height: auto;
        transform: rotate(180deg);
    }

    #services_loop .swiper-button-next:after {
        font-size: 20px !important;
        background-image: url(https://rebelroofingus.com/wp-content/uploads/2026/01/arrow__blue.svg);
        object-fit: contain;
        background-repeat: no-repeat;
        color: transparent;
        width: 20px;
        height: auto;
    }
    
    #services_loop .swiper-pagination {
        bottom: 20px !important;
        z-index: 7!important;
    }
    
    #services_loop .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background: #C9D9E8;
        opacity: 1;
    }
    
    #services_loop .swiper-pagination-bullet-active {
        background: #094377;
        width: 20px;
        height: 20px;
        box-shadow: 1px 1px 5px 4px #C9D9E8;
    }
    
    #services_loop .desktop-only-slide {
        display: none;
    }
}

/* TABLET */
@media (min-width: 768px) {
    #services_loop .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        transform: none !important;
    }
    
    #services_loop .swiper-slide {
        width: auto !important;
        margin: 0 !important;
    }
    
    #services_loop .service-cta {
        display: none;
    }
    
    #services_loop .service-image {
        height: 220px;
    }
    
    #services_loop .desktop-only-slide {
        display: block;
    }
    
    #services_loop .swiper-button-prev,
    #services_loop .swiper-button-next,
    #services_loop .swiper-pagination {
        display: none !important;
    }
}

/* DESKTOP */
@media (min-width: 1024px) {
    #services_loop .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
        padding: 20px 0;
    }
}

/*Map areas*/

#map-areas .section_map {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}

#map-areas .map-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

#map-areas #map {
  width: 100%;
  height: 100%;
}

#map-areas .panel {
  position: absolute;
  top: 30px;
  width: 603px;
  background: #052847CC;
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
  z-index: 10;
}


#map-areas .panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#map-areas .panel-header h3 {
  margin: 0px;
  font-size: 32px;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: .3px;
  color: #ffffff;
  text-transform: capitalize;
}

#map-areas .panel-header img {
  height: 30px;
}


#map-areas .divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.25);
  margin: 24px 0px 24px;
}


#map-areas .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

#map-areas .buttons button {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 16px;
  background: #ffffff;
  border: none;
  border-radius: 10px;

  font-size: 15px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;

  color: #052847;
  cursor: pointer;
  text-transform: none !important;

  transition: all .25s ease;
}


#map-areas .buttons button:hover {
  color: #C01C2D;
}

#map-areas .buttons button:hover * {
  color: #C01C2D !important;
}

#map-areas .buttons button svg,
#map-areas .buttons button img {
  transition: filter .25s ease;
}

#map-areas .buttons button:hover svg,
#map-areas .buttons button:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(85%) saturate(5000%) hue-rotate(345deg);
}
button.service-cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
	
}
button.service-cta-button .service-cta-icon {
  width: 22px !important;
  height: 22px !important;
}


@media (max-width: 768px) {

  #map-areas .map-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  #map-areas #map {
    position: relative;
    width: 100%;
    height: 45vh;
  }

  #map-areas .section_map {
    position: relative;
    max-width: 100%;
    justify-content: center;
    background: #052847;
  }

  #map-areas .panel {
    position: relative;
    top: 0;
    left: 0;
    transform: none;

    width: 100%;
    max-width: 100%;

    border-radius: 16px 16px 0 0;
    padding: 16px;

    box-shadow: none;
  }

  #map-areas .panel-header h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  #map-areas .panel-header img {
    height: 22px;
  }

  #map-areas .divider {
    margin: 16px 0;
  }

  #map-areas .buttons {
    grid-template-columns: 1fr;
    gap: 10px;

    max-height: none;
    overflow: visible;
  }

  #map-areas .buttons button {
    padding: 14px 16px;
    font-size: 14px;
  }

  #map-areas button.service-cta-button {
    padding: 14px 16px;
  }
}/* End custom CSS */