body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #000;
  background: #fff;
}

.navBarContainer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 231px;
}

.navBarItems{
    font-size: 12px;
    font-family: sans-serif;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: min-content;
    justify-content: center;
    overflow: visible;
    position: relative;
    text-decoration: none;
    width: auto;
    border-radius: 50px;
    transform: none;
    transform-origin: 50% 50% 0px;
}


/* Navbar Container */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* Nav Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 12px;
  margin: 0;
  background-color: #000;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: relative;
  width: min-content;
}

/* Nav Items */
.nav-links li {
  position: relative;
}

/* Nav Links Style */
.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 999px;
  white-space: nowrap;
  overflow: hidden;
}

/* Hover Effect */

.dropdown-menu {
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  /* Exactly aligns below the nav item */
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 0 0 15px 15px;
  padding: 15px;
  text-align: center;
  z-index: 1000;
  margin-top: 0;
  /* REMOVE any margin here */
}

/* Dropdown Links */
.dropdown-menu li a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  display: inline-block;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin: 7.5px 0;
}

.nav-links li a:hover{
  background-color: #fff;
  color: #000;
  transform: scale(1.05);
  padding: 4px 14px;
  overflow: hidden;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.5);
}

.dropdown-menu li a:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.5);
}

/* Show Dropdown on Hover of Parent or Itself */
.nav-links li:hover .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 12px;
  margin: 0;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.download-btn {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
}

.subscribe-section {
  text-align: center;
  padding: 80px 20px;
}

.subscribe-section img {
  width: 100px;
}

.subscribe-section h1 {
  font-size: 40px;
  margin: 20px 0 10px;
}

.subscribe-section p {
  color: #666;
  font-size: 16px;
}

.subscription-form {
  margin-top: 20px;
}

.subscription-form input {
  padding: 10px;
  width: 250px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.subscription-form button {
  padding: 10px 20px;
  margin-left: 10px;
  background: black;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

footer {
  background: #111;
  color: #fff;
  padding: 50px 20px 0 20px;
  text-align: center;
}

.footer {
  background-color: rgb(19, 22, 28);
  color: #fff;
  padding: 40px 20px 0 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.footer-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-sub-title {
  font-family: 'Poppins', 'Poppins Placeholder', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04em;
  /* Adjusted for tighter text spacing */
  line-height: 1.3em;
  /* 67.2px based on 48px font-size */
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #2B2E32;
  /* Assuming black text as seen in Framer */
  margin-bottom: 36px;
  margin-top: 0;
}

.footer-download {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;

}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.download-btn img {
  width: 24px;
  height: 24px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 30px 0;
}

.social-icons img {
  width: 32px;
  height: 32px;
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}

.social-icons img:hover {
  opacity: 1;
}

.footer-divider {
  border: none;
  height: 1px;
  background: #333;
  margin: 40px 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  text-align: left;

  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
  padding-bottom: 44px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
 
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-links h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 66px;
}

.footer-links p {
  margin: 0;
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
}

.footer-company-details {
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
  margin: 40px 0;
 
}


.footer-note {
  font-size: 12px;
  color: #aaa;
  line-height: 1.5;
}

.poppins {

  font-family: 'Poppins', sans-serif;

}


.newsletter-container {

  text-align: center;

  padding: 60px 20px;

  max-width: 600px;

  margin: auto;

}


.newsletter-icon {

  width: 120px;

  height: 120px;

  margin-bottom: 30px;

}


.newsletter-title {

  font-size: 60px;

  color: #000000;

  font-weight: 500;

  margin: 0;

  line-height: 100%;

}


.newsletter-subtitle {

  font-size: 18px;

  color: #666666;

  margin-top: 20px;

  margin-bottom: 40px;

}


.newsletter-form {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  justify-content: center;

  align-items: center;

}


.newsletter-input {

  height: 40px;

  padding: 0 12px;

  width: 260px;

  border: 1px solid #ccc;

  border-radius: 8px;

  font-size: 14px;

  color: #333;

}


.submit-btn {

  height: 40px;

  padding: 0 24px;

  background-color: #000;

  color: #fff;

  border: none;

  border-radius: 8px;

  font-size: 14px;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

}


.submit-btn.success {

  background-color: #00C853 !important;

  color: #fff;

}


.newsletter-checkbox {

  margin-top: 20px;

  font-size: 14px;

  color: #666666;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

}


.loader {

  border: 2px solid #fff;

  border-top: 2px solid transparent;

  border-radius: 50%;

  width: 16px;

  height: 16px;

  animation: spin 1s linear infinite;

  display: inline-block;

  vertical-align: middle;

  margin-right: 8px;

}


@keyframes spin {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }

}


@media (max-width: 768px) {

  .newsletter-title {

    font-size: 52px;

  }

}


@media (max-width: 480px) {

  .newsletter-title {

    font-size: 38px;

  }

  .newsletter-icon {

    width: 100px;

    height: 100px;

  }

}

.download-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  flex-wrap: wrap;
}

.download-btn {
  background-color: black;
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}



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

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 30px 0;

}

.social-icons img {
  width: 32px;
  height: 32px;
  /* Makes icons white for dark background */
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  opacity: 1;
}

.social-icons img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.footer-company-details {
  color: #ccc;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
width: 84%;
margin-left: auto;
}

@media (max-width: 768px) {
  .footer-company-details {
    margin: 36px 0 !important;
    font-family: "Poppins", "Poppins Placeholder", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.6em;
    text-align: left;
    color: rgb(230, 230, 230);
    text-decoration: none;
    -webkit-text-stroke-color: initial;
    -webkit-text-stroke-width: initial;
    text-transform: none;
    font-feature-settings: "blwf" on, "cv09" on, "cv03" on, "cv04" on, "cv11" on;
    font-variation-settings: normal;
    margin-bottom: 20px; /* equivalent to paragraph spacing */

  }
}

.footer-company-details p {
 width: fit-content;
 text-align: start;
 margin: 0;
}
.footer-company-details p:first-of-type {
  margin-bottom: 20px;
}

.footer-company-details-parent{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
  color: #999;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-bottom .copyright {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.footer-bottom .footer-links-bottom {
  display: flex;
  gap: 20px;
}

.footer-bottom .footer-links-bottom a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom .footer-links-bottom a:hover {
  text-decoration: underline;
}

.download-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 26px;
  border: 0.5px solid #aaa;
  border-radius: 12px;
  background-color: #fff;
  opacity: 1;
  font-family: 'Poppins', 'Poppins Placeholder', sans-serif;
  cursor: pointer;
  position: relative;
  width: min-content;
  height: min-content;
  overflow: visible;
}

.download-text {
  font-weight: 700;
  font-size: 15.24px;
  line-height: 22.86px;
  color: #000;
  white-space: nowrap;
}

.download-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-icon {
  width: 24px;
  height: 24px;
}
.footer-flex{
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 44px;
  position: relative;
  width: 100%;
 
 width: 50%;
 justify-content: space-between;
margin-left: auto;
margin-right: auto;
}.footer-flex-parent{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;

}
@media screen and (max-width: 768px) {
  .footer-flex {
    display: none !important;
  }
  .footer-flex-mobile-child{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    margin-bottom: 12px;
  }
  .social-icons {
  margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-flex-mobile {
    display: none !important;
  }
}




/* Hide hamburger and mobile menu on desktop */
.hamburger,
.mobile-menu {
  display: none;
}

/* Flex layout for desktop */
/* .nav-desktop {
  display: flex;
  align-items: center;
  gap: 32px;
} */

/* Only show on mobile */
@media screen and (max-width: 768px) {
  .nav-desktop {
    display: none;
  }

  .dropdown-menu li a{
    padding: 10px !important;
    margin: 0;
  }

  .nav-links{
    gap: 0;
  }

  .nav-links li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .navBarContainer{
    width: 100%;
  }
/* 
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 999;
    position: relative;
  }

  .hamburger span {
    height: 3px;
    background: #000000;
    display: block;
    border-radius: 2px;
    width: 100%;
    transition: 0.2s all;
  }

  .hamburger.active .top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  
  .hamburger.active .middle {
    opacity: 0;
  }
  
  .hamburger.active .bottom {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  } */

  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 999;
  }
  
  .hamburger span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    border-radius: 2px;
    transition: 0.3s ease;
  }
  
  .hamburger .top {
    top: 0;
  }
  
  .hamburger .middle {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .hamburger .bottom {
    bottom: 0;
  }
  
  /* Active state: turns into a centered X */
  .hamburger.active .top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  
  .hamburger.active .middle {
    opacity: 0;
  }
  
  .hamburger.active .bottom {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
  }
  

  .close-btn-menu {
    font-size: 20px;
    cursor: pointer;
  }

  .hide {
    display: none;
  }
  .mobile-menu {
    display: none;
    flex-direction: column;
    top: 60px;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 998;
  }

  .mobile-menu li a{
    padding: 12px;
  }

  .navbar{
    flex-direction: column;
    padding: 12px 12px;
  }

  .dropdown-menu{
    padding: 0;
  }

  .mobile-menu .show {
    display: flex;
  }

  .navBarContainer{
    padding: 12px;
  }

  .mobile-menu .nav-links {
    flex-direction: column;
    width: auto;
    padding: 0;
  }

  .mobile-menu .dropdown-menu {
    position: static;
    display: none;

    transform: none !important;
    flex-direction: column;
    justify-content: center;
    background: none;
  }

  .mobile-only {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .download-wrapper {
    display: none !important;
  }
}

/* Only apply to mobile */
@media screen and (max-width: 768px) {

  .framer-mts1N .framer-h029wc, .framer-mts1N .framer-15iob5b, .framer-mts1N .framer-c473zr {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3px;
    height: 8px;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 7px;
  }

  .framer-mts1N.framer-v-1mzinha .framer-15iob5b, .framer-mts1N.framer-v-1mzinha .framer-c473zr, .framer-mts1N.framer-v-g8d8jq .framer-1ckuzb1, .framer-mts1N.framer-v-g8d8jq .framer-5e5r9b, .framer-mts1N.framer-v-1oguygk .framer-pdc4lc, .framer-mts1N.framer-v-1oguygk .framer-5e5r9b, .framer-mts1N.framer-v-1nu577l .framer-15iob5b, .framer-mts1N.framer-v-1nu577l .framer-c473zr, .framer-mts1N.framer-v-58o1ki .framer-1ckuzb1, .framer-mts1N.framer-v-58o1ki .framer-5e5r9b, .framer-mts1N.framer-v-nl02ud .framer-pdc4lc, .framer-mts1N.framer-v-nl02ud .framer-5e5r9b {
    order: 1;
  }

  .nav-links li a:hover{
    background-color: inherit;
    color: #fff;
    transform: scale(1);
    font-size: 16px;
    padding: 12px;
    overflow: hidden;
    box-shadow: 0 0 0 0 !important;
  }

  .mobile-dropdown .dropdown-toggle {
    background: none;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 16px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-dropdown .arrow {
    font-size: 12px;
    transition: transform 0.3s;
  }

  .mobile-dropdown .dropdown-menu {
    display: none;
    flex-direction: column;
    background-color: #111;
    padding-left: 16px;
  }

  .nav-links li a {
    font-size: 16px;
    font-family: "Poppins", "Poppins Placeholder", sans-serif;
  }

  .dropdown-menu li a{
    font-size: 16px;
    font-family: "Poppins", "Poppins Placeholder", sans-serif;
  }

  .mobile-dropdown.open .dropdown-menu {
    display: flex;
  }

  .dropArrowIcon{
    width: 24px;
    height: 24px;
  }

  .downloadOptionContainer{
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .downloadIconContainer{
    display: flex;
    gap: 5px;
  }

  .downloadIcon{
    width: 18px;
    height: 18px;
  }

  .mobile-dropdown.open .arrow {
    transform: rotate(180deg);
  }

  .mobile-dropdown .dropdown-menu li {
    padding: 10px 0;
  }

  .mobile-dropdown .dropdown-menu a {
    color: white;
    font-size: 16px;
    text-decoration: none;
  }
}
.footer-links-mobile {
  display: none;
}

@media (max-width: 768px) {
  .footer-links {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer-links-mobile {
    display: block;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }

  /* .accordion-item {
    border-bottom: 1px solid #444;
    padding: 10px 0;
  } */

  .accordion-toggle {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "Poppins", "Poppins Placeholder", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    text-align: center;
    -webkit-text-stroke-width: initial;
    -webkit-text-stroke-color: initial;
    font-feature-settings: initial;
    font-variation-settings: normal;
    text-wrap: wrap;
    gap:10px;
  }

  .accordion-toggle .arrow {
    transition: transform 0.3s ease;
  }

  .accordion-toggle.active .arrow {
    transform: rotate(180deg);
  }

  .accordion-content {
    display: none;
    padding-left: 10px;
    font-size: 14px;
  }

  .accordion-content p {
    margin: 8px 0;
  }

  .accordion-content a {
    color: #fff;
    text-decoration: none;
  }
}

.accordion-toggle .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}

.accordion-toggle.active .arrow {
  transform: rotate(180deg);
}

.arrow-icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  fill: white;
  flex-shrink: 0;
}
