*{
  font-family: 'Space Grotesk', sans-serif;
}

body {
  font-family: 'Space Grotesk', sans-serif;

  margin: 0;
  /* background-image: url(imgs/abt/abttt1.png); */
  background-image: url(imgs/bgs/blarr2.png);
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: fixed; 
  background-position: top;
}

#navimg img{
  width: 200px;
}

/* #foottext p{
  margin-left: 60%;
  text-align: center;
  width: 500px;
} */

.navbar-nav .nav-link{
  border-radius:30px;  
}

.navbar-toggler{
  border-radius:6px;
}

.navbar-nav{
  text-align:center;
}

.navbar-nav .nav-link{
  color:white !important;
  transition:0.3s;
}

.navbar-nav .nav-link:hover{
  color:#ffffff !important;
}

.carousel-item{
  margin-top: -70px;
}

#foottext p{
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#footmenu img{
  width: 200px;
}

footer .list-unstyled a:hover {
  color: #1a8cff !important;
}

.footer-icons a:hover .bxl-linkedin-square { color: #0A66C2; }
.footer-icons a:hover .bxl-facebook-square { color: #1877F2; }
.footer-icons a:hover .bxl-whatsapp-square { color: #25D366; }
.footer-icons a:hover .bxl-youtube { color: #FF0000; }
.footer-icons a:hover .bxl-instagram{ color: #E1306C; }
.footer-icons a:hover .bxl-twitter{ color: #00c8ff; }



#feature img{
  width: auto;
}

.projects{
    width:100%;
    margin:auto;
}

.project{
    display:flex;
    justify-content:center;
}

#topclicks ul li a, .service {
  cursor: default;
}

#topclicks #tops :hover{
  cursor: default;
}


/* Center the footer columns */
footer .col-lg-3 {
  text-align: center;
}

/* Remove default ul spacing */
footer .list-unstyled {
  padding: 0;
  margin: 0;
  display: inline-block;   /* shrink to content width */
  text-align: left;        /* keep text left aligned */
}

/* Align arrow + text properly */
footer .list-unstyled li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}

/* Give icon fixed width for perfect vertical line */
footer .list-unstyled li i {
  width: 20px;
  text-align: center;
}



/* Card container */
.service-work{
  position:relative;
  overflow:hidden;
}

/* Image transition */
.service-work img{
  transition:0.4s ease;
}

/* Hide paragraph initially */
.service-work-content p{
  opacity:0;
  transform:translateY(10px);
  transition:0.4s ease;
}

/* Dark overlay */
.service-work::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:black;
  opacity:0;
  transition:0.4s ease;
  z-index:1;
}

/* Keep text above overlay */
.service-work-content{
  position:relative;
  z-index:2;
}

/* Hover effects */
.service-work:hover::before{
  opacity:0.75;
}

.service-work:hover img{
  transform:scale(1.05);
}

.service-work:hover .service-work-content p{
  opacity:1;
  transform:translateY(0);
}

/* Keep button text white always */
.service-btn,
.service-btn:hover,
.service-btn:focus{
  color: white !important;
  border-color: white !important;
  background-color: transparent !important;
}

/* When card is hovered keep button white */
.service-work:hover .service-btn{
  color: white !important;
  border-color: white !important;
  background-color: transparent !important;
}

/* When hovering card make all text white */
.service-work:hover .service-work-content,
.service-work:hover .service-work-content p,
.service-work:hover .service-work-content h3{
  color: white !important;
}

/* Keep button text white */
.service-work:hover .service-btn{
  color:white !important;
  border-color:white !important;
}

/* Force paragraph text white on hover */
.service-work:hover .card-text{
  color: white !important;
}

.service-work-content p{
  opacity:0;
  transform:translateY(10px);
  transition:0.4s ease;
  color:white;   /* add this line */
}

/* Force paragraph and bold text white on hover */
.service-work:hover .card-text,
.service-work:hover .card-text b{
  color: white !important;
}


/* Tablet */
@media (max-width: 768px) {

  .footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;   /* This will perfectly center everything */
    padding: 0;

  }

  .footer ul li {
    display: flex;
    align-items: center;
    gap: 8px;  /* space between arrow and text */
    
  }
}

/* Mobile */
@media (max-width: 576px) {

   footer {
        padding-top: 30px;
    }
}


.row.projects{
    width:100%;
    margin:auto;
}


/* Prevent bootstrap button hover color change */
.service-work .service-btn,
.service-work .service-btn:hover,
.service-work .service-btn:focus,
.service-work .service-btn:active{
  color:white !important;
  border-color:white !important;
  background-color:transparent !important;
}

.service-work:hover .service-btn{
  background-color:transparent !important;
  color:white !important;
  border-color:white !important;
}

/* Override bootstrap button hover completely */
.service-btn{
  color:white !important;
  border-color:white !important;
  background:transparent !important;
}

.service-btn:hover{
  color:white !important;
  border-color:white !important;
  background:transparent !important;
}

.service-work:hover .service-btn{
  color:white !important;
  border-color:white !important;
  background:transparent !important;
}
