        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; }
}













.hero-section {
    position: relative;
    width: 100%;


    padding: 250px 0; 
    padding-bottom: 30px !important;
   
    background-image: url('/static/images/6227297.jpg');
}

/* .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:clamp(30rem,50vw,80rem);
    object-fit: cover;
    z-index: 0;
} */



.hero-section .container {
    position: relative;
    z-index: 1;
}


                .section-label {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #fbf9f9;
            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%;
        }



        .contact-container {
            min-height: 100vh;
            padding: 60px 0;
        }
        
        .contact-header {
            text-align: left;
            margin-bottom: 50px;
        }
        
        .contact-header  {
            font-size: clamp(2rem,4vw,4.5rem);
            font-weight: 400;
            color: #f7f5f5;

            line-height: 1.1;
        }


        .blog-head{
            margin-bottom: clamp(3rem,11vw,13rem);


        }

        .contact-description{
            max-width: 1000px;
            color: rgb(164, 162, 162);
        }
        

        
       



.services-section {
            padding: 60px 0;
        }

        .section-title {
            font-size: 3.5rem;
            color: #181919;
            font-weight: 400;
            margin-bottom: 16px;
            line-height: 1.2;
        }

        .section-description {
            font-size: 1rem;
            color: #7f8c8d;
            line-height: 1.6;
            font-weight: 400;
            max-width: 700px;
        }

        .services-slider-container {
            position: relative;
        }

        .owl-carousel .owl-item {
            padding: 0 12px;
        }

        .service-card {
            background: #ffffff;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            height: auto;
            display: flex;
            flex-direction: column;
            transition: box-shadow 0.3s ease;
            border: none;
            border-radius: 24px;
            /* border: 2px solid red; */
        }






        .service-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
        }

        .service-content {
            padding: 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .service-label {
            display: inline-flex;
            align-items: center;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: #a9079e;
            margin-bottom: 16px;
        }

        .service-label::before {
            content: '';
            width: 6px;
            height: 6px;
            background: #f629e8;
            border-radius: 50%;
            margin-right: 8px;
        }

        .service-title {
            font-size: 1.6rem;
            color: #1b1c1d;
            font-weight: 400;
            margin-bottom: 16px;
            line-height: 1.3;
        }

        .service-description {
            color: #7f8c8d;
            font-size: 0.9rem;
            line-height: 1.6;
            font-weight: 400;
            flex-grow: 1;
        }

.service-image {
            /* height: 37rem; */
            width: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            margin-top: auto;
            height: auto;
          /* border: 2px solid red; */

        }


        
@media (max-width: 768px) {
    .service-card {
        height: auto;         
    }

    .service-image {
        height:auto;
        width: 100%;  
        object-fit: contain;      
    }


    


}




/* Default image behavior (cover for large screens) */
.work-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Large screens: fill container */
}

/* Small screens: show full image without cropping */
@media (max-width: 767.98px) {
    .work-image {
        object-fit: contain !important; /* Show entire image */
        height: auto !important;        /* Allow natural height */
        /*max-height: 300px !important;   */
    }

    .image-card {
        overflow: visible !important;   /* Allow image to expand */
    }
}






.card-image {
    width: 100%;           /* full width */
    height: auto;          /* preserve aspect ratio */
    object-fit: contain;   /* show full image */
    display: block;        /* remove inline gap */
    max-height: 300px;     /* prevent huge card height */
}




/*.card-image {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    object-fit: cover !important; */
/*}*/




@media (max-width: 767.98px) {
    .card-image {
        object-fit: contain !important;  /* Show full image */
        height: auto !important;         /* Maintain aspect ratio */
        max-height: 200px !important;    /* Limit height on mobile */
        width: 100% !important;          /* Full width of card */
        display: block;                  /* Remove inline gaps */
    }

    .service-image {
        width: 100%;
        height: auto !important;
        overflow: hidden;                /* Clip anything outside */
    }
}





/*@media (max-width: 767.98px) {*/
/*    .card-image {*/
/*        object-fit: contain !important; */
/*        height: auto !important;        */
/*        max-height: 300px !important; */
/*         max-height: none !important;*/
/*         width:100%;*/
/*    }*/

/*    .service-image {*/
/*                height: auto !important;*/
/*        overflow: visible !important;   */
/*    }*/
/*}*/






        /* .ux-image {
            background-image: url('https://images.unsplash.com/photo-1581291518857-4e27b48ff24e?w=400&h=200&fit=crop');
        } */



        .custom-nav {
            margin-top: 30px;
            display: flex;
            gap: 12px;
        }

        .nav-btn {
            width: 48px;
            height: 48px;
            background: #ffffff;
            color: #2c3e50;
            border: 1px solid #ecf0f1;
            border-radius: 50%;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .nav-btn:hover {
            background: #070707;
            color: #ffffff;
            border-color: #0a0a0a;
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .nav-btn:active {
            transform: translateY(0);
        }

        .nav-btn:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.25);
        }

        .owl-nav {
            display: none !important;
        }

        .owl-dots {
            display: none !important;
        }

        /* Bootstrap responsive adjustments */
        @media (max-width: 1399.98px) {
            .section-title {
                font-size: 2.4rem;
            }
        }

        @media (max-width: 991.98px) {
            .services-section {
                padding: 50px 0;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 767.98px) {
            .services-section {
                padding: 40px 0;
            }

            .section-title {
                font-size: 2rem;
            }

     

        

            .owl-carousel .owl-item {
                padding: 0 8px;
            }
        }

        @media (max-width: 575.98px) {
            .section-title {
                font-size: 1.8rem;
            }

            .service-title {
                font-size: 1.25rem;
            }


            .service-content {
                padding: 20px;
            }
        }






















        
.work-image {
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

.image-card {
  position: relative;
}
.work-section h5{

  font-size:1.8rem;
  line-height: 1.4;
  color: black;


}
.work-section h2{

  font-size:2.3rem;
  line-height: 1.4;
  color: black;


}

.black-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: black;
  color: white;
  font-family: monospace;
  padding: 6px 16px;
  border-radius: 25px;
  z-index: 2;
  font-size: 14px;
}

.white-tags {
  position: absolute;
  top: 70px;
  left: 20px;
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.white-tags span {
  background-color: white;
  color: black;
  font-family: monospace;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 20px;
}

.image-card:hover .white-tags {
  opacity: 1;
}

.dot {
  width: 8px;
  height: 8px;
}






























/* === ABOUT SECTION STYLES === */

.about-section {
  background-color: #000;
  border-radius: 40px;
}

.about-container {
  background-color: #222222; 
  color: white;
  border-radius: 1rem;
  padding: 3rem;
  margin-top: 50px;
}


.about-label {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}




.about-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  max-width: 80%;

}


.about-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 80%;
}

@media (max-width:768px) {
    .about-title{
        max-width: 100%;
    }
    .about-description{
        max-width: 100%;
    }
    
}

.learn-more-btn {
  padding: 0.85rem 2.1rem;
  border-radius: 1rem;
  font-size: 1rem;
}


.about-img {
  object-fit: cover;
  width: 100%;
  height: 120px;
  border-radius: 0.5rem;
}

.about-img-large {
  height: 160px;
}

@media (max-width: 768px) {
  .about-title {
    font-size: 2rem;
  }
  .learn-more-btn {
    padding: 0.6rem 1.5rem;
  }
}

















.partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 1rem;
}

.partner-card-box {
  width: 18%; 
  min-width: 130px;
  border: 2px solid rgb(59, 59, 59);
  border-radius: 24px;
}

.partner-card {
  height: 140px;
  padding: 1rem;
  /* background-color: #1f1f1f; */
  transition: transform 0.3s ease;
}

.partner-card:hover {
  transform: scale(1.05);
}

.partner-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


@media (max-width: 768px) {
  .partner-card-box {
    width: 45%; 
  }
}
@media (max-width: 480px) {
  .partner-card-box {
    width: 45%;  
  }
}





.testimonial-title{
    margin-bottom: 100px;
    color: white;
}
.testimonial-card {
  width: 100%;
  height: 600px;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.testimonial-text {
  font-size: 1.4rem; 
  line-height: 1.7;
  max-height: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;  
  -webkit-box-orient: vertical;
}


.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-footer img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user h6 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.testimonial-user small {
  font-size: 1rem;
  color: #bbb;
}

.custom-owl-prev,
.custom-owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; 
  transition: all 0.3s ease;
  font-size: 18px;
}



.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}




.dot {
    width: 7px;
    height: 7px;
    background-color: #f103fe;
    border-radius: 50%;
    margin-right: 8px;
  }





























  

.sticky-heading {
      position: sticky;
      top: 140px; 
      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;
  }
}







.accordion-item {
            background: transparent;
            border: none;
            margin-bottom: 15px;
    
            overflow: hidden;
            padding: clamp(5px, 1vw, 10px) 0;
          
        }

        .accordion-button {
            /* background: white; */
            color: #212529;
            border-bottom: 2px solid #dee2e6;
            padding: 25px 30px;
            font-size: 1.4rem;
            font-weight: 500;
          
            transition: all 0.3s ease;
            box-shadow: none;
        }

        .accordion-button:not(.collapsed) {
            background: #212529;
            color: white;
            border-color: #212529;
            box-shadow: none;
        }

        .accordion-button:focus {
            box-shadow: none;
            border-color: #212529;
        }

        .accordion-button::after {
            background-image: none;
            content: '\f107';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 1.2rem;
            color: #212529;
            transition: transform 0.3s ease;
        }

        .accordion-button:not(.collapsed)::after {
            transform: rotate(180deg);
            color: white;
        }

        /* .accordion-button:hover {
            background: #f8f9fa;
            border-color: #212529;
            transform: translateY(-2px);
        } */

        .accordion-body {
            background: #f8f9fa;
            color: #495057;
            padding: 30px;
            font-size: 1rem;
            line-height: 1.7;
            border-top: 1px solid #dee2e6;
        }

        .accordion-collapse {
            border-radius: 0 0 15px 15px;
        }

   

        @media (max-width: 768px) {


            .accordion-button {
                padding: 20px;
                font-size: 1rem;
            }

            .accordion-body {
                padding: 20px;
                font-size: 0.95rem;
            }
        }

        @media (max-width: 576px) {
          

            .accordion-button {
                padding: 15px;
                font-size: 0.95rem;
            }
        }

        /* Smooth animation */
        .accordion-collapse {
            transition: height 0.35s ease;
        }
    


/* 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;
            }
            

        }



