    /* Reset and Base Styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    :root {
      --igpv-primary: #5851DB;
      --igpv-secondary: #833AB4;
      --igpv-accent: #C13584;
      --igpv-light: #FCFCFC;
      --igpv-dark: #262626;
      --igpv-gray: #8E8E8E;
      --igpv-border: #DBDBDB;
      --igpv-gradient: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
      --igpv-gradient-light: linear-gradient(45deg, rgba(64, 93, 230, 0.8), rgba(193, 53, 132, 0.8));
      --igpv-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      --igpv-transition: all 0.3s ease;
    }

    .igpv-body {
      font-family: 'Lato', sans-serif;
      color: var(--igpv-dark);
      background-color: #FAFAFA;
      font-size: 16px;
      line-height: 1.6;
    }

    .igpv-heading {
      font-family: 'Lora', serif;
    }

    .igpv-paragraph {
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      line-height: 1.6;
    }

    .igpv-text-center {
      text-align: center;
    }

    /* Container and Grid System */
    .igpv-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .igpv-row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
    }

    .igpv-col {
      padding: 0 15px;
      width: 100%;
    }

    .igpv-col-12 {
      width: 100%;
    }

    .igpv-col-8 {
      width: 66.666667%;
    }

    .igpv-col-6 {
      width: 50%;
    }

    .igpv-col-4 {
      width: 33.333333%;
    }

    .igpv-col-3 {
      width: 25%;
    }

    .igpv-justify-center {
      justify-content: center;
    }

    .igpv-text-center {
      text-align: center;
    }

    .igpv-mb-5 {
      margin-bottom: 3rem;
    }

    .igpv-mb-4 {
      margin-bottom: 1.5rem;
    }

    .igpv-mb-3 {
      margin-bottom: 1rem;
    }

    .igpv-mb-2 {
      margin-bottom: 0.5rem;
    }

    .igpv-mb-1 {
      margin-bottom: 0.25rem;
    }

    /* Common Styles */
    .igpv-section {
      padding: 6rem 0;
      position: relative;
    }

    .igpv-section-title {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 1.5rem;
      position: relative;
      display: inline-block;
      color: #000000;
    }

    .igpv-section-title::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 80px;
      height: 4px;
      background: var(--igpv-gradient);
      border-radius: 2px;
    }

    .igpv-section-title.text-center::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .igpv-section-subtitle {
      color: var(--igpv-gray);
      margin-bottom: 3.5rem;
      font-size: 18px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .igpv-card {
      border-radius: 16px;
      background-color: white;
      box-shadow: var(--igpv-box-shadow);
      transition: var(--igpv-transition);
      height: 100%;
      border: none;
      overflow: hidden;
    }

    .igpv-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    .igpv-btn {
      padding: 0.85rem 2rem;
      border-radius: 30px;
      font-weight: 600;
      transition: var(--igpv-transition);
      border: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
    }

    .igpv-btn-primary {
      background: var(--igpv-gradient);
      color: white;
    }

    .igpv-btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      color: white;
    }

    .igpv-shape {
      position: absolute;
      z-index: -1;
    }

    .igpv-shape-1 {
      top: 10%;
      left: 5%;
      width: 150px;
      height: 150px;
      background: linear-gradient(45deg, #FCAF45, #FFDC80);
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
      opacity: 0.1;
    }

    .igpv-shape-2 {
      bottom: 10%;
      right: 5%;
      width: 200px;
      height: 200px;
      background: linear-gradient(45deg, #405DE6, #5851DB);
      border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
      opacity: 0.1;
    }

    /* Welcome Section */
    .igpv-welcome-section {
      background: var(--igpv-gradient-light);
      color: white;
      text-align: center;
      padding: 8rem 0;
      position: relative;
      overflow: hidden;
    }

    .igpv-welcome-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
      opacity: 0.5;
    }

    .igpv-welcome-title {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 1.5rem;
      position: relative;
    }

    .igpv-welcome-subtitle {
      font-size: 18px;
      max-width: 700px;
      margin: 0 auto 2.5rem;
      opacity: 0.9;
    }

    /* Works Process Section */
    .igpv-works-process {
      background-color: white;
      position: relative;
    }

    .igpv-process-card {
      text-align: center;
      padding: 3rem 2rem;
      position: relative;
      z-index: 1;
    }

    .igpv-process-number {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 100px;
      font-weight: 700;
      opacity: 0.05;
      font-family: 'Lora', serif;
      line-height: 1;
    }

    .igpv-process-icon {
      font-size: 3rem;
      margin-bottom: 1.5rem;
      display: inline-block;
      color: white;
      background: var(--igpv-gradient);
      width: 100px;
      height: 100px;
      line-height: 100px;
      border-radius: 50%;
      transition: var(--igpv-transition);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .igpv-process-card:hover .igpv-process-icon {
      transform: scale(1.1) rotate(5deg);
    }

    .igpv-process-title {
      font-weight: 700;
      margin-bottom: 1rem;
      font-size: 24px;
    }

    .igpv-process-description {
      color: var(--igpv-gray);
    }

    .igpv-process-arrow {
      position: absolute;
      top: 50%;
      right: -30px;
      transform: translateY(-50%);
      font-size: 2rem;
      color: var(--igpv-gray);
      opacity: 0.3;
      z-index: 2;
    }

    /* Features Section */
    .igpv-features {
      background-color: #FAFAFA;
      position: relative;
    }

    .igpv-feature-card {
      padding: 2.5rem;
      text-align: left;
      display: flex;
      flex-direction: column;
    }

    .igpv-feature-icon {
      font-size: 2.5rem;
      margin-bottom: 1.5rem;
      color: var(--igpv-primary);
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
      width: 80px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      border-radius: 20px;
      transition: var(--igpv-transition);
    }

    .igpv-feature-card:hover .igpv-feature-icon {
      background: var(--igpv-gradient);
      color: white;
      transform: translateY(-5px);
    }

    .igpv-feature-title {
      font-weight: 700;
      margin-bottom: 1rem;
      font-size: 22px;
    }

    .igpv-feature-description {
      color: var(--igpv-gray);
      margin-bottom: 1.5rem;
    }

    .igpv-feature-link {
      color: var(--igpv-primary);
      text-decoration: none;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      margin-top: auto;
    }

    .igpv-feature-link i {
      transition: var(--igpv-transition);
      margin-left: 5px;
    }

    .igpv-feature-link:hover i {
      transform: translateX(5px);
    }

    /* Why Choose Section */
    .igpv-why-choose {
      background-color: white;
      position: relative;
    }

    .igpv-why-choose-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
    }

    .igpv-why-choose-content {
      flex: 1;
      min-width: 300px;
    }

    .igpv-why-choose-image {
      flex: 1;
      min-width: 300px;
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: var(--igpv-box-shadow);
    }

    .igpv-why-choose-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .igpv-why-choose-item {
      display: flex;
      margin-bottom: 2rem;
      align-items: flex-start;
    }

    .igpv-why-choose-icon {
      font-size: 1.5rem;
      color: white;
      background: var(--igpv-gradient);
      width: 50px;
      height: 50px;
      min-width: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      margin-right: 1.5rem;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .igpv-why-choose-title {
      font-weight: 700;
      margin-bottom: 0.5rem;
      font-size: 20px;
    }

    .igpv-why-choose-text {
      color: var(--igpv-gray);
      margin-bottom: 0;
    }

    /* Testimonials Section */
    .igpv-testimonials {
      background-color: #FAFAFA;
      position: relative;
    }

    .igpv-testimonial-card {
      padding: 3rem 2rem;
      text-align: center;
      position: relative;
    }

    .igpv-testimonial-quote {
      font-size: 3rem;
      position: absolute;
      top: 20px;
      left: 20px;
      color: var(--igpv-accent);
      opacity: 0.1;
      font-family: 'Georgia', serif;
    }

    .igpv-testimonial-avatar {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 0 auto 1.5rem;
      overflow: hidden;
      border: 3px solid white;
      box-shadow: var(--igpv-box-shadow);
    }

    .igpv-testimonial-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .igpv-testimonial-text {
      font-style: italic;
      margin-bottom: 1.5rem;
      position: relative;
      padding: 0 1rem;
      font-size: 17px;
    }

    .igpv-testimonial-name {
      font-weight: 700;
      margin-bottom: 0.25rem;
      font-size: 20px;
    }

    .igpv-testimonial-role {
      color: var(--igpv-gray);
    }

    .igpv-testimonial-rating {
      margin-bottom: 1.5rem;
      color: #FFC107;
      font-size: 1.25rem;
    }

    /* FAQ Section */
    .igpv-faq {
      background-color: white;
      position: relative;
    }

    .igpv-accordion {
      width: 100%;
    }

    .igpv-accordion-item {
      margin-bottom: 1.5rem;
    }

    .igpv-accordion-header {
      background-color: white;
      border-radius: 12px;
      box-shadow: var(--igpv-box-shadow);
      font-weight: 600;
      padding: 1.5rem;
      display: flex;
      align-items: center;
      font-size: 18px;
      cursor: pointer;
      transition: var(--igpv-transition);
      position: relative;
    }

    .igpv-accordion-header i {
      margin-right: 15px;
      font-size: 1.5rem;
      color: var(--igpv-primary);
    }

    .igpv-accordion-header::after {
      content: '\f107';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      right: 20px;
      transition: var(--igpv-transition);
    }

    .igpv-accordion-header.active {
      color: var(--igpv-primary);
    }

    .igpv-accordion-header.active::after {
      transform: rotate(180deg);
    }

    .igpv-accordion-body {
      padding: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
      background-color: white;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }

    .igpv-accordion-body.active {
      padding: 1.5rem;
      max-height: 500px;
    }

    .igpv-accordion-content {
      padding: 0;
    }

    /* CTA Section */
    .igpv-cta-section {
      background: var(--igpv-gradient);
      color: white;
      text-align: center;
      padding: 6rem 0;
      position: relative;
      overflow: hidden;
    }

    .igpv-cta-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
      opacity: 0.5;
    }

    .igpv-cta-title {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 1.5rem;
    }

    .igpv-cta-subtitle {
      font-size: 18px;
      max-width: 700px;
      margin: 0 auto 2.5rem;
      opacity: 0.9;
    }

    .igpv-cta-btn {
      background-color: white;
      color: var(--igpv-primary);
      font-weight: 700;
      padding: 1rem 2.5rem;
      border-radius: 30px;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: var(--igpv-transition);
      border: none;
      font-size: 18px;
      cursor: pointer;
    }

    .igpv-cta-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      color: var(--igpv-accent);
    }

    /* Animation Classes */
    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .fade-in.active {
      opacity: 1;
      transform: translateY(0);
    }

    .delay-1 {
      transition-delay: 0.1s;
    }

    .delay-2 {
      transition-delay: 0.2s;
    }

    .delay-3 {
      transition-delay: 0.3s;
    }

    .delay-4 {
      transition-delay: 0.4s;
    }

    /* Responsive Styles */
    @media (max-width: 1200px) {
      .igpv-container {
        max-width: 960px;
      }
    }

    @media (max-width: 992px) {
      .igpv-container {
        max-width: 720px;
      }

      .igpv-col-lg-4 {
        width: 100%;
      }

      .igpv-section {
        padding: 5rem 0;
      }

      .igpv-section-title {
        font-size: 36px;
      }

      .igpv-welcome-title {
        font-size: 36px;
      }

      .igpv-process-card {
        margin-bottom: 2rem;
      }

      .igpv-process-arrow {
        display: none;
      }

      .igpv-why-choose-wrapper {
        flex-direction: column;
      }

      .igpv-why-choose-image {
        margin-top: 2rem;
        height: 400px;
      }

      .igpv-cta-title {
        font-size: 36px;
      }
    }

    @media (max-width: 768px) {
      .igpv-container {
        max-width: 540px;
      }

      .igpv-col-md-4 {
        width: 100%;
      }

      .igpv-section {
        padding: 4rem 0;
      }

      .igpv-section-title {
        font-size: 32px;
      }

      .igpv-welcome-title {
        font-size: 32px;
      }

      .igpv-welcome-subtitle {
        font-size: 16px;
      }

      .igpv-testimonial-card {
        margin-bottom: 2rem;
      }

      .igpv-cta-title {
        font-size: 32px;
      }
    }

    @media (max-width: 576px) {
      .igpv-container {
        max-width: 100%;
        padding: 0 20px;
      }
    }
