/* ===== TOP BAR ===== */
.top-bar {
    background: linear-gradient(90deg, #9ab037, #5eb1c3);
    color: #fff;
    font-size: 0.9rem;
    padding: 6px 0;
}

.top-bar .top-contact span {
    margin-right: 20px;
}

.top-bar .social-icons a {
    color: #fff;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.top-bar .social-icons a:hover {
    color: #ffdd00;
    transform: scale(1.2);
}

/* ===== HEADER / NAVBAR ===== */
header {
    position: sticky;
    top: 0;
    z-index: 999;
}



.navbar {
    background: #379ab0;
    transition: all 0.3s;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff !important;
    letter-spacing: 1px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffdd00;
    transition: width 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-link:hover {
    color: #ffdd00 !important;
}

.cta-btn {
    background: #ffdd00;
    color: #000 !important;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #e6c500;
    transform: scale(1.05);
}

/* Responsive top bar for small screens */
@media (max-width: 768px) {
    .top-bar {
        text-align: center;
    }

    .top-bar .social-icons {
        margin-top: 5px;
    }
}







/* hero slider */

.hero-img {
    height: 70vh;
    object-fit: cover;
    filter: brightness(70%);
}

.carousel-caption {
    bottom: 30%;
}

.carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
}
/* cards */

.service-card{
    border:none;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    transition:.3s;
    background:#fff;
}

/* IMAGE CONTAINER */
.service-img-wrap{
    width: 100%;
    height: 240px;          /* FIXED HEIGHT */
    /* overflow: hidden; */
    background: #f5f5f5;
}

/* IMAGE PERFECT FIT */
.service-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;     /* KEY LINE */
    display: block;        /* VERY IMPORTANT */
}

.service-card i {
    color: #379ab0;
}

.cta-section {
    background: linear-gradient(90deg, #379ab0, #5eb1c3);
}

/* new css */

.clickable-img {
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.clickable-img:hover {
    transform: scale(1.03);
}


/* read more button */

.read-btn{
display:inline-block;
margin-top:auto;
background:#379ab0;
color:#fff;
padding:10px 25px;
border-radius:25px;
text-decoration:none;
font-size:14px;
transition:0.3s;
}
.read-btn:hover{
background:#ffdd00;
color:#000;
transform:scale(1.05);
}


.about-home{
background:#fff;
}

.about-home h6{
letter-spacing:1px;
}

.about-btn{
display:inline-block;
margin-top:15px;
background:#379ab0;
color:#fff;
padding:12px 30px;
border-radius:30px;
text-decoration:none;
transition:0.3s;
font-weight:500;
}
.about-btn:hover{
background:#ffdd00;
color:#000;
transform:translateY(-3px);
}

.about-img{
max-width:90%;
border-radius:20px;
box-shadow:0 10px 40px rgba(0,0,0,0.15);
}


/*  customer review */

.review-card{
background:#fff;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,0.12);
transition:.3s;
}
.review-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.stars{
color:#ffdd00;
font-size:22px;
margin-bottom:10px;
letter-spacing:2px;
}

.review-text{
font-style:italic;
color:#555;
}

/* project images slider */

.work-img{
width:100%;
height:200px;
object-fit:cover;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
transition:.3s;
}
.work-img:hover{
transform:scale(1.05);
}

/* css for About Us Page */

.about-page{
background:#f8fbff;
}

.about-page p{
font-size:16px;
line-height:1.8;
}

.about-list{
padding-left:20px;
}

.about-list li{
margin-bottom:10px;
font-weight:500;
}
.perspective-box{
background:white;
padding:20px;
border-radius:15px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
height:100%;
}

.perspective-box h6{
color:#0d6efd;
font-weight:700;
margin-bottom:10px;
}




/* css for contacts us */

.contact-box,
.contact-details{
background:#fff;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.contact-details p{
margin-bottom:12px;
color:#555;
}
.contact-details i{
color:#379ab0;
margin-right:8px;
}


.map-box iframe{
border-radius:18px;
}

/* css for product page */


/* ================= PRODUCTS PAGE LAYOUT ================= */

.products-section {
    padding: 60px 0;
    background: #f8fbff;
}

/* Card Fix */
.service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Image container */
.service-img-wrap {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #f2f2f2;
}

/* Image fit */
.service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card body spacing */
.service-card .card-body {
    padding: 20px;
}

/* Title */
.service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Description */
.service-card p {
    font-size: 14px;
    color: #555;
}

/* Responsive fix */
@media (max-width: 768px) {
    .service-img-wrap {
        height: 200px;
    }
}






/* footer */
.footer-section {
    background: #1b1b1b;
    color: #ddd;
    padding: 60px 0 0;
}

.footer-section h4,
.footer-section h5 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #ffdd00;
    padding-left: 5px;
}

.footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #379ab0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    transition: .3s;
}

.footer-social a:hover {
    background: #ffdd00;
    color: #000;
    transform: translateY(-5px);
}

.footer-bottom {
    background: #111;
    color: #aaa;
    padding: 15px 0;
    margin-top: 40px;
}

a{
  text-decoration: none;
}