.elementor-9838 .elementor-element.elementor-element-fcfd090{margin-top:60px;margin-bottom:60px;}@media(max-width:1024px){.elementor-9838 .elementor-element.elementor-element-fcfd090{margin-top:30px;margin-bottom:30px;}}@media(max-width:767px){.elementor-9838 .elementor-element.elementor-element-fcfd090{margin-top:20px;margin-bottom:20px;}}/* Start custom CSS for html, class: .elementor-element-8e0085a */:root {
        --primary: #8cc63f;
        --primary-dark: #7ab32e;
        --primary-light: #a3d65c;
        --secondary: #1b3664;
        --secondary-dark: #152a4f;
        --secondary-light: #264785;
        --white: #ffffff;
        --gray-50: #f9fafb;
        --gray-100: #f3f4f6;
        --gray-200: #e5e7eb;
        --gray-300: #d1d5db;
        --gray-400: #9ca3af;
        --gray-500: #6b7280;
        --gray-600: #4b5563;
        --gray-700: #374151;
        --gray-800: #1f2937;
        --gray-900: #111827;
      }

      body {
        font-family:
          "Inter",
          -apple-system,
          BlinkMacSystemFont,
          "Segoe UI",
          sans-serif;
        line-height: 1.6;
        color: var(--gray-700);
        background-color: var(--gray-100);
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }

      .container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 24px;
      }

      /* Page Banner */
      .page-banner {
        background: linear-gradient(
          135deg,
          var(--secondary) 0%,
          var(--secondary-dark) 100%
        );
        position: relative;
        overflow: hidden;
      }

      .page-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      }

      .banner-content {
        position: relative;
        z-index: 1;
        padding: 60px 0 40px;
      }

      .banner-title {
        font-size: 2.25rem;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 16px;
        letter-spacing: -0.025em;
        line-height: 1.2;
        position: relative;
        display: inline-block;
      }

      .banner-title::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 60px;
        height: 4px;
        background: var(--primary);
        border-radius: 2px;
      }

      .banner-subtitle {
        font-size: 1.125rem;
        color: var(--gray-200);
        max-width: 600px;
        margin-bottom: 24px;
        font-weight: 400;
      }

      /* Breadcrumbs */
      .breadcrumbs {
        background-color: var(--white);
        border-bottom: 1px solid var(--gray-200);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      }

      .breadcrumbs-container {
        display: flex;
        align-items: center;
        height: 56px;
        position: relative;
      }

      .breadcrumbs-list {
        display: flex;
        align-items: center;
        list-style: none;
        flex-wrap: wrap;
      }

      .breadcrumbs-item {
        display: flex;
        align-items: center;
        font-size: 0.875rem;
        color: var(--gray-500);
      }

      .breadcrumbs-item:not(:last-child)::after {
        content: "/";
        margin: 0 8px;
        color: var(--gray-400);
      }

      .breadcrumbs-link {
        color: var(--gray-600);
        text-decoration: none;
        transition: color 0.2s ease;
        display: flex;
        align-items: center;
      }

      .breadcrumbs-link:hover {
        color: var(--primary);
      }

      .breadcrumbs-link.home {
        display: flex;
        align-items: center;
      }

      .breadcrumbs-link.home svg {
        width: 16px;
        height: 16px;
        margin-right: 4px;
      }

      .breadcrumbs-current {
        font-weight: 600;
        color: var(--secondary);
      }

      /* Accent Bar */
      .accent-bar {
        height: 4px;
        background: linear-gradient(
          90deg,
          var(--primary) 0%,
          var(--primary-light) 100%
        );
        margin-top: 80px;
      }

      /* Responsive Design */
      @media (max-width: 768px) {
        .banner-content {
          padding: 50px 0 30px;
        }

        .banner-title {
          font-size: 1.875rem;
        }

        .banner-subtitle {
          font-size: 1rem;
          margin-bottom: 20px;
        }

        .breadcrumbs-container {
          height: 48px;
        }

        .breadcrumbs-item {
          font-size: 0.8125rem;
        }
      }

      @media (max-width: 480px) {
        .banner-content {
          padding: 40px 0 24px;
        }

        .banner-title {
          font-size: 1.5rem;
        }

        .banner-subtitle {
          font-size: 0.9375rem;
        }

        .breadcrumbs-link.home span {
          display: none;
        }
      }

      /* Demo Page Styles */
      .demo-content {
        padding: 60px 0;
        text-align: center;
      }

      .demo-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--gray-800);
        margin-bottom: 16px;
      }

      .demo-description {
        font-size: 1rem;
        color: var(--gray-600);
        max-width: 600px;
        margin: 0 auto 32px;
      }

      .demo-button {
        display: inline-flex;
        align-items: center;
        padding: 12px 24px;
        background: var(--primary);
        color: var(--white);
        text-decoration: none;
        border-radius: 8px;
        font-size: 0.9375rem;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow:
          0 1px 3px 0 rgba(0, 0, 0, 0.1),
          0 1px 2px 0 rgba(0, 0, 0, 0.06);
      }

      .demo-button:hover {
        background: var(--primary-dark);
        transform: translateY(-1px);
        box-shadow:
          0 4px 6px -1px rgba(0, 0, 0, 0.1),
          0 2px 4px -1px rgba(0, 0, 0, 0.06);
      }
      
      
      .breadcrumbs-item:not(:last-child)::after {
          display: none!important;
      }
      .breadcrumbs-list{
          margin-bottom: 0!important;
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd7d526 */.page-container {
        max-width: 1400px;
        margin: 0 auto;
      }

      .main-layout {
        display: grid;
        grid-template-columns: 2fr 1fr;
        column-gap: 40px;
      }

      /* Left Content Area */
      .content-area {
        background: #ffffff;
        padding: 0;
      }

      .hero-image-section {
        position: relative;
        height: 400px;
        overflow: hidden;
      }

      .hero-image {
        width: 100%;
        height: 100%!important;
        object-fit: cover;
        display: block;
      }

      .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
          135deg,
          rgba(27, 54, 100, 0.8) 0%,
          rgba(27, 54, 100, 0.4) 100%
        );
      }

      .hero-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px 50px;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
      }

      .service-badge {
        display: inline-flex;
        align-items: center;
        padding: 8px 20px;
        background: rgba(140, 198, 63, 0.9);
        color: #ffffff;
        border-radius: 25px;
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 20px;
        backdrop-filter: blur(10px);
      }

      .badge-dot {
        width: 6px;
        height: 6px;
        background: #ffffff;
        border-radius: 50%;
        margin-right: 10px;
      }

      .page-title {
        font-size: 3rem;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: -0.02em;
        line-height: 1.1;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      }

      .page-subtitle {
        font-size: 1.25rem;
        color: rgba(255, 255, 255, 0.9);
        margin: 12px 0 0 0;
        font-weight: 400;
      }

      .content-section {
        padding: 60px 50px;
      }

      .section-header {
        margin-bottom: 40px;
      }

      .section-title {
        font-size: 2rem;
        font-weight: 700;
        color: #1b3664;
        margin-bottom: 16px;
        letter-spacing: -0.025em;
        line-height: 1.2;
      }

      .section-description {
        font-size: 1.125rem;
        color: #4b5563;
        line-height: 1.7;
        margin-bottom: 32px;
      }

      .content-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-bottom: 50px;
      }

      .content-block h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #1b3664;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
      }

      .content-icon {
        width: 24px;
        height: 24px;
        background: #8cc63f;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
      }

      .content-block p {
        font-size: 1rem;
        color: #6b7280;
        line-height: 1.6;
      }

      .key-points-section {
        background: #f8fafc;
        border-radius: 20px;
        padding: 40px;
        border: 1px solid #e2e8f0;
        position: relative;
        overflow: hidden;
      }

      .points-header {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
      }

      .points-icon {
        width: 48px;
        height: 48px;
        background: #1b3664;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
      }

      .points-title {
        font-size: 1.75rem;
        font-weight: 700;
        color: #1b3664;
        margin: 0;
      }

      .points-subtitle {
        font-size: 1rem;
        color: #6b7280;
        margin: 4px 0 0 0;
      }

      .key-points-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
      }

      .key-point {
        background: #ffffff;
        border-radius: 12px;
        padding: 24px;
        border: 1px solid #e5e7eb;
        transition: all 0.3s ease;
        position: relative;
      }

      .key-point:hover {
        border-color: #8cc63f;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      }

      .point-header {
        display: flex;
        align-items: center;
    
      }

      .point-number {
        width: 32px;
        height: 32px;
        background: linear-gradient(135deg, #8cc63f, #7ab32e);
        color: #ffffff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.875rem;
        margin-right: 16px;
        flex-shrink: 0;
      }

      .point-content h4 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #1b3664;
        margin: 0 0 8px 0;
        line-height: 1.3;
      }

      .point-content p {
        font-size: 0.9375rem;
        color: #6b7280;
        margin: 0;
        line-height: 1.5;
      }

      .cta-section {
        margin-top: 50px;
        padding: 40px;
        background: linear-gradient(135deg, #1b3664, #152a4f);
        border-radius: 16px;
        text-align: center;
        position: relative;
        overflow: hidden;
      }

      .cta-section::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 200px;
        background: radial-gradient(
          circle,
          rgba(140, 198, 63, 0.1) 0%,
          transparent 70%
        );
        border-radius: 50%;
      }

      .cta-content {
        position: relative;
        z-index: 1;
      }

      .cta-title {
        font-size: 1.75rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 16px;
      }

      .cta-description {
        font-size: 1.125rem;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 32px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
      }

      .cta-button {
        display: inline-flex;
        align-items: center;
        padding: 16px 32px;
        background: linear-gradient(135deg, #8cc63f, #7ab32e);
        color: #ffffff;
        text-decoration: none;
        border-radius: 10px;
        font-size: 1rem;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(140, 198, 63, 0.3);
      }

      .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(140, 198, 63, 0.4);
      }

      /* Right Sidebar - Service Menu - UPDATED CLEAN DESIGN */
      .service-sidebar {
        background: #ffffff;
        padding: 0;
        position: relative;
        border-left: 1px solid #e5e7eb;
      }

      .sidebar-header {
        padding: 50px 40px 40px;
        border-bottom: 1px solid #e5e7eb;
        text-align: center;
      }

      .sidebar-logo {
        width: 60px;
        height: 60px;
        background: rgba(140, 198, 63, 0.1);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        border: 2px solid rgba(140, 198, 63, 0.2);
      }

      .sidebar-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1b3664;
        margin-bottom: 8px;
        letter-spacing: -0.015em;
      }

      .sidebar-subtitle {
        font-size: 0.9375rem;
        color: #6b7280;
        margin: 0;
      }

      .service-navigation {
        padding: 30px 0;
      }

      .nav-section-title {
        padding: 0 40px 20px;
        font-size: 0.875rem;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
      }

      .service-item {
        display: block;
        padding: 18px 40px;
        color: #4b5563;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        border-left: 4px solid transparent;
        position: relative;
      }

      .service-item:hover {
        background: #f8fafc;
        color: #1b3664;
        border-left-color: #8cc63f;
      }

      .service-item.active {
        background: rgba(140, 198, 63, 0.1);
        color: #1b3664;
        border-left-color: #8cc63f;
        font-weight: 600;
      }

      .service-item-content {
        display: flex;
        align-items: center;
      }

      .service-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 16px;
        flex-shrink: 0;
      }

      .service-item.active .service-dot {
        background: #8cc63f;
      }

      .service-item .service-dot {
        background: #d1d5db;
      }

      .service-text {
        font-size: 0.9375rem;
        line-height: 1.4;
      }

      .sidebar-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px;
        background: #f8fafc;
        border-top: 1px solid #e5e7eb;
        text-align: center;
      }

      .footer-content {
        margin-bottom: 20px;
      }

      .footer-title {
        font-size: 1rem;
        font-weight: 600;
        color: #1b3664;
        margin-bottom: 8px;
      }

      .footer-description {
        font-size: 0.875rem;
        color: #6b7280;
        margin-bottom: 20px;
        line-height: 1.5;
      }

      .footer-button {
        display: inline-flex;
        align-items: center;
        padding: 12px 24px;
        background: #8cc63f;
        color: #ffffff;
        text-decoration: none;
        border-radius: 8px;
        font-size: 0.875rem;
        font-weight: 600;
        transition: all 0.3s ease;
      }

      .footer-button:hover {
        background: #7ab32e;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(140, 198, 63, 0.2);
      }

      /* Responsive Design */
      @media (max-width: 1024px) {
        .main-layout {
          grid-template-columns: 1fr;
        }

        .service-sidebar {
          order: -1;
          position: relative;
          display: none;
        }

        .sidebar-footer {
          position: relative;
        }

        .content-grid {
          grid-template-columns: 1fr;
          gap: 30px;
        }

        .key-points-grid {
          grid-template-columns: 1fr;
        }

        .page-title {
          font-size: 2.5rem;
        }
      }

      @media (max-width: 768px) {
        .content-section {
          padding: 40px 30px;
        }

        .hero-content {
          padding: 30px;
        }

        .page-title {
          font-size: 2rem;
        }

        .section-title {
          font-size: 1.75rem;
        }

        .key-points-section {
          padding: 30px 24px;
        }

        .points-header {
          flex-direction: column;
          text-align: center;
          gap: 16px;
        }

        .points-icon {
          margin-right: 0;
        }

        .sidebar-header {
          padding: 40px 30px 30px;
        }

        .service-navigation {
          padding: 20px 0;
        }

        .service-item {
          padding: 16px 30px;
        }

        .sidebar-footer {
          padding: 30px;
        }
      }

      @media (max-width: 480px) {
        .content-section {
          padding: 30px 20px;
        }

        .hero-content {
          padding: 24px 20px;
        }

        .page-title {
          font-size: 1.75rem;
        }

        .hero-image-section {
          height: 300px;
        }

        .key-points-section {
          padding: 24px 20px;
        }

        .cta-section {
          padding: 30px 20px;
        }

        .sidebar-header {
          padding: 30px 20px 24px;
        }

        .service-item {
          padding: 14px 20px;
        }

        .sidebar-footer {
          padding: 24px 20px;
        }
      }/* End custom CSS */