@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Comfortaa:wght@300..700&family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', 'sans-serif' ,'Outfit'; */
  font-family: 'Outfit';
}

html,
body {  
 
  display: grid;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  overflow-x: hidden; /* Prevents page-wide horizontal scroll */
}
.outfit {
  font-family: 'Outfit';
}




.faq-item:not(.open) .faq-answer {
      display: none;
      color: #000;
      background-color: red;
    } 

 #footer, #footer * {
  font-family: 'Outfit';
 
          
}

#footer {
 padding-right: 0%;
  padding-top: 20px;
  
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}



/* //  new css   */
.wrapper .button {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-decoration: none;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}

.wrapper .button:hover {
  width: 200px;
}

.wrapper .button .icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  color: #000;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 60px;
  transition: all 0.3s ease-out;
}

.wrapper .button:nth-child(1):hover .icon {
  background: #4267B2;
}

.wrapper .button:nth-child(2):hover .icon {
  background: #1DA1F2;
}

.wrapper .button:nth-child(3):hover .icon {
  background: #E1306C;
}

.wrapper .button:nth-child(4):hover .icon {
  background: #333;
}

.wrapper .button:nth-child(5):hover .icon {
  background: #ff0000;
}

.wrapper .button .icon i {
  font-size: 25px;
  line-height: 60px;
  transition: all 0.3s ease-out;
}

.wrapper .button:hover .icon i {
  color: #fff;
}

.wrapper .button span {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.wrapper .button:nth-child(1) span {
  color: #4267B2;
}

.wrapper .button:nth-child(2) span {
  color: #1DA1F2;
}

.wrapper .button:nth-child(3) span {
  color: #E1306C;
}

.wrapper .button:nth-child(4) span {
  color: #333;
}

.wrapper .button:nth-child(5) span {
  color: #ff0000;
}


.faq-item:not(.open) .faq-answer {
      display: none;
      color: #000;
      background-color: red;
    }

    /* Container wrapper */
/* .downloadWrapper {
  position: relative;
  display: inline-block;
}

.mainBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  background-color: #0055F1;
  width: 80px;
  height: 40px;
  border-radius: 999px;
  padding: 0 6px;
}

.divider {
  background-color: white;
  width: 1px;
  height: 10px;
}

.androidicon, .appleicon {
  height: 32px;
  display: flex;
  align-items: center;
}

.androidimg {
  height: 100%;
  margin-left: 3px;
}
.appleimg {
  height: 100%;
  margin-right: 4px;
}

.playStore {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  border-radius: 999px;
  background-color: #0055F1;
  color: white;
  font-size: 10px;
  font-weight: 500;
  font-family: sans-serif;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.playStore.showPlay {
  opacity: 1;
  visibility: visible;
  transform: translateX(-63px);
  border-radius: 999px 0 0 999px;
}

.appStore {
  position: absolute;
  top: 0;
  left: 0px;
  width: 125px;
  height: 40px;
  border-radius: 999px;
  background-color: #0055F1;
  color: white;
  font-size: 9px;
  font-weight: 500;
  font-family: sans-serif;
  padding: 2px 6px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.downloadWrapper.hoverApple .mainBox {
  transform: translateX(-63px);
  transition: transform 0.3s ease;
}

.downloadWrapper.hoverApple .appStore {
  border-radius: 0 999px 999px 0;
  opacity: 1;
  visibility: visible;
}

.visited-arrow:visited::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.5rem; 
  background-image: url("/htmlLanding/Images/VectorArr.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}


.navLink {
  @apply relative inline-block text-[#595959] font-medium text-[16px] tracking-[0.04em] leading-[100%] font-[Outfit];
}
.navLink span {
  @apply absolute left-1/2 -translate-x-1/2 bottom-[-15px] w-full h-[3px] bg-blue-600 rounded-[3px] opacity-0 transition-all duration-300 group-hover:opacity-100;
}


/* 🔄 Gradient Animation Keyframes */
 /* @keyframes gradient-shift { 
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}   */

/* ✅ Mobile-only continuous animation */
 /* @media (max-width: 1023px) {

  .mobile-gradient-animate,
  .mobile-gradient-2,
  .mobile-gradient-3,
  .mobile-gradient-4 {
    background-size: 200% 200%;
    animation: gradient-shift 5s ease infinite;
  }
}  */

/* ❌ Disable animation on desktop */
 /* @media (min-width: 1024px) {

  .mobile-gradient-animate,
  .mobile-gradient-2,
  .mobile-gradient-3,
  .mobile-gradient-4 {
    animation: none;
  }
}   */




 @keyframes bounce {

   0%,
   100% {
     transform: translateY(0);
   }

   50% {
     transform: translateY(-5px);
   }
 }

 .arrow-bounce {
   animation: bounce 1s infinite;
 }


/* Container wrapper */
.downloadWrapper {
  position: relative;
  /* display: inline-block; */
  /* ❌ Remove this line */
}

.mainBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  background-color: #0055F1;
  width: 80px;
  height: 40px;
  border-radius: 999px;
  padding: 0 6px;
}

.divider {
  background-color: white;
  width: 1px;
  height: 10px;
}

.androidicon,
.appleicon {
  height: 32px;
  display: flex;
  align-items: center;
}

.androidimg {
  height: 100%;
  margin-left: 3px;
}

.appleimg {
  height: 100%;
  margin-right: 4px;
}

.playStore {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  border-radius: 999px;
  background-color: #0055F1;
  color: white;
  font-size: 10px;
  font-weight: 500;
  font-family: sans-serif;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.playStore.showPlay {
  opacity: 1;
  visibility: visible;
  transform: translateX(-63px);
  border-radius: 999px 0 0 999px;
}

.appStore {
  position: absolute;
  top: 0;
  left: 0px;
  width: 125px;
  height: 40px;
  border-radius: 999px;
  background-color: #0055F1;
  color: white;
  font-size: 9px;
  font-weight: 500;
  font-family: sans-serif;
  padding: 2px 6px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.downloadWrapper.hoverApple .mainBox {
  transform: translateX(-63px);
  transition: transform 0.3s ease;
}

.downloadWrapper.hoverApple .appStore {
  border-radius: 0 999px 999px 0;
  opacity: 1;
  visibility: visible;
}

/* ✅ Hide downloadWrapper below 380px width */
@media (max-width: 360px) {
  #downloadWrapper {
    display: none !important;
  }
}

.navLink {
  @apply relative inline-block text-[#595959] font-medium text-[16px] tracking-[0.04em] leading-[100%] font-[Outfit];
}

.navLink span {
  @apply absolute left-1/2 -translate-x-1/2 bottom-[-15px] w-full h-[3px] bg-blue-600 rounded-[3px] opacity-0 transition-all duration-300 group-hover:opacity-100;
}

/* Deep Linking Section Styles */
.deep-linking-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.step-card {
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #3b82f6;
}

.step-number {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

.json-code {
  background: #1f2937;
  color: #f3f4f6;
  border-radius: 8px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  line-height: 1.5;
}

.json-code pre {
  margin: 0;
  padding: 1rem;
  overflow-x: auto;
}

.copy-button {
  transition: all 0.2s ease;
}

.copy-button:hover {
  transform: scale(1.1);
  color: #3b82f6;
}

.publish-url {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 1px solid #93c5fd;
}

.credential-button {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

.credential-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
}

.credential-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.credential-button.success {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.3);
}

/* Notification Animation */
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.notification {
  animation: slideIn 0.3s ease-out;
}

.notification.slide-out {
  animation: slideOut 0.3s ease-in;
}

/* Responsive adjustments for deep linking section */
@media (max-width: 768px) {
  .step-card {
    margin-bottom: 1rem;
  }
  
  .json-code pre {
    font-size: 0.75rem;
    padding: 0.75rem;
  }
  
  .publish-url span {
    font-size: 0.75rem;
  }
}

/* Hide Deep Linking Section from Public View */
.hidden-deep-linking {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* Show Deep Linking Section for Search Engines and Validation */
@media print {
  .hidden-deep-linking {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
  }
}

/* Show Deep Linking Section for Screen Readers */
@media (prefers-reduced-motion: no-preference) {
  .hidden-deep-linking {
    /* Keep accessible for screen readers */
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}


.writing-mode-horizontal {
  writing-mode: horizontal-tb;
}



.mobile-star {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.About_Section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 280px;
}

.Left_Image_Section {
  display: flex;
  flex-direction: column;
  /* padding-top: 160px; */
}

.Left_Image_Section>.left_img {
  width: 648px;
  padding-top: 2rem;
  position: relative;
}





.Right_Content_Section {
  width: 70vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  flex-wrap: nowrap;
  position: absolute;
  right: -15%;
}

.Right_Content_Section>button {
  padding: 10px 25px;
  display: flex;
  text-align: center;
}

.Feature_List {
  display: flex;
  flex-direction: column;
  gap: 2rem;

}

.pera_tag {
  width: 41vw;
  flex-shrink: initial;
}


@media (max-width: 991px) {
  .Left_Image_Section>.left_img {
    display: none;
  }

  .Right_Content_Section {
    justify-content: center;
    align-items: center;
    position: static;
    min-width: 93vw;
  }

  .Feature_List {
    justify-content: center;
    align-items: center;

  }

  .About_Section {
    justify-content: center;
  }

  .pera_tag {
    width: 92vw;
  }

  #heroSection h1 {
    font-size: 40px !important;
    line-height: 40px !important;
   
  }




}

@media (max-width: 1024px) {
  #Categorie {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  #heroSection h1 {
    font-size: 35px !important;
    word-spacing: 2px !important;
    letter-spacing: 0px !important;
    
    
  }
}
    @media (width: 1024px) {
      .custom-1024-move {
        transform: translateY(-120px) !important;
      }
    }



 @media (max-width: 1024px) {
           p.text-center {
             font-size: 15px !important;
             max-width: 750px;
             line-height: 20px !important;
             
           }
         }


         #heroSection p {
           font-weight:200 ;
           font-family: outfit;
           line-height: 30px;
           font-size: 23px;
          
         }

         #heroSection h1 {
          font-size: 53px;
       
         }




 #Categorie{
  width: 1150px !important;
  margin-left: auto;
  margin-right: auto;
 }


 .videosec{
  margin-left: 8rem;
 
 }

