/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/
 Description:  Child theme for Astra
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
 Tags:         custom-child-theme
*/

/* Add your custom CSS below */


body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Lato', sans-serif;
}
.site-content .ast-container {
  display: block !important;
}
.entry-content.clear {
  font-family: 'Montserrat';
}
/* top bar */
.cst-topbar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
}
.cst-topbar img {
  margin-right: 10px;
}
.cst-topbar a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.main-header-bar-navigation a:focus {
  outline: none !important;
}
.menu-toggle:focus {
  border: none !important;
  outline: none !important;
}
.ast-article-single .entry-content.clear {
    padding: 40px 0;
}
/* Hero Section */

.hero-section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 12% 0;
}


.hero-overlay h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

/* About section css*/
.about-section {
  background-image: url(/wp-content/uploads/2025/08/Group-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 80px 0px;
}
.about-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1A3238;
  font-family: 'Montserrat';
}
.about-sec-call-to-action {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.about-sec-call-to-action img {
  margin-right: 10px;
}
.about-sec-call-to-action a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1A3238;
  font-family: 'Montserrat';
}

/* Main big image */
.about-section .main-img {
  border-radius: 15px;
  z-index: 2;
  position: relative;
	
}

.main-heading {
  font-weight: 800;
  font-size: 50px;
	color: #1A3238;
}

.about-section .main-img {
  border-radius: 15px;
  z-index: 2;
  position: relative;
  box-shadow: none !important;
  border: none !important; 
}


/* Services section css*/

.services-section {
  position: relative;
  padding: 80px 0;
  background: url('/wp-content/uploads/2025/08/Rectangle-25.png') no-repeat center center;
  background-size: cover;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(238, 238, 238, 0.8);
  z-index: 1;
}

.services-section > * {
  position: relative;
  z-index: 2;
}

img.card-img-top {
    padding: 7px;
}

.services-section p,
.services-section .card-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1A3238;
}
p.text-muted,.fw-medium {
    font-size: 16px !important;
    color: #1A3238 !important;
    text-align: left !important;
    font-family: 'Montserrat', sans-serif;
}
.service-card {
	font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1A3238;
}
/* testimonial css */
/* .testimonial-sec{
  background-image: url(/wp-content/uploads/2025/08/testimonial-right-img.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 500px 100%;
} */
.cst-testimonial-cont-bg{
  background-image: url("/wp-content/uploads/2025/08/testimonial-bg-home.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.testimonial-head-cont{
  padding: 80px 120px;
}
.quote-mark-img {
  width: 100px;
  margin: 50px 0px;
}

.testimonial-sec .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 25px;
}

.testimonial-sec .slick-dots li {
  width: 30px;
  height: 4px;
  margin: 0 4px;
}

.testimonial-sec .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.testimonial-sec .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 2px;
  display: block;
  opacity: 1;
}

.testimonial-sec .slick-dots li.slick-active button:before {
  background: #1f2d2d;
}

/* talks-about-sec css */
.talks-about-sec {
  background-color: #EEEEEE80;
  padding: 80px 0px;
}
.talks-about-btn {
  border: 1px solid #1A3238;
  border-radius: 25px;
  padding: 12px 40px;
  background: #fff;
  color: #1A3238;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 35px 0px #0000001A;
  display: inline-block;
  text-decoration: none;
}
.talks-about-btn:hover {
  background: #1A3238;
  color: #fff;
  border-color: #1A3238;
}
/* Localtouch section css*/
.local-touch-section {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  padding: 80px 0;
  min-height: 800px;
}

.local-touch-section h2 {
  color: #1A3238;
  font-family: 'Montserrat', sans-serif;
}
.local-touch-section p {
  font-family: 'Montserrat', sans-serif;
}

/* Gaf section css*/

.gaf-section {
  background: url('/wp-content/uploads/2025/08/Group-3.png') no-repeat;
  background-size: cover;
  position: relative;
  color: #1A3238;
  padding: 80px 0;
}

.card-title {
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a3238;
}

.gaf-section p {
  font-size: 16px;
	padding-top:10px!important;
	color: #1a3238;
}

.gaf-section .card {
  border: none;
  background: #fff;
  border-radius: 10px;
}

/* Local we serve css*/
.Locations-add {
  font-size: 20px !important;
  color: #1A3238;
  font-family: 'Lato', sans-serif;
  padding: 24px 0 !important;
  border-color: #1A3238 !important;
}
.border-bottom.Locations-add {
  border-color: #1A3238 !important;
}

/* Call to action css*/

.cta-section {
  background: url('https://roofingcontractorminneapolismn.com/wp-content/uploads/2025/08/Call-to-Action-bg.png') center center/cover no-repeat;
  position: relative;
  padding: 80px 0;
}

.cta-section .container {
  position: relative;
  z-index: 1;
}
.call-to-action-heading {
    color: #fff;
    font-size: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;                
    padding-left: 40px!important;
	
}
.call-to-action-paragraph {
    font-size: 16px;
    line-height: 1.6;             
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
}

a.btn.btn-light.rounded-pill.px-4.py-2.mb-2 {
    font-size: 20px !important;
    font-weight: 600;
    color: #1A3238;
}

/* footer css */
.cst-footer-st a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #1A3238;
}

.cst-footer-st img {
  margin-right: 10px;
}

.ast-footer-copyright a {
  color: #1a3238;
}
#gdl-publish-guide .publish-guide-trigger{
  height: unset !important;
}

/* ===== mobile media quary ====== */
@media (max-width: 768px) {
  .hero-overlay h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-overlay {
    padding: 10px;
  }

  .about-section p {
    font-size: 16px;
    line-height: 1.4;
  }

  .about-section {
    padding: 50px 0px;
    background: unset;
  }

  .main-heading {
    font-size: 28px !important;
    line-height: 36px;
    text-align: left!important;
  }

  .about-section .main-img {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .services-section {
    padding: 50px 0;
  }
  .services-section h2 {
    font-size: 26px;
    text-align: left!important;
  }

  .services-section p,
  .services-section .card-text {
    font-size: 16px;
    text-align: center;
  }
  .service-card {
    font-size: 16px;
    text-align: center;
  }

  .local-touch-section h2 {
    font-size: 26px;
    text-align: center;
  }

  .local-touch-section p {
    font-size: 16px;
  }

  .gaf-section h2 {
    font-size: 26px;
    text-align: center;
  }

  .card-title {
    font-size: 20px;
    text-align: center;
  }

  .border-bottom.py-2 {
    font-size: 16px !important;
    text-align: left!important;
  }

  .call-to-action-heading {
    font-size: 28px;
    text-align: center;
    padding-left: 0 !important;
  }

  .call-to-action-paragraph {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
  }

  a.btn.btn-light.rounded-pill.px-4.py-2.mb-2 {
    font-size: 16px !important;
    display: block;
    margin: 10px auto;
  }
  .talks-about-sec {
    padding: 50px 0px;
  }
  .cta-section {
    padding: 50px 0;
  }
  .about-sec-call-to-action {
    gap: 15px;
  }
  .testimonial-head-cont {
    padding: 50px 20px !important;
  }
  .Locations-add {
    font-size: 16px !important;
    padding: 15px 0 !important;
  }
  .about-sec-call-to-action a {
    font-size: 16px;
  }
  p.text-muted, .fw-medium {
    font-size: 16px !important;
  }
  .quote-mark-img {
    width: 80px;
    margin: 40px 0px;
  }
  .testimonial-head-cont br {
    display: none;
  }
  .testimonial-slider {
    min-height: 360px;
  }
  .cst-mob-col-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .local-touch-section {
    min-height: 900px;
    padding: 50px 0;
  }
  .gaf-section {
    padding: 50px 0;
  }
  .locations-we-serve-sec {
    padding-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .testimonial-head-cont {
    padding: 60px 80px;
  }
}
