body {
  font-family: "Google Sans", sans-serif;
  background: #f5f6f8;
}
.navbar {
  background: #fff;
  ;
  padding: 5px 0
}
.nav-link {
  color: #000;
  font-weight: 600;
}
.logo {
  font-size: 34px;
  font-weight: 800;
  color: #135fd8;
}
.logo span {
  display: block;
  color: #ff6b00;
  font-size: 20px;
}
.btn-est {
  background: #1060C9;
  background: linear-gradient(90deg, rgba(16, 96, 201, 1) 0%, rgba(18, 99, 204, 1) 100%);
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 700;
  font-family: "Google Sans", sans-serif;
  font-size: 15px;
}
.btn-est:hover {
  background: #f27203;
  color: #fff;
}

.btn-est-new {
  background: #f27203;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 700;
  font-family: "Google Sans", sans-serif;
  font-size: 15px;
}

.btn-est-new:hover {
	background: #1060C9;
  background: linear-gradient(90deg, rgba(16, 96, 201, 1) 0%, rgba(18, 99, 204, 1) 100%);
}
.hero {
  position: relative;
  min-height: 500px;
  background: url('../images/home-banner.jpg') right/cover;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .0)
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  color: #fff;
  font-family: "Google Sans", sans-serif;
}
.hero h1 {
  font-size: 65px;
  font-weight: 800;
  line-height: 1;
}
.hero .accent {
  color: #ff7a1a;
  font-style: italic;
  font-weight: 700;
  font-family: "Caveat", cursive;
}
.hero p {
  max-width: 340px;
  font-size: 20px;
  font-family: "Google Sans", sans-serif;
}
.btn-primary {
  background: #1060C9;
  background: linear-gradient(90deg, rgba(16, 96, 201, 1) 0%, rgba(18, 99, 204, 1) 100%);
}
.action .btn {
  padding: 16px 30px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Google Sans", sans-serif;
}
.call-card {
  background: #1067c7 url('../images/right-box.png') top no-repeat;
  border-radius: 24px;
  color: #fff;
  padding: 90px 40px 40px 40px;
}
.call-card h3 {
  font-size: 30px;
  font-weight: 800;
  font-family: "Google Sans", sans-serif;
}
.call-card p {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
}
.btn-light {
  color: #0f69c8;
}
.features {
  margin-top: -55px;
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  height: 100%;
}
.feature-box {
  background: #fff;
  padding: 25px 25px 15px 25px;
  height: 100%;
}
.border-right {
  border-right: solid 1px #d3edf5;
}
.feature-box i {
  font-size: 40px;
  color: #0d6efd;
}
@media(max-width:991px) {
  .hero h1 {
    font-size: 48px;
  }
  .call-card {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .offset-2 {
    margin-left: 0.0%;
  }
  .border-right {
    border-right: solid 0px #d3edf5;
  }
  .features {
    margin-top: 20px;
  }
}
/* SECTION HEADINGS */
.services-background {
  background: url('../images/services-img.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.section-label {
  color: #ff6b00;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.section-title {
  font-size: 42px;
  font-weight: 800;
  color: #0b2d63;
  margin-bottom: 40px;
}
/* SERVICE CARDS */
.service-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .3s;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-8px);
}
.service-img {
  height: 240px;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-content {
  padding: 40px 25px 30px;
  position: relative;
}
.service-icon {
  position: absolute;
  top: -35px;
  left: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #1f6cf0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 10px 25px rgba(31, 108, 240, .3);
}
.service-content h3 {
  font-size: 28px;
  color: #0b2d63;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 5px;
}
.service-content p {
  color: #555;
  line-height: 1.5;
}
.learn-more {
  color: #1f6cf0;
  text-decoration: none;
  font-weight: 700;
}
.learn-more i {
  margin-left: 6px;
}
/* TABS */
.tab-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.tab-btn {
  border: none;
  background: #fff;
  color: #0b2d63;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
  transition: .3s;
}
.tab-btn.active {
  background: #1f6cf0;
  color: #fff;
}
.tab-btn:hover {
  transform: translateY(-2px);
}
/* BEFORE AFTER */
.comparison-wrapper {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 25px;
  height: 300px;
}
.img-before {
  width: 100%;
  display: block;
}
.img-after-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.img-after {
  width: 100%;
  display: block;
}
.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
}
.slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f6cf0;
  font-size: 18px;
}
.range-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.label {
  position: absolute;
  top: 15px;
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 8px;
  z-index: 2;
}
.before-label {
  left: 15px;
  background: #1f6cf0;
}
.after-label {
  right: 15px;
  background: #ff6b00;
}
/* RESPONSIVE */
@media(max-width:991px) {
  .section-title {
    font-size: 38px;
  }
  .tab-buttons {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media(max-width:768px) {
  .section-title {
    font-size: 30px;
  }
  .service-content h3 {
    font-size: 28px;
  }
  .slider-button {
    width: 50px;
    height: 50px;
  }
  .comparison-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 25px;
    height: 200px;
  }
}
/*why-choose-section*/
.small-title {
  color: #ff6a00;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px
}
.section-title-testionials {
  font-size: 38px;
  font-weight: 800;
  color: #0d2f6f;
	margin-bottom: 5px;
}
.feature-box-why {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  height: 100%;
}

.testimonial-box {
  
  border-radius: 16px;
  padding: 25px 25px 25px 65px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  height: 100%;
 background:#fff url('../images/quote.png');
	background-position: left/top;
	background-repeat: no-repeat;
	  
}
.feature-icon-why {
  font-size: 42px
}
.blue {
  color: #0d6efd
}
.orange {
  color: #ff6a00
}
.green {
  color: #8bc34a
}
.stars {
  color: #ffc107;
  font-size: 20px;
  margin-bottom: 10px
}
.cta-banner {
  background: #1266c2 url('../images/why-choose.png') no-repeat;
  color: #fff;
  padding: 30px;
  border-radius: 18px;
	margin-bottom:10px;
}
.cta-icon {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-right: 20px
}
.btn-estimate {
  background: #fd7b01;
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none
}
.footer {
  background: #fff;
  padding: 40px 0
}
.social a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f3f8;
  margin-right: 8px;
  text-decoration: none
}

.why-choose-back{
	background:url('../images/why-choose.png');
	background-position: left/top;
	background-repeat: no-repeat;
	width: 100%;
}

.client-says-background{
	background:url('../images/client-background.png');
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
}

.bi-telephone{
	background:#e7f1fd;
	padding:8px;
	border-radius:50px;	
}

.bi-envelope{
	background:#e7f1fd;
	padding:8px;
	border-radius:50px;
}


.bi-geo-alt{
	background:#e7f1fd;
	padding:8px;
	border-radius:50px;
}

/*contact-us-page-banner*/

.contact-hero {
    position: relative;
    min-height: 450px;
    background: url('../images/contact-banner.png');
		background-position: center right;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Dark Gradient Overlay */
.hero-overlay-contact {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 33, 71, .97) 0%,
        rgba(0, 33, 71, .94) 30%,
        rgba(0, 33, 71, .75) 50%,
        rgba(0, 33, 71, .30) 70%,
        rgba(0, 33, 71, 0) 100%
    );
}

.hero-content-contact {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.hero-subtitle-contact {
    color: #ff7b00;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hero-title-contact {
    font-size: 50px;
    line-height: 0.95;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.hero-title-contact span {
    display: block;
    color: #ff7b00;
    margin-top: 10px;
}

.hero-line-contact {
    width: 150px;
    height: 3px;
    background: #ff7b00;
    margin-bottom: 35px;
}

.hero-info-contact {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.hero-icon-contact {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: rgba(255,255,255,.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}

.hero-icon-contact i {
    font-size: 20px;
    color: #0b5ed7;
}

.hero-text-contact {
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
}

/* Large Desktop */
@media (max-width: 1400px) {

    .hero-title-contact {
        font-size: 78px;
    }

}

/* Tablet */
@media (max-width: 992px) {

    .contact-hero {
        min-height: 350px;
    }

    .hero-title-contact {
        font-size: 40px;
    }

    .hero-subtitle-contact {
        font-size: 20px;
    }

    .hero-text-contact {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .contact-hero {
        min-height: auto;
        padding: 80px 0;
    }

    .hero-title-contact {
        font-size: 42px;
    }

    .hero-subtitle-contact {
        font-size: 16px;
    }

    .hero-icon-contact {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .hero-icon-contact i {
        font-size: 20px;
    }

    .hero-text-contact {
        font-size: 16px;
    }

    .hero-line-contact {
        width: 90px;
    }
}

/*contact-form*/
.section-space{
    padding:60px 0;
}

.contact-card,
.form-card,
.feature-card{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.form-card{
    padding:35px;
    height:100%;
	margin-top: -100px;
  z-index: 900000000;
  position: relative;
min-height:850px;
}

.contact-card{
    padding:25px;
    margin-bottom:20px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0c2340;
}

.heading-icon{
    color:#0d6efd;
    font-size:30px;
    margin-right:12px;
}

.form-control,
.form-select{
    height:54px;
    border-radius:10px;
}

textarea.form-control{
    min-height:140px;
}

.btn-estimate{
    background:#fd7b01;
    border:none;
    height:58px;
    border-radius:10px;
    font-weight:600;
    font-size:18px;
}

.btn-estimate:hover{
    background:#0047b3;
}

.info-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#edf4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0d6efd;
    font-size:30px;
}

.info-box{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.04);
    margin-bottom:20px;
}

.feature-wrap{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    overflow:hidden;
}

.feature-item{
    padding:30px;
}

.feature-item i{
    color:#0d6efd;
    font-size:38px;
}

.feature-item h5{
    font-weight:700;
}

.map-wrapper{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.cta-section{
	 background: #0059d6 url('../images/contact-cta-section.png');
  background-position: left center;
  background-repeat: no-repeat;
   
    border-radius:20px;
    padding:35px;
    color:#fff;
    overflow:hidden;
}

.cta-icon{
    width:90px;
    height:90px;
    border:2px solid rgba(255,255,255,.5);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
}

.call-btn{
    background:#fff;
    color:#0059d6;
    padding:15px 35px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
    display:inline-block;
}

.call-btn:hover{
    color:#0059d6;
}

.required{
    color:red;
}

@media(max-width:991px){
    .section-title{
        font-size:32px;
    }
}



@media (min-width: 1200px) {
  h2 {
    font-size: 1.8rem;
  }
}


/*bottom-section-contact-page*/

.features-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 30px rgba(0,0,0,.05);
}

.feature-item{
    display:flex;
    align-items:center;
    padding:28px 25px;
    height:100%;
    border-right:1px solid #e9ecef;
}

.feature-icon{
    width:68px;
    height:68px;
    min-width:68px;
    border-radius:50%;
    background:#eef5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:18px;
}

.feature-icon i{
    font-size:30px;
    color:#0d6efd;
}

.feature-content h5{
    font-size:22px;
    font-weight:700;
    color:#102542;
    margin-bottom:8px;
}

.feature-content p{
    margin:0;
    color:#5b6470;
    font-size:15px;
    line-height:1.6;
}

@media(max-width:991px){

    .feature-item{
        border-right:none;
        border-bottom:1px solid #e9ecef;
    }

    .row > div:nth-last-child(-n+2) .feature-item{
        border-bottom:none;
    }
}

@media(max-width:767px){

    .feature-item{
        padding:20px;
        border-bottom:1px solid #e9ecef !important;
    }

    .row > div:last-child .feature-item{
        border-bottom:none !important;
    }

    .feature-icon{
        width:55px;
        height:55px;
        min-width:55px;
    }

    .feature-icon i{
        font-size:22px;
    }

    .feature-content h5{
        font-size:18px;
    }

    .feature-content p{
        font-size:14px;
    }
}

/*gallery-style*/

.gallery-section {
            padding: 80px 0;
            background: #f7f8fa;
        }

        .gallery-header {
            margin-bottom: 60px;
        }

            .gallery-header h1 {
                font-size: 58px;
                font-weight: 700;
                color: #0d2f55;
            }

            .gallery-header p {
                font-size: 22px;
                color: #666;
            }

        
/* FILTERS */

.gallery-filters{
    text-align:center;
    margin-bottom:40px;
}

.gallery-filters button{
    border:none;
    padding:12px 25px;
    margin:5px;
    border-radius:50px;
    background:#edf2ff;
    font-weight:600;
    cursor:pointer;
}

.gallery-filters button.active{
    background:#0d6efd;
    color:#fff;
}

/* GALLERY */

.gallery-item{
    margin-bottom:25px;
}

.gallery-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:15px;
}

.gallery-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.8)
    );
    display:flex;
    align-items:flex-end;
    padding:20px;
}

.gallery-overlay h5{
    color:#fff;
    margin:0;
}


.before-after-section {
    position: relative;
}

.tab-buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 15px;
}

.tab-btn {
    border: 0;
    border-radius: 16px;
    background: #ffffff;
    color: #102b52;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 32px;
    box-shadow: 0 10px 25px rgba(13, 40, 78, 0.08);
    transition: all 0.25s ease;
}

    .tab-btn:hover,
    .tab-btn.active {
        background: #246df2;
        color: #ffffff;
    }

.before-after-gallery {
    margin-top: 42px;
}

.comparison-item {
    display: none;
}

    .comparison-item.active {
        display: block;
    }

.comparison-project-title {
    margin-bottom: 15px;
    color: #102b52;
    font-size: 21px;
    font-weight: 700;
}

.comparison-wrapper {
    position: relative;
    width: 100%;
    height: 375px;
    overflow: hidden;
    border-radius: 18px;
    background: #e7e7e7;
    user-select: none;
}

    .comparison-wrapper .img-before,
    .comparison-wrapper .img-after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.img-before {
    z-index: 1;
}

.img-after-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.img-after {
    min-width: 100%;
    max-width: none;
}

.comparison-wrapper .label {
    position: absolute;
    top: 20px;
    z-index: 8;
    border-radius: 12px;
    padding: 14px 24px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.before-label {
    left: 20px;
    background: #246df2;
}

.after-label {
    right: 20px;
    background: #ff6500;
}

.slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 5;
    width: 3px;
    background: #ffffff;
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 7;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #ffffff;
    color: #246df2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.16);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.range-slider {
    position: absolute;
    inset: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
}

.comparison-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 22px;
}

.comparison-nav-btn {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #246df2;
    font-size: 18px;
    box-shadow: 0 7px 20px rgba(13, 40, 78, 0.12);
    transition: all 0.25s ease;
}

    .comparison-nav-btn:hover {
        background: #246df2;
        color: #ffffff;
    }

    .comparison-nav-btn:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.comparison-counter {
    min-width: 60px;
    color: #102b52;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991px) {
    .tab-buttons {
        justify-content: flex-start;
        margin-top: 25px;
    }

    .tab-btn {
        padding: 14px 22px;
        font-size: 16px;
    }

    .comparison-wrapper {
        height: 330px;
    }
}

@media (max-width: 767px) {
    .comparison-wrapper {
        height: 270px;
        border-radius: 14px;
    }

        .comparison-wrapper .label {
            top: 12px;
            padding: 9px 15px;
            font-size: 13px;
        }

    .before-label {
        left: 12px;
    }

    .after-label {
        right: 12px;
    }

    .slider-button {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }

    .tab-buttons {
        gap: 10px;
    }

    .tab-btn {
        flex: 1 1 auto;
        padding: 12px 15px;
        border-radius: 12px;
        font-size: 14px;
    }
}