html, body {
    scroll-behavior: smooth;
}

.bg-color {
    background-color: #12002b;
}

.nav-items:hover {
    color: #ff1a94;
}
 
.dropdown.active .dropdown-toggle {
    color: #ff1a94;
  }

.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px; /* Adjust the width as needed */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Box shadow for the dropdown */
    z-index: 1;
  }

  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Style the dropdown links */
  .dropdown-content a {
    color: #ffffff; /* Text color of the dropdown items */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change the link color on hover */
  .dropdown-content a:hover {
    background-color: #004BDD; /* Background color on hover */
  }

/* Mobile Menu */
/* CSS for the mobile menu overlay */
#nav-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 1000; /* Higher z-index to overlay other content */
    transition: opacity 0.3s ease-in-out;
    overflow: hidden;
  }
  
  #nav-menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%; /* Adjust the width as needed */
    background-color: #12002b; /* Background color of the menu */
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5); /* Add shadow to the menu */
    overflow-y: auto; /* Enable vertical scrolling if needed */
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  
  #nav-menu-mobile.open {
    transform: translateX(0);
  }

  .mobile-nav-items {
    display: flex;
    margin: auto;
    margin: 50px;
    padding: 0px 20px; /* Adjust the padding as needed */
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; /* Text color for mobile menu items */
    transition: background-color 0.3s ease-in-out;
  }
  .mobile-nav-items:hover {
    color: #ff1a94;
  }
  
/* Mobile Menu */

.btn-color {
    color: white;
    background-color:#ff1a94;;
}
.btn-color:hover{
    background-color: #004BDD;
}
.cta-color {
    color: #ff1a94;
}
.cta-color:hover{
    color: #004BDD;
}

.rounded {
    border-radius: 0.80rem;
}

.text-hero {
    font-family: 'Google Sans Display', sans-serif;
    font-size: 3.25rem;
    font-weight:900;
}

.text-heading {
    font-family: 'Google Sans Display', sans-serif;
    font-size: 2.25rem;
    line-height: 1.75rem;
}

.text-lg {
    font-size: 1.125rem/* 18px */;
    line-height: 1.75rem/* 28px */;
    font-family: 'Google Sans Display', sans-serif;
}

.hero-bg-color {
background-color: #2d3436;
background-image: linear-gradient(to top, #3d5074 0%, #100b2a 60%);}

.hero-bg-color {
    background-image: url('/Startedge/StartEdgeV5/img/gradient.png'); /* Replace with the actual path to your PNG image */
    background-size: cover;
    background-position: center;
  }

.gradient-text {
    font-weight:bolder;
    background: #ff1a94;
    background: linear-gradient(to right, #ff1a94 0%, #004BDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* CLIENTS STARTS */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos-slide {
    display: inline-block;
    animation: 5s slide infinite linear;
}

.logos-slide img{
    height: 50px;
    display: inline-block;
    margin: 0 40px;
}


.logos:before,
.logos:after {
position: absolute;
top: 0;
width: 50px;
height: 100%;
content: "";
z-index: 2;
}

.logos:before {
left: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
right: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
animation-play-state: paused;
}
/* CLIENTS ENDS */

/* CTA STARTS */
    .cta-bg-color {
        background-clip: text; /* Apply gradient to the text */
        color: transparent; /* Make the original text color transparent */
        background-image: linear-gradient(to right, #FF00B8, #5d00ff); /* Define the gradient */
    }

    .cta-icons {
        display: flex;
        align-items: center; /* Vertically center align the icons */
    }

    .cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: -10px; /* Add spacing between icons */
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Add shadow */
    }

    .cta-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    }

    .cta-contents {
        align-items: center;
    }

    .cta-container {
        width: 100%;
    }
    .cta-button {
        background-color: #ffffff;
        color: #FF00B8;
        box-shadow: 0px 5px 10px rgba(26, 0, 62, 0.5);
    }
    .cta-button:hover {
        transform: scale(0.96);
        -webkit-transition: box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;
        transition: box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;
        transition: transform 100ms ease,box-shadow 100ms ease,color 100ms ease,border-color 100ms ease;
        transition: transform 100ms ease,box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;    
    }
    .cta-button2:hover {
        transform: scale(0.96);
        -webkit-transition: box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;
        transition: box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;
        transition: transform 100ms ease,box-shadow 100ms ease,color 100ms ease,border-color 100ms ease;
        transition: transform 100ms ease,box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;    
    }
/* CTA ENDS */

.horizontal-line{
    width: 20%; /* Set the width to 1/3 of the container's width */
    height: 1px; /* Set the height to create a horizontal line */
    background-color: #ff1a94; /* Set the line color (you can change this to your preferred color) */
    margin: 0 auto; /* Center the line within its container */
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.vertical-center {
    display: inline-block;
    text-align: center;
    padding-left: 150px;
}
  
.rounded-lg {
    border-radius: 1.80rem/* 8px */;
}

.sticky {
    position: sticky;
}
 
.backdrop-blur-md {
    backdrop-filter: blur(10px); /* Adjust the blur intensity as needed */
    background-color: rgba(16, 11, 42, 0.9); /* Adjust the background color and opacity as needed */
}
  

/* Services Starts */

.card {
    width: 300px;
    background: white;
    padding: .8em;
    border-radius: 16px;
}
.card:hover {
    transform: scale(0.96);
    -webkit-transition: box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;
    transition: box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;
    transition: transform 100ms ease,box-shadow 100ms ease,color 100ms ease,border-color 100ms ease;
    transition: transform 100ms ease,box-shadow 100ms ease,color 100ms ease,border-color 100ms ease,-webkit-transform 100ms ease;    

}

.card-image {
background-color: rgb(210, 210, 210);
width: 100%;
height: 200px;
border-radius: 16px 16px 0 0;
}

.p-4 {
    padding: 6rem;
}

.category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: rgb(63, 121, 230);
    padding: 10px 7px 0;
  }

  
  .heading {
    font-size: 24px;
    font-weight: 600;
    color: rgb(88, 87, 87);
    padding: 7px;
  }
  
  .author {
    color: gray;
    font-weight: 400;
    font-size: 11px;
    padding-top: 20px;
  }
  .name {
    font-weight: 600;
  }
  
/* Services Ends */


/* Styles for smaller screens (1023px and below) */
/* Add flex-grow for resolutions below 1020px */
@media (max-width: 1020px) {
    .nav-items {
        display: none;
    }
    .contact-btn {
        display: none;
    }    
    /* Hide the desktop menu for smaller screens */
    #desktop-menu {
        display: none;
    }
    
    /* Display the hamburger icon for smaller screens */
    #mobile-menu-toggle {
        display: inline-flex;
    }
    
    /* Show the dropdown menu when the hamburger icon is clicked */
    #mobile-menu-toggle.active + #desktop-menu {
        display: block;
    }
    
    /* Apply flex-grow for resolutions below 1020px */
    .md:flex-grow {
        flex-grow: 1;
    }
}



    /* Hide the navigation links on screens narrower than 768px */
@media (max-width: 767px) {
    .nav-items {
        display: none;
    }
    
}

@media (min-width: 768px) {
    .md\:w-5\/6 {
        width: 100%;
    }
}