*{
    font-family: Helvetica, sans-serif;
    margin: 0 ;
    padding: 0;
    scroll-behavior: smooth;
}

body{
    background: #f2f2f2;
    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
    cursor: pointer;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

button{
    cursor: pointer;
    padding: 15px 15px;
    border-radius: 100px;
    background: #419753;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1.5px solid #419753;
    font-size: 17px;
    font-weight: bold;
    padding: 16px 20px;
}

button img{
    transition: 0.3s;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

button:hover img{
    transform: rotate(-45deg);
}

.unselectable {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* BREADCRUMBS SECTION */
nav#breadcrumbs{
    background: #274332;
    color: #fff;
    position: absolute;
    top: -100px;
    height: 20px;

}
nav#breadcrumbs ol{
    display: flex;
}

nav#breadcrumbs ol li{
    margin-right: 10px;
    display: flex;
    align-items: center;
}

nav#breadcrumbs ol li a{
    padding-right: 5px;
    color: #fff;
    font-size: 5px;
}


/* HEADER SECTION */
header{
    left: 0;
    right: 0;
    top: 0;
    background: #f2f2f2;
    border-bottom: 2px solid #419753;
    z-index: 2;
}

div.banner{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #274332;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 550;
}


div.banner p{
    text-transform: uppercase;
}


div.banner p img{
    width: 30px;
    margin-left: 5px;
}

div.banner p:nth-child(1){
    margin-right: 20px;
    display: flex;
    align-items: center;
}

div.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
}

.logo{
    width: 250px;
}

nav ul{
    display: flex;
}

nav ul li{
    padding: 0 15px;
}

nav ul li a{
    padding: 10px 0;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

nav ul li a span{
    width: 0%;
    height: 5px;
    background: #419753;
    margin-top: 5px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
}

nav ul li a:hover span{
    width: 100%;
}

nav ul li a.active span{
    width: 100%;
}

div.social-media{
    display: flex;
    align-items: center;
}

div.social-media a{
    cursor: pointer;
    margin-left: 15px;
}

div.social-media img{
    width: 25px;
    height: 25px;
}

div#contact-info button img:nth-child(2){
    display: none;
}


/* MOBILE MENU TOGGLE BUTTON */
#menu{
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
    border: 2px solid #08923c;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #419753;
    transform: scale(0.8);
}

.menu .container{
    width: 45px;
    height: 45px;
    margin: 4px;
    position: relative;
    transform: scale(0.8);
}

#menu span{
    background: #fff;
    width: 80%;
    height: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.5s, width 0.5s;
    transition: 0.3s;
}

#menu.force {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.374) !important;
}

#menu .line-1{
    transform: translate(-50%, -14px);
}

#menu .line-3{
    transform: translate(-50%, 9px);
}

#menu.active .line-1{
    transform: translate(-50%, -50%) rotate(-45deg);
}

#menu.active .line-3{
    transform: translate(-50%, -50%) rotate(45deg);
}

#menu.active .line-2{
    width: 0;
}



/* HERO SECTION */
section#hero{
    background: url(images/backgrounds/breezeandco-manhattan-landscaping-hero-1.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

div.hero{
    padding: 90px 80px 150px 80px;
}

.hero-content{
    max-width: 48%;
}

.hero h1{
    font-size: 55px;
    font-family: Helvetica, sans-serif;
    color: #274332;
}

.hero p{
    font-size: 22px;
    margin-top: 35px;
}

.hero-reviews{
    display: flex;
    align-items: center;
    margin-top: 20px;

}

.hero-reviews img{
    width: 150px;
}

.hero-reviews img:nth-child(1){
    width: 150px;
    margin-right: 20px;
}

.hero-buttons{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.hero-buttons button{
    font-size: 15px;
    font-weight: bold;
    padding: 16px 20px;
}

.hb1{
    margin-right: 20px;
}

.hb1{
    background: none;
    color: #419753;
    backdrop-filter: blur(20px);
}

.hero-buttons button img{
    padding: 0;
    background: none;
    border-radius: 0;
}

div.mobile-hero{
    display: none;
}



/* ESTIMATE SECTION */
aside#estimate{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

div.estimate{
    position: absolute;
    top: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 50px;
    background: #e0e0e0;
    box-shadow: 0 0 10px #00000016;
    overflow: hidden;
}

div.estimate img.lights{
    position: absolute;
    top: 0;
    width: 100%;
}

div.estimate img.lights2{
    display: none;
}

div.estimate h2{
    text-align: center;
    margin-bottom: 35px;
    font-size: 35px;
    letter-spacing: 3px;
    font-family: Arial, Helvetica, sans-serif;
    color: #274332;
}

div.estimate form{
    display: flex;
}

div.estimate form input{
    padding: 18px 20px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    margin: 0 5px;
    background: transparent;
    width: 190px;
}

div.estimate form div{
    display: flex;
    align-items: center;
    position: relative;
} 

div.estimate form div img{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
}

div.estimate form button{
    padding: 12 20px;
    border: 4px solid #00ff3794;
    font-size: 18px;
    text-shadow: 0 0 10px #0000005f;
    width: 150px;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 5px;
    background: rgb(0, 128, 255);
}

div.estimate .input-message input{ 
    width: 250px;
}



/* INTRO TEXT SECTION */
section#intro{
    background: url(images/backgrounds/breezeandco-manhattan-landscaping-intro.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 50px 0;
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.intro{
    margin: 0 50px;
    padding: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1e2521;
    z-index: 1;
}

.intro img{
    border: 3px solid crimson;
    width: 47%;
    z-index: 1;
    display: none;
}

.intro-d{
    /* width: 47%; */
    z-index: 1;
}

.intro h2{
    font-size: 35px;
    color: #fff;
    z-index: 1;
}

.intro p{
    margin: 30px 0;
    font-size: 18px;
    color: #fff;
    font-family: Helvetica, sans-serif;
    line-height: 1.8;
    font-weight: 200;
}

.intro-end {
    position: absolute;
    z-index: 2;
    bottom: -40px;
    width: 100%;
    height: 80px;
}



/* SERVICES SECTION */
div.services{
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.services h2{
    font-size: 40px;
    margin-bottom: 50px;
}

.services-d{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.services-d li{
    border: 1px solid #ccc;
    text-align: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
    background: url(images/photos/services/breezeandco-manhattan-landscaping-lawn-mowing-and-maintenance.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;   
    border-radius: 10px;
    overflow: hidden;
}

.services-d li:nth-child(2){
    background: url(images/photos/services/breezeandco-manhattan-landscaping-leaf-and-fall-cleanup.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-d li:nth-child(3){
    background: url(images/photos/services/breezeandco-manhattan-landscaping-bush-trimming-and-tree-removal.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-d li:nth-child(4){
    background: url(images/photos/services/breezeandco-manhattan-landscaping-rock-bed-and-mulch-bed-installation.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-d li:nth-child(5){
    background: url(images/photos/services/breezeandco-manhattan-landscaping-aeration-fertilization-and-overseeding.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-d li:nth-child(6){
    background: url(images/photos/services/breezeandco-manhattan-landscaping-hardscaping-services.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-d li:nth-child(7){
    background: url(images/photos/services/breezeandco-manhattan-landscaping-snow-removal.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-d .overlay{
    backdrop-filter: none;
    background: #000;
    opacity: 0.5;
    transition: 0.3s;
}

.services-d li h3{
    z-index: 1;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-transform: uppercase
}

.services-d li a{
    margin-top: auto;
    z-index: 1;
    width: 200px;
}

.services-d li button{
    font-weight: initial;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.3s;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    border-radius: 10px;
}

.services-d li:hover button{
    transform: scale(1.1);
}

li.more-services{
    background: #fff;
}

li.more-services .overlay{
    display: none;
}

li.more-services h3{
    color: #419753;
}



/* DIVIDE SECTION */
aside.divide{
    position: relative;
    z-index: 1;
}

.divide-d{
    height: 100px;
    background: linear-gradient(90deg, #419753, #15231a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.divide-d img{
    width: 150px;
}



/* CTA SECTION */
div.cta{
    padding: 50px 150px 30px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta h3{
    font-size: 45px;
    color: #275a32;
    text-transform: uppercase;
    line-height: 1.4;
    width: 45%;
}

div.cta-button{
    display: flex;
    flex-direction: column;
    width: 35%;
}

div.cta-button button{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    color: #419753;
    text-transform: uppercase;
    border: 1.5px solid #419753;
}

div.cta-button a button{
    margin-bottom: 0;
    background: #419753;
    color: #fff;
}



/* TESTIMONIALS SECTION */
section#testimonials{
    position: relative;
    background: url(images/backgrounds/breezeandco-manhattan-landscaping-testimonials.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 0 0;
}

div.testimonials{
    padding: 50px 0 50px 0;
    position: relative;
}

.test-misc{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #f2f2f2;
    z-index: 1;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

#testimonials .overlay{
    backdrop-filter: none;
    background: #000;
    opacity: 0.6;
    z-index: 0;
}

div.test-heading{
    display: flex;
    align-items: center;
    flex-direction: column;
}

#testimonials h2{
    font-size: 40px;
    color: #fff;
    z-index: 1;
    display: flex;
    text-align: center !important;
}

#testimonials h3{
    font-size: 25px;
    color: #fff;
    text-align: center;
    z-index: 1;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 50px;
}

#testimonials .swiper-container {
    margin: auto;
    overflow-x: hidden;
    height: 400px;    
    z-index: 1;
    display: flex;
    align-items: center;

}
  
.testimonials .swiper-slide {
    background-color: #f9f9f9;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 36%;
    height: 300px;
}

div.slide-heading{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

div.profile{
    display: flex;
    align-items: center;
    text-align: left;
}

div.profile-info{
    margin-left: 10px;
}

img.client-pfp{
    width: 70px;
    margin-right: 10px;
}

p.client-name{
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
}

div.rating-d{
    display: flex;
    align-items: center;
    margin: 5px 0;
}

div.rating-d p{
    font-weight: bold;
    font-size: 20px;
}

img.stars{
    width: 100px;
    margin-left: 5px;
}

img.review-logo{
    width: 50px;
    height: 50px;
}

p.review-source{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 200;
}

div.review{
    display: flex;
    text-align: left;
    overflow: auto;
    height: fit-content;
    margin: 50px 0;
    height: 150px;
}

div.review p{
    font-size: 20px;
    color: #393939;
    font-weight: 200;
    line-height: 1.8
}

#testimonials .t-swiper-controls{
    position: relative;
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

#testimonials div.t-swiper-button-prev, div.t-swiper-button-next{
    padding: 10px;
    color: white;
    background: rgba(0, 128, 255, 0.591);
    position: absolute;
    top: 40%;
}

#testimonials .t-swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 20px;
    height: 20px;
    margin: 0 5px !important;
}

/* Scrollbar Track for .sws */
.sws::-webkit-scrollbar {
    width: 5px;
    border-radius: 6px;
}
  
/* Scrollbar Thumb (Grip) for .sws */
.sws::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}
  
/* Scrollbar Thumb on Hover for .sws */
.sws::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
  
/* Scrollbar Track for .sws */
.sws::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
  
/* Scrollbar Corner for .sws */
.sws::-webkit-scrollbar-corner {
    background-color: #f0f0f0;
}
  
/* Scrollbar Up Button - Removed for .sws */
.sws::-webkit-scrollbar-button:start {
    display: none;
}
  
/* Scrollbar Down Button - Removed for .sws */
.sws::-webkit-scrollbar-button:end {
    display: none;
}
  
/* Scrollbar Arrow Icons for .sws */
.sws::-webkit-scrollbar-arrow {
    background-color: #888;
    border-radius: 6px;
}
  
/* Scrollbar Resizer for .sws */
.sws::-webkit-scrollbar-resizer {
    background-color: #888;
}
  
/* Scrollbar Track Piece for .sws */
.sws::-webkit-scrollbar-track-piece {
    background-color: #f0f0f0;
}
  



/* ABOUT- SECTION */
section#about{
    background-color: #1e2521;   
}

div.about{
    padding: 100px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1e2521;
    z-index: 1;
}

.about img{
    /* border: 3px solid crimson; */
    border-radius: 40px;
    width: 45%;
    z-index: 1;
}

.about img.ap2{
    display: none;
}

.about img.about-signature{
    border-radius: 0; 
    margin-top: 50px; 
    width: 80%;
}

.about img.about-signature.as2{
    display: none;
}

.about-d{
    width: 47%;
    z-index: 1;
}

.about h2{
    font-size: 35px;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    /* margin-bottom: 40px; */
    line-height: 1.3;
}

.about h2 span{
    color: #4bb662;
    text-decoration: underline;
}

.about p{
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
    font-family: Helvetica, sans-serif;
    line-height: 1.8;
    font-weight: 200;
}



/* WHY-PLUS-GALLERY JOINT */
div.joint{
    background-image: url(images/backgrounds/breezeandco-manhattan-landscaping-intro.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
}

div.joint .overlay{
    background: linear-gradient(180deg, #ffffffe1, #fff);
    backdrop-filter: none;
    z-index: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}



/* WHY-CHOOSE-US SECTION */
section#why{
    padding-top: 100px;
    position: relative;
}

#why h2{
    text-align: center;
    font-size: 35px;
    width: 50%;
    margin: 0 auto;
}

div.why{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 200px 80px 100px 80px;
}

.why-d{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.why-d li{
    padding: 4px;
    width: 200px;
    border-radius: 20px;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #419753, #15231a);
}

.why-img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -140px;
}

.why-img span{
    width: 200px;
    border: 2.5px solid #15231a;
    position: absolute;
    left: 50%;
    z-index: 0;
}

.why-img span:nth-child(2){
    right: 50%;
}

.why-d li img{
    width: 75px;
    padding: 15px;
    background: #419753;
    border: 4px solid #ffffff57 ;
    border-radius: 100px;
    z-index: 1;
    border-radius: 100px;

}

.why-content{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: auto;
    transition: 0.3s;
    z-index: 1;
}

.why-content h3{
    padding: 20px 10px;
    margin-bottom: auto;
    padding-bottom: 10px;
}

.why-p{
    overflow-y: scroll;
    margin: 0 15px;
    margin-bottom: 15px;
    display: flex;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.why-d li:nth-child(3) .why-content .why-p{
    margin-bottom: auto;
}

.why-content p{
    font-weight: 200;
    line-height: 1.3;
}

img.misc-left{
    right: 0 !important;
    position: absolute;
    height: 500px;
    opacity: 0.5;
    bottom: -60%;
}

img.misc-right{
    left: 0 !important;
    position: absolute;
    height: 500px;
    opacity: 0.5;
    bottom: -60%;
}



/* GALLERY SECTION */
section#gallery{
    position: relative;
    padding: 100px 0 0 0;
}

div.gallery{
    padding: 0 0 50px 0;
    position: relative;
    margin: 0 auto;
}

div.gallery h2{
    text-align: center;
    font-size: 40px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

#gallery .swiper-container {
    margin: auto;
    overflow: hidden;
    height: 400px;    
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 50px 0 100px 0;

}
  
.gallery .swiper-slide {
    background-color: #f9f9f9;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 43%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery .swiper-slide img{
    height: 100%;
}

#gallery .g-swiper-controls{
    position: relative;
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

#gallery div.g-swiper-button-prev, div.g-swiper-button-next{
    padding: 10px;
    color: white;
    background: #0c2f14;
    position: absolute;
    top: 55.5%;
}

#gallery .g-swiper-pagination .swiper-pagination-bullet {
    background-color: #0c2f14;
    width: 20px;
    height: 20px;
    margin: 0 5px !important;
}

.g-swiper-container .swiper-slide-prev {
    transform: rotate(-10deg) scale(0.95) translateY(50px) translateX(-50px) !important;
}

.g-swiper-container .swiper-slide-next {
    transform: rotate(10deg) scale(0.95) translateY(50px) translateX(50px) !important;
}

.g-swiper-container .swiper-slide-active {
    transform: rotate(0deg) scale(1.05) !important;
}



/* FAQ SECTION */
#faq {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #babdba;
    position: relative;
}

img.faq-misc{
    position: absolute;
    margin: auto 0;
    filter: grayscale(100%);
    width: 100%;
    z-index: 0;
    opacity: 0.15;
}

.faq-d{
    padding: 100px 80px;
    z-index: 1;
}

.faq-d h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}

.faq {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: 5px solid #000;
}


.faq.factive{
    border: 5px solid rgb(0, 128, 255);
    border-color: #08923c;
}

.faq-question {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    padding: 30px;
    background-color: #dddddd;
}

.faq-question.active{
    background-color: #dddddd;
}

.faq-question.active:hover{
    background: #dddddd;
}

.faq-question:hover {
    background-color: #cacaca;
}

.faq-question h3 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.faq-question::after {
    content: '+';
    font-size: 25px;
    font-weight: 200;
    transform: scaleX(4.5);
    border-radius: 100px;
    color: #000;
    background: #fff;
    height: 45px;
    width: 45px;
    box-shadow: 0 4px 10px #0000002a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid #fff;
}

.faq-question.active::after {
    content: '-';
    transition: 0.3s;
    background: #08923c;
    color: #fff;
    border-color: #ffffff57;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    background-color: #eee;
    padding: 0 30px;
    font-size: 25px;
    line-height: 1.8;
    font-family: Helvetica, sans-serif;
    color: #000;
}

.faq-answer p {
    padding: 10px 0;
    margin: 0;
    color: #000;
    font-weight: 200;
    line-height: 1.8;
}

.faq-answer.active {
    max-height: 300px; 
    padding: 15px 30px;
}



/* ARTICLES SECTION */
div.articles{
    padding: 100px 80px;
}

div.articles h2{
    font-size: 40px;
    margin-left: 20px;
    margin-bottom: 20px;
}

div.a-swiper-container {
    box-shadow: 0 0 10px #5a5a5a5c inset;
    overflow: hidden;
    padding: 30px;
    padding-bottom: 10px;
    position: relative;

}
  
.a-swiper-slide {
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.a-swiper-slide.ass1{
    background: url(manhattan-landscaping-articles/article-hero-bg/breezeandco-manhattan-landscaping-hero-fall.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.a-swiper-slide.ass2{
    background: url(manhattan-landscaping-articles/article-hero-bg/breezeandco-manhattan-landscaping-hero-christmas-lighting.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.a-swiper-slide.ass3{
    background: url(manhattan-landscaping-articles/article-hero-bg/breezeandco-manhattan-landscaping-hero-heated-driveways-manhattan.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.a-swiper-slide.ass4{
    background: url(manhattan-landscaping-articles/article-hero-bg/breezeandco-manhattan-landscaping-hero-trees.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.a-swiper-slide.ass5{
    background: url(manhattan-landscaping-articles/article-hero-bg/breezeandco-manhattan-landscaping-rooftop-garden.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.a-swiper-slide.ass6{
    background: url(images/photos/gallery/breezeandco-manhattan-landscaping-lawn-mowing.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.a-swiper-slide .overlay{
    background: #000;
    z-index: 0;
    backdrop-filter: none;
    background: linear-gradient(180deg, #00000000, #000000);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.slide-d{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 12px solid transparent;
    border-radius: 40px;
}

.a-swiper-slide:hover .slide-d{
    border: 12px solid #14ea42;
}

.slide-container{
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
    height: 400px;
    text-shadow: 0 0 10px #00000031;
}

.slide-container p.art-date{
    z-index: 1;
    font-weight: 200;
    font-size: 15px;
    margin-top: auto;
    margin-bottom: 10px;
}

.slide-container h3{
    color: #fff;
    z-index: 1;
    padding-bottom: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
}

.slide-container p.art-peak{
    font-weight: 200;
    z-index: 1;
    padding-bottom: 15px;
    display: none;
    font-size: 15px;
    line-height: 1.5;
}

.slide-container a{
    z-index: 1;
    display: none;
    font-size: 18px;
    color: #14ea42;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.a-swiper-slide:hover .overlay{
    background: linear-gradient(180deg, #0000008e, #000);
}

.a-swiper-slide:hover p.art-peak, .a-swiper-slide:hover a{
    display: initial;
}

#articles div.a-swiper-button-prev, div.a-swiper-button-next{
    padding: 10px;
    color: white;
    background: #419753;
    position: absolute;
    top: 40%;
}

#articles .a-swiper-controls{
    position: relative;
    width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 80px;
    position: relative;
}

#articles .a-swiper-pagination .swiper-pagination-bullet {
    background-color: #419753;
    width: 20px;
    height: 20px;
    margin: 0 5px !important;
}



/* FOOTER SECTION */
footer{
    background: #1e2521;
    position: relative;
}

div.footer{
    padding: 100px 80px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 50px;
}

div.footer div{
    z-index: 1;
}

div.footer div h3{
    color: #fff;
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

div.footer div.fd1{
    display: flex;
    justify-content: space-between;
    width: 40% ;
    /* margin-right: 50px; */

}

div.fd1 div{
    border-color: rgb(0, 128, 255);
    /* margin-right: 50px; */
}

div.footer div ul li{
    margin-bottom: 20px;
}

div.footer div ul li a,
div.footer div ul li span{
    font-size: 19px;
    font-weight: 200;
    color: #fff;
}

div.footer div ul li a:hover{
    color: #419753;
}


aside.footer-joint{
    display: flex;
    width: 60%;
}

aside.footer-joint div{
    width: 50%;
    margin-right: 10px;
}

div.fd2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div.fd2 img{
    width: 300px;
}

div.fd2 p{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

img.footer-left-misc{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    filter: grayscale(100%);
    z-index: 0;
    height: 100%;
}

img.footer-right-misc{
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 300px; */
    opacity: 0.1;
    filter: grayscale(100%);
    z-index: 0;
    height: 100%;
}

div.copyright{
    border-top: 2px solid #419753;
    margin: 0 80px;
    padding: 40px 0 ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

div.copyright .social-media p{
    margin-left: 30px;
    z-index: 1;
}

div.copyright div{
    width: 47%;
    z-index: 1;
}

div.copyright div p{
    font-size: 18px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;

}

div.copyright p a{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

div.copyright p{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

div.fd21{
    display: none !important;
}



/*  */
aside#quote-form{
    display: none;
}

aside#quote-form.active{
    background: #0000008f;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.quote-form{
    /* padding: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

div.quote-form form{
    display: flex;
    flex-direction: column;
    width: 50%;
    background: #e0e0e0;
    padding: 50px;
    border-radius: 50px;
}

div.quote-form form input,
div.quote-form form textarea{
    padding: 18px 20px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    margin: 0 5px;
    background: transparent;
    width: 100%;
    margin: 10px 0;
}

div.quote-form form div{
    display: flex;
    align-items: center;
    position: relative;
} 

div.quote-form form div img{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
}

div.quote-form form button.fqs{
    padding: 12 20px;
    border: 4px solid #00ff3794;
    font-size: 18px;
    text-shadow: 0 0 10px #0000005f;
    width: 300px;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 1px;
    background: rgb(0, 128, 255);
    margin: 0 auto;
    margin-top: 10px;
}

div.q-form-head{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.q-form-head span{
    border-radius: 0;
    background-color: red;
    padding: 10px 20px;
    border: none;
    width: initial;
    margin: initial;
    margin-left: auto;
    cursor: pointer;
    color: #fff;
}

div.q-form-head span:hover{
    background: rgb(214, 0, 0);
}





/* MEDIA QUERIES */
@media (min-width: 1500px){
    div.header{
        max-width: 1300px;
        margin: 0 auto;
    }

    section#hero{
        width: 1440px;
        margin: 0 auto;
        padding: 0;
    }

    .intro{
        max-width: 1440px;
        padding: 50px 0;
        margin: 0 auto;
    }

    .intro img{
        margin-left: 50px ;
    }

    div.intro-d{
        padding: 0 50px ;
    }

    div.services{
        width: 1440px;
        margin: 0 auto;
        padding: 100px 0;
    }

    div.cta{
        width: 1440px;
        margin: 0 auto;
        padding: 50px 0;
    }

    section#testimonials{
        background-position: center;
    }

    div.testimonials{
        width: 1440px;
        margin: 0 auto;
    }

    div.about{
        width: 1440px;
        margin: 0 auto;
        padding: 100px 0;
    }

    div.why{
        width: 1440px;
        margin: 0 auto;
        padding: 200px 0 100px 0;
    }

    div.gallery{
        width: 1440px;
    }

    #gallery .swiper-container{
        width: 1440px;
        margin: 0 auto;
        padding: 100px 0;
    }

    .faq-d{
        width: 1440px;
        margin: 0 auto;
        padding: 100px 0;
    }

    div.articles{
        width: 1440px;
        margin: 0 auto;
        padding: 100px 0;
    }

    div.footer{
        width: 1440px;
        margin: 0 auto;
        padding: 100px 0 50px 0;
    }

    div.copyright{
        width: 1440px;
        margin: 0 auto;
        padding: 50px 0;
    }
}


@media (max-width: 1425px){
    .hero h1{
        font-size: 54px;
    }
}

@media (max-width: 1400px){
    .hero h1{
        font-size: 53px;
    }
}

@media (max-width: 1380px){
    .hero h1{
        font-size: 52px;
    }
}

@media (max-width: 1370px){
    div.header{
        padding: 20px 50px;
    }

    div.hero {
        padding: 90px 50px 150px 50px;
    }    

    div.intro{
        margin: 0 30px;
    }

    div.services{
        padding: 100px 50px;
    }

    div.about{
        padding: 100px 50px;
    }

    div.why {
        padding: 200px 50px 100px 50px;
    }
    
    .faq-d{
        padding: 100px 50px;
    }

    div.articles{
        padding: 100px 50px;
    }

    div.footer{
        padding: 100px 50px;
        padding-bottom: 50px;
    }

    div.copyright{
        margin: 0 50px;
    }
}

@media (max-width: 1320px){
    .estimate form{
        flex-direction: column;
    }

    div.estimate{
        width: 90%;
        padding: 30px;
    }

    div.estimate form{
        width: 100%;
    }

    div.estimate form input{
        width: initial;
    }

    div.estimate div.form-joint{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    div.estimate div.form-joint div{
        width: 33.33%;
    }

    div.estimate div.form-joint div input{
        width: 100%;
    }

    div.estimate div.form-joint:nth-child(2){
        justify-content: initial;
        margin-top: 20px;
    }

    div.estimate div.form-joint:nth-child(2) div{
        width: 80%;
    }

    div.estimate div.form-joint:nth-child(2) button{
        width: 20%;
    }
}


@media (max-width: 1300px){
    .custom-gallery-container .swiper-slide {
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1300px) {
    .testimonials .swiper-slide{
        padding: 30px;
    }

    div.review p{
        line-height: 1.6;
    }

    .gallery .swiper-slide {
        width: 50%;
    }


    div.footer{
        flex-direction: column;
    }

    div.footer div.fd1{
        display: flex;
        justify-content: space-between;
        width: initial;
    }

    div.fd1 div{
        width: 50%;
    }
    

    aside.footer-joint{
        width: initial;
        margin-top: 50px;
        align-items: flex-end;
    }

    div.fd2 {
        display: flex;
        justify-content: left;
        align-items: initial;
        flex-direction: column;
    }

    div.fd2 p{
        text-align: left;
        width: 70%;
    }

    div.copyright .social-media p{
        margin-left: 0;
    }

    div.fd3 button{
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    img.footer-left-misc{
        display: none;
    }
    
    img.footer-right-misc{
        display: none;
    }

    div.copyright{
        flex-direction: column;
        text-align: center;
    }

    div.copyright div{
        width: initial;
    }

    div.social-media{
        flex-direction: column;
    }
}


@media (max-width: 1295px){
    header div.social-media{
        display: none;
    }

    nav#main-nav{
        margin-left: auto;
        margin-right: 20px;
    }
}


@media (max-width: 1292px){
    .hero h1{
        font-size: 51px;
    }
}

@media (max-width: 1270px){
    .hero h1{
        font-size: 50px;
    }
}

@media (max-width: 1247px){
    .hero h1{
        font-size: 49px;
    }
}

@media (max-width: 1228px){
    .hero h1{
        font-size: 48px;
    }
}

@media (max-width: 1202px) {
    .hero h1 {
        font-size: 47px;
    }
}

@media (max-width: 1200px){
    div.a-swiper-container{
        padding: 30px 20px;
    }

    .a-swiper-slide p.art-peak, .a-swiper-slide a{
        display: initial;
    }

    .a-swiper-slide .overlay{
        background: linear-gradient(180deg, #0000008e, #000);
    }

    .a-swiper-slide .slide-d{
        border: 12px solid #14ea42;
    }

    div.header{
        padding: 20px 40px;
    }

    div.hero {
        padding: 90px 40px 150px 40px;
    }    

    div.intro{
        margin: 0 40px;
    }

    div.services{
        padding: 100px 40px;
    }

    div.about{
        padding: 100px 40px;
    }

    div.why {
        padding: 200px 40px 100px 40px;
    }
    
    .faq-d{
        padding: 100px 40px;
    }

    div.articles{
        padding: 100px 40px;
    }

    div.footer{
        padding: 100px 40px;
        padding-bottom: 50px;
    }

    div.copyright{
        margin: 0 40px;
    }

    .why-d {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 150px;
    }

    .why-img{
        top: -125px;
    }

    .why-img span{
        display: none;
    }

    .why-d li{
        width: initial;
        height: 200px;
    }
}

@media (max-width: 1170px){
    .cta h3{
        width: initial;
    }
}

@media (max-width: 1160px){
    .hero h1{
        font-size: 46px;
    }
}
@media (max-width: 1135px){
    .hero h1{
        font-size: 45px;
    }
}

@media (max-width: 1120px){
    nav#main-nav{
        position: absolute;
        top : 0;
        left: -100%;
        background: #000;
        right: 0;
        height: 100%;
        width: 100vw;
        margin: 0;
        z-index: 9;
        transition: 0.4s;
        opacity: 0;
        overflow-y: scroll;
    }

    nav#main-nav ul{
        flex-direction: column;
        padding: 20px;
    }

    nav#main-nav.active{
        left: 0;
        opacity: 1;
    }

    nav ul li a{
        align-items: initial;
        color: #fff;
        font-size: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 10px;
        margin: 40px 0;
        width: fit-content;
    }

    nav ul li a span{
        display: none;
    }

    div#contact-info{
        margin-left: auto;
        margin-right: 10px;
    }

    div#contact-info button{
        height: 50px;
        padding: 0 20px;
        background: transparent;
        color: #419753;
    }

    div#contact-info button img:nth-child(1){
        display: none;
    }

    div#contact-info button img:nth-child(2){
        display: initial;
    }

    #menu{
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
    }
}

@media (max-width: 1112px){
    .hero h1{
        font-size: 44px;
    }
}

@media (max-width: 1100px){
    section#intro{
        padding-bottom: 80px;
    }

    .intro{
        flex-direction: column;
    }

    .intro-d{
        width: initial;
    }

    .intro img{
        width: 100%;
        margin-bottom: 30px;
    }

    div.services{
        padding: 80px 40px;
    }

    .services-d {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    div.about{
        flex-direction: column-reverse;
    }

    .about img.ap1{
        display: none;
    }

    .about img.ap2{
        display: initial;
        margin-top: 30px;
        border-radius: 20px;
        margin-bottom: 0;
    }

    .about img{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .about-d{
        width: initial;
    }

    #why h2{
        width: 80%;
    }

    .why-d li {
        width: initial;
    }

    div.cta-button{
        width: 60%;
    }

    .gallery .swiper-slide {
        width: 55%;
    }
}

@media (max-width: 1089px){
    .hero h1{
        font-size: 43px;
    }
}

@media (max-width: 1068px){
    .hero h1{
        font-size: 42px;
    }
}

@media (max-width: 1050px){
    section#hero{
        background: url(images/backgrounds/breezeandco-manhattan-landscaping-hero-3.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-content{
        max-width: 70%;
        padding-bottom: 30px;
    }

    div.hero {
        padding: 50px 40px 0 40px;
    }

    .hero h1{
        font-size: 50px;
    }

    div.mobile-hero{
        display: flex;
        justify-content: right;
    }

    div.mobile-hero img{
        width: 85%;
    }

    div.cta{
        padding: 50px 50px 30px 50px;
    }

    .cta h3{
        font-size: 40px;
    }

    div.estimate{
        position: initial;
        border-radius: 0;
        width: initial;
        background: initial;
        box-shadow: none;
        width: 100%;
        padding: 80px 40px;
        background: #e9e7e7;
    }

    div.estimate div.form-joint input{
        margin: 15px 0;
    }

    div.estimate div.form-joint div{
        width: 100%;
    }

    div.estimate div.form-joint:nth-child(2){
        margin-top: initial;
    }

    div.estimate div.form-joint:nth-child(2) div{
        width: 100%;
    }

    div.estimate div.form-joint:nth-child(2) button{
        width: 50%;
        margin-top: 15px;
    }

    div.estimate div.form-joint{
        flex-direction: column;
        width: 100%;
    }

    section#intro{
        padding: 80px 0 80px 0;
    }

    #articles div.a-swiper-button-prev, div.a-swiper-button-next{
        background: #41975488;
    }
}

@media (max-width: 1006px){
    .hero h1{
        font-size: 48px;
    }
}

@media (max-width: 1000px){
    div.banner {
        display: none;
    }

    .testimonials .swiper-slide {
        width: 50%;
        height: 300px;
    }

    .why-d {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    div.fd2 p{
        text-align: left;
        width: 80%;
    }

    .gallery .swiper-slide {
        width: 60%;
    }

    .gallery .swiper-slide img{
        height: 100%;
        width: initial;
    }

    img.misc-left{
        display: none;
    }
    
    img.misc-right{
        display: none;
    }

    nav#main-nav ul{
        padding: 20px;
    }

    nav ul li a{
        font-size: 40px;
    }

    div.quote-form form{
        width: 70%;
    }

    div.quote-form form button.fqs{
        width: 100%;
    }
}

@media (max-width: 970px){
    .hero h1{
        font-size: 45px;
    }
}

@media (max-width: 930px){
    .hero-content{
        max-width: 80%;
    }
}

@media (max-width: 900px){
    div.footer div.fd1{
        flex-direction: column;
        width: initial;
    }

    div.fd1 div{
        width: initial;
        text-align: center;
        margin-right: 0;
        margin-bottom: 50px;
    }

    aside.footer-joint{
        flex-direction: column;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    aside.footer-joint div{
        width: initial;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    div.fd2{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: none;
    }

    div.fd21{
        display: flex !important;
        margin-bottom: 50px;
    }

    div.fd2 p{
        text-align: center;
    }

    .gallery .swiper-slide-prev {
        transform: initial !important;
    }
    
    .gallery .swiper-slide-next {
        transform: initial !important;
    }
    
    .gallery .swiper-slide-active {
        transform: initial !important;
    }
}

@media (max-width: 810px){
    .hero-content{
        max-width: 90%;
    }
}

@media (max-width: 800px){
    div.header{
        padding: 20px 20px;
    }

    div.hero {
        padding: 50px 20px 0 20px;
    }   
    
    section#intro{
        padding: 50px 0;
    }

    div.intro{
        margin: 0 20px;
    }

    div.services{
        padding: 80px 20px;
    }

    div.cta {
        padding: 50px 20px 30px 20px;
    }

    .cta h3{
        font-size: 35px;
    }

    div.cta-button{
        width: 50%;
    }

    div.cta-button button{
        margin-bottom: 10px;
    }

    div.about{
        padding: 80px 20px;
    }

    section#why{
        padding-top: 50px;
    }

    div.why {
        padding: 200px 20px 80px 20px;
    }
    
    .faq-d{
        padding: 80px 20px;
    }

    .faq-question h3{
        margin-right: 100px;
    }

    div.articles{
        padding: 50px 20px;
    }

    div.footer{
        padding: 80px 20px;
        padding-bottom: 50px;
    }

    div.copyright{
        margin: 0 20px;
    }

    .gallery .swiper-slide {
        width: 70%;
    }

    section#gallery{
        padding-top: 50px;
    }
}

@media (max-width: 750px){
    .why-d {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .why-d li{
        height: 150px;
        width: 80%;
        margin: 0 auto;
    }

    .why-d li:nth-child(3) .why-content .why-p{
        margin-bottom: 15px;
    }

    .why-content h3{
        margin: initial;
    }
}

@media (max-width: 690px){
    .hero-content{
        max-width: 95%;
    }

    .hero h1{
        font-size: 44px;
    }

    .testimonials .swiper-slide {
        width: 80%;
        height: 300px;
    }

    .gallery .swiper-slide {
        width: 80%;
        height: 400px;
    }

    .gallery .swiper-slide img{
        height: 100%;
        width: initial;
    }

    .hero p{
        margin-top: 20px;
    }

    #gallery .g-swiper-controls{
        margin-top: 0;
    }
}

@media (max-width: 650px){
    .services-d li{
        height: 250px;
    }

    div.cta{
        flex-direction: column;
    }

    div.cta-button{
        width: 100%;
        margin-top: 30px;
    }

    .faq-question h3{
        margin-right: 60px;
    }

    #contact-info a button{
        padding: 0 0;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contact-info a button span{
        display: none;
    }

    #contact-info a button img{
        margin: 0;
        padding: 0 !important;
    }

    div#contact-info{
        margin-left: auto;
        margin-right: 5px;
    }

    div.cta {
        padding: 50px 20px 15px 20px;
    }

    div.quote-form form{
        width: 80%;
    }
}

@media (max-width: 640px){
    .hero h1{
        font-size: 43px;
    }
}

@media (max-width: 635px){
    .hero h1{
        font-size: 42px;
    }
}

@media (max-width: 615px){
    .hero h1{
        font-size: 41px;
    }
}

@media (max-width: 602px){
    .hero h1{
        font-size: 40px;
    }
}

@media (max-width: 600px){
    .services-d li{
        height: 200px;
    }

    .hero-reviews img{
        width: 120px;
    }
    
    .hero-reviews img:nth-child(1){
        width: 120px;
        margin-right: 10px;
    }

    .hero p{
        font-size: 18px;
    }

    #testimonials .t-swiper-controls{
        width: 90%;
    }

    #gallery .g-swiper-controls{
        width: 90%;
    }

    #articles .a-swiper-controls{
        width: 90%;
    }

    div.a-swiper-container{
        box-shadow: initial !important;
    }

    .gallery .swiper-slide {
        width: 85%;
    }

    #gallery div.g-swiper-button-prev, div.g-swiper-button-next{
        background: #00000083;
    }

    .divide-d{
        height: 75px;
    }

    .divide-d img{
        width: 100px;
    }

    div.quote-form form{
        padding: 30px;
        /* width: 95%; */
    }
}

@media (max-width: 590px){
    .hero h1{
        font-size: 39px;
    }

    div.estimate img.lights{
        display: none;
    }

    div.estimate img.lights2{
        display: initial;
    }
}

@media (max-width: 575px){
    .hero h1{
        font-size: 38px;
    }
    div.hero-buttons{
        flex-direction: column;
        justify-content: left;
        align-items: initial;
        width: 100%;
    }

    .hb1{
        margin-right: 0;
        margin-bottom: 20px;
    }

    div.hero-buttons button{
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .why-d li{
        height: 180px;
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 560px){
    .hero h1{
        font-size: 37px;
    }

    .hero-reviews img:nth-child(1){
        width: 100px;
    }

    .logo{
        width: 225px;
    }

    div.estimate h2{
        letter-spacing: initial;
        font-size: 30px;
    }

    #contact-info a button{
        height: 45px;
        width: 45px;
    }

    #menu{
        height: 50px;
        width: 50px;
    }

    div.estimate{
        padding: 80px 20px;
    }

    nav#main-nav ul{
        padding: 10px;
    }

    nav ul li a{
        font-size: 30px;
    }
}

@media (max-width: 550px){
    .hero h1{
        font-size: 35px;
    }

    .intro{
        padding: 50px 35px;
    }
}

@media (max-width: 520px){
    div.hero-content{
        max-width: initial;
    }

    #why h2{
        width: initial;
        margin: 0 20px;
    }
}

@media (max-width: 500px){
    .logo{
        width: 200px;
    }

    div.hero {
        padding: 50px 20px 0 20px;
    
    }

    .services-d {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .services-d li{
        height: 200px;
    }

    .gallery .swiper-slide {
        width: 95%;
        height: 350px;
    }

    .why-d li{
        width: 90%;
    }

    .intro h2{
        font-size: 25px;
    }

    div.services h2{
        font-size: 35px;
    }

    .cta h3{
        font-size: 30px;
    }

    div.gallery h2{
        font-size: 35px;
    }

    #testimonials h2{
        font-size: 30px;
    }

    #testimonials h3{
        font-size: 20px;
    }

    .about h2{
        font-size: 30px;
    }

    .about img.about-signature{
        width: 80%;
    }

    .about img.about-signature.as1{
        display: none;
    }
    
    .about img.about-signature.as2{
        display: initial;
    }

    #why h2{
        font-size: 30px;
    }

    div.gallery h2{
        font-size: 30px;
        margin-bottom: 0;
    }

    .faq-d h2{
        font-size: 30px;
    }

    div.articles h2{
        font-size: 30px;
    }

    .faq-question h3{
        font-size: 20px;
    }

    .faq-question{
        padding: 20px;
    }

    .faq-question::after{
        height: 30px;
        width: 30px;
    }

    .faq-answer p {
        padding: 5px 0;
        font-size: 20px;
    }

    .faq-answer.active{
        padding: 10px 20px;
    }

    div.a-swiper-container{
        padding: 30px 0;
    }

    #gallery .g-swiper-controls{
        margin-top: -70px;
    }

    nav ul li a{
        margin: 20px 0;
    }

    div.footer {
        padding-bottom: 0;
        padding-top: 40px;
    }

    div.copyright{
        padding-top: 30px;
    }

    div.intro{
        padding: 50px 20px;
    }

    div.estimate h2{
        font-size: 26.5px;
    }

    .why-d li img {
        width: 64px;
        padding: 12px;
    }

    .why-img {
        top: -115px;
    }

    section#why{
        padding-top: 50px;
    }

    div.why{
        padding: 160px 20px 80px 20px;
    }

    section#gallery{
        padding-top: 20px;
    }

    div.articles{
        padding-bottom: 30px;
    }
}

@media (max-width: 495px) {
    .hero h1 {
        font-size: 33px;
    }
}

@media (max-width: 470px) {
    .hero h1 {
        font-size: 31px;
    }
}

@media (max-width: 450px){
    .why-d li{
        height: 200px;
        width: 90%;
        margin: 0 auto;
    }

    .faq-d{
        padding: 80px 10px;
    }

    .faq-d{
        padding-bottom: 30px;
    }
}

@media (max-width: 445px) {
    .hero h1 {
        font-size: 29px;
    }
}

@media (max-width: 430px){
    .slide-container h3{
        font-size: 20px ;
    }

    .slide-container p.art-peak{
        height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

}

@media (max-width: 417px) {
    .hero h1 {
        font-size: 27px;
    }
}

@media (max-width: 400px){
    div.header{
        padding: 10px 5px;  
    }

    div.hero {
        padding: 50px 10px 0 10px;
    }    

    div.estimate{
        padding: 80px 10px 50px 10px;
    }

    div.intro{
        margin: 0 10px;
    }

    div.services{
        padding: 50px 10px;
    }

    div.about{
        padding: 80px 10px;
    }

    div.why {
        padding: 175px 10px 80px 10px;
    }
    
    div.articles{
        padding: 50px 10px;
    }

    div.footer{
        padding: 50px 10px;
        padding-bottom: 0;
    }

    div.copyright{
        margin: 0 10px;
    }

    .why-d li{
        height: 230px;
        width: 90%;
    }

    nav#main-nav ul{
        padding: 5px;
    }

    nav ul li{
        padding: 0 5px;
    }

    nav ul li a{
        margin: 15px 0;
    }
}
