.elementor-191 .elementor-element.elementor-element-125ec47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-191 .elementor-element.elementor-element-2ee30fb{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-191 .elementor-element.elementor-element-f3770f9{text-align:center;}.elementor-191 .elementor-element.elementor-element-f3770f9 .elementor-heading-title{font-family:"Candal", Sans-serif;font-size:58px;font-weight:600;text-shadow:0px 0px 3px rgba(0,0,0,0.3);color:#FF0000;}.elementor-191 .elementor-element.elementor-element-5174254{text-align:center;}.elementor-191 .elementor-element.elementor-element-5174254 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:48px;font-weight:600;color:#000000;}.elementor-191 .elementor-element.elementor-element-011616e > .elementor-widget-container{margin:30px 0px 80px 0px;}.elementor-191 .elementor-element.elementor-element-d8c813a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-191 .elementor-element.elementor-element-dff3406{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-191 .elementor-element.elementor-element-dff3406:not(.elementor-motion-effects-element-type-background), .elementor-191 .elementor-element.elementor-element-dff3406 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#696969;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-191 .elementor-element.elementor-element-f3770f9 .elementor-heading-title{font-size:38px;}.elementor-191 .elementor-element.elementor-element-5174254 .elementor-heading-title{font-size:38px;}}/* Start custom CSS for html, class: .elementor-element-011616e */:root {
      --primary: #2563eb;
      --primary-dark: #1d4ed8;
      --secondary: #64748b;
      --accent: #f97316;
      --success: #10b981;
      --danger: #ef4444;
      --warning: #f59e0b;
      --dark: #1e293b;
      --light: #f8fafc;
      --border: #e2e8f0;
      --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
    
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--dark);
      padding: 0;
    }
    
    .header {
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      color: white;
      padding: 2rem 1rem;
      text-align: center;
      border-bottom: 5px solid var(--accent);
    }
    
    .header h1 {
      margin: 0;
      font-size: 1.8rem;
      line-height: 1.3;
    }
    
    .container {
      max-width: 800px;
      margin: 0 auto;
      background: white;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 2rem;
    }
    
    .card {
      background: white;
      border-radius: 8px;
      box-shadow: var(--shadow);
      margin-bottom: 1.5rem;
      overflow: hidden;
    }
    
    .card-header {
      background-color: var(--primary);
      color: white;
      padding: 1rem;
      font-weight: bold;
      font-size: 1.1rem;
    }
    
    .card-body {
      padding: 1.5rem;
    }
    
    .calculator-section {
      padding: 2rem;
    }
    
    .section-title {
      color: var(--primary);
      border-bottom: 2px solid var(--border);
      padding-bottom: 0.5rem;
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
    }
    
    .input-group {
      margin-bottom: 1.2rem;
    }
    
    .input-label {
      display: block;
      margin-bottom: 0.5rem;
      color: var(--dark);
      font-weight: 500;
      font-size: 0.95rem;
    }
    
    .calculator-section input {background-color: lavender;}
    
    input[type="number"] {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid var(--border);
      border-radius: 5px;
      font-size: 1rem;
      transition: border 0.3s, box-shadow 0.3s;
      box-shadow: var(--shadow);
    }
    
    input[type="number"]:focus {
      outline: none;
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
    }
    
    input[type="number"]::placeholder {
      color: #94a3b8;
    }
    
    .input-hint {
      display: block;
      margin-top: 0.4rem;
      font-size: 0.8rem;
      color: var(--secondary);
    }
    
    .button-container {
      text-align: center;
      margin: 2rem 0;
    }
    
    .button-container button {
      background-color: var(--primary);
      color: white;
      border: none;
      padding: 0.8rem 2rem;
      font-size: 1rem;
      border-radius: 5px;
      cursor: pointer;
      font-weight: 600;
      transition: background-color 0.3s, transform 0.3s;
    }
    
    .button-container button:hover {
      background-color: var(--primary-dark);
      transform: translateY(-2px);
    }
    
    .button-container button:disabled {
      background-color: var(--secondary);
      cursor: not-allowed;
      transform: none;
    }
    
    .results-section {
      margin-top: 2rem;
      display: none;
    }
    
    .results-section.visible {
      display: block;
      animation: fadeIn 0.5s;
    }
    
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    
    .costs-comparison {
      display: flex;
      flex-wrap: wrap;
      margin: 1.5rem 0;
      gap: 1rem;
    }
    
    .cost-card {
      flex: 1;
      min-width: 250px;
      padding: 1.5rem;
      border-radius: 8px;
      background-color: #f8fafc;
      border-left: 5px solid;
    }
    
    .cost-card.inhouse {
      border-left-color: var(--primary);
    }
    
    .cost-card.outsource {
      border-left-color: var(--accent);
    }
    
    .cost-card h3 {
      margin-bottom: 1rem;
      color: var(--dark);
    }
    
    .cost-value {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }
    
    .cost-period {
      display: block;
      font-size: 0.85rem;
      color: var(--secondary);
      margin-bottom: 0.5rem;
    }
    
    .comparison-result {
      margin: 2rem 0;
      padding: 1.5rem;
      border-radius: 8px;
      text-align: center;
    }
    
    .comparison-result.inhouse-cheaper {
      background-color:  rgba(249, 115, 22, 0.1);
      border: 1px solid var(--success);
    }
    
    .comparison-result.outsource-cheaper {
      background-color: rgba(16, 185, 129, 0.1);
      border: 1px solid var(--accent);
    }
    
    .comparison-result h2 {
      margin-bottom: 1rem;
      color: var(--dark);
      font-size: 2rem;
      font-weight: bold;
    }
    
    #result h4,#result h3 {
      font-size: 2rem;
      font-weight: bold;
    }
    
    .savings {
      font-size: 1.2rem;
      font-weight: normal;
      margin: 1rem 0;
    }
    
    .yearly-savings {
      font-size: 1.4rem;
      padding: 0.5rem;
      background-color: rgba(245, 158, 11, 0.1);
      display: inline-block;
      border-radius: 4px;
    }
    
    .insight-section {
      margin-top: 2rem;
      padding: 1.5rem;
      background-color: #f8fafc;
      border-radius: 8px;
      border-left: 5px solid var(--primary);
    }
    
    .insight-section h3 {
      margin-bottom: 1rem;
    }
    
    .insight-section p, .insight-section ul {
        padding-bottom: 10px;
    }
    
    .cost-breakdown {
      margin: 1.5rem 0;
    }
    
    .cost-breakdown h3 {
      margin-bottom: 1rem;
      color: var(--primary);
    }
    
    .cost-breakdown-details {
      background-color: #f8fafc;
      padding: 1rem;
      border-radius: 8px;
      margin-bottom: 1rem;
    }
    
    .cost-breakdown-item {
      display: flex;
      justify-content: space-between;
      padding: 0.5rem 0;
      border-bottom: 1px solid var(--border);
    }
    
    .cost-breakdown-item:last-child {
      border-bottom: none;
    }
    
    .cost-breakdown-label {
      font-weight: 500;
    }
    
    .advantages-list {
      margin-top: 1.5rem;
      list-style: none;
    }
    
    .advantages-list li {
      margin-bottom: 0.8rem;
      position: relative;
      padding-left: 1.5rem;
    }
    
    .advantages-list li::before {
      content: "✓";
      color: var(--success);
      position: absolute;
      left: 0;
      font-weight: bold;
    }
    
    .footer {
      text-align: center;
      padding: 1.5rem;
      color: var(--secondary);
      font-size: 0.9rem;
      border-top: 1px solid var(--border);
    }
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .container {
        margin: 0;
        border-radius: 0;
      }
      
      .calculator-section {
        padding: 1.5rem;
      }
      
      .cost-card {
        min-width: 100%;
      }
      
      .cost-breakdown-item {display: block;}
    }
    .footer p {font-size: 21px;}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bcfe77b */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
        }

        body {
            min-height: 200vh; /* For demonstrating scroll */
        }

        /* Top Navigation - Desktop */
        .top-nav {
            background-color: #2c3e50;
            color: white;
            padding: 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .top-nav ul {
            display: flex;
            list-style: none;
            justify-content: center;
            gap: 5px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .top-nav a {
            color: white;
            text-decoration: none;
            font-weight: bold;
            padding: 20px 25px;
            display: block;
            transition: all 0.3s ease;
        }

        .top-nav a:hover {
            background-color: #3498db;
            color: white;
        }

        /* Bottom Navigation - Desktop */
        .bottom-nav {
            background-color: #1a252f;
            color: white;
            padding: 30px 0;
        }

        .bottom-nav-content {
            display: flex;
            justify-content: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .bottom-nav-section {
            text-align: center;
            width: 100%;
        }

        .bottom-nav ul {
            list-style: none;
            display: flex;
            justify-content: center;
            gap: 5px;
            flex-wrap: wrap;
        }

        .bottom-nav a {
            color: #ecf0f1;
            text-decoration: none;
            display: block;
            font-weight: bold;
            padding: 10px 20px;
            transition: all 0.3s ease;
            border-radius: 4px;
        }

        .bottom-nav a:hover {
            background-color: #3498db;
            color: white;
        }

        /* Main Content */
        .content {
            max-width: 1200px;
            margin: 30px auto;
            padding: 20px;
            min-height: 100vh;
        }

        /* Back to Top - Desktop Only */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: #3498db;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 99;
        }

        .back-to-top.visible {
            opacity: 1;
            cursor: pointer;
        }

        /* Mobile Navigation */
        .mobile-nav {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
        }

        .mobile-menu-toggle {
            width: 60px;
            height: 60px;
            background-color: #3498db;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .mobile-menu {
            position: absolute;
            bottom: 75px;
            right: 0;
            background-color: white;
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            display: none;
            min-width: 200px;
        }

        .mobile-menu.open {
            display: block;
            background-color: antiquewhite;
        }

        .mobile-menu ul {
            list-style: none;
        }

        .mobile-menu li {
            margin: 10px 0;
        }

        .mobile-menu a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
            display: block;
            padding: 5px 0;
        }

        /* Media Queries */
        @media (max-width: 768px) {
            .top-nav, .bottom-nav {
                display: none;
            }

            .back-to-top {
                display: none !important;
            }

            .mobile-nav {
                display: block;
            }

            .content {
                margin: 10px auto;
            }

            .bottom-nav ul {
                flex-direction: column;
                gap: 15px;
            }
        }

        @media (min-width: 769px) {
            .mobile-nav {
                display: none;
            }
        }/* End custom CSS */