body{
	font-family: 'sf_pro_displayregular';
	font-size:15px;
	font-weight:400;
    color: #121212;
    overflow-x: hidden;
}
:root {
      --teal:        #1a9e9e;
      --teal-dark:   #127878;
      --teal-light:  #e6f7f7;
      --teal-mid:    #2cb8b8;
      --accent:      #f0c040;
      --dark:        #0d1b2a;
      --gray:        #6b7280;
      --light-bg:    #f8fafa;
    }

    * { box-sizing: border-box; }
/* ── NAVBAR ── */
.navbar {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    padding: 0 0;
    position: sticky;
    top: 0;
    z-index: 1050;
}
.navbar-brand img { height: 100%; }
.navbar-brand span {
    /*font-family: 'Playfair Display', serif;*/
    font-size: 1.4rem;
    color: var(--teal);
    font-weight: 900;
    letter-spacing: -.5px;
}
.nav-link {
    font-family: 'sf_pro_displaymedium';
    font-weight: 500;
    color: #121212;
    /*font-size: 1.08rem;*/
	font-size: 1.07rem;
    transition: color .2s;
}
.navbar-nav > li{
	margin-right:10px;
    padding: 0 0;
    transition: all 0.5s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link{
	/*padding:8px 16px;*/
	padding:8px 10px;
}
.navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus{
    background:#1999AF;
    border-radius:50px;
    color:#fff;
    -webkit-transition: all 0.4s;
    transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color:#fff;
}
.navbar-nav > li > a.active {
	background:#1999AF;
	border-radius:50px;
	color:#fff;
	-webkit-transition: all 0.4s;
    transition: all 0.5s ease-in-out;
}
.navbar .phone-btn {
    background: var(--teal-light);
    color: var(--teal-dark);
    border-radius: 50px;
    padding: 6px 14px;
    font-weight: 600;
    font-size: .88rem;
    text-decoration: none;
    white-space: nowrap;
}
.dropdown-item:hover{
	background-color: #1c8193;
	color#fff !important;
}
.dropdown-item.exColor:active{
    background-color: #1c8193;
}
.navbar .book-btn {
    font-family: 'sf_pro_displaymedium';
    background:#121212;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 40px 10px 40px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: background .2s, transform .15s;
    transition: all 0.5s ease-in-out;
}
.navbar .book-btn:hover { background:#1999AF; transform: translateY(-3px); transition: all 0.5s ease-in-out; }

.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a {
	
	font-family: 'sf_pro_displaymedium';
	background: #1999AF;
    color: #fff !important;
	border-radius:50px;
    font-weight: 500;
}
/* For Service DropDown menu active  */
.navbar-expand-lg .navbar-nav .dropdown-menu{
	padding: 8px 14px;
}
.navbar-nav .current-menu-item > a, .navbar-nav .current_page_item > a{
	border-radius: 100px;
}
.navbar-nav .current-menu-item > a, .navbar-nav .current_page_item > a:hover{
	color:#fff;
}

.current-menu-ancestor{
	background: #189ab1;
    border-radius: 50px;
}
/* For Service DropDown menu active  */
.dropdown-item:hover{
	background:#1999AF;
	border-radius: 4px;
	color:#fff;
}
.contact-Container-Top{
    display: inline-block;
    width: 200px;
}
.top-nav-call-icon{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
h6.callus{
    font-family: 'sf_pro_displaymedium';
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

      /* ── HERO ── */

.hero {
    background: url(../images/Janitorial-Clenaing-Web-Banner.png);
    min-height:580px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-repeat:no-repeat
}
.inner-banner {
    background: url(../images/Sewar-Drain-Cleaning-Inner-Banner.png);
    min-height:480px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-repeat:no-repeat
}
.hero .ssg-cleaning-header-container{
    position: relative;
    z-index: 10;
    margin: 0 auto;
    height: 54vh;
    justify-content: flex-start;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.hero .h1-tag, .h2-tag, .h3-tag, .h4-tag, .h5-tag{
    font-family: 'sf_pro_displaymedium';
    font-weight: 600;
    margin: 0;
    letter-spacing: 1.1px;
	line-height:normal
}
.hero .h1-tag{
    font-size: 2rem;
    color: #189AB1;
}
.hero .h2-tag{
    font-size: 1.6rem;
    color: #121212;
}
.hero .h3-tag{
    font-size: 1.6rem;
    color: #121212;
}
.hero .h4-tag{
    font-size: 2.6rem;
    color: #189AB1;
}
.hero .h5-tag{
    font-size: 1.6rem;
    color: #121212;
    line-height: 32px;
    margin-top: 12px;
}
.ssg-Cleaning-Get-Quote-btn{
    background-color: #121212;
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 50px;
    margin-top: 30px;
    position: relative;
    display: inline-flex;
    transition: all 0.5s ease-in-out;
}
.ssg-Cleaning-Get-Quote-btn:hover{
    background-color: #1999AF;
    transition: all 0.5s ease-in-out;
    transform: translateY(-5px);
}
.why-ssg-janitorial-section{
    background: #fff;
    padding: 96px 0;
}
.sec-middle-expert-janitorial-service{
    font-family: 'sf_pro_displaymedium';
    background-color: #E4FBFF;
    border: 1px solid #BCF5FF;
    border-radius: 50px;
    padding: 7px 28px;
    color: #121212;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.SSG-cleaning-Services-Industry-Expert-P-Heading{
    font-family: 'sf_pro_displaymedium';
    font-size: 3rem;
    color: #121212;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.5px;
}
.why-choost-ssg-section-paragraph{
    font-family: 'sf_pro_displayregular';
    font-size: 1.1rem;
    line-height: 22px;
    color: #505050;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.why-ssg-img-block{
    margin-top: 70px;
    position: relative;
}
.janitorial-card{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    height: 100%;
    border-radius: 25px;
    min-height: 260px;
    transition: all .25s
}
.janitorial-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(26,158,158,.12);
    background-color: #EBFCFF;
    border: 1px solid #A9F2FF;
}
.janitorial-card img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.janitorial-card .card-title{
    font-family: 'sf_pro_displaymedium';
    color: #121212;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.janitorial-card .descripition{
    font-family: 'sf_pro_displayregular';
    color: #505050;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.professonal-cleaning-block{
    position: relative;
    padding-bottom: 96px;
}
.ssg-wide-range-cleaning-service{
    background-color: #1C8193;
    border-radius: 55px;
    padding: 50px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.residential-container{
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    min-height: 240px;
    display: flex;
}
.residential-claning-left{
    box-sizing: border-box;
   	width:100%;
    float: left;
}
.residential-left-cloumn{
    position: relative;
    overflow: hidden;
    background-position: center -26px;
    border-radius: 20px;
}
.residential-left-cloumn img{
    border-radius: 20px;
    max-height: 445px;
}
.residential-right-cloumn{
    float: left;
    padding: 24px;
    position: relative;
}
.residential-right-cloumn .card-title{
    font-family: 'sf_pro_displaymedium';
    color: #121212;
    font-size: 1.38rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.residenl-list{
    margin: 20px 0;
    position: relative;
}
.residenl-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.residenl-list li{
    margin: 10px 0 10px 0px;
    padding: 0;
    list-style: none;
    font-size: 1.1rem;
    color: #505050;
    line-height: 22px;
    display: flex;
}
.residenl-list li img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.commercial-cleaning-view-btn-container{
    margin: 30px 0 0 0px;
    position: relative;
}
.view-btn{
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    background-color: #121212;
    padding: 10px 40px 10px 40px;
    text-align: center;
    border-radius:50px;
    transition: all 0.5s ease-in-out;
}
.view-btn:hover{
    background-color: #1999AF;
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
}
.exterior-cleaning-how-bg{
    background: url(../images/exterior-widow-cleaning-service-bg.png) no-repeat;
    padding: 50px 0;
    position: relative;
    margin-bottom: 90px;
}
.exterior-how-container{
    margin:50px 0 0;
    position: relative;
}
.janitorial-card .card-title.ex-size{
    font-size: 1.334rem;
}
.exterior-how-container .janitorial-card img {
    width: 138px;
    height: 138px;
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
}
.uparrow{
    position: absolute;
    top: -61px;
    left: 320px;
    z-index: 10;
}
.downarrow{
    position: absolute;
    bottom: -34px;
    right: 330px;
    z-index: 10;
}
.m-Auto{
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
.ssg-recent-work-container{
    margin:0;
    position: relative;
}
.carousel-indicators{
    bottom: -50px;
}
.carousel-inner.rounded-bdr{
    border-radius: 25px;
}
.carousel-item.mX-Hight{
    max-height: 592px;
    overflow: hidden;
}
.carousel-dark .carousel-indicators.whitecircle [data-bs-target]{
    background-color: #fff;
}
.carousel-indicators.circle-size [data-bs-target]{
    width: 10px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.accordion-button:not(.collapsed){
    background-color: #0b4d58;
    color: #fff;
}
.accordion-button:not(.collapsed)::after{
    background-image:url(../images/download.svg);
}
.accordion-body.exColor{
    background-color: #0b4d58;
    color: #fff;
}
.accordion-button{
    font-size: 1.1rem;
}
.accordion-item{
    font-size: 1.1rem;
}
.footer-bg{
    background-color: #121212;
    padding: 40px 0;
}
.ssg-social-cleaning{
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    margin:15px 10px 0 0;
    transition: all 0.5s ease-in-out;
}
.ssg-social-cleaning:hover{
    transform: translateY(-3px);
    transition: all 0.5s ease-in-out;
}
.footer-link{
    position: relative;
    margin: 0;
}
.footer-link h6{
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #2AC3E0;
    margin-bottom: 20px
}
.footer-link ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer-link li{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.footer-link li a{
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    line-height: 18px;
    transition: all 0.5s ease-in-out;
}
.footer-link li span{
    font-size: 1rem;
    color: #fff;
}
.footer-link li a:hover{
    color: #A9F2FF;
    text-decoration: none;
    transform: translateY(-3px);
    transition: all 0.5s ease-in-out;
}
.footer-link li img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.copyright-container{
    background-color: #15B9D9;
    padding: 15px 0;
}
.copylink{
    font-size: 1rem;
    color: #121212;
    text-decoration: none;
    padding: 0 12px;
}
.copylink:hover{
    color: #e7fbff;
    text-decoration: none;
    transform: translateY(-3px);
    transition: all 0.5s ease-in-out;
}
.testimonial-box{
    position: relative;
    margin-top: 20px;
    z-index: 10;
}
.testimonial-container{
    background-color: #EBFCFF;
    border: 1px solid #A9F2FF;
    padding: 30px 50px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 1rem;
    letter-spacing: 0.4px;
}
.testimonial-divider {
    border: none;
    border-top: 1px solid #03b0db;
    margin: 0 0 22px 0;
}
.avatar-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.avatar-wrap img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.avatar-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    background: #b0ccd4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #121212;
    font-weight: 600;
}
/* Name & title */
.testimonial-name {
    font-size: 19px;
    font-weight: 600;
    color: #121212;
    text-align: center;
    margin-bottom: 4px;
}
.testimonial-role {
    font-size: 13.5px;
    font-weight: 300;
    font-style: italic;
    color: #505050;
    text-align: center;
}
.hero .ssg-cleaning-header-container.innerHeight{
    height: 46vh;
}
.inner-para-title{
    font-size: 1.2rem;
    font-family: 'sf_pro_displaymedium';
    color: #121212;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.inner-P{
    font-size: 1rem;
    color: #303030;
    line-height: 26px;
    font-weight: normal;
}
.sewer-drain-cleaning{
    margin: 10px 0 90px ;
    position: relative;
}
.sewer-drain-cleaning h3{
    font-family: 'sf_pro_displaymedium';
    color: #121212;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.sewer-drain-cleaning p{
    color: #505050;
}
.sewer-drain-cleaning ul{
    margin: 20px 0;
    padding: 0;
}
.sewer-drain-cleaning ul li{
    margin: 10px 0 10px 17px;
    font-size: 1rem;
    color: #303030;
}
.residenl-list{
    margin: 20px 0;
    position: relative;
}
.sewer-drain-cleaning .advantage ul li{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.sewer-drain-cleaning .advantage li{
    display:flex
}
.sewer-drain-cleaning .advantage li h4{
    font-family: 'sf_pro_displaymedium';
    color: #121212;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 5px  ;
}
.sewer-drain-cleaning .advantage li p{
    margin: 0px 0 10px 0px;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    color: #505050;
    line-height: 22px;
    display: flex;
}
.sewer-drain-cleaning .advantage li img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.bottom-quote{
    margin: 90px 0 0;
    position: relative;
}
.cleaning-promotion{
    background: url(../images/Commercial-Effordable-Cleaning-Service.png);
    min-height:377px;
    position: relative;
    background-repeat:no-repeat
}
.cleaning-promotion .ssg-foot-container {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    height: 40vh;
    justify-content: flex-start;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.contentP{
	font-size: 1.3rem;
	font-family: 'sf_pro_displayregular';
}
.bg-none{
	background: none;
}
/* ── Price List CSS ── */

.pricing-section{
padding:80px 0;
background:#eefcff;
border-radius:25px;
font-family: 'sf_pro_displayregular';
}

.container-Price{
max-width:1200px;
margin:auto;
padding:0 20px;
}

.pricing-header{
text-align:center;
margin-bottom:50px;
}

.pricing-sub{
color:#e91e63;
letter-spacing:2px;
font-size:14px;
}

.pricing-header h2{
font-size:40px;
margin:10px 0;
}

.pricing-tags span{
margin:0 10px;
color:#555;
font-size:16px;
}

.pricing-wrapper{
display:flex;
gap:30px;
flex-wrap:wrap;
justify-content:center;
}

.pricing-card{
background:#fff;
border-radius:12px;
padding:35px;
width:320px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
position:relative;
}

.pricing-card h3{
font-size:26px;
margin:10px 0;
}

.package-type{
font-family: 'sf_pro_displaymedium';
color:#1999AF;
font-size:14px;
font-weight:600;
letter-spacing:1px;
}

.package-desc{
color:#666;
font-size:15px;
margin-bottom:20px;
}

.price{
font-size:42px;
font-weight:bold;
margin:10px 0;
}

.per{
color:#777;
font-size:14px;
}

.pricing-card ul{
margin-top:25px;
padding-left:18px;
}

.pricing-card ul li{
font-size: 1rem;
color: #303030;
line-height: 26px;
font-weight: normal;
margin-bottom:10px;
color:#444;
}

.btn-primary{
display:block;
text-align:center;
background:#e91e63;
color:#fff;
padding:12px;
border-radius:30px;
margin-top:20px;
text-decoration:none;
}

.btn-outline{
display:block;
text-align:center;
border:2px solid #000;
color:#000;
padding:12px;
border-radius:30px;
margin-top:20px;
text-decoration:none;
}

.popular{
border:3px solid #1999AF;
transform:scale(1.05);
}

.popular-tag{
position:absolute;
top:-15px;
left:50%;
transform:translateX(-50%);
background:#1999AF;
color:#fff;
padding:5px 20px;
border-radius:20px;
font-size:13px;
}
.b-radious-15{
	border-radius:15px
}


/* ── SCROLL ANIMATIONS ── */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .65s ease, transform .65s ease;
}
.reveal.visible {
    opacity: 1;
    transform: none;
}
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ---------- Media Query CSS -----------*/

@media screen and (max-width:1366px){
    .nav-link{
        font-size: 0.92rem;
    }
    .navbar .book-btn{
        padding: 5px 12px 5px 12px;
        font-size: 0.90rem;
    }
    h6.callus{
        font-size: 0.94rem;
    }
    .inner-banner{
        min-height: 350px;
    }
    .cleaning-promotion{
        background-position-x: center;
    }
    .cleaning-promotion .ssg-foot-container{
        height: 49vh;
    }
    .hero{
        min-height: 415px;
    }
    .residential-claning-left{
        width: 100%;
        position: relative;
        z-index: 10;
    }
    .residential-container{
        display: flow-root;
        padding-bottom: 20px;
    }
	

}

@media screen and (max-width:767px){
	.hero .h1-tag{
		font-size: 1.3rem;
	}
	.hero .h2-tag {
		font-size: 1.1rem;
	}
	.hero .h3-tag{
		font-size: 1.1rem;
	}
	.hero .ssg-cleaning-header-container{
		height: 32vh;
	}
	.ssg-Cleaning-Get-Quote-btn{
		padding: 6px 20px;
		font-size: 1.1rem;
		margin-top:0
	}
	.hero {
        min-height: 100%;
    }
	.why-ssg-janitorial-section{
		padding: 36px 0;
	}
	.professonal-cleaning-block{
		padding-bottom: 36px;
	}
	.exterior-cleaning-how-bg{
		margin-bottom: 30px;
	}
	.inner-banner{
		background-position-x: center;
	}
	.hero .h5-tag{
		font-size: 1.2rem;
	}
	.hero .ssg-cleaning-header-container.innerHeight{
		height: 44vh;
	}
	.sewer-drain-cleaning{
		margin: 10px 0 40px;
	}
}