@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "Neue Montreal";
  src: url("../assets_v5/fonts/NeueMontreal-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.Navbar {
  position: relative;
  z-index: 100;
}
html body .radioCard {
    width: 49% !important;
    display: flex
;
}


.cardRow {
    flex-wrap: wrap;
}
#menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
}
.radio-input {
    width: 10px;                /* Width of the radio button */
    height: 10px;               /* Height of the radio button */
    border-radius: 50%;         /* Make it round */
    background-color: transparent; /* Transparent background when not checked */
    border: 1px solid #000;     /* Black border */
    appearance: none;           /* Remove default radio button styling */
    position: relative;         /* Position for creating custom styles */
    padding: 5px;               /* Padding for spacing between border and background */
}

.radio-input:checked {
    background-color: transparent; /* Keep the background transparent */
    border: 1px solid #000;     /* Border stays black */
}

/* Create an inner circle effect when checked */
.radio-input:checked::after {
    content: '';
    position: absolute;
    top: 1px;  /* Adjust for the gap effect */
    left:1px; /* Adjust for the gap effect */
    width: 8px; /* Size of the inner circle */
    height: 8px; /* Size of the inner circle */
    background-color: #000; /* Blue background when checked */
    border-radius: 50%; /* Make it round */
}


html,
body {
  overflow-x: hidden;
  background: #000607 !important;
  scrollbar-width: none;
}

.blackBtn {
  display: flex;

  padding: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  background: #111;
  box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25),
    0px 4px 4px 0px rgba(249, 225, 46, 0.25) inset;
  color: #fff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Tablets */
@media (max-width: 1024px) {
  .blackBtn {
    padding: 8px !important;
    font-size: 10px !important;
    letter-spacing: -0.15px;
  }
}

/* Mobile phones */
@media (max-width: 640px) {
  .blackBtn {
    justify-content: center;

    font-size: 10px !important;
  }
}

.blackBtn1 {
  display: flex;

  padding: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  background: #111;
  box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25),
    0px 4px 4px 0px rgba(249, 225, 46, 0.25) inset;
  color: #fff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Tablets */
@media (max-width: 1024px) {
  .blackBtn1 {
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    letter-spacing: -0.15px;
  }
}

/* Mobile phones */
@media (max-width: 640px) {
  .blackBtn1 {
    height: 25px;
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: -0.5px;
    gap: 12px;
  }
}

.goldenBtn {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(
    --Linear,
    linear-gradient(88deg, #cea533 0.42%, #f9e12e 99.56%)
  );
  box-shadow: 0px 4px 14px 0px rgba(249, 225, 46, 0.25),
    0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  color: #111;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.54px;
  border: 1px solid #f9e12e;
}
.goldenBtn:hover {
  background: none;
  border: 1px solid #f9e12e;
  color: #f9e12e;
}
.whiteBtn {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.54px;
  z-index: 150;
  border: 1px solid white;
}
.whiteBtn:hover {
  background-color: #ebebeb;
  border: 1px solid black;
}
.whiteBtn1 {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #000000;
  color: #ffffff;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.54px;
  z-index: 150;
  border: 1px solid white;
}

.goldenText {
  font-family: "Neue Montreal";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background: var(
    --Linear,
    linear-gradient(88deg, #cea533 0.42%, #f9e12e 99.56%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font40500Golden {
  color: #f9e12e;
  text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.25);
  font-family: "Neue Montreal";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.4px;
}

.font32500 {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.92px;
}

.font22500 {
  color: #111;
  font-family: "Neue Montreal";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.66px;
}

.font20400 {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.font26500 {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.font24500 {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.font18400 {
  color: #111;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  letter-spacing: -0.18px;
}

.font16400 {
  /* base styles */
  color: #fff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 137.5% */
  letter-spacing: -0.16px;
  max-width: 497.052px; /* keep max width on desktop */
  width: 100%;
}

@media (max-width: 1024px) {
  .font16400 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.14px;
  }
}

@media (max-width: 640px) {
  .font16400 {
    font-size: 5px !important;
    line-height: 14px !important;
    letter-spacing: -0.5px !important;
    max-width: 250px; /* add max-width for mobile */
  }
}

.font14500 {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
}

.font72500 {
  color: #fff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  /* letter-spacing: -2.16px; */
}

/* Responsive for tablets */
@media (max-width: 1024px) {
  .font72500 {
    font-size: 54px;
    letter-spacing: -1.6px;
  }
}

/* Responsive for mobile phones */
@media (max-width: 640px) {
  .font72500 {
    font-size: 30px;
    letter-spacing: -1px;
  }
}

.font725001 {
  color: #fff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -2.16px;
}

/* Responsive for tablets */
@media (max-width: 1024px) {
  .font725001 {
    font-size: 54px;
    letter-spacing: -1.6px;
  }
}

/* Responsive for mobile phones */
@media (max-width: 640px) {
  .font725001 {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}
.font48500 {
  color: #111;
  font-family: "Neue Montreal";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.88px;
}
.font485002 {
  color: #111;
  font-family: "Neue Montreal";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.88px;
}

.navLinks a {
  position: relative;
  padding-bottom: 4px; /* space for border */
  transition: border-color 0.3s ease;
  border-bottom: 3px solid transparent;
}

.navLinks a:hover {
  border-bottom-color: #cea533;
}

.navLinks a.active {
  border-bottom-color: #cea533;
  font-weight: 600; /* optional: to highlight active */
}

.VINInput {
  color: white;
  outline: none;
  display: flex;
  width: 404px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(235, 235, 235, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.VINInput::placeholder {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  opacity: 0.5;
}

.VINinputDarker {
  display: flex;
  height: 54px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  /* border-radius: 8px; */
  /* border: 1px solid rgba(17, 17, 17, 0.2); */
  background: rgba(17, 17, 17, 0.1);
}

.VINinputDarker::placeholder {
  color: #111;
  font-family: "Neue Montreal";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}

.RobotSection {
  background: url("../assets_v5/images/RobotBg.png") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%; /* make it full width */
  min-height: 600px; /* example height for desktop */
}

@media (max-width: 640px) {
  .RobotSection {
    background-image: url("../assets_v5/images/RobotBgmobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* poori image dikhai degi, bina crop ke */
    width: 100%; /* full width container ke */
    height: 150px; /* ya jitna chhota chahiye, fix height */
  }
}

/* FAQs CSS */

h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid rgba(215, 215, 215, 0.4);
  background: linear-gradient(
    180deg,
    rgba(245, 245, 245, 0.1) 0%,
    rgba(245, 245, 245, 0) 100%
  );
  transition: all 0.3s ease;
}
.faq-item.active {
  border-radius: 20px;
  background: linear-gradient(
      180deg,
      rgba(8, 14, 15, 0) 0%,
      rgba(8, 14, 15, 0.3) 100%
    ),
    linear-gradient(86deg, #cea533 -41.85%, #f9e12e 99.3%);
  box-shadow: 0px 0px 24px 10px rgba(249, 225, 46, 0.25),
    0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
}
.faq-question {
  padding: 15px 20px;
  font-size: 1.2em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: color 0.3s ease;
}
.faq-item.active .faq-question {
  color: #000;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.faq-answer p {
  padding: 15px 0;
  margin: 0;
  color: #000;
}
.faq-item.active .faq-answer {
  max-height: 200px; /* Adjust based on content */
}
.arrow {
  width: 32px;
  height: 33px;
  transition: transform 0.3s ease, stroke 0.3s ease;
}
.arrow path {
  stroke: white;
  transition: stroke 0.3s ease;
}
.faq-item.active .arrow {
  transform: rotate(180deg);
}
.faq-item.active .arrow path {
  stroke: black;
}

.CTABG {
  background: url("../assets_v5/images/CTABg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  overflow: hidden; /* Optional: clips inner content to rounded border */
}

footer {
  background: linear-gradient(86deg, #cea533 -55.15%, #f9e12e 99.16%);
}

.customInput {
  display: flex;
  width: 404px;
  height: 54px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background: rgba(17, 17, 17, 0.1);
}

.footerInput {
  background: transparent;
  outline: none;
}

.footerInput::placeholder {
  color: #111;
  font-family: "Neue Montreal";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}

.AboutHeroSection {
  background: url("../assets_v5/images/aboutHero.png") no-repeat center center;
  background-size: cover;
}

/* For smaller devices */
@media (max-width: 768px) {
  .AboutHeroSection {
    background-position: top center; /* adjust position if needed */
    background-size: contain; /* or keep 'cover' if preferred */
  }
}

@media (max-width: 480px) {
  .AboutHeroSection {
    background-position: center;
    background-size: contain;
  }
}

.VINForm {
  background: url("../assets_v5/images/RobotBgTwo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.supportHeroSection {
  background-image: url("../assets_v5/images/SupportBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 200px center;
}

/* Adjust position for smaller screens */
@media (max-width: 768px) {
  .supportHeroSection {
    background-position: center center;
  }
}

.yellowCard {
  border-radius: 20px;
  background: #f9e12e;
}

.ContactForm {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 8px 4px 32px 0px rgba(0, 0, 0, 0.15);
}

.contactInput {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.ModalMain {
  border-radius: 20px;
  border: 1px solid rgba(215, 215, 215, 0.4);
  background: #262626;
}

.PackagesHeroSection {
  background: url("../assets_v5/images/PackageBg.png");
  background-position: 200px, left;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .PackagesHeroSection {
    background-position: center center; /* center background on smaller screens */
    background-size: contain; /* or use 'cover' depending on design */
  }
}

.pricingCard {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 4px 8px 32px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px);
}

.reportDivPricing {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
}

/* Packages CSS */

.SlectionContent {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  height: auto;
}

.selectionColOne {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 8px 4px 32px 0px rgba(0, 0, 0, 0.15);
}

.packageSelectionDiv {
  border-radius: 20px;
  background: #f9e12e;
}

.bgText {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.1) 0%,
    rgba(17, 17, 17, 0.05) 100%
  );
}

.radioCard {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.1) 0%,
    rgba(17, 17, 17, 0.05) 100%
  );
}

.reportForm {
  border-radius: 20px;
  background: #f9e12e;
}

.reportInput {
  display: flex;
  height: 54px;
  padding: 16px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  margin-bottom: 10px;
  width: 100% !important;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.1) 0%,
    rgba(17, 17, 17, 0.05) 100%
  );
}
.reportInput::placeholder {
  color: #4e4d4d; /* Dark grey */
  opacity: 1; /* Ensure it's fully visible */
}

.selectionColTwo {
  border-radius: 20px;
}

input[type="radio"][name="packageSelection"] {
  accent-color: black;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

/* Input field styling as you gave */
#packageInputs input.reportInput {
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0.75rem;

}



/* Responsive adjustments */
@media (max-width: 1024px) {
  /* Stack main content vertically */
  .SlectionContent {
    flex-direction: column !important;
    gap: 32px !important;
    padding-top: 20px !important;
  }

  /* Columns full width */
  .selectionColOne,
  .selectionColTwo {
    width: 100% !important;
    padding: 20px !important;
  }

  /* Stack card rows vertically */
  .cardRow {
    flex-direction: column !important;
    gap: 16px !important;
  }

  /* Radio cards full width and consistent padding */
  .radioCard {
    width: 100% !important;
    padding: 16px !important;
  }

  /* Make form inputs full width and stack labels/inputs */
  .reportForm > div,
  .reportForm > div > div,
  .reportForm > div > div > div {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }

  /* Inputs full width and comfortable height */
  .reportInput {
    width: 100% !important;
    height: 48px !important;
    padding: 12px !important;
  }

  /* Payment cards image responsive */
  .reportForm img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  /* Checkbox labels smaller for mobile */
  .reportForm label {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  /* Reduce paddings further on small devices */

  .selectionColOne,
  .packageSelectionDiv,
  .reportForm {
    padding: 12px !important;
  }

  /* Smaller fonts for better fit */
  .font48500 {
    font-size: 24px !important;
    letter-spacing: 1px;
  }

  .font32500 {
    font-size: 20px !important;
  }

  .font20400,
  .font18400,
  .font16400 {
    font-size: 10px !important;
    letter-spacing: 1px;
    line-height: normal;
  }

  /* Stack checkbox inputs fully */
  .reportForm .flex.gap-\[10px\] {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* Section Container */
.testimonial-section {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .testimonial-section {
    flex-direction: row;
  }
}

/* Left video background */
.left-bg {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .left-bg {
    width: 40%;
    height: 250px;
  }
}

.left-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ensure height works well on tablets */
@media (max-width: 1024px) {
  .left-bg {
    height: 300px;
  }
}

/* Shorter height on mobile for better view */
@media (max-width: 640px) {
  .left-bg {
    height: 220px !important;
    margin-top: 200px;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(241, 213, 0, 0), rgb(241, 213, 0));
  z-index: 1;
}

/* Right content block */
.right-content {
  position: relative;
  z-index: 2;
  height: auto;
  background: #f1d500;
  width: 100%;
}

@media (min-width: 768px) {
  .right-content {
    width: 60%;
  }
}

/* Cards Wrapper */
.cards-wrapper {
  overflow: hidden;
  position: relative;
}

/* Auto-scrolling cards */
.cards {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: scrollLoop 30s linear infinite;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Card Styling */
.card {
  display: flex;
  width: 360px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.1) 0%,
    rgba(17, 17, 17, 0.05) 100%
  );
}

/* Yellow card */
.card-yellow {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: 400;
}

/* Black card */
.card-black {
  background: #000;
  color: #f1d500;
  font-weight: 400;
}

/* Author text */
.author {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.CtaSection {
  border-radius: 30px;
  background: linear-gradient(86deg, #cea533 -55.15%, #f9e12e 99.16%);
}






