        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: 40px;
            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%;
        }



                        .top-section-label {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #070707;
            margin-bottom: 40px;
            position: relative;
            padding-left: 20px;
        }
        
        .top-section-label::before {
            content: '';
            position: absolute;
            left: 5%;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background-color: #d418f1;
            border-radius: 50%;
        }


        .blog-heading {
            margin-top: 30px;
  font-size: clamp(33px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.5;
  color: #070707;
              margin-bottom: clamp(1.5rem,3vw,260px);



}


.blogtop{
              margin-top: clamp(150px,5vw,200px);
     


}


.top-tag{
    padding: 10px 20px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    margin-bottom: 40px !important;
}



.img-wrapper{
    height: clamp(50px,5vw,80px);
    width:clamp(50px,5vw,80px);

}

.profile-img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition:  0.5s ease;

}


.img-wrapper:hover .profile-img {
    
    border-radius: 20%;

}
     
        


.sidebar-nav .nav-item {
  margin-bottom: 1rem;
  cursor: pointer;
  padding-left: 1rem;
  border-left: 2px solid #ccc;
  transition: border-color 0.3s;
}

.sidebar-nav .nav-item:hover {
  border-left-color: #007bff;
}

.sidebar-nav .nav-link {
  color: #666;
  text-decoration: none;
  display: block;
}

.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link.active {
  color: #007bff;
}




.social-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.social-btn:hover {
  background-color: #f0f0f0;
  color: #007bff;
}




    .content-area h2 {
      font-size: 2.5rem;
      font-weight: 400;
    }

    .content-area h4 {
      font-size: 2rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
      font-weight: 400;
    }

    .content-area p {
      color: #666;
      font-size: 1.1rem;
    }







    .custom-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.custom-list li::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #007bff;
  border-radius: 50%;
}






.overview-img-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  border-radius: 12px; 
}

.overview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px; 
}












.custom-image {
    width: 100%;
    max-height: 100vh;
    object-fit: cover; 
    border-radius: 14px; 
}












 .blog-card {
            /* background: white; */
            /* border-radius: 12px; */
            overflow: hidden;
            /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
           
        }

        .blog-card:hover .card-title {
    text-decoration: underline;
    text-decoration-color: #333; 
    text-underline-offset: 3px;  
}



        .card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
    transition: transform 0.4s ease;

        }

        .card-content {
            padding: 20px;
            display: flex;
            flex-direction: column;
            height: calc(100% - 200px);
        }



        
 


  .blog-card:hover .card-image  {
    transform: scale(1.08);

  }
  

        .card-category {
            display: inline-block;
            padding: 4px 12px;
            
           
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 15px;
            width: fit-content;
            color: rgb(79, 78, 78);
        }




        .card-title {
            font-size: 22px;
            font-weight: 400;
            color: #080808;
            line-height: 1.6;
            margin-bottom: 50px;
            flex-grow: 1;
         
        }






        .card-footer {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: auto;
        }

        .author-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }

        .author-info {
            flex-grow: 1;
            display: flex;
          
            gap: clamp(20px,3vw,50px);
            justify-content: center;
        }

.author-name {
    font-size: clamp(11px, 1.2vw, 13px);
    font-weight: 600;
    color: #8d8989;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    background-color: #f6f3f3;
    padding: clamp(6px, 1.2vw, 10px) clamp(10px, 2vw, 14px);
    border-radius: 18px;
}

.publish-date {
    font-size: clamp(10px, 1.1vw, 12px);
    color: #706d6d;
    font-weight: 600;
    background-color: #f6f3f3;
    padding: clamp(6px, 1.2vw, 10px) clamp(14px, 3vw, 24px);
    border-radius: 18px;
}


        @media (max-width: 768px) {
            .category-filters {
                text-align: center;
            }
            
            .card-title {
                font-size: 16px;
            }
        }



 















/* 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;
            }
            
 
        }








        
        
        
