/* ======================== General Styling ======================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background-color: #000;
}

img {
  display: block;
  max-width: 100%;
}

a:hover {
    text-decoration: none;
}

/* ======================== Header & Navigation ======================== */

/* Menubar */
.menubar {
  display: none;
}

/* Sidenav */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-top: 0;
}

.sidenav p {
  color: #ccc;
  padding: 0 0 0 5vw;
}

.sidenav ul {
  font-size: 4vw;
}

.sidenav li {
  display: inline-block;
  font-size: 1vw;
  margin-left: 8vw;
  height: 8vw;
}

.sidenav a {
  padding: 0 8px 0 32px;
  text-decoration: none;
  font-size: 4vw;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: black;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 2px 10px -5px rgb(255, 255, 255);
  height: 5vw;
}

.navbar a,
.navbar p {
  font-size: 1.2vw;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.navbarsinfoLogo img {
  height: 3.5vw;
  width: 8vw;
  border-radius: 0.5vw;
}

/* Navigation List & Dropdowns */
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  position: relative;
  display: inline-block;
}

/* Dropdown Menu */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #000;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  min-width: 250px;
  z-index: 1;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.dropdown-menu li {
  display: block;
  padding: 0;
}

.dropdown-menu li a,
.dropdown-menu li p {
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background-color: #333;
}

/* Dropdown Sections */
.dropdown-section {
  padding: 10px 20px;
  border-bottom: 1px solid #575757;
}

.dropdown-section:last-child {
  border-bottom: none;
}

.dropdown-heading1 {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  background-color: #575757;
}

.dropdown-section ul {
  margin: 0;
  padding-left: 0;
}

.dropdown-section ul li {
  padding: 4px 0;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* Dropdown Toggle */
.dropdown-toggle {
  color: #000;
  padding: 10px 5px;
  text-decoration: none;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}

/* Dropdown Caret */
.Dropdowncaret {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* .Dropdowncaret:hover {
  background-color: #ddd;
}  */

/* Infinite Solutions Element */
.InfiniteSolutions {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: rgb(0, 0, 0);
  border-radius: 1vw;
  padding: 0 0.5vw;
  background-color: white;
}

.InfiniteSolutions a {
  color: rgb(0, 0, 0);
  padding: 0.5vw 0;
}

.InfiniteSolutions img {
  height: 1.5vw;
  width: 3vw;
}

/* Navbar Phone Number */
.NavbarPhoneNo {
  padding: 0;
}

.NavbarPhoneNo a {
  font-size: 1.2vw;
}

/* Navbar Book a Demo Button */
.NavbarBookADemo button {
  font-weight: bold;
  font-size: 0.9vw;
  background-color: white;
  color: black;
  border: 2px solid black;
  padding: 0.5vw;
  width: 9vw;
  border-radius: 25px;
  cursor: pointer;
}

.NavbarBookADemo button:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
  transition: 0.3s;
}

/* =============================== Heading and subheading ======================== */

.modules-intro {
    background-color: #000000;
    /* padding: 4rem 2rem; */
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 6vw 0vw 0vw 0vw;
}

.intro-header {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #efe17c;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.main-title .title-icon {
    width: 2.5rem;
    height: 2.5rem;
    fill: #efe17c;
}

.subheading {
    font-size: 1.5rem;
    color: #cfd6dd;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.4;
}

.header-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.decoration-line {
    height: 1px;
    width: 100px;
    background: linear-gradient(90deg, transparent, #efe17c, transparent);
}

.decoration-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #efe17c;
    opacity: 0.8;
}

/* Animated background elements */
.modules-intro::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(239,225,124,0.05) 0%, rgba(0,0,0,0) 70%);
    animation: rotate 20s linear infinite;
    z-index: 1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.2rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .subheading {
        font-size: 1.2rem;
        padding: 0 1rem;
    }
    
    .decoration-line {
        width: 60px;
    }
}

@media (max-width: 480px) {
    .modules-intro {
        padding: 3rem 1rem;
    }
    
    .main-title {
        font-size: 1.8rem;
    }
    
    .subheading {
        font-size: 1rem;
    }
    
    .header-decoration {
        gap: 1rem;
    }
}

/* ========================== Google Drive Backup =========================== */

.module-card {
  background-color: #000000;
  border: 1px solid #30363d;
  padding: 2.5rem;
  display: flex;
  /* max-width: 100px; */
  width: 100%;
  box-shadow: #0d1117;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  gap: 2rem;
}

.module-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 2;
}

.module-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.module-name {
  font-size: 2rem;
  font-weight: 700;
  color: #efe17c;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.module-name svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: #efe17c;
}

.module-description {
  color: #cfd6dd;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 80%;
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.benefit-item {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #efe17c;
  padding: 1.25rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.benefit-item:hover {
  transform: translateY(-3px);
  background: #161616;
  border-color: #efe17c;
  box-shadow: 0 4px 12px rgba(1, 4, 9, 0.3);
}

.benefit-title {
  font-weight: 600;
  color: #efe17c;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.benefit-title svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #efe17c;
}

.benefit-desc {
  color: #cfd6dd;
  font-size: 0.875rem;
  line-height: 1.5;
}

.animation-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 320px;
  position: relative;
  z-index: 1;
}

.animation-container {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.animation-container img {
  height: 13vw;
}

.drive-logo {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.08;
  animation: rotate 20s linear infinite;
}

.cloud-icon {
  fill: #efe17c;
  filter: drop-shadow(0 4px 12px rgba(88, 166, 255, 0.3));
  transform-origin: center;
  animation: pulse 6s infinite ease-in-out;
}

.upload-icon {
  fill: #efe17c;
  transform-origin: center;
  animation: floatAnimation 3s infinite ease-in-out;
  filter: drop-shadow(0 2px 8px rgba(46, 160, 67, 0.3));
}

.data-dots {
  opacity: 0;
  animation: fadeInOut 4s infinite;
  fill: #efe17c;
}

.data-dots:nth-child(1) {
  animation-delay: 0.3s;
}
.data-dots:nth-child(2) {
  animation-delay: 0.6s;
}
.data-dots:nth-child(3) {
  animation-delay: 0.9s;
}
.data-dots:nth-child(4) {
  animation-delay: 1.2s;
}
.data-dots:nth-child(5) {
  animation-delay: 1.5s;
}
.data-dots:nth-child(6) {
  animation-delay: 1.8s;
}

.contact-button {
  background: #efe17c;
  color: rgb(0, 0, 0);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(20, 20, 20, 0.3);
  width: fit-content;
  margin: 0 auto;
}

.contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(27, 27, 27, 0.4);
}


@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1.05);
  }
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
  20%,
  80% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.9;
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes dataFlow {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .module-card {
    flex-direction: column;
    padding: 1.5rem;
  }

  .animation-section {
    width: 100%;
    margin-top: 1rem;
  }

  .animation-container {
    height: 240px;
  }

  .animation-container img {
    height: 20vw;
  }

  .module-description {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
    .animation-container img {
    height: 30vw;
  }
}

/* ========================== Support Module ======================= */

.infinite-support-module {
  background-color: #000000;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.support-container {
  width: 100%;
  margin: 0 auto;
}

.support-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem;
  align-items: center;
  justify-content: space-around;
}

.support-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.support-logo {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.08;
    animation: rotate 20s linear infinite;
    fill: #efe17c;
}

.support-visual {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.infinite-support-module h2 {
  color: #efe17c;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.description {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.benefit {
  background-color: #000000;
  border: 2px solid #efe17c;
  border-radius: 8px;
  padding: 1.5rem;
  transition: transform 0.2s ease;
}

.benefit:hover {
  transform: translateY(-3px);
}

.benefit-icon {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.benefit h3 {
  color: #efe17c;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.benefit p {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.4;
}

.cta-button {
  background-color: #efe17c;
  color: #000000;
  border: none;
  padding: 0.7rem 1.5rem;
  font-size: 0.9rem;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(74, 107, 255, 0.2);
}

.cta-button:hover {
  background-color: #000000;
}

/* SVG Animation */
#active-circle, #solved-circle {
  animation: pulse 2s infinite alternate;
}

#progress-bar {
  animation: progressFill 1s ease-out forwards;
}

@keyframes pulse {
  0% {
    r: 30;
  }
  100% {
    r: 32;
  }
}

@keyframes progressFill {
  from {
    width: 0;
  }
  to {
    width: 120;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .infinite-support-module {
    height: auto;
    min-height: 100vh;
    padding: 2rem 1rem;
  }
  
  .support-content {
    flex-direction: column;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .support-text, .support-visual {
    width: 100%;
    max-width: 100%;
  }
  
  #support-svg {
    max-width: 300px;
  }
}

@media (max-height: 700px) {
  .infinite-support-module {
    height: auto;
    min-height: 100vh;
    padding: 2rem 1rem;
  }
}

/* =========================== Excel to Tally ======================== */

        .excel-tally-section {
            display: flex;
            min-height: 100vh;
            padding: 2rem;
            align-items: center;
            background: #000000;
        }

        .content-container {
            display: flex;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
        }

        .text-content {
            flex: 1;
            min-width: 300px;
        }

        .svg-container {
            flex: 1;
            min-width: 300px;
            position: relative;
            height: 100%;
        }

        .animated-svg {
            width: 100%;
            height: auto;
            max-height: 500px;
        }

        .text-content h2 {
            font-size: 2.5rem;
            color: #efe17c;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .description {
            color: #f6f7f8;
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 2rem;
            max-width: 600px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .benefit-card {
            background: rgb(0, 0, 0);
            border-radius: 10px;
            padding: 1.5rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 2px solid #efe17c;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }

        .benefit-title {
            font-weight: 600;
            color: #efe17c;
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
        }

        .benefit-desc {
            color: #eff1f5;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .excel-tally-section {
                padding: 1.5rem;
            }
            
            h2 {
                font-size: 2rem;
            }
            
            .content-container {
                flex-direction: column;
            }
            
            .text-content, .svg-container {
                width: 100%;
            }
        }

        /* Animation for the SVG paths */
        .data-path {
            stroke-dasharray: 1000;
            stroke-dashoffset: 1000;
            animation: dash 5s linear forwards infinite;
        }

        @keyframes dash {
            to {
                stroke-dashoffset: 0;
            }
        }

        .pulse-circle {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                opacity: 0.7;
                transform: scale(0.95);
            }
            50% {
                opacity: 1;
                transform: scale(1.05);
            }
            100% {
                opacity: 0.7;
                transform: scale(0.95);
            }
        }

/* ===================== Approval Module ==================== */

.infinite-approval-module {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  background-color: white;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #000000;
}

.infinite-approval-module .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.infinite-approval-module .content {
  flex: 1;
  min-width: 300px;
}

.infinite-approval-module h1 {
  font-size: 2.5rem;
  color: #efe17c;
  margin-bottom: 15px;
}

.infinite-approval-module .subtitle {
  font-size: 1.2rem;
  color: #f4f6f7;
  margin-bottom: 40px;
  max-width: 600px;
}

.infinite-approval-module .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.infinite-approval-module .benefit {
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.infinite-approval-module .benefit:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.infinite-approval-module .benefit-icon {
  width: 40px;
  height: 40px;
  background-color: #3498db;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.infinite-approval-module .benefit h3 {
  font-size: 1.3rem;
  color: #efe17c;
  margin-bottom: 10px;
}

.infinite-approval-module .benefit p {
  color: #f0f4f5;
  line-height: 1.5;
}

.infinite-approval-module .visual {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infinite-approval-module .approval-animation {
  max-width: 400px;
  width: 100%;
  height: auto;
}

/* Animation for the levels */
.infinite-approval-module .level circle {
  animation: pulse 4s infinite;
  transform-origin: center;
}

.infinite-approval-module .level-1 circle {
  animation-delay: 0s;
}

.infinite-approval-module .level-2 circle {
  animation-delay: 0.5s;
}

.infinite-approval-module .level-3 circle {
  animation-delay: 1s;
}

/* Animation for the arrows */
.infinite-approval-module .arrow {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: dash 3s linear infinite;
}

.infinite-approval-module .arrow-1 {
  animation-delay: 0.5s;
}

.infinite-approval-module .arrow-2 {
  animation-delay: 1s;
}

.infinite-approval-module .arrow-3 {
  animation-delay: 1.5s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .infinite-approval-module .container {
    flex-direction: column;
  }
  
  .infinite-approval-module .visual {
    order: -1;
    margin-bottom: 40px;
  }
  
  .infinite-approval-module h1 {
    font-size: 2rem;
  }
  
  .infinite-approval-module .subtitle {
    font-size: 1rem;
  }
  
  .infinite-approval-module .benefits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .infinite-approval-module .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* ======================== Footer ======================== */
footer {
  background-color: black;
  color: white;
  padding: 3vw 0 0 0;
}

.footermain {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.FooterLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 0 5vw 0 4vw;
}

.FooterLeft img {
  height: 7vw;
  width: 15vw;
}

.FooterLeft h1 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
  margin: 0.5vw 0 0 0;
}

.FooterRight {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 25vw;
  width: 100%;
}

.SocialMedia {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin: 1vw 0 0 0;
}

.SocialMedia img {
  height: 3vw;
  width: 3vw;
}

.footer-column {
  margin: 0 3vw 0 0;
}

.footer-column ul {
  height: 4vw;
}

.footer-column li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 2.5vw;
}

.footer-column a {
  text-decoration: none;
  color: white;
  font-size: 1.2vw;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-column h3 {
  font-size: 2vw;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* ======================== Media Queries ======================== */

@media (max-width: 600px) {
  .navbar {
    height: 10vw;
  }
  .navbarsinfoLogo img {
    height: 5vw;
    width: 15vw;
    border-radius: 1vw;
  }
  .NavbarPhoneNo a {
    font-size: 2.2vw;
    font-weight: 900;
  }
  .navbar p {
    font-size: 2vw;
    margin: 0.2vw 0 0 0;
  }
  .NavbarBookADemo button {
    font-size: 2vw;
    width: 20vw;
    height: 5vw;
    margin: 0;
    padding: 0.2vw 0;
  }
  .NavbarSearchIcon button {
    height: 2vw;
    width: 3.5vw;
    margin: 0 0 3vw 0;
  }
  .dropdown,
  .NavbarServices,
  .NavbarAcademy,
  .NavbarAboutUs,
  .NavbarContactUs {
    font-size: 1.8vw;
    display: none;
  }
  .InfiniteSolutions a {
    font-size: 2.5vw;
  }
  .navbar h6 {
    font-size: 2vw;
    margin: 0.8vw 0 0 0;
    text-decoration: none;
  }
  .MenuIcon button {
    display: inline;
    height: 5vw;
  }
  .menubar {
    display: inline;
  }

  /* Footer Adjustments */
  .footer-column a {
    font-size: 2vw;
  }
  .footer-column li {
    margin: 0 0 1vw 0;
  }
  .FooterLeft h1 {
    font-size: 2vw;
  }
  .card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25vw;
    width: 90vw;
    margin: 0vw 0vw 5vw 0vw;
  }
  .cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .card-title {
    font-size: 4.5vw;
  }
  .card-text {
    font-size: 3.2vw;
  }
  .btn {
    padding: 2vw;
  }
  .icon {
    font-size: 5vw;
  }
  .get-tally-plugin h2 {
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .menubar {
    display: none;
  }
  #Navbar img {
    margin: 0.6vw 2vw 0 2vw;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .sidenav {
    margin-top: 45px;
    z-index: 20;
  }
  header {
    height: 12vw;
  }
  .InfiniteSolutions img {
    height: 3vw;
    width: 7vw;
  }
  .NavbarPhoneNo {
    display: none;
    padding: 0.5vw 0 1vw 0;
  }
  .NavbarPhoneNo a {
    font-size: 2.2vw;
    font-weight: 900;
  }
  .navbar p {
    font-size: 2vw;
    margin: 0.2vw 0 0 0;
  }
  .menubar {
    display: inline;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
