/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com/
Description:  A child theme for GeneratePress
Author:       Your Name
Author URI:   https://yourwebsite.com/
Template:     generatepress
Version:      1.0.0
Text Domain:  generatepress-child
*/
/* Add your custom styles below */



:root{
  /* ---------- Colors ---------- */
  --navy-blue: #003057;
  --orange: #FBA01A;
  --text-color: #454545;	
}










* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,h2,h3,h4,h5,h6,p,ul,li,a {
    margin:0;
}

/* Header CSS */

.site-header {
	background: transparent;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    border-radius: 20px;
    max-width: 1600px;
	margin: 0 auto;
    padding: 0 20px;
	font-size:16px;
}

.inside-header .header-widget a{
	background-color: var(--orange);
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.inside-header .header-widget a:hover{
	background-color: var(--orange);
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a{
	color: #fff;
}


.site-header .inside-header {
    background: var(--navy-blue);
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
	padding: 0;
	justify-content: space-evenly;
}

 #site-navigation {
    background: transparent;
	margin: 0 !important;
}

.site-header .header-image {
    width: 50%;
}

.main-navigation .main-nav ul li a {
    color: #FFF;
	font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #FBA01A;
}

.header-brand-contact a {
    color: #fff;
	font-family: "Roboto", sans-serif;
    font-weight: 800;
}

/* Header CSS */


/* Footer CSS  */

.site-footer .inside-footer-widgets p , .site-footer .inside-footer-widgets a{
	font-family: "Roboto", sans-serif;
    font-weight: 400;
	font-size: 18px
}

.site-footer #menu-footer-menu{
    display: flex;
    gap: 45px;
    justify-content: center;
	    flex-wrap: wrap;
}

.site-footer #menu-footer-menu a{
    color:#fff;
}

.site-footer #menu-footer-menu .menu-item.current-menu-item a{
	color:#FBA01A;
}

.site-footer .footer-widgets-container.grid-container {
    padding: 30px 15px;
}


.site-info {
    display: none !important;
}

.Social-icons-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.site-footer .wp-block-separator {
    border-top: 1px solid #D1D1D1;
}

.footer-widgets {
    background-color: var(--navy-blue) !important;
	color: #fff;
}

.Social-icons-wrapper img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.site-footer .inside-footer-widgets .footer-top-text {
    max-width: 80%;
    margin: 0 auto;
}
.footer-copyright {
    text-align: center;
    font-size: 16px;
	font-family: "Roboto", sans-serif;
  font-weight: 400
}

.footer-copyright a{
   color: var(--orange);
	font-size: 16px !important;
	font-family: "Roboto", sans-serif;
  font-weight: 400;
}


/* Footer CSS  */


/* Home Page CSS */

.reach-out-c h2, .custom-images-wrap h2, .frequently-asked-c h2, .ready-to-work h2{
	font-size:40px;
}


.site-content {
    display: block;
}
.container.grid-container {
    max-width: 100% !important;
}
.hero-banner-c {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url('https://chicagocolorpainting.com/wp-content/uploads/2025/10/home-hero.png') no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 10%;
}



.hero-banner-c .hero-content {
	position: relative;
	z-index: 2;
}

.hero-banner-c .hero-content img {
	max-width: 400px;
	height: auto;
}

.hero-banner-c .quote-btn {
	display: inline-block;
	padding: 20px 50px;
	background: linear-gradient(90deg, #003057 0%, #004070 100%);
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	text-decoration: none;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	font-family: "Roboto", sans-serif;
  font-weight: 700
}

.hero-banner-c .quote-btn:hover {
	background: linear-gradient(90deg, #003057 0%, #004070 100%);
}


.image-with-slide{
	position:relative;
	width:100%;
	padding:60px 0;
	overflow:hidden;
	background: #fff;
}
.image-with-slide .color-painting-txt {
	max-width:1300px;
	margin:0 auto 60px auto;
	text-align:center;
	font-size:22px;
	font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.image-with-slide .slider-track{
	display:flex;
	overflow-x:auto;
	scroll-behavior:smooth;
	scrollbar-width:none;
	cursor:grab;
	user-select:none;
	scroll-snap-type:x mandatory;
	padding:0 15px; /* left-right space */
}
.image-with-slide .slider-track.active{cursor:grabbing}
.image-with-slide .slider-track::-webkit-scrollbar{display:none}
.image-with-slide .slide{
	flex:0 0 auto;
	width:500px;
	margin:0 10px;
	border-radius:10px;
	overflow:hidden;
	scroll-snap-align:center;
}
.image-with-slide .slide img{
	width:100%;
	height:auto;
	display:block;
	border-radius:10px;
	pointer-events:none;
	max-width:600px;
}

.reach-out-c{
	width:100%;
	padding:60px 0;
	background: #F4F4F4;
}
.reach-out-c .container{
	max-width:1300px;
	margin:0 auto;
	padding:0 15px;
	text-align:center;
}




.reach-out-c h2{
	text-align:center;
	font-weight:700;
	color: var(--navy-blue);
	margin-bottom:40px;
	font-family: "Montserrat", sans-serif;
    font-weight: 800;
	    max-width: 80%;
    margin: 0 auto 30px;
}
.reach-out-c .cards{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-bottom:40px;
	
}
.reach-out-c .card{
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,.08);
	text-align:center;
	padding: 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.reach-out-c .card img{
	width:100%;
	height:auto;
	display:block;
}
.reach-out-c .card h3{
	font-family: "Roboto", sans-serif;
  font-weight: 700;
	font-size:18px;
	color: var(--navy-blue);
	margin:15px 10px 10px 10px;
}
.reach-out-c .card p{
	font-size:16px;
	line-height:1.6;
	color:#333;
	padding:0 15px 20px 15px;
	flex-grow:1;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.reach-out-c .card .btn{
	background: var(--orange);
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	padding:10px 20px;
	border-radius:10px;
	margin:0 auto 20px auto;
	display:inline-block;
	width: 100%;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.reach-out-c .features{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	background: var(--navy-blue);
	border-radius:10px;
	padding:20px;
	margin-bottom:40px;
}
.reach-out-c .feature{
	flex:0 0 23%;
	color:#fff;
	font-size:16px;
	display:flex;
	align-items: flex-start;
	gap:10px;
	text-align:left;
	font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.reach-out-c .feature img{
	width:35px;
	height:35px;
}
.reach-out-c .btn-main{
display: inline;
    background: var(--orange);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 50px;
    margin: 0 auto;
	font-family: "Roboto", sans-serif;
  font-weight: 700;
}



.custom-images-wrap{
	width:100%;
	padding:60px 0;
	background:#fff;
	text-align:center;
}
.custom-images-wrap .container{
	max-width:1300px;
	margin:0 auto;
	padding:0 15px;
}
.custom-images-wrap h2{
	text-align:center;
	font-weight:700;
	color: var(--navy-blue);
	margin-bottom:40px;
	font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.custom-images-wrap .grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
	margin-bottom:40px;
}
.custom-images-wrap .grid img{
	width:100%;
	height:auto;
	display:block;
	border-radius:5px;
}
.custom-images-wrap .btn-main{
	display:inline-block;
	background: var(--navy-blue);
	color:#fff;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	padding: 20px 50px;
    border-radius: 50px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}



.frequently-asked-c {
	width:100%;
	background:#f6f6f6;
	padding:60px 0;
}
.frequently-asked-c .container {
	max-width:1300px;
	margin:0 auto;
	padding:0 15px;
	display:grid;
	grid-template-columns:1fr 1fr;
	align-items:start;
	gap:40px;
}
.frequently-asked-c h2 {
	color: var(--navy-blue);
	margin-bottom:30px;
	font-family: "Montserrat", sans-serif;
    font-weight: 800;
	max-width: 60%;
}
.frequently-asked-c .btn-main {
	display:inline-block;
	background: var(--navy-blue);
	color:#fff;
	font-size:16px;
	text-align:center;
	text-decoration:none;
padding: 20px 70px;
    border-radius: 50px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.faq-items {width:100%}
.faq-item {
	border-bottom:1px solid #ddd;
}
.faq-question {
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
	padding:15px 0;
	font-size:16px;
	color:#333;
	font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.faq-question span {
	color:var(--orange);
	font-size:20px;
	font-weight:700;
	line-height:1;
	transition:transform .3s;
}
.faq-answer {
	height:0;
	overflow:hidden;
	transition:height 0.3s ease;
	font-size:14px;
	color:#555;
	line-height:1.6;
	padding:0;
	font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.faq-item.active .faq-answer {
	padding:0 0 15px 0;
}
.faq-item.active .faq-question span {
	transform:rotate(45deg);
}



.ready-to-work{
	width:100%;
	padding:60px 0;
	background:#fff;
	text-align:center;
}
.ready-to-work .container{
	max-width:900px;
	margin:0 auto;
	padding:0 15px;
}
.ready-to-work h2{
	font-weight:700;
	color: var(--navy-blue);
	margin-bottom:20px;
	font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.ready-to-work p{
	font-size:16px;
	line-height:1.7;
	color:#444;
	margin-bottom:35px;
	font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.ready-to-work .btn-main{
	display:inline-block;
	background:var(--orange);
	color:#fff;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	padding:20px 60px;
	border-radius:50px;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
}







/* Home Page CSS */

/* Contact Page CSS */

.get-in-touch-hero {
  position: relative;
  height: 100vh;
  background: url('https://chicagocolorpainting.com/wp-content/uploads/2025/09/contact-hero.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  flex-direction: column;
  gap: 30px;
}

.get-in-touch-data img {
     max-width: 35%;
    margin: 0 auto;
}

.get-in-touch-hero .get-in-touch-hero-btn {
    padding: 15px 40px;
    background-color: var(--navy-blue);
    color: #fff;
    font-size: 18px;
   font-family: "Roboto", sans-serif;
  font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 60px;
	transform: translateX(-50%);
}
.get-in-touch-data {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
}
.get-in-touch-hero .get-in-touch-hero-btn:hover {
  background-color: var(--orange);
}

section.contact-section {
  padding: 60px 20px;
  background: #fff;
}
.contact-section .contact-container {
    display: flex;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}
.contact-section .contact-info, .contact-section .contact-form {
    width: 50%;
}
.contact-section .contact-title {
    font-size: 50px;
    font-weight: 700;
    color: var(--navy-blue);
    margin: 0 0 15px;
	font-family: "Montserrat", sans-serif;
}
.contact-section .contact-text {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 25px;
    line-height: 1.6;
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.contact-section .contact-details {
  margin-bottom: 30px;
}

.contact-section .contact-details svg {
    width: 25px;
    height: 25px;
}


.contact-section .contact-details p {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--navy-blue);
    font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.contact-section .contact-details a {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--navy-blue);
   font-family: "Roboto", sans-serif;
  font-weight: 600;
}


.contact-section .contact-details .icon {
    margin-right: 8px;
    position: relative;
    top: 6px;
}






/* Contact Page CSS */


/* About Page CSS  */
section.about-us-hero-wrapper {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 60px;
  background: url("https://chicagocolorpainting.com/wp-content/uploads/2025/09/about-banner-hero-scaled.jpg") 
    no-repeat center center / cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}
.about-us-hero-wrapper .about-us-container {
    max-width: 1300px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}
.about-us-hero-wrapper .about-us-heading {
    font-size: 72px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.about-us-hero-wrapper .about-us-container p {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
  font-weight: 400;
    margin-bottom: 30px;
    opacity: 90%;
	max-width: 55%;
}
.about-us-hero-wrapper .about-us-btn {
    display: inline-block;
        padding: 15px 40px;
    background: #002147;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
	text-transform:uppercase;
	    transition: all 0.3s ease;
}
.about-us-hero-wrapper .about-us-btn:hover {
     background-color: var(--orange);
}

section.choose-us-wrapper {
    padding: 60px 20px;
    background: #fff;
    font-family: Arial, sans-serif;
  }

.choose-us-wrapper .choose-us-container {
      display: flex;
    max-width: 1300px;
    margin: 0 auto;
    gap: 60px;
    width: 100%;
}
.choose-us-wrapper .choose-us-left,
.choose-us-wrapper .choose-us-right {
     width: 47%;
}
.choose-us-wrapper .choose-us-logo {
    margin: 0 0 40px;
}
.choose-us-wrapper img.choose-us-logo-image {
        width: 70%;
        margin: 0 auto 60px;
}
.choose-us-wrapper .choose-us-heading {
    font-size: 40px;
    color: var(--navy-blue);
    margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.choose-us-wrapper .choose-us-list {
    list-style: none;
    padding: 0;
}

.choose-us-wrapper .choose-us-list-item {
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
.choose-us-wrapper p.choose-us-text {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}
.choose-us-wrapper .about-image img {
    width: 100%;
    border-radius: 10px;
	    margin-top: 40px;
}

section.guarantee-wrapper {
    background: #f9f9f9;
    padding: 60px 20px;
  }
.guarantee-wrapper .guarantee-container{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}
.guarantee-wrapper .guarantee-left,
.guarantee-wrapper .guarantee-right {
   width: 47%;
  }
.guarantee-wrapper .guarantee-left-heading {
       font-size: 40px;
    color: var(--navy-blue);
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.guarantee-wrapper .guarantee-sub-heading {
    color: var(--orange);
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
	margin: 35px 0 40px;
  }
.guarantee-wrapper .guarantee-list{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
  }
.guarantee-wrapper .guarantee-list-items {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.guarantee-wrapper .guarantee-btn {
    display: inline-block;
    padding: 20px 70px;
    background: var(--orange);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 20px 0 0;
    border: 1px solid #000000;
}
	
	.guarantee-wrapper .guarantee-btn:hover {
    background: var(--navy-blue);
}
.guarantee-wrapper .feature {
    display: flex;
    gap: 15px;
	align-items: flex-start;
    margin-bottom: 25px;
  }
.guarantee-wrapper .feature .icon {
    font-size: 24px;
    color: #f4a300;
}
.guarantee-wrapper .feature-data-heading {
    font-size: 20px;
    color: var(--navy-blue);
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
	font-style:italic;
}
.guarantee-wrapper .feature-data p {
    line-height: 1.7em;
    color: #424242;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}


section.reviews-wrapper {
      background: #fff;
      padding: 80px 20px;
      font-family: 'Roboto', sans-serif;
      text-align: center;
      overflow: hidden;
    }
.reviews-wrapper .reviews-container {
      max-width: 1300px;
      margin: 0 auto;
    }
.reviews-wrapper .reviews-title {
    font-size: 40px;
    color: var(--navy-blue);
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.reviews-wrapper .reviews-columns-container {
      display: flex;
      gap: 25px;
      overflow-x: hidden; 
      scroll-behavior: smooth;
    }
.reviews-wrapper .review-columns {
      flex: 0 0 calc(33.333% - 20px); 
    }
.reviews-wrapper .review-columns-data {
      background: #f6f6f6;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
      text-align: left;
      min-height: 250px;
    }
.reviews-wrapper .review-stars {
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.reviews-wrapper .review-stars img {
      width: 32px;
      height: 32px;
	margin-left:10px;
    }
.reviews-wrapper .review-text {
    font-size: 18px;
    color: var(--text-color);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 20px;
}
	
	.review-stars svg{
	width: 40px;
    height: 40px;
	}
	
.reviews-wrapper .review-author {
      font-family: "Roboto", sans-serif;
    font-weight: 700;
      font-size: 18px;
      color: #000;
      text-align: left;
      margin-top: 20px;
    }
.reviews-wrapper .reviews-footer {
      margin-top: 40px;
    }
.reviews-wrapper .reviews-footer a {
      font-size: 18px;
      font-family: "Roboto", sans-serif;
    font-weight: 700;;
      color: var(--text-color);
      text-decoration: none;
      border-bottom: 2px solid transparent;
      transition: 0.3s;
    }
.reviews-wrapper .reviews-footer a:hover {
      border-bottom: 2px solid #003057;
    }


/* About Page CSS */



@media (min-width: 1600px) {
	.get-in-touch-hero {
		height: 800px;
	}
	
}

@media (max-width: 1160px) {
	.header-brand-contact{
		display:none;
	}
	
	.main-navigation .main-nav ul li a {
    padding: 10px;
}
	
}


@media (max-width: 1024px) {
	.frequently-asked-c h2{
		max-width: 100%;
	}
	
	.about-us-hero-wrapper .about-us-container p {
	max-width: 100% !important;
}
	
	.site-footer .inside-footer-widgets .footer-top-text {
    max-width: 100%;
}
	
	.site-footer .inside-footer-widgets p , .site-footer .inside-footer-widgets a{
	font-family: "Roboto", sans-serif;
  font-weight: 400;
	    font-size: 18px
}
	
.hero-banner-c .hero-content img {
	max-width: 180px;
}
.image-with-slide .slide{
    width:100%;
    max-width:45%;
}
.reach-out-c .cards{
	grid-template-columns: 1fr 1fr;
    margin-bottom:20px;
}
.reach-out-c .feature{
    margin-bottom:15px;
}
.custom-images-wrap .grid{
	grid-template-columns:repeat(3,1fr);
}
	
	
}




@media (min-width: 769px) and (max-width: 1024px) {
	
	.reach-out-c h2{
	    max-width: 100%;
}
	
	.reach-out-c h2, .custom-images-wrap h2, .frequently-asked-c h2, .ready-to-work h2{
	font-size:32px;
}
	
	 .hero-banner-c {
    min-height: 80vh !important;
	}
	
	    section.about-us-hero-wrapper {
        padding: 60px 20px;
    }
	
		section.about-us-hero-wrapper {
    height: 80vh !important;
	        padding: 40px !important;		
}
	
	.contact-section .contact-title {
    font-size: 40px;
}
	
	.contact-section .contact-text {
    font-size: 18px;
}
	.contact-section .contact-details p {
		font-size: 18px;
	}
	
	
	.get-in-touch-data img {
    max-width: 60%;
    margin: 0 auto;
}
	
	.get-in-touch-hero .get-in-touch-hero-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
	
.get-in-touch-hero{
	 height: 80vh;
	}
	
	
.header-brand-contact, .header-widget .wp-block-button{
    display: none;
}
	
}

@media (max-width: 768px) {
	
	.reach-out-c h2{
	    max-width: 100%;
    margin: 0 auto 30px;
}
	
	.reach-out-c h2, .custom-images-wrap h2, .frequently-asked-c h2, .ready-to-work h2{
	font-size:24px;
}
	.reach-out-c .card h3
 {
    margin: 15px 0;
}
	.reach-out-c .feature {
    font-size: 14px;
	}	
	.image-with-slide .color-painting-txt {
    font-size: 16px;
    padding: 0 15px;
}
	
	.hero-banner-c {
    min-height: 60vh !important;
	}
	
	.about-us-hero-wrapper .about-us-btn {
    font-size: 16px;
}
	
	.reviews-wrapper .review-columns {
    flex: 0 0 calc(50% - 10px) !important;
  }
	.guarantee-wrapper .guarantee-left, .guarantee-wrapper .guarantee-right {
    width: 100% !important;
}
	.guarantee-wrapper .guarantee-btn {
    margin: 0 0 0 !important;
		padding: 15px 50px;
}
	
	    section.about-us-hero-wrapper {
        padding: 60px 20px !important;
    }
	
	.about-us-hero-wrapper .about-us-heading {
        font-size: 40px !important;
    }
	
	    .about-us-hero-wrapper .about-us-container p {
        font-size: 16px !important;
    }
	
	    .choose-us-wrapper .choose-us-left, .choose-us-wrapper .choose-us-right {
        width: 100% !important;
    }
	
	    .choose-us-wrapper .choose-us-container {
        gap: 30px;
        flex-direction: column !important;
    }
	
	.choose-us-wrapper .about-image img {
    margin-top: 25px !important;
}
	
	section.choose-us-wrapper {
    padding: 60px 20px 40px !important;
}
	
	    .choose-us-wrapper .choose-us-heading {
        font-size: 26px !important;
    }
	
	.choose-us-wrapper .choose-us-list-item {
        line-height: 1.4em;
        font-size: 16px !important;
    }
	
	    .choose-us-wrapper p.choose-us-text {
        font-size: 16px !important;
    }
	
	    .guarantee-wrapper .guarantee-sub-heading {
        font-size: 18px !important;
		margin-bottom: 15px;
    }
	
	    .guarantee-wrapper .guarantee-list-items {
        font-size: 16px !important;
    }
	    .guarantee-wrapper .guarantee-left-heading {
        font-size: 26px !important;
        margin: 0 0 25px;
    }
	.reviews-wrapper .review-text {
        font-size: 14px !important;
    }
	
	
	.reviews-wrapper .review-stars img {
    width: 25px;
    height: 25px;
}
	
	section.reviews-wrapper {
    padding: 60px 20px !important;
}
	
	  
	
	
	section.guarantee-wrapper {
    padding: 60px 20px 40px !important;
}
	    .reviews-wrapper .reviews-title {
        font-size: 26px !important;
    }
	.choose-us-wrapper img.choose-us-logo-image {
    margin: 0 auto 30px;
}
	
	section.about-us-hero-wrapper {
    height: 60vh !important;
}
	
	.Social-icons-wrapper img {
    width: 18px;
    height: 18px;
}
	
.site-header	.gp-icon svg {
    height: 1.5em;
    width: 1.5em;
    top: .525em;
    fill: rgb(255 255 255);
}
	
	.footer-copyright {
    font-size: 14px;
}

.footer-copyright a{
	font-size: 14px;
}
	
	    .main-navigation .main-nav ul li a {
        padding: 0 10px !important;
    }
	
	.main-navigation {
    background-color: transparent;
}
	
	.site-header .inside-header {
    padding: 5px 15px;
}
	
	
	.site-header {
    top: 15px;
    padding: 0 15px;
}
	
	    .main-navigation .menu-toggle {
        background: var(--navy-blue);
    }
	
	
	.site-header .header-widget{
		display:none;
	}
	
	.contact-section .contact-title {
    font-size: 32px;
}
	
	.contact-section .contact-text {
    font-size: 16px;
}
	.contact-section .contact-details p {
		font-size: 16px;
	}
	
	 .site-footer .inside-footer-widgets p, .site-footer .inside-footer-widgets a {
        font-size: 16px !important;
    }
	.site-footer #menu-footer-menu a {
    font-size: 14px !important;
}
	
	.site-footer .inside-footer-widgets .footer-copyright{
		font-size: 14px !important;
	}
	
	
	
	.get-in-touch-data img {
    max-width: 75%;
    margin: 0 auto;
}
 
  .get-in-touch-hero .get-in-touch-hero-btn {
    font-size: 16px;
    padding: 10px 25px;
  }
	
	.contact-section .contact-container{
		flex-direction:column;
	}
	
	
	.contact-section .contact-info, .contact-section .contact-form {
    width: 100% !important;
	text-align: center;
}
	.contact-map iframe{
		width: 100% !important;
	}
	
	
	.get-in-touch-hero {
    height: 60vh;
}
	
	.header-brand-contact, .header-widget .wp-block-button{
    display: none;
}
	
		.site-footer #menu-footer-menu{
            display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        text-align: center;
        max-width: 50%;
        margin: 0 auto;
			gap:0;
}
	
	
.hero-banner-c {
	justify-content: center;
	text-align: center;
	padding: 0 5%;
	min-height: 80vh;
}
.hero-banner-c .hero-content {
	align-items: center;
}
.hero-banner-c .hero-content img {
        max-width: 60%;
        margin: 0 auto;
}
.hero-banner-c .quote-btn {
	font-size: 0.9rem;
	padding: 10px 24px;
}
.image-with-slide .slide{
    width:100%;
    max-width:80%;
    margin:0 auto;
}
.image-with-slide .slider-track{
    gap: 15px;
}
.reach-out-c .cards{
   grid-template-columns: 1fr 1fr;
}
	
	.reach-out-c .features{
		gap:5px;
	}
	
	
	.reach-out-c .feature {
    flex: 0 0 45%;
		gap: 5px;
	}
		
.custom-images-wrap .grid{
	        grid-template-columns: 1fr 1fr 1fr;
	        gap: 10px;
}
	
	.reach-out-c .card p {
    font-size: 10px;
		        padding: 0 0 15px;
	}
	
	.reach-out-c .card h3 {
    font-size: 14px;
	}
	
	.reach-out-c .card .btn {
    font-size: 12px;
	}
	
	.frequently-asked-c h2 {
    max-width: 100%;
}
	
	.faq-item .faq-answer {
    text-align: left;
}
	
	.reach-out-c .btn-main, .custom-images-wrap .btn-main, .ready-to-work .btn-main, .frequently-asked-c .btn-main {
		font-size:16px;
		    padding: 15px 60px;
	}
	
	
.frequently-asked-c .container{
	grid-template-columns:1fr;
	text-align:center;
}
.frequently-asked-c h2{
	margin-bottom:20px;
}
	
	
}