/********** Template CSS **********/
:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}/* === Team Section – Attractive Image Styles (height 450px) === */
/* === Team Member Card – Attractive Styles === */

/* Card container */
.team-item {
    background: #fff;
    border-radius: 30px;
    padding: 20px 20px 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    text-align: center;
    height: 650px;
}

.team-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

/* Image – 450px height, rounded, with elegant frame */
.team-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;        /* White frame – makes image pop */
}

.team-item:hover img {
    transform: scale(1.02);              /* Gentle zoom */
    border-color: #12fd2d;               /* Border changes to your brand color on hover */
    box-shadow: 0 20px 35px rgba(255, 72, 0, 0.2);
}

/* Social icons – circular, stylish, with your gradient on hover */
.team-social {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-left: 50px;
}

.team-social .btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    color: #495057;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    text-decoration: none;
}

.team-social .btn:hover {
    background: linear-gradient(145deg, #ff4800, #c9eb43);
    border-color: transparent;
    color: #fff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(255, 72, 0, 0.25);
}

/* Name – bold and modern */
.team-item h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 15px 0 5px;
    color: #1e293b;
    letter-spacing: -0.02em;
}

/* Role – uppercase with gradient underline */
.team-item span {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
}

.team-item span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(145deg, #ff4800, #c9eb43);
    border-radius: 2px;
    opacity: 0.7;
    transition: width 0.3s ease;
}

.team-item:hover span::after {
    width: 70px;                          /* Underline widens on card hover */
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}
.left {
    padding-top: 150px !important;
    padding-bottom: 0px!important;
}

.rounded-circle {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    padding: 0px;
}

.display-5 {
    text-align: center;
}
.twit {
    position: relative;
}
.icon {
    position: absolute;
    top: 15px;
    left: 17px;
}
.project-text {
    text-align: start;
}
.Painter-text {
    font-size: 18px;
    text-size-adjust: auto;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    text-align: justify;
}
.arrow {
    position: absolute;
    top: 10px;
    right: 14px;
}
.testi-down {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
}
.circle {
    position: relative;
}
.twi {
    position: absolute;
    top:15px;
    left: 15px;
}
.text-inheart {
    text-align: inherit;
}
@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}



@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}



@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    background: url(../img/about-bg.jpg) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    background: url(../img/service.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
}

.service-item:hover,
.contact-item:hover {
    background: url(../img/service.jpg) bottom center no-repeat;
    background-size: cover;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/team.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain;
}
img, svg {
    vertical-align: middle;
    width: 100%;
	padding-top:20px;
}
.display-1 {
  
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.2;
}
   .fs-4 {
    font-size: calc(1.2rem + .3vw) !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.navbar img{
    width: 100px;
    padding: 0;
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

/* inspection payment box */

.inspection-wrapper{
display:flex;
justify-content:center;
align-items:center;
margin-top:20px;
margin-bottom:20px;
}

.inspection-card{
width:420px;
background:#ffffff;
padding:25px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.15);
border:1px solid #eee;
}

/* title */

.inspection-title{
text-align:center;
margin-bottom:15px;
font-weight:600;
}

/* rows */

.inspection-row{
display:flex;
justify-content:space-between;
padding:10px 0;
border-bottom:1px solid #e5e5e5;
font-size:16px;
}

/* total */

.inspection-total{
text-align:right;
margin-top:10px;
font-size:18px;
font-weight:bold;
color:#000;
}

/* qr box */

.inspection-qr{
margin-top:15px;
padding:10px;
border:1px solid #ddd;
border-radius:6px;
text-align:center;
background:#fafafa;
}

.inspection-qr img{
width:300px;
margin-top:8px;
}
.inspection-btn{
background:#f1be27;
color:white;
border:none;
padding:21px;
cursor:pointer;
border-radius:20px;
font-size:14px;
margin-left: 10px;
height: 70px;
margin-top: 10px;
font-size: 16px;
font-weight: bold;
}

.inspection-btn:hover{
background:green;
}