body{
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
 !important;
}

  
  .hero { padding: 100px 0; text-align: center; }
  .hero h1 { font-weight: 700; font-size: 2.5rem; }
  .btn-dark { border-radius: 6px; padding: 10px 20px; }
  .section { padding: 80px 0; }
  footer { padding: 8px 0; background: #f8f9fa; text-align: center; }
  footer p {
    margin-bottom: 0 !important;
  }

:root {
  --whatapp-color: #198754 !important;
  --pinterest-color: #e60023 !important;
  --twitter-color: #1DA1F2 !important;  
  --linkedin-color: #0077B5 !important;
  --github-color: #181717 !important;
  --facebook-color: #1877F2 !important;
  --instagram-color: #E4405F !important;
  --instagram-gradient: #C13584;
  --bg-instagram-color: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4) !important;
  --bg-whatapp-color: #FFF5F2; /* Soft Peach - Background Color */
  --white-color: #fff;
  --secondary-color: #FFF5F2;
  --btn-link-color:#0d6efd;
  --text-color: #333333; /* Text Color - Dark Gray */
  --link-color: #fc8e51;
  --postbg-color :#2a2d40;
}
/* 
body {
  background-color: var(--postbg-color);
  color:var(--white-color) !important;
} */

.pt-20{
  padding-top: 20px !important;
}

.mt-10{
    margin-top: 10px !important;
}

.mt-20{
    margin-top: 20px !important;
}

.mt-30{
    margin-top: 30px !important;
}

.mt-40{
    margin-top: 40px !important;
}


.mt-50{
    margin-top: 50px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}

.mb-20{
    margin-bottom: 20px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}

.mb-40{
    margin-bottom: 40px !important;
}


a {
 
  text-decoration: none !important;
}

.text-white{
    color: var(--white-color) !important;
}

img.profile{
    border-radius: 50%;
}

.active-nav{
    color: black !important;
    font-weight: 500 !important;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.blog-hero { background: #222; color: #fff; padding: 60px 0; margin-top: 3px !important; text-align: center; }
    .news-card { border: none; transition: transform 0.3s; }
    .news-card:hover { transform: translateY(-5px); }

.blog a {
  color: var(--link-color) !important;
  /* color: black; */
  font-weight: 500;
  font-style: oblique;
}

  .work-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.work-card img {
  transition: transform 0.4s ease;
}

.work-card:hover img {
  transform: scale(1.05);
}


.project-main .work-title{
  text-align: center !important;
}



/* Hover overlay */
.work-title {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.work-card:hover .work-title {
  opacity: 1;
}

 .contact-body {
      background-color: #f8f9fa;
    }
    .contact-body .section-title {
      font-weight: 700;
      margin-bottom: 40px;
    }

    .contact-body .contact-box {
      background: #fff;
      border-radius: 12px;
      padding: 61px 40px 30px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

    .contact-box img{
      border-radius: 50%;
      max-width: 180px;
      max-height: 180px;
    }

    .contact-body .contact-item i {
      font-size: 22px;
      color: #212529;
      margin-right: 15px;
    }
    .contact-body .social-icons a {
      font-size: 22px;
      color: #212529;
      margin-right: 15px;
      transition: 0.3s;
    }
    .contact-body .social-icons a:hover {
      color: #6610f2;
    }


/* .bi-whatsapp { 
    color:var(--whatapp-color) !important;
 } */

.bi-whatsapp { 
    color: #FFF5F2 !important;
 }

 .bi-pinterest {
  color: var(--pinterest-color) !important;
 }
    

.bi-instagram { color: #E4405F; }
.bi-behance { color: #1769FF; }
.bi-twitter-x { color: #000000; }
.bi-facebook { color: #1877F2; }

.social-icons a {
  font-size: 24px;
  margin: 0 10px;
  transition: transform 0.3s;
}

.social-icons a:hover {
  transform: translateY(-4px);
}

/* .bg-whatapp {
    background-color: transparent !important;
    color: var(--whatapp-color) !important;
    border: 1px solid var(--whatapp-color);   
} */

.bg-whatapp {
    color: #FFF5F2 !important;
    background-color: var(--whatapp-color) !important;
    border: 1px solid var(--whatapp-color) !important;
}

.bg-aboutme-btn{
      background-color: #0d6efd;
      color: #fff !important;
      border: 1px solid #0d6efd !important;
}

.bg-aboutme-btn:hover {
    color: #FFF5F2;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
} 

/* .btn-whatapp{
  color: var(--whatapp-color) !important;
} */

.btn-whatapp{
  color: #FFF5F2 !important;
}

/* .bg-whatapp:hover {
    color: #FFF5F2 !important;
    background-color: var(--whatapp-color) !important;
    border-color: var(--whatapp-color) !important;
} */

.bg-whatapp:hover {
    color: #198754 !important;
    background-color: #FFF !important;
    border: 1px solid var(--whatapp-color) !important;
}

.bg-whatapp:hover .btn-whatapp, .bg-whatapp:hover .bi-whatsapp {
    color: var(--whatapp-color) !important;
}

.btn-div-gp{
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.social-icons-link a {
    font-size: 21px !important;
    margin: 0 10px;
    transition: transform 0.3s;
}

/* .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 1px 6px 2px rgb(0 0 0 / 30%);
  transition: all 0.3s ease;
} */

.social-icon i {
  font-size: 20px;
  /* color: #000; */
}

.social-icon:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}


.project-main .social-icon i{
  font-size: 17px !important;
}

.social-icons-link a{
  margin: 0px 5px !important;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.project-main .whapp-icon {
  color: var(--white-color) !important;
}

.bi-whatsapp {
  color:  var(--whatapp-color) !important;
}

.social-icon.whatsapp:hover::after {
  background-color: #25D366;
}

.bi-twitter-x {
  color:  var(--twitter-color) !important;
}

.bi-facebook {
  color: var(--facebook-color) !important;
}

.bi-instagram {
  color: var(--instagram-color) !important;
  background-color: var(--bg-instagram-color);
}

.bi-linkedin {
  color: var(--linkedin-color) !important;
}

.project-main .bg .bi-twitter-x {
  background-color:  var(--twitter-color) !important;
  color: var(--white-color);
}

.project-main .bg .bi-facebook {
  background-color: var(--facebook-color) !important;
  color: var(--white-color);
}

.project-main .bg .bi-instagram {
  color: var(--instagram-color) !important;
  background-color: var(--bg-instagram-color); 

  /* background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4) !important; */
}

.project-main .bg .bi-linkedin {
  background-color: var(--linkedin-color) !important;
}

.brand-card img{
  width: 28%;
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #7a767663;
}

/* Owl Carousel Customization */
.brand-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-white{
  color: var(--bg-whatapp-color) !important;
}



.brand-carousel img {
  transition: transform 0.3s ease;
}

.brand-carousel a:hover img {
  transform: scale(1.05);
}


.brand-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.brand-carousel .owl-nav button {
  position: absolute;
  background: #000 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.brand-carousel .owl-nav .owl-prev {
  left: -20px;
}

.brand-carousel .owl-nav .owl-next {
  right: -20px;
}



.owl-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.owl-prev-btn {
  left: -75px;
}

.owl-next-btn {
  right: -75px;
}

.owl-btn i {
  font-size: 17px;
}


.behance-section .row{
  background-color: #fff !important;
  /* padding: 60px !important; */
}

.gallery-img{
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  border: 1px solid #dccece;
  box-shadow: none !important;
  padding: 6px;
}

#experience i.bi{
  color: #fff !important;
    font-size: 19px !important;
    background-color: #2c2a2a;
    padding: 6px 11px;
    border-radius: 50%;
}

/* #experience i.bi {
    color: #201d1d !important;
    font-size: 19px !important;
    background-color: transparent;
    padding: 7px 11px;
    border-radius: 50%;
    border: 1px solid black;
} */

#experience a{
  color: #000 !important;
  text-decoration: none !important;
}

#knowledge ul li{
  margin-bottom: 10px !important;
  list-style-type: square !important;
}

.experience-item {
  padding: 10px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.experience-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.experience-item i {
  color: #0d6efd;
  transition: transform 0.3s ease, color 0.3s ease;
}

.experience-item h6 {
  transition: transform 0.3s ease, color 0.3s ease;
}

.experience-item p {
  color: #6c757d;
  transition: opacity 0.3s ease;
}

/* 🔥 Hover Effects */
/* .experience-item:hover {
  background: #f8f9fa;
} */

.experience-item:hover i {
  transform: scale(1.2) rotate(-5deg);
  color: #084298;
}

.experience-item:hover h6 {
  transform: translateX(6px);
  color: #000;
}

.experience-item:hover p {
  opacity: 0.75;
}

.home-btn:hover{
  background-color: transparent !important;
  border: 1px solid;
  color: #000 !important;
}

.info-box{
  display: none !important;
}


/********** Media Queries **********/


@media (max-width: 768px) {
  .small-view {
    margin: 40px !important;
  }

  .behance-section .row {
    padding: 20px !important;
  }
}

@media (min-width: 768px){
  .behance-section .row {
    padding: 60px !important;
  }
  
  .py-5{
    min-height: 700px;
  }
}

@media (max-width: 576px) {
  .experience-item {
    padding: 8px;
  }

  .experience-item i {
    font-size: 1.5rem;
  }
}
