@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

body {
    margin: 0;
    padding: 0;
    padding-top: 75px; /* adjust based on banner + navbar height */
    font-family: 'Poppins', sans-serif;
    /* background-color: #f2f2f2; */
    text-decoration: none;
    font-family: Arial, sans-serif;
    background: #f4f6f9;
    margin: 0;
}

.top-banner {
  /* background: #2b2a7f;    */
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: lighter;
}

.list-nav-dsign {
    text-decoration: none;
    color: rgb(37, 45, 53);;
    font-size: 18px;
    /* font-weight: 600; */
}


.navbar-responsive {
  flex: auto;
  flex-direction: row;
  justify-content: end;
}
/* corosal */
.hero-slide-bg {
  position: relative;
  background: linear-gradient(135deg, #f5f3ff, #fdf2f8);
  overflow: hidden;
}

/* Top Right Glow */
.hero-slide-bg::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124,58,237,0.25), transparent 70%);
  top: -100px;
  right: -100px;
  border-radius: 50%;
}

/* Bottom Left Glow */
.hero-slide-bg::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(236,72,153,0.2), transparent 70%);
  bottom: -120px;
  left: -100px;
  border-radius: 50%;
}

.hero-slide-bg .container {
  position: relative;
  z-index: 2;
}

/* Login Button (Subtle Outline) */
.btn-login {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  border: 1px solid #7c3aed;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-login:hover {
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  border-color: #fff;
  color: #fff;
}

/* Signup Button (Primary CTA) */
.btn-signup {
  margin-left: 5%;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  color: #7c3aed;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-signup:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
}

/* body */

.carousel-item {
  transition: transform 0.8s ease-in-out;
}

/* /first cta */
/* Section Background */
.feature-section {
  padding: 50px 20px;
  background: linear-gradient(135deg, #f8fafc, #fdf2f8);
  position: relative;
}

/* Title */
.feature-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
}

/* Paragraph */
.feature-subtext {
  font-size: 16px;
  color: #6b7280;
  max-width: 750px;
  margin: 0 auto 10px;
  line-height: 1.7;
}

/* CTA Text */
.cta-text {
  margin-top: 30px;
  font-weight: 600;
  color: #111827;
}

/* Buttons Container */
.cta-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Premium Button */
.btn-premium {
  padding: 12px 24px;
  border-radius: 10px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(124,58,237,0.3);
}

/* Free Button */
.btn-free {
  padding: 12px 24px;
  border-radius: 10px;
  background: #fff;
  color: #7c3aed;
  font-weight: 600;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-free:hover {
  background: #f9fafb;
}

.feature-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(124,58,237,0.15), transparent 40%);
  pointer-events: none;
}

/* hero gif */
/* Section */
.gif-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8fafc, #fdf2f8);
}

/* Title */
.gif-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
}

/* Text */
.gif-text {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Points */
.gif-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.gif-points li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #374151;
}

/* CTA */
.gif-cta {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.gif-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(124,58,237,0.3);
}

/* GIF Container */
.gif-container {
  padding: 15px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* GIF */
.gif-image {
  border-radius: 10px;
  width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .gif-section {
    text-align: center;
  }

  .gif-title {
    font-size: 26px;
  }

  .gif-points {
    text-align: left;
    display: inline-block;
  }

  .gif-container {
    margin-top: 30px;
  }
}

/* feture list */
.features-section {
  padding: 80px 20px;
  background: #ffffff;
}

/* Row spacing fix */
.features-section .row {
  row-gap: 25px;   /* vertical spacing */
}


.features-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1f2937;
}

/* Card */
.feature-card {
  background: #f9fafb;
  padding: 25px;
  border-radius: 14px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

/* Hover effect */
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Title */
.feature-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #111827;
}

/* List */
.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-card ul li {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 8px;
}

/* Optional bullet style */
.feature-card ul li::before {
  content: "• ";
  color: #7c3aed;
  font-weight: bold;
}

.feature-card h5 i {
  font-size: 20px;
  margin-right: 8px;
  color: #7c3aed;
  vertical-align: middle;
}
/* 
CTA 2 */

/* Section */
.growth-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f3ff, #fdf2f8);
  position: relative;
  overflow: hidden;
}

/* Soft Glow Background */
.growth-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(124,58,237,0.15), transparent 70%);
  top: -80px;
  right: -80px;
  border-radius: 50%;
}

/* Image Box */
.growth-img-box {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Title */
.growth-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
}

/* Text */
.growth-text {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* CTA Button */
.growth-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 10px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.growth-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(124,58,237,0.3);
}

/* Responsive */
@media (max-width: 991px) {
  .growth-title {
    font-size: 26px;
  }

  .growth-text {
    font-size: 14px;
  }

  .growth-section {
    text-align: center;
  }
}

/* education   */
.gst-section {
  padding: 80px 20px;
  background: #ffffff;
}

.gst-title {
  font-size: 34px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
}

.gst-subtext {
  max-width: 750px;
  margin: 0 auto 10px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

/* eductaion card design */
.gst-card {
  background: #f9fafb;
  padding: 25px;
  border-radius: 14px;
  transition: 0.3s;
  height: 100%;
  text-align: left;
}

.gst-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.gst-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.gst-card p {
  font-size: 14px;
  color: #6b7280;
}

/* Hidden Content */
.gst-hidden {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  color: #4b5563;
}

/* Button */
.read-more-btn {
  border: none;
  background: none;
  color: #7c3aed;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-top: 10px;
}

.gst-card h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin-bottom: 10px;
}

.gst-card h5 i {
  font-size: 20px;
  color: #7c3aed;
}

/* eduction table */
.comparison-section {
  padding: 80px 20px;
  background: #ffffff;
}

.comparison-table th {
  background: #f3f4f6;
}

.comparison-table td {
  text-align: center;
}


/* eduction sub */

/* Section */
.why-section {
  padding: 80px 20px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
}

/* Inner Box (Glass effect) */
.why-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 50px 30px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}

/* Title */
.why-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Text */
.why-text {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Points */
.why-points {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.why-points span {
  background: rgba(255,255,255,0.15);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .why-title {
    font-size: 24px;
  }

  .why-text {
    font-size: 14px;
  }

  .why-box {
    padding: 30px 20px;
  }
}
.register-btn {
    width: 500px;
    height: 65px;
    padding: 10px;
    /* background-color: #1d1d75; */
    background: linear-gradient(90deg, #7c3aed, #ec4899);
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 22px;
    cursor: pointer;
    transition: background-color 0.3s;
    animation: pulseGlow 2s infinite;
    box-shadow: 0 0 0 rgba(29, 29, 117, 0.7);
}

.register-btn:hover {
    background-color: #d45259;
}

/* 🔄 Pulse Glow Animation */
@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(29, 29, 117, 0.7);
    }
    70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 15px rgba(29, 29, 117, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(29, 29, 117, 0);
    }
}

.hero-image {
    transition: transform 0.4s ease-in-out;
    cursor: pointer;
}

.hero-image:hover {
    transform: scale(1.05);
}

.register-btn-2{
  width: 100%;
  height: 65px;
  padding: 10px;
  background-color: #1d1d75;
  color: #fff;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.hover-login{
    width: 100px;
    padding: 5px;
    background-color: white; 
    border: 2px solid #000000;
    cursor: pointer;
    border-radius: 6px;
    height: 40px;
}

.hover-login:hover{
    background-color: #241d1e;
    color: white;
    border: 0px;
}

.hover-reg{
    width: 100px;
    padding: 5px;
    text-align: center; 
    background-color: rgb(218, 66, 66);
    cursor: pointer; 
    border: 0px; 
    border-radius: 6px;
    height: 41px;
    color: white;
}

.hover-reg:hover{
    background-color: #241d1e;
    color: white;
    border: 0px;
}

/* cards */
.card-golbal {
    text-align: center;
    color: #333;
}

.icon {
    font-size: 50px;
    color: transparent; /* Hides the inner color */
    -webkit-text-stroke: 2px #1d1d75; /* Creates the border using text stroke */
}

.count {
    font-size: 24px;
    font-weight: lighter;
    color: #333; /* Text color for "1 Crore" */
}

.count .plus {
    color: #1d1d75; /* Red color for "+" */
}

.description {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

/* card-box-global */
.content-card-box{
    padding: 20px;
    margin-top: 100px;
}

.content-card-box h1{
    font-weight: bolder;
    color: #3d3636;
}
.content-card-box p{
    font-weight: lighter;
}

.heading-benifits{
    text-align: center;
    padding: 20px;
}
.heading-benifits h1{

    font-weight: bolder;
}


.free-usage-block {
    padding: 20px;
    max-width: 400px;
    font-family: Arial, sans-serif;
    margin: 20px auto;
    text-align: right;
    position: relative;
}

.free-usage-block h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.free-usage-block p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.free-usage-block .badge {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1.5rem;
    color: #7c3aed;
}


/* //// */
.free-usage-block-left {
    padding: 20px;
    max-width: 400px;
    font-family: Arial, sans-serif;
    margin: 20px auto;
    text-align: left;
    position: relative;
}

.free-usage-block-left h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.free-usage-block-left p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.free-usage-block-left .badge {
    position: absolute;
    top: 0px;
    right: 380px;
    font-size: 1.5rem;
    color: #7c3aed;
}

/* testimonial */
.testimonial-card {
    background: #f9f9f9; /* Light gray background */
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-family: Arial, sans-serif;
  }
  
  .testimonial-card::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    transform: rotate(45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .stars {
    color: #ffa41b; /* Gold color for stars */
    margin-bottom: 10px;
  }
  
  .stars i {
    margin-right: 2px;
  }
  
  .customer-info {
    margin-top: 10px;
  }
  
  .customer-name {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
  }
  
  .customer-role {
    font-size: 12px;
    color: #777;
    margin: 0;
  }
  
  /* faq */
  .faq-section {
    width: 80%;
    max-width: 700px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  
  .faq-title {
    font-size: 28px;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
  }
  
  .faq {
    border-bottom: 1px solid #ddd;
  }
  
  .faq:last-child {
    border-bottom: none;
  }
  
  .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 15px 10px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq-question:hover {
    color: #007bff;
  }
  
  .arrow {
    transition: transform 0.3s;
  }
  
  .faq-answer {
    display: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #555;
  }
  
  .faq.open .faq-answer {
    display: block;
  }
  
  .faq.open .arrow {
    transform: rotate(180deg);
  }

  /* Touch us */
  .contact-section {
    /* background-color: #1e293b; */
    padding: 30px;
    max-width: 400px;
    margin: 50px auto;
    border-radius: 8px;
    color: white;
  }
  
  .contact-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .contact-details {
    font-size: 16px;
  }
  
  .contact-item {
    margin-bottom: 20px;
  }
  
  .contact-label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .contact-number,
  .contact-email {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  
  .contact-hours {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
  }
  
  .whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  .social-media {
    margin-top: 20px;
  }
  
  .social-label {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .social-icons {
    display: flex;
    gap: 10px;
  }
  
  .social-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.2s;
  }
  
  .social-icon:hover {
    transform: scale(1.1);
  }

  .sub-list{
    margin-top: 40%;
  }

  .sub-list ul li{
    list-style: none;
    font-size: large;
  }
  .sub-list h4{
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: 12%;
  }

  .white-icon {
    filter: invert(1);
  }

/* new testimonlas */
  
/* Section */
.testimonial-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f3ff, #fdf2f8);
}

/* Title */
.testimonial-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
}

/* Card */
.testimonial-card-new {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  position: relative;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.testimonial-card-new:hover {
  transform: translateY(-6px);
}

/* Quote icon */
.quote-icon {
  font-size: 40px;
  color: #7c3aed;
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 0.2;
}

/* Text */
.testimonial-card-new p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin-top: 20px;
}

/* Stars */
.stars {
  margin-top: 15px;
  color: #facc15;
  font-size: 16px;
}

/* Name */
.testimonial-card-new h6 {
  margin-top: 10px;
  font-weight: 600;
  color: #111827;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-title {
    font-size: 24px;
  }
}

/* google play */
.playstore-badge {
  width: 160px;
  transition: 0.3s ease;
}

.playstore-badge:hover {
  transform: scale(1.05);
}

/* cta popup */

/* POPUP CONTAINER */
.sales-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;

  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;

  transition: all 0.4s ease;
}

/* SHOW STATE */
.sales-popup.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* CARD */
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  max-width: 300px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
}

/* TOP GRADIENT BORDER EFFECT */
.popup-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
}

/* TEXT */
.popup-content h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.popup-content p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 15px;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #25D366, #1ebe5d);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37,211,102,0.3);
}

/* CLOSE BUTTON */
.close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #9ca3af;
}

.close-btn:hover {
  color: #000;
}


/* job gnertor page here */
/* RESET */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #111827;
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  background: linear-gradient(120deg, #7c3aed, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero h1 {
  font-size: 42px;
  max-width: 700px;
}

.hero h1 span {
  color: #ffd8ff;
}

.hero p {
  max-width: 500px;
  margin: 15px auto;
  opacity: 0.9;
}

.hero-buttons {
  margin-top: 20px;
}

/* BUTTONS */
.btn-primary {
  background: #fff;
  color: #7c3aed;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 10px;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
}

/* BLUR EFFECT */
.blur-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  filter: blur(100px);
}

.blur-circle.one {
  top: 10%;
  left: 10%;
}

.blur-circle.two {
  bottom: 10%;
  right: 10%;
}

/* FEATURES */
.features {
  padding: 80px 20px;
  text-align: center;
  background: #f9fafb;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-6px);
}

/* PREVIEW */
.preview {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f3ff, #fdf2f8);
  text-align: center;
}

.preview-box {
  max-width: 600px;
  margin: auto;
}

.btn-primary.large {
  display: inline-block;
  margin-top: 20px;
}

/* FINAL CTA */
.final-cta {
  padding: 80px 20px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  text-align: center;
}

.btn-secondary.large {
  display: inline-block;
  margin-top: 20px;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .hero h1 {
    font-size: 28px;
  }
}


/* PDF */


/* SECTION */
.job-preview-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f3ff, #fdf2f8);
}

/* TITLE */
.preview-title {
  font-size: 32px;
  font-weight: 700;
}

.preview-subtext {
  color: #6b7280;
  margin-bottom: 30px;
}

/* CARD */
.preview-card {
  max-width: 850px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.preview-card:hover {
  transform: translateY(-5px);
}

/* PDF */
.pdf-frame {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 10px;
}

/* BUTTON GROUP */
.download-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* PDF BUTTON */
.btn-pdf {
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* EXCEL BUTTON */
.btn-excel {
  background: #10b981;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* MAIN CTA */
.main-cta {
  margin-top: 30px;
}

.btn-main {
  padding: 12px 24px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .pdf-frame {
    height: 300px;
  }

  .preview-title {
    font-size: 24px;
  }
}
/* PDF BOX */
.pdf-preview-box {
  max-width: 800px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  background: #fff;
}

/* PDF FRAME */
.pdf-frame {
  width: 100%;
  height: 500px;
  border: none;
}

/* BUTTONS */
.preview-actions {
  margin-top: 25px;
}

/* PRIMARY */
.btn-primary {
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 10px;
}

/* SECONDARY */
.btn-secondary {
  border: 1px solid #7c3aed;
  color: #7c3aed;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

/* HOVER */
.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-secondary:hover {
  background: #7c3aed;
  color: #fff;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .pdf-frame {
    height: 400px;
  }

  .preview-title {
    font-size: 24px;
  }
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(120deg, #7c3aed, #ec4899);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 60px 20px;
}

/* CONTAINER */
.hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

/* LEFT */
.hero-content {
  color: #fff;
  max-width: 500px;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.2;
}

.hero h1 span {
  color: #ffd8ff;
}

.hero p {
  margin-top: 15px;
  opacity: 0.9;
}

/* BUTTONS */
.hero-buttons {
  margin-top: 20px;
}

.btn-primary {
  background: #fff;
  color: #7c3aed;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 10px;
}

.btn-secondary {
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
}

/* RIGHT IMAGE */
.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
  transform: rotate(-2deg);
  transition: 0.3s;
}

.hero-image img:hover {
  transform: rotate(0deg) scale(1.03);
}

/* BLUR EFFECT */
.blur-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  filter: blur(100px);
}

.blur-circle.one {
  top: 10%;
  left: 5%;
}

.blur-circle.two {
  bottom: 10%;
  right: 5%;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero h1 {
    font-size: 28px;
  }

  .hero-image img {
    max-width: 350px;
    transform: none;
  }
}


/* page */
.container {
    max-width: 900px;
    margin: auto;
}

h1 {
    text-align: center;
}

.form-section {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.form-section h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

input, textarea {
    width: 100%;
    padding: 8px;
    margin: 6px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.row {
    display: flex;
    gap: 10px;
}

.row input {
    flex: 1;
}

button {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}

/* PDF STYLE */
#jobSheet {
    width: 800px;
    background: #fff;
    padding: 20px;
    font-size: 14px;
}

.header {
    text-align: center;
    margin-bottom: 15px;
}

.section {
    margin-bottom: 10px;
}

.section-title {
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}

.signature {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.cta {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #555;
}

/* SECTION */
.job-tool {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f3ff, #fdf2f8);
}

/* CONTAINER */
.tool-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* FORM CARD */
.form-card {
  flex: 1;
  min-width: 320px;
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.form-card h2 {
  margin-bottom: 20px;
}

/* GROUP */
.form-group {
  margin-bottom: 20px;
}

.form-group h4 {
  margin-bottom: 8px;
  font-size: 14px;
  color: #374151;
}

/* INPUT */
input, textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  outline: none;
  font-size: 14px;
}

/* ROW */
.row {
  display: flex;
  gap: 10px;
}

/* TEXTAREA */
textarea {
  min-height: 80px;
}

/* BUTTON */
.generate-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  color: #fff;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.generate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(124,58,237,0.3);
}

/* PREVIEW */
.preview-card {
  flex: 1;
  min-width: 320px;
  background: #111827;
  color: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.preview-card h3 {
  margin-bottom: 15px;
}

/* PREVIEW BOX */
.preview-box {
  background: #1f2937;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
}

/* NOTE */
.preview-note {
  margin-top: 15px;
  font-size: 12px;
  opacity: 0.7;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .tool-container {
    flex-direction: column;
  }
}