/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style>
        /* Reset and base styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', Arial, sans-serif;
        }
        
        body {
            color: #333;
            line-height: 1.6;
            font-size:18px !important;
        }
        a{
            text-decoration:none;
          
        }
        a:hover{
            text-decoration:underline;
          
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            width:100%;
          padding:0!important;
        }

        /* Header styles */
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            height: 80px;
        }
        .cell_17422236866323-row-0-margin {
            height: 60px;
        }
        

        .header-right {
            display: flex;
            align-items: center;
        }
        .header-content {
            width: 100%;
            justify-content: space-between;
            display: flex;
        }
        .header-text {
            margin-right: 15px;
            font-size: 14px;
        }
        
        .btn-primary {
            background-color: #FF6B35;
            color: white;
            padding: 8px 15px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            border: none;
            cursor: pointer;
            font-size: 14px;
        }
        
        .btn-primary:hover {
            background-color: #e55a2a;
        }
        
        /* Hero section */
        .hero {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 60px 0;
        }
        
        .hero-content {
            width: 45%;
        }
        
        .span12.widget-span.widget-type-cell.dnd-column.main-column-4-padding  {
            display: flex;
            column-gap: 8px;
        }

        .small-heading {
            text-transform: uppercase;
            color: #888;
            font-size: 14px;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        h1 {
            font-size: 36px;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        .hero-description {
            margin-bottom: 30px;
            color: #555;
        }
        
        .hero-image {
            width: 50%;
        }
        
        .hero-image img {
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        .minititle{
            text-transform:uppercase;
            color: #008888;
            font-weight:light;
            font-size:12px;
            font-weight:light;
            margin:0;
        }
        .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.main-row-0-padding {
            position: sticky;
            top: 0;
            background-color: white;
            z-index: 100;
            border-bottom:1px solid #eee;
        }
        /* Clients section */
        .clients {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 0;
            border-top: 1px solid #eee;
            margin-top: 20px;
        }
        
        .client-logo {
            height: 30px;
            opacity: 0.6;
        }
        
        /* Features section */
        .features {
            display: flex;
            justify-content: space-between;
            margin: 60px 0;
        }
        
        .feature {
            width: 23%;
            text-align: left;
        }
        
        .feature-title {
            font-weight: 600;
            margin: 15px 0 10px;
            font-size: 26px;
            line-height: 120%;
        }
        
        .feature-description {
            font-size: 18px;
            color: #666;
        }
        
        /* CTA section */
        .cta-section {
            background-color: #00756B;
            color: white;
            padding: 60px 0;
            text-align: center;
        }
        
        .section-title {
            font-size: 28px;
            margin-bottom: 20px;
        }
        
        .section-subtitle {
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Benefits section */
        .benefits {
            display: flex;
            justify-content: space-between;
            margin: 40px 0;
        }
        
        .benefit {
            width: 24%;
            text-align: left;
            background-color: rgba(255, 255, 255, 0.1);
            padding: 30px 20px;
            border-radius: 24px;
        }
        
        .benefit-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: left;
            margin: 0 auto 0px;
        }
        
        .benefit-icon img {
            width: inherit;
        }
        
        .benefit-title {
            font-weight: 600;
            margin-bottom: 10px;
            color: white;
        }
        
        .benefit-description {
            font-size: 14px;
            opacity: 0.9;
        }
        
        /* Tool section */
        .tool-section {
            padding: 80px 0;
        }
        
        .tool-header {
            text-align: left;
            margin-bottom: 50px;
        }
        
        .tool-title {
            font-size: 48px;
            margin-bottom: 10px;
            font-weight: bold;
            line-height: 110%;
        }
        
        .tool-subtitle {
            color: #008888;
            font-weight: 600;
        }
        
        .tool-features {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
        }
        
        .tool-features-list {
            width: 45%;
        }
        
        .tool-feature {
            border-bottom: 1px solid #eee;
            padding: 15px 0;
            display: flow;
            justify-content: space-between;
            align-items: center;
        }
        
        .tool-feature-title {
            font-weight: 600;
        }
        
        .tool-feature-expand {
            color: #888;
            font-size: 20px;
        }
        
        .tool-image {
            width: 50%;
        }
        
        .tool-image img {
            width: 720px;
            position: absolute;
        }
        
        /* Testimonials section */
        .testimonials {
            padding: 60px 0;
            text-align: center;
        }
        
        .testimonials-title {
            font-size: 48px;
            margin-bottom: 40px;
            font-weight: bold;
        }
        
        .testimonials-subtitle {
            color: #00756B;
            font-weight: 600;
        }
        
        .testimonial-stars {
            color: #FFBA49;
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        .testimonial {
            margin: 0 auto;
            padding: 30px;
            background-color: white;
            border-radius: 8px;
            display: flex;
            align-items: center;
            text-align: left;
        }
        
        .testimonial-image {
            width: inherit;
            margin-right: 30px;
        }
        
        .testimonial-image img {
            width: 100%;
            border-radius: 8px;
        }
        
        .testimonial-content {
            flex: 1;
        }
        
        .testimonial-text {
            font-size: 32px;
            margin-bottom: 20px;
            line-height: 1.5;
        }
        
        .testimonial-author {
            font-weight: 600;
        }
        
        .testimonial-position {
            font-size: 14px;
            color: #666;
        }
        
        .testimonial-dots {
            margin-top: 30px;
        }
        
        .dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #ddd;
            border-radius: 50%;
            margin: 0 5px;
        }
        
        .dot.active {
            background-color: #00756B;
        }
        
        /* FAQ section */
        .faq-section {
            padding: 60px 0;
        }
        
        .faq-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .faq-heading {
            font-size: 48px;
            margin-bottom: 10px;
            font-weight: bold;
        }
        
        .faq-subtitle {
            color: #00756B;
            font-weight: 600;
        }
        
        .faq-list {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .faq-item {
            border-bottom: 1px solid #eee;
            padding: 20px 0;
        }
        
        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 600;
        }
        label {
            display:contents;
        }
        .faq-answer {
            display: none;
            padding: 20px 20px !important;
            margin-left: 0px !important;
            border-radius: 16px;
            border-left:none !important;
        }
        
        .faq-icon {
            color: #888;
            font-size: 20px;
        }
        
        /* Final CTA section */
        .final-cta {
            text-align: center;
            padding: 80px 0;
        }
        
        .final-cta-image {
            max-width: 600px;
            margin: 0 auto 40px;
        }
        
        .final-cta-image img {
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .final-cta-heading {
            font-size: 28px;
            margin-bottom: 10px;
        }
        
        .final-cta-subheading {
            color: #00756B;
            font-weight: 600;
            margin-bottom: 30px;
        }
        
        /* Footer */
        footer {
            color: white;
            padding: 40px 0;
            text-align: center;
            font-size: 18px !important;
        }
        .footer{
            display:none;
        }
        
        .footer-logo {
            height: 50px;
            margin-bottom: 20px;
        }
        
        .footer-text {
            max-width: 600px;
            margin: 0 auto 20px;
            opacity: 0.8;
          font-size:18px !important;
        }
        
        .copyright {
            opacity: 0.5;
            margin-top: 20px;
            font-size: 12px;
        }
    </style>