        body {
            font-family: 'Poppins', sans-serif;
            background-color: #ffffff;
            margin: 0;
            padding: 0;
        }


        html,body{
            margin: 0px;
            padding: 0px;
        }





        .navbar {
  transition: all 0.3s ease;
  background: transparent;
  backdrop-filter: none;
}

.navbar.shrink {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  margin: 10px;
}



.navbar.unshrink {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  margin: 3px;
}



.logo {
  font-size: 1.5rem;
  transition: font-size 0.3s ease;
}



.navbar.shrink .logo {
  font-size: 1.2rem;
}

.middle-nav {
  display: flex;
  gap: 1.5rem;
  margin: 0;
}


.middle-nav .nav-link {
 
  padding: 0.3rem 0;
  color: white !important;
  transition: transform 0.3s ease, color 0.3s ease;
}

.middle-nav .nav-link:hover {
  transform: scale(1.2);  /* Zoom-in effect */
  
}


.contact-btn {
  border-radius: 10px;
  font-weight: 500;
  padding: 0.5rem 1rem;
}


.navbar-toggler {
      border: none;
      font-size: 1.5rem;

    }

.collap {
    background: rgba(185, 183, 183, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 1rem;
    transition: backdrop-filter 0.3s ease;
}


.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}



    .navbar-toggler-icon{
        color: rgb(228, 12, 12) !important;
        
    }


    @media (max-width: 991.98px) {
      .contact-btn {
        margin-left: 10px;
      }

    }

    @media (max-width: 768px) {

        .middle-nav .nav-link {
  position: relative;
  display: inline-block;  
  padding: 0.5rem 0;
  color: white !important;
}






/* .middle-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22rem;  
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
} */

/* .middle-nav .nav-item:last-child .nav-link::after {
  content: none;
} */

        
    }




























        @media (max-width: 416px) {

.navbar.shrink .logo {
  font-size: 0.3rem !important;

}


.logo-img{
  height: 33px !important;
}

.middle-nav {
  display: flex;
  gap: 1.3rem;
  margin: 0;
}


.contact-btn {
  border-radius: 10px;
  font-weight: 500;
  padding: 0.4rem 0.8rem;

  font-size: 0.8rem;

}


.navbar-toggler {
      border: none;
      font-size: 1.3rem;



    }

        }






  @media (max-width: 1199.98px) {

  .mobile-services-toggle::after {
    display: none !important;
  }

  .mobile-services-toggle {
    display: inline-flex;
    align-items: center;
  
    background: none;
    border: none;
    color: white;
    padding: 0;
  }


  .services-icon {
    font-size: 0.85rem;
    transition: transform 0.2s ease;
  }


  .mobile-services-toggle[aria-expanded="true"] .services-icon {
    transform: rotate(180deg);
  }
}







    @media (min-width: 1200px) {
  .services-dropdown:hover > .services-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .services-menu {
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    border-radius: 12px;
    padding: .5rem;
    min-width: 14rem;

    opacity: 0;
    transform: translateY(6px);
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  }

  .services-dropdown:hover > .services-menu {
    transition-delay: 0s; 
  }

  .services-menu .dropdown-item {
    color: #fff;
    border-radius: 8px;
    transition: background-color .2s ease, transform .15s ease;
  }
  .services-menu .dropdown-item:hover,
  .services-menu .dropdown-item:focus {
    background: rgba(255,255,255,0.08);
    transform: translateY(-1px);
  }

  
  .services-dropdown { position: relative; }
  .services-menu { z-index: 1050; }
}







@media (max-width: 1199.98px) {

  .mobile-services-toggle.dropdown-toggle::after {
    float: right;
    margin-top: .35rem;   
    transition: transform .2s ease;
  }



  .mobile-services-menu {
    position: static;
    padding: .35rem .5rem .5rem .5rem;
    margin-top: .25rem;

    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-services-menu .dropdown-item {
    color: #fff;
    padding: .6rem .75rem;
    border-radius: 8px;
    transition: background-color .2s ease;
  }
  .mobile-services-menu .dropdown-item:hover,
  .mobile-services-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-services-menu .dropdown-item::after { content: none; }
}









             



                .section-label {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #070707;
            margin-bottom: 20px;
            position: relative;
            padding-left: 20px;
        }
        
        .section-label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background-color: #d418f1;
            border-radius: 50%;
        }



        .blog-heading {
  font-size: clamp(33px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.5;
  color: #070707;
              margin-bottom: clamp(1.5rem,3vw,260px);





            }


            .casehead{
           
              margin-top: clamp(70px,100px,110px);
            }

        .category-filters {
            margin-bottom: 30px;
            margin-top: 20px;
        }

        .category-btn {
            padding: 12px 24px;
            border: none;
            border-radius: 25px;
            background-color: #e5e5e5;
            color: #666;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
            white-space: nowrap;
            margin-right: 8px;
            margin-bottom: 8px;
        }

        .category-side{

            padding: 12px 24px;
            border: none;
            border-radius: 25px;
           
            color: #232222;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            white-space: nowrap;
            margin-right: 8px;
            margin-bottom: 8px;


        }

        .category-btn.active {
            background-color: #060606;
            color: white;
        }

        .category-btn:hover {
            background-color: #030303;
            color: white;
        }

     
        



.custom-image {
    width: 100%;
    max-height: 100vh;
    object-fit: cover; 
    border-radius: 14px; 
}











    .team-title {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #555;
      margin-bottom: 15px;
    }

    .team-images img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
      margin: 5px;
    }

    .project-title {
      font-size: 40px;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: clamp(20px,4vw,50px);
    }

    .project-description {
      color: #666;
      font-size: 16px;
      line-height: 1.8;
      margin-top: 20px;
    }

    .project-meta {
      margin-top: 40px;
    }

    .project-meta .row {
      border-top: 1px solid #ddd;
      align-items: center; 
    }

.project-meta .row:last-child {
  border-bottom: 1px solid #ddd;
}


    .meta-label {
      font-weight: 500;
      padding: 30px 0;
      font-size: 1.2rem;
    }

    .meta-value {
      padding: 15px 0;
      font-size: clamp(0.80rem,1vw,1.2rem);

    }

    @media (max-width: 768px) {
      .project-title {
        font-size: 28px;
      }

      .team-images img {
        width: 50px;
        height: 50px;
      }
    }







    .equal-img {
  width: 100%;
  height: 100%; 
 height: clamp(400px, 80vw, 700px);

  object-fit: cover; 
  border-radius: 16px; 
  display: block;
}



.sticky-heading {
      position: sticky;
      top: 100px; 
      font-size: 36px;
      font-weight: 400;
      line-height: 1.5;
    }


    .paragraph-content {
      font-size: 16px;
      line-height: 1.8;
      color: #6b6868;
    }

@media (max-width: 768px) {
  .sticky-heading {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
}


.stats-section {
  margin-top: 30px;
}

.stat-item {
  padding: 50px 0;
}

.stat-item.border-bottom {
  border-bottom: 1px solid #ccc;
}


.stat-number {
  font-size: clamp(3rem,6vw,6rem);
  font-weight: 400;
  margin-right: 15px;
  line-height: 1;
  color: black;
}

.percent {
 
  font-size: clamp(2rem,5vw,5rem);

}

.up-arrow {
  color: #00c46c;
  font-size: 2.5rem;
  font-weight: bold;
  
  margin-left: 5px;
}

.stat-text {
  font-size: 1rem;
  margin: 0;
  color: black;
  font-weight: 600;
}





















.related-heading{

          font-size: clamp(2rem,3vw,3rem);
      font-weight: 400;
      line-height: 1.5;
      margin-top: 50px;

}



.related-case-carousel .owl-carousel .item {
  padding: 10px;
}

.case-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  height: 100%;
}






        .image-container {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: clamp(200px, 35vw, 70vh);
    display: block;
    position: relative;
}



.blog-card:hover .card-image {
    transform: scale(1.05); 
}




.card-image {
    width: 100%;
    /* height: clamp(200px, 40vw, 100vh); */
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}





 .card-title {
            font-size: clamp(1rem,3vw,1.4rem);
            font-weight: 400;
            color: #080808;
            line-height: 1.6;
            margin-bottom: clamp(10px,3vw,60px);
            margin-top: 30px;
            flex-grow: 1;
         
        }



        .image-container {
  position: relative;
  overflow: hidden;
 
}

.card-image {
  display: block;
  width: 100%;
  height: 100%;
}

.category-tags {
  position: absolute;
  top: clamp(10px,20px,30px);
  left: clamp(10px,20px,30px);
  display: flex;
  gap: clamp(5px,8px,10px);
  flex-wrap: wrap;
}

.tag {

  font-size: clamp(8px, 1.5vw, 14px);
  font-weight: 400;
  padding: 9px 23px;
  border-radius: 24px;
  background-color: #dfe2e3;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.tag.always-visible {
  background-color: #000;
  color: #fff;
}

.hover-visible {
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.image-container:hover .hover-visible {
  opacity: 1;
  transform: translateY(0);
}






        @media (max-width: 768px) {
            .category-filters {
                text-align: center;
            }
            
            .card-title {
                font-size: 16px;
            }
        }





.carousel-nav .carousel-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #e5e5e5;
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.carousel-nav .carousel-btn:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 576px) {
  .carousel-nav .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}










/* fooooter//////////////////////// */





.footer-section {
            background-color: #090909;
            border-radius: 40px 40px 0 0;
            color: #ffffff;
            padding: 3rem 0 1rem;
            margin-top: auto;
        }
        
        .footer-column h4 {
            font-size: 2rem;
            font-weight: 300;
            margin-bottom: 1.5rem;
            color: #ffffff;
        }
        
        .services-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .services-list li {
            font-size: 1.5rem;
            font-weight: 300;
            color: #ffffff;
            margin-bottom: 1.2rem;
        }
        
        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-column ul li {
            margin-bottom: 0.8rem;
        }
        
        .footer-column ul li a {
            color: #b0b0b0;
            text-decoration: none;
            font-size: 1rem;
            transition: color 0.3s ease;
        }
        
        .footer-column ul li a:hover {
            color: #ffffff;
        }
        
        .office-location {
            margin-bottom: 2rem;
        }
        
        .office-location h5 {
            color: #ffffff;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 0.8rem;
        }
        
        .office-location p {
            color: #b0b0b0;
            font-size: 0.9rem;
            line-height: 1.4;
            margin-bottom: 0.5rem;
        }
        
        .office-location .phone {
            color: #ffffff;
            font-size: 0.9rem;
            margin-top: 0.5rem;
        }
        
        .footer-main-content {
            min-height: 350px;
            display: flex;
            align-items: flex-start;
        }
        
        .footer-divider {
            border-top: 1px solid #444;
            margin: 2rem 0;
        }
        
        .brand-section p {
            color: #b0b0b0;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }
        
        .brand-section {
            margin-bottom: 2rem;
        }
        
        .brand-logo {
            font-size: 2rem;
            font-weight: 300;
            color: #ffffff;
            font-style: italic;
            margin-bottom: 1.5rem;
        }
        
        .resolute-logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .resolute-logo .logo-icon {
            font-size: 1.5rem;
            color: #ffffff;
        }
        
        .resolute-logo .logo-text {
            font-size: 1.8rem;
            font-weight: 300;
            color: #ffffff;
        }
        
        .social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background-color: white;
    color: black;
}

@media (max-width: 576px) {
    .social-links a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

        
        .footer-bottom {
            border-top: 1px solid #444;
            margin-top: 2rem;
            padding-top: 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .footer-bottom .copyright {
            color: #b0b0b0;
            font-size: 0.9rem;
        }
        
        .footer-bottom .footer-links {
            display: flex;
            gap: 2rem;
        }
        
        .footer-bottom .footer-links a {
            color: #ffffff;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .footer-section {
                padding: 2rem 0 1rem;
            }
            
            .footer-column {
                margin-bottom: 2rem;
            }
            
            .office-location {
                margin-bottom: 1.5rem;
            }
            
            .social-links {
                flex-wrap: wrap;
                gap: 1rem;
            }
            
            .footer-bottom {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }
            
            .footer-bottom .footer-links {
                gap: 1rem;
            }
        }
        
        @media (max-width: 576px) {
            .footer-section {
                border-radius: 15px 15px 0 0;
            }
            

        }



