.elementor-249 .elementor-element.elementor-element-0ae5a67{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-249 .elementor-element.elementor-element-0ae5a67:not(.elementor-motion-effects-element-type-background), .elementor-249 .elementor-element.elementor-element-0ae5a67 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sealstrust.com/wp-content/uploads/2026/03/bg-title2.jpg");}.elementor-249 .elementor-element.elementor-element-611f4c3{padding:0px 0px 0px 0px;}.elementor-249 .elementor-element.elementor-element-9d5ba46{--display:flex;--overlay-opacity:0.26;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-249 .elementor-element.elementor-element-9d5ba46::before, .elementor-249 .elementor-element.elementor-element-9d5ba46 > .elementor-background-video-container::before, .elementor-249 .elementor-element.elementor-element-9d5ba46 > .e-con-inner > .elementor-background-video-container::before, .elementor-249 .elementor-element.elementor-element-9d5ba46 > .elementor-background-slideshow::before, .elementor-249 .elementor-element.elementor-element-9d5ba46 > .e-con-inner > .elementor-background-slideshow::before, .elementor-249 .elementor-element.elementor-element-9d5ba46 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://sealstrust.com/wp-content/uploads/2026/03/h2-bg-section-02.jpg");--background-overlay:'';}.elementor-249 .elementor-element.elementor-element-4de9971{--display:flex;--overlay-opacity:0.26;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-249 .elementor-element.elementor-element-4de9971::before, .elementor-249 .elementor-element.elementor-element-4de9971 > .elementor-background-video-container::before, .elementor-249 .elementor-element.elementor-element-4de9971 > .e-con-inner > .elementor-background-video-container::before, .elementor-249 .elementor-element.elementor-element-4de9971 > .elementor-background-slideshow::before, .elementor-249 .elementor-element.elementor-element-4de9971 > .e-con-inner > .elementor-background-slideshow::before, .elementor-249 .elementor-element.elementor-element-4de9971 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://sealstrust.com/wp-content/uploads/2026/03/h2-bg-section-02.jpg");--background-overlay:'';}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-611f4c3 */.hero-section {
            width: 100%;
            position: relative;
            padding: 100px 0;
            margin: 0 auto;
        }

        .hero-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
        }

        .hero-column {
            width: 100%;
            text-align: center;
        }

        .hero-heading {
            margin-bottom: 20px;
        }

        .hero-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            color: #fff;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            margin: 0;
        }

        .hero-text {
            max-width: 1000px;
            margin: 0 auto;
        }

        .hero-description {
            font-size: 18px;
            line-height: 1.6;
            color: #fff;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            font-weight: 400;
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 60px 0;
            }
            
            .hero-title {
                font-size: 36px;
            }
            
            .hero-description {
                font-size: 16px;
                padding: 0 15px;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 28px;
            }
            
            .hero-description {
                font-size: 15px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ba0e69 */.sealtrust-header {
    max-width: 900px;
    margin: 50px auto 50px auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
  }

  .header-title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }

  .brand-highlight {
    background: linear-gradient(135deg, #1e73be 0%, #0f4a7a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .header-text {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
    font-weight: 600;
  }

  .feature-grid {
    width: 100%;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
  }

  .grid-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .feature-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    display: flex;
  }

  .card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 24px;
    box-shadow: 0 20px 40px -10px rgba(30, 115, 190, 0.15);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(30, 115, 190, 0.08);
  }

  .card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1e73be, #0f4a7a);
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .card-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 50px -15px rgba(30, 115, 190, 0.25);
    border-color: rgba(30, 115, 190, 0.2);
  }

  .card-content:hover::before {
    opacity: 1;
  }

  .icon-wrap {
    margin-bottom: 25px;
    line-height: 1;
    background: linear-gradient(135deg, rgba(30, 115, 190, 0.1) 0%, rgba(15, 74, 122, 0.1) 100%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    transition: all 0.4s ease;
    color: #1e73be;
    font-size: 32px;
  }

  .card-content:hover .icon-wrap {
    background: linear-gradient(135deg, rgba(30, 115, 190, 0.15) 0%, rgba(15, 74, 122, 0.15) 100%);
    transform: scale(1.05) rotate(3deg);
    color: #0f4a7a;
  }

  .card-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.4;
    color: #1a1a1a;
    letter-spacing: -0.01em;
  }

  .card-text {
    color: #4a4a4a;
    line-height: 1.7;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
  }

  .card-accent {
    margin-top: 25px;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #1e73be, #0f4a7a);
    border-radius: 2px;
    opacity: 0.3;
    transition: opacity 0.4s ease, width 0.4s ease;
  }

  .card-content:hover .card-accent {
    opacity: 1;
    width: 60px;
  }

  .second {
    margin-top: 30px;
  }

  @media (max-width: 900px) {
    .feature-card {
      flex: 1 1 calc(50% - 15px);
    }
    
    .header-title {
      font-size: 36px;
    }
  }

  @media (max-width: 600px) {
    .feature-card {
      flex: 1 1 100%;
    }
    
    .header-title {
      font-size: 32px;
    }
    
    .card-content {
      padding: 30px 25px;
    }
  }

  /* Font Awesome icon sizes */
  .icon-wrap i {
    font-size: 36px;
    background: linear-gradient(135deg, #1e73be, #0f4a7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9a99a4 */.seals-faq-section {
            width: 100%;
            padding: 6rem 0;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            position: relative;
            isolation: isolate;
            background: linear-gradient(135deg, #F9FAFC 0%, #FFFFFF 100%);
            overflow: hidden;
        }

        /* Decorative background elements */
        .seals-faq-bg-decoration {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            z-index: 0;
            opacity: 0.03;
        }

        .seals-faq-bg-decoration i {
            position: absolute;
            font-size: 8rem;
            color: #0066FF;
        }

        .seals-faq-bg-decoration i:nth-child(1) {
            top: 10%;
            left: 5%;
            transform: rotate(-15deg);
        }

        .seals-faq-bg-decoration i:nth-child(2) {
            bottom: 20%;
            right: 5%;
            transform: rotate(25deg);
        }

        .seals-faq-bg-decoration i:nth-child(3) {
            top: 40%;
            right: 15%;
            transform: rotate(45deg);
        }

        .seals-faq-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
            z-index: 2;
        }

        /* Enhanced header styling */
        .seals-faq-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .seals-faq-header-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(0, 102, 255, 0.1);
            padding: 0.5rem 1rem;
            border-radius: 100px;
            margin-bottom: 1.5rem;
            color: #0066FF;
            font-weight: 500;
            font-size: 0.9rem;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 102, 255, 0.2);
        }

        .seals-faq-header-badge i {
            font-size: 1rem;
        }

        .seals-faq-title {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            font-size: 3.5rem;
            line-height: 1.1;
            margin: 0 0 1.5rem 0;
        }

        .seals-faq-title-main {
            font-weight: 300;
            letter-spacing: -0.03em;
            color: #1A1E2E;
        }

        .seals-faq-title-accent {
            font-weight: 700;
            background: linear-gradient(135deg, #0066FF 0%, #9747FF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.02em;
            position: relative;
            display: inline-block;
        }

        .seals-faq-subtitle {
            font-size: 1.2rem;
            color: #4A5568;
            max-width: 600px;
            margin: 0 auto;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .seals-faq-subtitle i {
            color: #0066FF;
            font-size: 1.4rem;
        }

        /* FAQ Grid */
        .seals-faq-grid {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-bottom: 3rem;
        }

        /* Enhanced FAQ Item */
        .seals-faq-item {
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 2rem;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
            position: relative;
        }

        .seals-faq-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: linear-gradient(135deg, #0066FF 0%, #9747FF 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .seals-faq-item:hover {
            border-color: rgba(0, 102, 255, 0.2);
            box-shadow: 0 12px 32px rgba(0, 102, 255, 0.12);
            transform: translateY(-2px);
        }

        .seals-faq-item:hover::before {
            opacity: 1;
        }

        /* Enhanced Question */
        .seals-faq-question {
            padding: 1.5rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 600;
            font-size: 1.15rem;
            color: #1A1E2E;
            transition: all 0.3s ease;
            background: #FFFFFF;
            position: relative;
            z-index: 2;
        }

        .seals-faq-question-content {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .seals-faq-item-icon {
            color: #0066FF;
            font-size: 1.3rem;
            width: 2rem;
            text-align: center;
            transition: all 0.3s ease;
        }

        .seals-faq-item:hover .seals-faq-item-icon {
            transform: scale(1.1);
            color: #9747FF;
        }

        .seals-faq-question-toggle {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .seals-faq-question-toggle i:first-child {
            color: #0066FF;
            font-size: 1rem;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0.7;
        }

        .seals-faq-question-toggle i:last-child {
            color: #CBD5E0;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }

        .seals-faq-item:hover .seals-faq-question-toggle i:last-child {
            color: #0066FF;
        }

        /* Enhanced Answer */
        .seals-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            background: linear-gradient(135deg, #F9FAFC 0%, #FFFFFF 100%);
        }

        .seals-faq-answer-content {
            padding: 0 2rem;
            display: flex;
            gap: 1rem;
            color: #4A5568;
            line-height: 1.6;
            font-size: 1rem;
            opacity: 0.9;
        }

        .seals-faq-answer-content i {
            color: #0066FF;
            font-size: 1.2rem;
            flex-shrink: 0;
            margin-top: 0.2rem;
        }

        .seals-faq-answer-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            padding: 1rem 2rem 2rem 3.2rem;
        }

        .seals-faq-answer-tags span {
            background: rgba(0, 102, 255, 0.08);
            padding: 0.4rem 1rem;
            border-radius: 100px;
            font-size: 0.85rem;
            color: #0066FF;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            border: 1px solid rgba(0, 102, 255, 0.1);
        }

        .seals-faq-answer-tags span i {
            font-size: 0.8rem;
        }

        /* Active state enhancements */
        .seals-faq-item.active {
            background: #FFFFFF;
            border-color: rgba(0, 102, 255, 0.3);
        }

        .seals-faq-item.active::before {
            opacity: 1;
        }

        .seals-faq-item.active .seals-faq-question {
            color: #0066FF;
            padding-bottom: 1rem;
        }

        .seals-faq-item.active .seals-faq-question-toggle i:first-child {
            transform: rotate(180deg);
            color: #9747FF;
            opacity: 1;
        }

        .seals-faq-item.active .seals-faq-answer {
            max-height: 300px;
            padding: 1rem 0 0 0;
            border-top: 2px solid rgba(0, 102, 255, 0.1);
        }

        /* Enhanced CTA section */
        .seals-faq-cta {
            text-align: center;
            padding: 3rem 0 0;
            border-top: 2px solid rgba(0, 102, 255, 0.1);
            margin-top: 2rem;
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.02) 0%, rgba(151, 71, 255, 0.02) 100%);
            border-radius: 3rem;
        }

        .seals-faq-cta-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.5rem;
            max-width: 500px;
            margin: 0 auto;
        }

        .seals-faq-cta-icon {
            font-size: 3rem;
            color: #0066FF;
            opacity: 0.8;
        }

        .seals-faq-cta-text {
            text-align: left;
        }

        .seals-faq-cta p {
            font-size: 1.2rem;
            color: #1A1E2E;
            margin: 0 0 0.25rem 0;
        }

        .seals-faq-cta-subtext {
            font-size: 0.9rem;
            color: #718096;
        }

        .seals-faq-cta a {
            color: #0066FF;
            text-decoration: none;
            font-weight: 600;
            position: relative;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }

        .seals-faq-cta a i {
            transition: transform 0.3s ease;
        }

        .seals-faq-cta a:hover {
            color: #9747FF;
        }

        .seals-faq-cta a:hover i {
            transform: translateX(5px);
        }

        /* Responsive styles */
        @media (max-width: 768px) {
            .seals-faq-section {
                padding: 4rem 0;
            }

            .seals-faq-title {
                font-size: 2.5rem;
            }

            .seals-faq-subtitle {
                font-size: 1.1rem;
            }

            .seals-faq-question {
                padding: 1.25rem 1.5rem;
                font-size: 1rem;
            }

            .seals-faq-answer-tags {
                padding: 0.75rem 1.5rem 1.5rem 2.7rem;
            }
        }

        @media (max-width: 480px) {
            .seals-faq-container {
                padding: 0 1.25rem;
            }

            .seals-faq-title {
                font-size: 2rem;
            }

            .seals-faq-question {
                padding: 1rem 1.25rem;
                font-size: 0.95rem;
            }

            .seals-faq-answer-content {
                padding: 0 1.25rem;
            }

            .seals-faq-answer-tags {
                padding: 0.5rem 1.25rem 1.25rem 2.45rem;
            }

            .seals-faq-cta-content {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }

            .seals-faq-cta-text {
                text-align: center;
            }
        }

        /* Animation enhancements */
        @keyframes faqFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .seals-faq-item {
            animation: faqFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) backwards;
        }

        .seals-faq-item:nth-child(1) { animation-delay: 0.1s; }
        .seals-faq-item:nth-child(2) { animation-delay: 0.2s; }
        .seals-faq-item:nth-child(3) { animation-delay: 0.3s; }
        .seals-faq-item:nth-child(4) { animation-delay: 0.4s; }
        .seals-faq-item:nth-child(5) { animation-delay: 0.5s; }
        .seals-faq-item:nth-child(6) { animation-delay: 0.6s; }/* End custom CSS */