body{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.light-bg{
    background: 
    rgba(228, 235, 255, 0.2),
    linear-gradient(187.89deg, #FFEDF7 14.657%, #E4EBFF 54%),
    #FFFFFF;
  }
  .dark-bg{
    background: radial-gradient(circle, rgba(66,0,128,0.7) 0%, rgba(0,0,64,0.9) 100%)
  }

  
  
  .spotlight-text {
    font-size: 10rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
    display: flex;
    color: transparent;
    background: linear-gradient(to right, #fce7f3 0%, #dbeafe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    mask-image: radial-gradient(circle 120px at var(--x, 50%) var(--y, 50%), rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 80%);
    -webkit-mask-image: radial-gradient(circle 120px at var(--x, 50%) var(--y, 50%), rgba(255,255,255,1) 0%, rgba(255,255,255,8%) 80%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    transition: mask-image 0.3s, -webkit-mask-image 0.3s;
  }

  .text-gradient {
    background: linear-gradient(to right, #ec4899, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .after-line::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: linear-gradient(to right, #ec4899, #a855f7);
    bottom: -10px;
  }
  
  @media screen and (max-width: 768px) {
    .spotlight-text {
      font-size: 6rem;
    }
  }
  
  @media screen and (max-width: 480px) {
    .spotlight-text {
      font-size: 3rem;
    }
  }
  
  .spotlight-wrapper {
    position: relative;
  }
  
  .spotlight-wrapper:hover .spotlight-text {
    cursor: pointer;
  }

  /* footer bg image */
  .footer-bg{
    @apply bg-[url('../wp-content/uploads/2025/07/footer-new-bg.png')] bg-no-repeat bg-center bg-cover h-auto
}

/* 404 page css start  */
.error-container {
    padding: 100px 20px;
    text-align: center;
    background-color: #0D0B22;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.error-container p {
    font-size: 1.25rem;
    color: #C0C0C0;
    margin-bottom: 30px;
}

/* 404 page css end  */
/* single blog css start  */
.post-content h2 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #222;
    padding: 15px 0px 0px 0px;
}

.post-content ul {
    list-style: disc;
    padding: 10px;
    text-align: justify;
}

.post-content ol {
    list-style: decimal;
    padding: 10px;
    text-align: justify;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    padding: 15px 0px 0px 0px;
    font-weight: 600;
}

/* single blog css end  */


/**** contact form css****/
.contact-description {
    height: 100px;
}
.contact-submit{
  padding: 6px 15px;
  border-radius: 50px;
}
.contact-btn span.wpcf7-spinner {
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
.category-btn .wpcf7-list-item-label{
  color: #444;
}

.formcontrol input:focus-visible {
    border: 1px solid #3B82F6 !important;
    outline: none;
}
.formcontrol textarea:focus-visible {
    border: 1px solid #3B82F6 !important;
    outline: none;
}

/**** contact form css end ****/

/*header Mega Menu css */
.megamenu-option ::-webkit-scrollbar {
    width: 8px;
}
.megamenu-option ::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
}
.megamenu-option ::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}
.megamenu-option ::-webkit-scrollbar-thumb:hover {
    background: #353535;
}

  .mega-menu {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
  }

  .mega-menu.opacity-100 {
    transform: translateY(0);
  }

  .mega-menu-container:hover .mega-menu {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0);
  }

  /* Responsive adjustments for mega menu */
  @media (max-width: 768px) {
    .mega-menu {
      position: fixed !important;
      left: 0 !important;
      right: 0 !important;
      top: 100% !important;
      width: 100vw !important;
      max-width: none !important;
      margin-left: 0 !important;
      border-radius: 0 !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
    }
   
    .mega-menu .grid {
      grid-template-columns: 1fr !important;
      gap: 1rem !important;
    }
   
    .mega-menu .md\\:col-span-2 {
      grid-column: 1 !important;
    }
  }
/*header Mega Menu css end */

/* country code and flag css starts */
span#select2-freelancer-phone-code-container {
    font-size: 13px;
}
span.select2-dropdown {
    width: 250px !important;
    font-size: 13px;
    font-weight: 400;
}
span.select2-selection.select2-selection--single {
    border: none;
}
/* country code and flag css end */
