   :root {
       --primary: #074DA2;
       --secondary: #ED1B24;
       --light: #f8f9fa;
       --dark: #343a40;
       --gray: #6c757d;
   }

   /* =======================
   Global Styles
======================= */
   body {
       /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
        font-family: 'Montserrat', sans-serif;
       color: #333;
   }
   a{
    color: #074DA2;
   }

   h1,
   h2,
   h3,
   h4{
       
       font-weight: 700;
   }

   .bg-primary {
       background-color: transparent;
   }

   .text-primary {
       color: var(--primary) !important;
   }

   .text-secondary {
       color: var(--secondary) !important;
   }

   /* Buttons */
   .btn-primary {
       background-color: var(--primary);
       border-color: var(--primary);
       padding: 12px 30px;
       font-weight: 600;
       border-radius: 4px;
       transition: all 0.3s;
   }

   .btn-primary:hover {
       background-color: #063a80;
       border-color: #063a80;
       transform: translateY(-3px);
       box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
   }

   .btn-outline-primary {
       color: var(--primary);
       border-color: var(--primary);
   }

   .btn-outline-primary:hover {
       background-color: var(--primary);
       color: white;
   }

   .navbar.scrolled {
       background-color: white !important;
       padding: 2px 0;
       box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
       transition-delay: 0.5s;
   }

   .navbar.scrolled .navbar-brand {
       color: var(--primary);
   }

   .navbar.scrolled .nav-link {
       color: #333;
   }
    .navbar.scrolled .nav-link:hover {
       color: #074DA2;
   }
   .navbar-toggler{
    color: white !important;
   }



   /* =======================
   Navbar/Header
======================= */
   .navbar {
       box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
       /* padding: 20px 0; */
       transition: all 0.3s ease;
       background-color: transparent !important;
   }
   .navbar .container{
      background: white;
     padding: 7px 22px;
    margin-top: 4px;
    border-radius: 6px;

   }
     

   .navbar-brand {
       font-weight: 700;
       font-size: 1.8rem;
       color: #074da2;
   }
   .navbar-brand img{
     width: 180px;
     height: auto;
   }

   .nav-link {
       font-weight: 600;
       padding: 0.5rem 1rem !important;
       /* color: white; */
   }

   .nav-link:hover,
   .nav-link.active {
       color: #074DA2;
       border-bottom: 2px solid #074DA2;
   }

   /* =======================
   Hero Section
======================= */



   .hero-section {
       background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
           url('../assets/img/banner-section.webp');
       background-size: cover;
       background-position: center;
       background-attachment: fixed;
       padding: 180px 0 150px;
       color: #ffffff;
       text-align: center;
       position: relative;
       overflow: hidden;
       min-height: 100vh;
       display: flex;
       align-items: center;
   }

   .hero-content {
       position: relative;
       z-index: 20;
       animation: fadeIn 1.5s ease-out;
   }

   .display-3 {
       font-weight: 800;
       letter-spacing: 1.5px;
       margin-bottom: 25px;
       text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
       animation: slideDown 1s ease-out;
   }
   
   .display-4 {
       font-weight: 800;
       letter-spacing: 1.5px;
       margin-bottom: 25px;
       text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
       animation: slideDown 1s ease-out;
   }

   .hero-lead {
       font-size: 1.35rem;
       max-width: 700px;
       margin: 0 auto 40px;
       text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
       animation: fadeIn 2s ease-out;
   }

   /* .btn-primary {
            background-color: #FF6B00;
            border-color: #FF6B00;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 4px;
            transition: all 0.3s;
        }
        
        .btn-primary:hover {
            background-color: #E05A00;
            border-color: #E05A00;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        } */

   .btn-outline-light {
       padding: 12px 30px;
       font-weight: 600;
       border-radius: 4px;
       transition: all 0.3s;
   }

   .btn-outline-light:hover {
       background-color: rgba(255, 255, 255, 0.1);
       transform: translateY(-3px);
       box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
       color: #ED1B24;
   }


   /* Construction elements */
   .construction-icon {
       position: absolute;
       opacity: 0.2;
       z-index: 1;
   }

   .crane {
       top: 20px;
       right: 10%;
       font-size: 8rem;
       animation: craneMove 20s infinite alternate;
   }

   .building {
       bottom: 20px;
       left: 4%;
       font-size: 9rem;
       animation: pulse 3s infinite;
   }

   /* Particle animation */
   .particles {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 5;
       overflow: hidden;
   }

   .particle {
       position: absolute;
       background-color: #f9b0b35e;
       border-radius: 50%;
       animation: float 15s infinite linear;
   }

   /* Animations */
   @keyframes fadeIn {
       from {
           opacity: 0;
       }

       to {
           opacity: 1;
       }
   }

   @keyframes slideDown {
       from {
           opacity: 0;
           transform: translateY(-50px);
       }

       to {
           opacity: 1;
           transform: translateY(0);
       }
   }

   @keyframes craneMove {
       0% {
           transform: translateX(0) rotate(0deg);
       }

       50% {
           transform: translateX(-50px) rotate(-5deg);
       }

       100% {
           transform: translateX(50px) rotate(5deg);
       }
   }

   @keyframes pulse {
       0% {
           transform: scale(1);
           opacity: 0.2;
       }

       50% {
           transform: scale(1.05);
           opacity: 0.25;
       }

       100% {
           transform: scale(1);
           opacity: 0.2;
       }
   }

   @keyframes float {
       0% {
           transform: translateY(100vh) translateX(0) rotate(0deg);
           opacity: 0;
       }

       10% {
           opacity: 1;
       }

       90% {
           opacity: 1;
       }

       100% {
           transform: translateY(-100px) translateX(100px) rotate(360deg);
           opacity: 0;
       }
   }

   /* Responsive adjustments */
   @media (max-width: 768px) {
       .hero-section {
           padding: 120px 0 100px;
           background-attachment: scroll;
       }

       .display-3 {
           font-size: 2.5rem;
       }
       
       .display-4 {
           font-size: 2.5rem;
       }
       

       .hero-lead {
           font-size: 1.1rem;
       }

       .btn {
           display: block;
           width: 100%;
           margin: 20px auto;
       }

       .btn-lg {
           padding: 10px 20px;
           font-size: 1rem;
       }

       .construction-icon {
           display: none;
       }
       .navbar-nav{
        padding-top: 10px;
       }
   }



   /* =======================
   Section Titles
======================= */
   .section-title {
       position: relative;
       margin-bottom: 40px;
       padding-bottom: 15px;
   }

   .section-title:after {
       content: '';
       position: absolute;
       bottom: 0;
       left: 0;
       width: 60px;
       height: 3px;
       background-color: var(--secondary);
   }

   .section-title.text-center:after {
       left: 50%;
       transform: translateX(-50%);
   }

   /* =======================
   About Section
======================= */
   .about-content {
       position: relative;
   }

   .about-badge {
       position: absolute;
       top: -20px;
       right: -20px;
       background: var(--secondary);
       color: white;
       padding: 15px 25px;
       border-radius: 5px;
       font-weight: 700;
       transform: rotate(5deg);
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
       z-index: 1;
   }

   .content-block {
       margin-bottom: 30px;
   }

   .content-block h3 {
       color: var(--primary);
       margin-bottom: 15px;
       font-weight: 600;
   }

   .content-image {
       border-radius: 10px;
       overflow: hidden;
       height: 400px;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   }

   .content-image img {
       transition: transform 0.5s ease;
   }

   .content-image:hover img {
       transform: scale(1.05);
   }

   /* =======================
   Stats Section
======================= */
   .stats-container {
       background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
       color: white;
       padding: 38px 0;
       text-align: center;
       position: relative;
       overflow: hidden;
   }

   .stats-container::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: url("../assets/img/counter-img.avif");
       background-size: cover;
       background-position: center;
       opacity: 0.4;
   }

   .stat-item {
       padding: 30px 20px;
       position: relative;
       z-index: 1;
       transition: transform 0.3s ease;
   }

   .stat-item:hover {
       transform: translateY(-5px);
   }

   .stat-item::after {
       content: '';
       position: absolute;
       right: 0;
       top: 50%;
       transform: translateY(-50%);
       height: 70px;
       width: 1px;
       background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
   }

   .stat-item:last-child::after {
       display: none;
   }

   .stat-icon {
       font-size: 2.5rem;
       margin-bottom: 15px;
       color: rgba(255, 255, 255, 0.9);
       display: inline-block;
       height: 70px;
       width: 70px;
       line-height: 70px;
       text-align: center;
       border-radius: 50%;
       background: rgba(255, 255, 255, 0.1);
       backdrop-filter: blur(5px);
   }

   .stat-number {
       font-size: 3.5rem;
       font-weight: 700;
       margin-bottom: 10px;
       color: #ffffff;
       text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
   }

   .stat-title {
       font-size: 1.1rem;
       text-transform: uppercase;
       letter-spacing: 1.5px;
       font-weight: 500;
       opacity: 0.9;
   }

   /* Animation for numbers */
   @keyframes countUp {
       from {
           opacity: 0;
           transform: translateY(20px);
       }

       to {
           opacity: 1;
           transform: translateY(0);
       }
   }

   .stat-number.animated {
       animation: countUp 1s ease-out forwards;
   }

   /* Responsive adjustments */
   @media (max-width: 992px) {
       .stat-item::after {
           display: none;
       }

       .stat-item {
           margin-bottom: 30px;
       }

       .stat-number {
           font-size: 2.8rem;
       }
   }

   @media (max-width: 576px) {
       .stats-container {
           padding: 50px 0;
       }

       .stat-number {
           font-size: 2.5rem;
       }

       .stat-icon {
           font-size: 2rem;
           height: 60px;
           width: 60px;
           line-height: 60px;
       }
   }

   /* =======================
   Expertise Section
======================= */
#expertise{
    padding: 40px 0px 70px 0px;
}
   .expertise-card {
       transition: transform 0.3s ease, box-shadow 0.3s ease;
       height: 100%;
       border: none;
       border-radius: 10px;
       overflow: hidden;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
   }

   .expertise-card:hover {
       transform: translateY(-10px);
       box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
   }

   .expertise-icon {
       font-size: 2.5rem;
       color: var(--primary);
       margin-bottom: 20px;
   }

   /* =======================
   Technology Section
======================= */
   #technology {
       padding: 5rem 0;
       background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
       position: relative;
       overflow: hidden;
   }

   .section-title {
       font-weight: 700;
       margin-bottom: 1.5rem;
       position: relative;
       color: #074DA2;
   }

   .section-title:after {
       content: '';
       display: block;
       width: 60px;
       height: 4px;
       background: #ed1b24;
       margin: 15px auto 0;
       border-radius: 2px;
   }

   .section-intro {
       font-size: 1.2rem;
       max-width: 800px;
       margin: 0 auto 3rem;
       line-height: 1.7;
   }

   .tech-card {
       background: white;
       border-radius: 12px;
       padding: 2rem 1.5rem;
       height: 100%;
       box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
       transition: all 0.4s ease;
       border: 1px solid rgba(255, 255, 255, 0.8);
       text-align: center;
       position: relative;
       z-index: 1;
   }

   .tech-card:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       height: 5px;
       background: linear-gradient(90deg, #074DA2, #6ba2e9);
       border-radius: 12px 12px 0 0;
       opacity: 0;
       transition: all 0.4s ease;
   }

   .tech-card:hover {
       transform: translateY(-10px);
       box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
   }

   .tech-card:hover:before {
       opacity: 1;
   }

   .tech-logo {
       width: 90px;
       height: 90px;
       display: flex;
       align-items: center;
       justify-content: center;
       background: white;
       border-radius: 18px;
       box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
       margin: 0 auto 20px;
       transition: all 0.4s ease;
       position: relative;
       color: #074DA2;
   }

   .tech-card:hover .tech-logo {
       transform: scale(1.1) rotate(5deg);
       box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
       background: linear-gradient(135deg, #074DA2, #6ba2e9);
       color: #ffffff;
   }

   .tech-card h5 {
       margin-top: 1rem;
       font-weight: 600;
       color: #2c3e50;
       transition: all 0.4s ease;
   }

   .tech-card:hover h5 {
       color: #074DA2;
   }

   .tech-description {
       color: #666;
       font-size: 0.95rem;
       margin-top: 0.5rem;
       opacity: 0;
       max-height: 0;
       transition: all 0.4s ease;
   }

   .tech-card:hover .tech-description {
       opacity: 1;
       max-height: 100px;
   }

   /* Responsive adjustments */
   @media (max-width: 992px) {
       .tech-card {
           padding: 1.5rem 1rem;
       }
   }

   @media (max-width: 768px) {
       #technology {
           padding: 3rem 0;
       }

       .section-intro {
           font-size: 1.1rem;
           margin-bottom: 2rem;
       }

       .tech-card {
           max-width: 280px;
           margin: 0 auto;
       }
   }

   @media (max-width: 576px) {
       .tech-logo {
           width: 80px;
           height: 80px;
       }

       .tech-logo i {
           font-size: 1.8rem !important;
       }
   }

   /* Decorative elements */
   .tech-decoration {
       position: absolute;
       opacity: 0.03;
       z-index: 0;
   }

   .decoration-1 {
       top: 10%;
       left: 5%;
       font-size: 12rem;
       transform: rotate(-15deg);
   }

   .decoration-2 {
       bottom: 10%;
       right: 5%;
       font-size: 10rem;
       transform: rotate(10deg);
   }

   /* =======================
   Safety Section
======================= */
   /* .safety-section {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?...');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 120px 0;
    text-align: center;
} */

   /* =======================
   Values Section
======================= */
   .value-card {
       text-align: center;
       padding: 40px 30px;
       border-radius: 10px;
       transition: all 0.3s ease;
       height: 100%;
       background: white;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
   }

   .value-card:hover {
       transform: translateY(-5px);
       box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
   }

   .value-icon {
       font-size: 2.8rem;
       color: var(--primary);
       margin-bottom: 25px;
   }

   /* =======================
   Footer Section
======================= */
   footer {
       background-color: var(--dark);
       color: white;
       padding: 80px 0 30px;
   }

   .footer-title {
       position: relative;
       padding-bottom: 15px;
       margin-bottom: 25px;
       font-weight: 600;
   }

   .footer-title:after {
       content: '';
       position: absolute;
       bottom: 0;
       left: 0;
       width: 40px;
       height: 2px;
       background-color: var(--secondary);
   }

   .social-icon {
       width: 40px;
       height: 40px;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       background: rgb(255, 255, 255);
       border-radius: 50%;
       margin-right: 10px;
       transition: all 0.3s ease;
       text-decoration: none;
   }

   .social-icon:hover {
       background: var(--secondary);
       transform: translateY(-3px);
   }

   /* =======================
   Responsive (Mobile)
======================= */
   @media (max-width: 768px) {
       .hero-section {
           padding: 100px 0;
       }

       .about-badge {
           position: relative;
           top: 0;
           right: 0;
           margin-bottom: 25px;
           display: inline-block;
           transform: rotate(0);
       }
   }

   /* contact section */

   .contact-hero {
       position: relative;
       padding: 5rem 0;
       background-color: #f8f9fa;
       overflow: hidden;
   }

   /* Animated Background Elements */
   .animated-bg {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 0;
       overflow: hidden;
   }

   .animated-bg .shape {
       position: absolute;
       opacity: 0.1;
       animation: float 15s infinite ease-in-out;
   }

   .circle {
       border-radius: 50%;
       background: #074DA2;
   }

   .circle-1 {
       width: 300px;
       height: 300px;
       top: -50px;
       left: -50px;
       animation-delay: 0s;
   }

   .circle-2 {
       width: 200px;
       height: 200px;
       bottom: -30px;
       right: 50px;
       animation-delay: 2s;
       background: #ED1B24;
   }

   .triangle {
       width: 0;
       height: 0;
       border-style: solid;
       border-color: transparent;
       border-bottom-color: #074DA2;
   }

   .triangle-1 {
       border-width: 0 50px 100px 50px;
       top: 20%;
       right: 10%;
       animation-delay: 1s;
       transform: rotate(15deg);
   }

   .triangle-2 {
       border-width: 0 30px 60px 30px;
       border-bottom-color: #ED1B24;
       bottom: 15%;
       left: 15%;
       animation-delay: 4s;
       transform: rotate(-15deg);
   }

   .square {
       background: #074DA2;
       transform: rotate(15deg);
   }

   .square-1 {
       width: 100px;
       height: 100px;
       bottom: 20%;
       left: 10%;
       animation-delay: 3s;
   }

   .square-2 {
       width: 70px;
       height: 70px;
       top: 15%;
       right: 20%;
       background: #ED1B24;
       animation-delay: 5s;
       transform: rotate(-15deg);
   }

   /* Pulse animation */
   @keyframes float {

       0%,
       100% {
           transform: translateY(0) translateX(0) rotate(0deg);
       }

       25% {
           transform: translateY(-20px) translateX(10px) rotate(5deg);
       }

       50% {
           transform: translateY(10px) translateX(-15px) rotate(-5deg);
       }

       75% {
           transform: translateY(-10px) translateX(-5px) rotate(3deg);
       }
   }

   /* Pulse animation for secondary color */
   @keyframes pulse {
       0% {
           transform: scale(1);
           opacity: 0.7;
       }

       50% {
           transform: scale(1.05);
           opacity: 0.9;
       }

       100% {
           transform: scale(1);
           opacity: 0.7;
       }
   }

   /* Content Styling */
   .contact-content {
       position: relative;
       z-index: 2;
   }

   .contact-heading {
       font-weight: 700;
       color: #074DA2;
       margin-bottom: 1.5rem;
       line-height: 1.2;
   }

   .contact-subheading {
       color: #6c757d;
       font-weight: 400;
       margin-bottom: 2rem;
       font-size: 1.1rem;
   }

   .contact-card {
       background: white;
       border-radius: 12px;
       padding: 1.5rem;
       margin-bottom: 1.5rem;
       box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
       transition: transform 0.3s ease, box-shadow 0.3s ease;
       border: none;
       position: relative;
       overflow: hidden;
   }

   .contact-card::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       width: 5px;
       height: 0;
       background: #074DA2;
       transition: height 0.5s ease;
   }

   .contact-card:hover::before {
       height: 100%;
   }

   .contact-card:hover {
       transform: translateY(-5px);
       box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
   }

   .contact-icon {
       width: 50px;
       height: 50px;
       border-radius: 12px;
       background: rgba(7, 77, 162, 0.1);
       display: flex;
       align-items: center;
       justify-content: center;
       color: #074DA2;
       font-size: 1.2rem;
       margin-bottom: 1rem;
       transition: all 0.3s ease;
   }

   .contact-card:hover .contact-icon {
       background: #074DA2;
       color: white;
       animation: pulse 1.5s infinite;
   }

   .contact-method {
       font-weight: 600;
       color: #212529;
       margin-bottom: 0.5rem;
   }

   .contact-detail {
       color: #6c757d;
       margin-bottom: 0;
   }

   /* Contact Form Styling */
   .contact-form {
       background: white;
       border-radius: 12px;
       padding: 2rem;
       box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
       position: relative;
       z-index: 2;
       animation: fadeIn 1s ease;
   }

   .form-control {
       padding: 12px 15px;
       border-radius: 8px;
       border: 1px solid #e2e8f0;
       margin-bottom: 1.5rem;
       transition: all 0.3s ease;
   }

   .form-control:focus {
       border-color: #074DA2;
       box-shadow: 0 0 0 0.25rem rgba(7, 77, 162, 0.25);
   }

   .submit-btn {
       background: #074DA2;
       border: none;
       padding: 12px 30px;
       font-weight: 500;
       border-radius: 8px;
       transition: all 0.3s ease;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       color: white;
       width: 100%;
       position: relative;
       overflow: hidden;
   }

   .submit-btn::before {
       content: '';
       position: absolute;
       top: 0;
       left: -100%;
       width: 100%;
       height: 100%;
       background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
       transition: 0.5s;
   }

   .submit-btn:hover::before {
       left: 100%;
   }

   .submit-btn:hover {
       background: #074DA2;
       transform: translateY(-2px);
       box-shadow: 0 5px 15px rgba(7, 77, 162, 0.3);
   }

   .submit-btn i {
       margin-right: 0.5rem;
   }

   /* Form animation */
   @keyframes fadeIn {
       from {
           opacity: 0;
           transform: translateY(20px);
       }

       to {
           opacity: 1;
           transform: translateY(0);
       }
   }

   /* Success message animation */
   .alert-success {
       animation: slideIn 0.5s ease;
   }

   @keyframes slideIn {
       from {
           opacity: 0;
           transform: translateY(-20px);
       }

       to {
           opacity: 1;
           transform: translateY(0);
       }
   }

   /* Secondary color accents */
   .secondary-accent {
       color: #ED1B24;
       font-weight: 600;
   }

   .highlight {
       position: relative;
       display: inline-block;
   }

   .highlight::after {
       content: '';
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
       height: 8px;
       background-color: rgba(237, 27, 36, 0.2);
       z-index: -1;
       animation: highlightWidth 2s ease;
       top: 58px;
   }

   @keyframes highlightWidth {
       0% {
           width: 0;
       }

       100% {
           width: 100%;
       }
   }

   @media (max-width: 992px) {
       .contact-hero {
           padding: 4rem 0;
       }

       .contact-heading {
           font-size: 2.2rem;
       }
   }

   @media (max-width: 768px) {
       .contact-hero {
           padding: 3rem 0;
       }

       .contact-heading {
           font-size: 1.8rem;
       }

       .contact-subheading {
           font-size: 1rem;
       }

       .animated-bg .shape {
           opacity: 0.08;
       }

       .contact-form {
           padding: 1.5rem;
       }
       .navbar {
    background-color: #ffffff !important;
}
.navbar .container {
    background: white;
    padding: 0px 20px;
    border-radius: 6px;
}
.two-btnbanner {
    padding: 0px 29px;
}
.highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(237, 27, 36, 0.2);
    z-index: -1;
    animation: highlightWidth 2s ease;
    top: 35px;
}
   }
