.elementor-2468 .elementor-element.elementor-element-ce2074c{--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;--padding-top:60px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-2468 .elementor-element.elementor-element-f0f1528{--display:flex;--gap:2px 2px;--row-gap:2px;--column-gap:2px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-2468 .elementor-element.elementor-element-171e12f{--divider-border-style:solid;--divider-color:#000;--divider-border-width:2px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2468 .elementor-element.elementor-element-171e12f .elementor-divider-separator{width:320px;margin:0 auto;margin-center:0;}.elementor-2468 .elementor-element.elementor-element-171e12f .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}.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-2468 .elementor-element.elementor-element-8ba55cd{text-align:center;}.elementor-2468 .elementor-element.elementor-element-8ba55cd .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:700;color:#000000;}.elementor-2468 .elementor-element.elementor-element-33d73f5{--divider-border-style:solid;--divider-color:#C51525;--divider-border-width:2px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2468 .elementor-element.elementor-element-33d73f5 .elementor-divider-separator{width:280px;margin:0 auto;margin-center:0;}.elementor-2468 .elementor-element.elementor-element-33d73f5 .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}/* Start custom CSS for html, class: .elementor-element-28f9e70 */.container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .header {
            text-align: center;
            color: white;
            margin-bottom: 40px;
        }



        .header p {
            font-size: 1.2em;
            opacity: 0.9;
            font-family: "Open Sans", Sans-serif;
        }

        .controls {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            margin-bottom: 30px;
            font-family: "Open Sans", Sans-serif;
        }

        .search-filters {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
            font-family: "Open Sans", Sans-serif;
        }

        input, select {
            width: 100%;
            padding: 5px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 14px;
            transition: all 0.3s;
            font-family: "Open Sans", Sans-serif;
        }

        input:focus, select:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            font-family: "Open Sans", Sans-serif;
        }

        .results-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #666;
            font-size: 14px;
            font-family: "Open Sans", Sans-serif;
        }

        .clear-btn {
            background: none;
            border: none;
            color: #667eea;
            font-weight: 600;
            cursor: pointer;
            font-size: 14px;
            padding: 5px 10px;
            font-family: "Open Sans", Sans-serif;
        }

        .clear-btn:hover {
            text-decoration: underline;
        }

        .directory-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 25px;
        }

        .card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        }

        .card-accent {
            height: 5px;
            background: linear-gradient(90deg, #E21E24 0%, #383838 100%);
        }

        .card-content {
            padding: 25px;
            font-family: "Open Sans", Sans-serif;
        }

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: start;
            margin-bottom: 15px;
        }

        .card-name {
            font-size: 1em;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 8px;
            font-family: "Open Sans", Sans-serif;
        }

        .card-designation {
            color: #737373;
            font-size: 0.9em;
            font-weight: 500;
            font-style: italic;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            font-family: "Open Sans", Sans-serif;
            gap: 5px;
        }

        .card-company {
            color: #737373;
            font-size: 0.9em;
            display: flex;
            align-items: start;
            gap: 8px;
            font-family: "Open Sans", Sans-serif;
            line-height: 1.5;
        }

        .linkedin-btn {
            width: 36px;
            height: 36px;
            background: #f0f0f0;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: background 0.3s;
            flex-shrink: 0;
        }

        .linkedin-btn:hover {
            background: #434343;
        }
        
          .linkedin-btn:hover .fa-brands {
            color: #ffffff;
        }
        
        .linkedin-icon {
            width: 20px;
            height: 20px;
            fill: white;
        }

         .icon {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }

        .no-results {
            text-align: center;
            padding: 60px 20px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .no-results h3 {
            font-size: 1.5em;
            color: #4a5568;
            margin-bottom: 10px;
        }

        .no-results p {
            color: #718096;
        }

        .pagination {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
            margin-top: 30px;
            flex-wrap: wrap;
        }

        .pagination button {
            padding: 10px 15px;
            border: 2px solid #e21e24;
            background: white;
            color: #e21e24;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s;
        }

        .pagination button:hover:not(:disabled) {
            background: #e21e24;
            color: white;
        }

        .pagination button:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .pagination button.active {
            background: #667eea;
            color: white;
        }

        .pagination-info {
            color: #666;
            font-weight: 600;
            padding: 0 10px;
        }

        .card-content {
            padding: 25px;
        }

        .stats-bar {
            background: white;
            padding: 20px 30px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-top: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .stats-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .stats-label {
            color: #e21e24;
            font-size: 0.9em;
        }

        .stats-value {
            color: #4b4b4b;
            font-size: 1.1em;
            font-weight: 700;
        }

        @media (max-width: 768px) {
            .search-filters {
                grid-template-columns: 1fr;
            }

            .directory-grid {
                grid-template-columns: 1fr;
            }

            .header h1 {
                font-size: 2em;
            }
        }/* End custom CSS */