.elementor-7 .elementor-element.elementor-element-0e22e20{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-7394a8e{--display:flex;--margin-top:5%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-c87af18 > .elementor-widget-container{margin:0% 0% 2% 0%;}.elementor-7 .elementor-element.elementor-element-c87af18{text-align:center;}.elementor-7 .elementor-element.elementor-element-c87af18 .elementor-heading-title{font-family:"Inter", Sans-serif;font-weight:600;color:var( --e-global-color-c1123b1 );}.elementor-7 .elementor-element.elementor-element-4554dbe{--e-image-carousel-slides-to-show:6;}.elementor-7 .elementor-element.elementor-element-02b0f6d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-22dc5de{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-54b5c98{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-54b5c98:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-54b5c98 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF7FF;}.elementor-7 .elementor-element.elementor-element-6aa033f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-5899f15{--display:flex;}.elementor-7 .elementor-element.elementor-element-6694140{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-7394a8e{--padding-top:10%;--padding-bottom:10%;--padding-left:0%;--padding-right:0%;}.elementor-7 .elementor-element.elementor-element-c87af18 .elementor-heading-title{font-size:23px;}.elementor-7 .elementor-element.elementor-element-4554dbe{--e-image-carousel-slides-to-show:3;}}/* Start custom CSS for html, class: .elementor-element-f012f2e */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;800&display=swap');

/* Main Hero Section */
.resume-hero-purple {
  position: relative;
  padding: 100px 5%;
  background: linear-gradient(135deg, #2e135b, #4c1e80);
  font-family: 'inter', sans-serif;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}

/* Background Blobs */
.bg-blobs-purple .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.2;
  animation: floatBlob 20s ease-in-out infinite alternate;
}
.blob1 {
  width: 400px;
  height: 400px;
  background: #00EF8B;
  top: -100px;
  left: -100px;
}
.blob2 {
  width: 300px;
  height: 300px;
  background: #7b2cbf;
  bottom: -80px;
  right: -120px;
  animation-delay: 5s;
}
@keyframes floatBlob {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, -30px); }
}

/* Layout */
.hero-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
  gap: 50px;
}

/* Text Side */
.hero-left {
  flex: 1 1 560px;
  max-width: 600px;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-title span {
  background: linear-gradient(to right, #00EF8B, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* STAR BOX */
.star-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 26px;
}
.stars i {
  color: gold;
  font-size: 18px;
}
.rating-info {
  font-size: 14px;
  color: #ddd;
}
.rating-info strong {
  font-weight: 700;
  color: #fff;
}
.rating-info span {
  color: #bbb;
}

/* Subtext */
.hero-subtext {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* CTA Buttons */
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.btn-glow {
  padding: 14px 26px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 0 18px rgba(0,239,139,0.2);
}
.btn-glow.primary {
  background: linear-gradient(to right, #00EF8B, #00c776);
  color: #000;
}
.btn-glow.primary:hover {
  box-shadow: 0 0 24px #00EF8B;
  transform: translateY(-2px);
}
.btn-glow.secondary {
  background: transparent;
  border: 2px solid #00EF8B;
  color: #00EF8B;
}
.btn-glow.secondary:hover {
  background: #00EF8B;
  color: #000;
}

/* Badges */
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  margin-top: 10px;
}
.hero-badges div {
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(4px);
}

/* Image Side */
.hero-right {
  flex: 1 1 420px;
  text-align: center;
}
.hero-right img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .hero-title {
    font-size: 34px;
  }
  .hero-ctas,
  .hero-badges {
    justify-content: center;
  }
}

/* Add this animation keyframe */
@keyframes floatImage {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

/* Apply to image */
.hero-right img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  animation: floatImage 6s ease-in-out infinite;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f7b8e8 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f4f8;
}

.services-section {
  width: 100%;
  background: linear-gradient(to right, #f0fff8, #e6f9f0);
  padding: 100px 20px 80px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 38px;
  color: #0d1a26;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
}

.section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #00EF8B;
  display: block;
  margin: 14px auto 0;
  border-radius: 2px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.service-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  border-top: 4px solid #00EF8B;
}

.service-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: #e1fff2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.icon-wrapper i {
  font-size: 26px;
  color: #00c776;
}

.service-card h3 {
  font-size: 22px;
  color: #111;
  margin-bottom: 16px;
  font-weight: 600;
}

.service-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #00EF8B;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-align: center;
}

.btn:hover {
  background-color: #00c776;
  color: #fff;
}

.tag {
  background-color: #d1ffe6;
  color: #008f5f;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 8px;
  vertical-align: middle;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfa22f4 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* RESET + BASE */
body {
  font-family: 'Inter', sans-serif;
  background: #f9fbff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* SECTION */
.pricing-section-glass {
  width: 100%;
  background: linear-gradient(135deg, #e0f7fa, #ffffff);
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

/* GRID */
.pricing-cards-glass {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

/* CARD STYLING */
.pricing-card-glass {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

.pricing-card-glass:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card-glass.basic {
  border-color: #00e0d3;
}

.pricing-card-glass.pro {
  border-color: #00EF8B;
}

.pricing-card-glass.premium {
  border-color: #ffc107;
}

.label-tag {
  position: absolute;
  top: -14px;
  left: 20px;
  background-color: #00EF8B;
  color: #000;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 8px;
}

.pricing-card-glass h3 {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.experience {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
}

.price {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}

.old-price {
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 10px;
}

/* LIST */
.pricing-card-glass ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 25px;
}

.pricing-card-glass ul li {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}

/* ATTRACTIVE BUTTON WITH ICON */
.glass-btn {
  background: linear-gradient(135deg, #00EF8B, #00c776);
  color: #000;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 239, 139, 0.25);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.glass-btn i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.glass-btn:hover {
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 239, 139, 0.35);
}

.glass-btn:hover i {
  transform: translateX(5px);
}

.glass-btn::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00c776, #00EF8B);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.glass-btn:hover::before {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca6d72e */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
}

.hiw-section {
  background: linear-gradient(135deg, #ffffff 0%, #0000 0%);
  padding: 80px 20px;
}

.hiw-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.hiw-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 60px;
}

.hiw-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.hiw-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hiw-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.hiw-icon {
  position: relative;
  margin-bottom: 20px;
}

.hiw-icon i {
  font-size: 28px;
  color: #000;
  background: #00EF8B;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hiw-card:hover .hiw-icon i {
  transform: rotate(8deg);
}

.step-num {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #111;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 13px;
  border-radius: 50%;
  line-height: 24px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.hiw-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.hiw-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95fc41c */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

.features-section {
  background-color: #f;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.features-heading {
  text-align: center;
  font-size: 28px;
  color: #111;
  margin-bottom: 60px;
}

.features-heading span {
  font-weight: 400;
  color: #555;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-box:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.icon-box {
  font-size: 26px;
  color: #00EF8B;
  background: #e6fff4;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.feature-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f150bb */.faq-section {
  background: linear-gradient(135deg, #f2fff9, #eaf9ff);
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}

.faq-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.faq-section .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00EF8B;
  border-radius: 2px;
  margin: 16px auto 0;
}

.faq-box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.faq-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0d1a26;
}

.faq-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .faq-section {
    padding: 60px 15px;
  }

  .faq-section .section-title {
    font-size: 26px;
  }

  .faq-item {
    padding: 20px 16px;
  }

  .faq-item h4 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 14px;
  }
}/* End custom CSS */