        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-color: #fffefe;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    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;
            margin-bottom: 30px;
            line-height: 1.1;
        }
        
        .contact-header p {
            font-size: 1.125rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 0;
        }
        
        .left-panel {
            padding-right: 60px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
                @media (max-width:768px) {

            .left-panel{
                justify-content: start;

            }
            
        }
        
        .contact-info {
            flex: 1;
        }
        
        .contact-section {
            margin-bottom: 45px;
        }
        
        .contact-section h3 {
            font-size: 1.125rem;
            font-weight: 400;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.4;
        }
        
        .contact-section a {
            color: #666;
            text-decoration: underline;
            font-size: 1rem;
            line-height: 1.4;
        }
        
        .contact-section a:hover {
            color: #333;
            text-decoration: underline;
        }
        
        .social-buttons {
            display: flex;
            gap: 12px;
            margin-top: 20px;
        }
        
        .social-btn {
            display: inline-flex;
            align-items: center;
            padding: 8px 16px;
            border: 1px solid #999;
            border-radius: 20px;
            background: transparent;
            color: #666;
            text-decoration: none;
            font-size: 0.875rem;
            transition: all 0.2s ease;
            white-space: nowrap;
        }
        
        .social-btn:hover {
            background-color: #080808;
            color: #faf9f9;
        }
        
        .form-panel {
            background: white;
            border-radius: 12px;
            padding: 50px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            height: fit-content;
            min-height: 600px;
        }
        
        .form-step {
            display: none;
            animation: fadeIn 0.3s ease-in-out;
        }
        
        .form-step.active {
            display: block;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .form-step h4 {
            font-size: 2rem;
            font-weight: 400;
            color: #333;
            margin-bottom: 30px;
            line-height: 1.3;
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-label {
            font-weight: 500;
            color: #333;
            margin-bottom: 8px;
            display: block;
            font-size: 1rem;
        }
        
        .form-control, .form-select {
            border: 1px solid #f5f2f2;
            border-radius: 8px;
            padding: 16px 20px;
            font-size: 1rem;
            transition: all 0.2s ease;
            width: 100%;
            background: #fff;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: #090909;
  
            outline: none;
        }
        
        .form-control.is-invalid {
            border-color: #dc3545;
        }
        
        .btn-next, .btn-prev, .btn-submit {
            padding: 14px 28px;
            border-radius: 8px;
            font-weight: 500;
            font-size: 1rem;
            border: none;
            cursor: pointer;
            transition: all 0.2s ease;
            min-width: 120px;
        }
        
        .btn-next, .btn-submit {
            background: #040404;
            color: white;
        }
        
        .btn-next:hover, .btn-submit:hover {
            background: #5c5d5d;
            transform: translateY(-1px);
        }
        
        .btn-prev {
            background: #6c757d;
            color: white;
            margin-right: 15px;
        }
        
        .btn-prev:hover {
            background: #5a6268;
            transform: translateY(-1px);
        }
        
        .form-navigation {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }
        
        .required {
            color: #dc3545;
        }
        
        .success-message {
            text-align: center;
            padding: 60px 40px;
        }
        
        .success-message i {
            font-size: 4rem;
            color: #28a745;
            margin-bottom: 25px;
        }
        
        .success-message h3 {
            color: #28a745;
            margin-bottom: 20px;
            font-size: 1.75rem;
        }
        
        .success-message p {
            color: #666;
            font-size: 1.1rem;
            line-height: 1.6;
        }
        
        @media (max-width: 768px) {
            .contact-header h1 {
                font-size: 2.5rem;
            }
            
            .left-panel {
                padding-right: 20px;
                margin-bottom: 40px;
            }
            
            .form-panel {
                padding: 30px 25px;
            }
            
            .social-buttons {
                flex-wrap: wrap;
                gap: 8px;
            }
            
            .social-btn {
                font-size: 0.8rem;
                padding: 6px 12px;
            }
        }



















/* 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;
            }
            
  
        }




.custom-close {
    background-color: black !important;
    opacity: 1 !important;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.25rem;
}

.custom-close::after {
    content: '×';
    color: white;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    line-height: 1.5rem;
}




















.map-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    line-height: 0;
    max-width: 100% !important;
    /* margin: 10px !important; */
    min-height: 250px;
}
 
.map-wrapper iframe {
    display: block;
    width: 100%;
    height: 250px !important;
    border: 0;
}
 
.contact-details {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 14px;
    padding: 24px 4px 0 4px;
}
 
.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #444;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    transition: color 0.2s ease;
}
 
.contact-detail-item:hover {
    color: #000;
    text-decoration: none;
}
 
.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    flex-shrink: 0;
    color: #555;
    transition: all 0.2s ease;
}
 
.contact-detail-item:hover .contact-icon {
    border-color: #000;
    color: #000;
    background: #f9f9f9;
}
 
/* Responsive */
@media (max-width: 991px) {
    .contact-right-panel {
        margin-top: 32px;
    }
 
    .map-wrapper iframe {
        height: 280px;
    }
}
 
@media (max-width: 576px) {
    .map-wrapper iframe {
        height: 200px;
    }
 


    .contact-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
padding: 10px 30px;}
    
}

        
        
        
