@media only screen and (min-width: 701px) and (max-width: 1700px) {
  .hero-sec-h-100 {
    height: 100vh !important;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 2100px) {
  .hero-sec-h-100 {
    height: 100vh !important; 
  }

  .hero-sec-h-100 .hero-content {
    padding-top: 8em !important;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1000px) {

  body,
  html {
    overflow-x: hidden;
  }

  .hero-title {
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -0.02em;
    width: 100%;
  }

  .comparison-card {
    max-width: 100%;
  }

  .comparison-with-badge .badge-img {
    display: none;
  }

  .comparison-without-badge .badge-img {
    display: none;
  }

  .comarison-width {
    width: 100%;
  }

  .comparison-with-badge .badge-text h5 {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.8em;
  }

  .comparison-with-badge .badge-text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
  }

  .comparison-without-badge .badge-text h5 {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.8em;
  }

  .comparison-without-badge .badge-text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
  }

  .feature-card {
    width: 364px;
    justify-content: center;
  }
}

@media only screen and (min-width: 100px) and (max-width: 766px) {

  body,
  html {
    overflow-x: hidden;
  }

  header {
    left: 0%;
    transform: translate(0%);
    max-width: 374px;
  }

  .service-cards-wrapper .card-hover-content {
    max-height: 100%;
  }

  .hero-section {
    overflow: hidden;
  }

  .scroling-cards-sec {
    overflow-x: hidden;
  }

  .footer {
    overflow: hidden;
  }

  .hero-title {
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -0.02em;
    width: 100%;
  }

  .custom-navbar {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .feature-card {
    width: 364px;
    justify-content: center;
  }

  .feature-card h3 {
    font-weight: 400;
    font-size: 22px;
  }

  .custom-navbar {
    backdrop-filter: blur(6px);
    border-radius: 12px;
    background-color: #000 !important;
    padding: 5px 5px 5px 10px !important;
    border: none !important;
  }

  .custom-accordion {
    width: 100% !important;
  }

  .custom-accordion .accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
  }

  .footer-social-links {
    width: 100%;
    text-align: right;
  }

  .comparison-card {
    max-width: 100%;
  }

  .card__inner {
    flex-direction: row;
  }

  .comparison-with-badge {
    display: flex;
    align-items: center;
    background-color: #ebf1ff;
    border-radius: 100px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 3px 23px 3px 23px;
    position: absolute;
    right: 52px;
    top: 15px;
    width: min-content;
    z-index: 1;
  }

  .comparison-with-badge .badge-img {
    flex: none;
    height: 12px;
    position: relative;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .comparison-with-badge .badge-text h5 {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.8em;
  }

  .comparison-with-badge .badge-text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
  }

  .comparison-without-badge {
    display: flex;
    align-items: center;
    background-color: #ffeceb;
    border-radius: 100px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 3px 23px 3px 23px;
    position: absolute;
    right: 8px;
    top: -11px;
    width: min-content;
    z-index: 1;
  }

  .comparison-without-badge .badge-img {
    flex: none;
    height: 12px;
    position: relative;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .comparison-without-badge .badge-text h5 {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.8em;
  }

  .comparison-without-badge .badge-text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
  }

  .comparison-card-border {
    border-right: none !important;
  }

  .comarison-text-wrapper {
    display: none !important;
  }

  .navbar-nav .nav-item .nav-link {
    margin-left: 0px;
  }

  .navbar-nav {
    margin-top: 10px;
  }

  .check-icon {
    width: 20px;
    height: 20px;
  }

  .check-icon i {
    font-size: 10px;
    padding-left: 7px;
    vertical-align: middle;
    padding-bottom: 2px !important;
  }

  .cross-icon i {
    font-size: 14px;
    padding-left: 6px;
    vertical-align: middle;
    padding-bottom: 3px !important;
  }

  .d-flex.justify-content-center {
    gap: 0rem;
  }

  .breadcrumb-sec::after {
    left: -4em;
  }

  .service-feature-sec {
    gap: 0;
  }

  .service-feature-sec h2 {
    padding: 0 !important;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-subtitle {
    font-size: 1rem;
  }

  .navbar-nav .dropdown .dropdown-menu {
    background-color: #512feb !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .form-control {
    background-color: #000000;
    color: #fff;
    border: 1px solid #6a6868 !important;
    border-radius: 10px;
  }

  .contact-wrapper .contact-info h2 {
    font-size: 28px;
  }

  .contact-wrapper .contact-info .social-info {
    justify-content: center;
    padding-left: 2em !important;
    margin-top: 2em;
  }

  .about-sec-info h2 {
    font-size: 1.4em !important;
  }

  .scrolling-card {
    position: sticky;
    top: 10em;
  }

  .career-info .feature-card h3 {
    font-weight: 500;
    font-size: 1.3rem;
    padding: 0px;
  }

  .career-info .feature-card p {
    font-size: 0.85rem;
    padding: 0px;
  }

  .career-info .feature-card {
    max-width: 300px;
    text-align: center;
    padding: 28px 17px !important;
    overflow: visible;
  }

  .with-card {
    width: 100%;
  }

  .without-card {
    width: 100%;
  }

  .footer {
    padding: 40px 15px 0px 15px;
  }

  .footer-social-links {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: auto;
    background-color: #000 !important;
    border: 1px solid #272727 !important;
  }

  .dropdown-item:hover {
    background-color: #512febcc !important;
  }
}